.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 50px;
  background-image: url(../../../Design/Assets/png/Mergedbar-53.png);
  height: 6vh; }
  .header img {
    width: 50px;
    margin-top: 10px; }
  .header__lists {
    display: flex;
    justify-content: none;
    align-items: none;
    display: flex;
    list-style-type: none; }
    .header__lists li {
      padding: 0 20px; }
    .header__lists a {
      text-decoration: none;
      color: #000000; }
    .header__lists .header__list1 {
      color: #000000;
      font-weight: bolder; }
    .header__lists .header__list2 {
      color: #1078AD;
      font-weight: bolder; }
    .header__lists .header__list3 {
      color: #1078AD;
      font-weight: bolder;
      border: 1px solid #1078AD;
      padding: 1px 10px;
      border-radius: 9px; }

@media only screen and (max-width: 375px) {
  .header {
    padding: 12px 17px; }
    .header .header__lists li {
      padding: 0 9px; } }

/* ----------------------------------------------------------- preambule --------------------------------------------------------------- */
.preambule {
  text-align: center;
  display: block; }
  .preambule__content {
    width: 80vw;
    margin: 10px auto 20px auto;
    background-color: #96C5DC;
    border-radius: 5px;
    padding-bottom: 20px; }
    .preambule__content .preambule__title {
      color: #1078AD;
      margin: 0; }
    .preambule__content .preambule__parag {
      width: 70vw;
      margin: auto; }
    .preambule__content .preambule__border {
      border-bottom: 2px solid #F4CF1B;
      width: 20vw;
      margin: 10px auto; }
  .preambule__link {
    background-color: #1078AD;
    border: none;
    color: #FFFFFF;
    padding: 15px 20px;
    text-decoration: none;
    font-size: 1.2em;
    cursor: pointer;
    border-radius: 2px; }

/* ----------------------------------------------------------- End preambule --------------------------------------------------------------- */
/* ----------------------------------------------------------- test1 --------------------------------------------------------------- */
.test1__quest1 {
  width: 50vw;
  margin: auto;
  font-size: 1.5em;
  color: #787878;
  margin-bottom: 30px;
  text-align: left; }

.test1__content {
  text-align: left;
  width: 60vw;
  margin: auto;
  font-size: 1.2em; }
  .test1__content .test1__info {
    background-color: #F4CF1B;
    color: #000000;
    padding: 10px 10px;
    border-radius: 2px;
    font-size: 1.2em; }
  .test1__content .buttons {
    display: flex;
    justify-content: space-between; }
    .test1__content .buttons .test1__precedante {
      background-color: #1078AD;
      border: none;
      color: #FFFFFF;
      padding: 15px 20px;
      text-decoration: none;
      font-size: 1.2em;
      cursor: pointer;
      border-radius: 2px; }
    .test1__content .buttons .test1__suivante {
      background-color: #1078AD;
      border: none;
      color: #FFFFFF;
      padding: 15px 20px;
      text-decoration: none;
      font-size: 1.2em;
      cursor: pointer;
      border-radius: 2px; }

/* ----------------------------------------------------------- End test1--------------------------------------------------------------- */
/* ----------------------------------------------------------- input --------------------------------------------------------------- */
input {
  font-size: 1.2em;
  padding: 6px 0;
  color: #1078AD;
  border: 3px solid #1078AD;
  width: 15vw;
  font-size: 1.2em; }

/*-------------------------------------------------------- result ---------------------------------------------------------------------------*/
#result {
  text-align: center;
  width: 50vw;
  margin: auto; }
  #result__test {
    background-color: #1078AD;
    padding: 10px 16px;
    color: #F4CF1B;
    border-radius: 6px; }
  #result__btns {
    display: flex;
    justify-content: space-between; }
    #result__btns #result__btn {
      background-color: #1078AD;
      border: none;
      color: #FFFFFF;
      padding: 15px 20px;
      text-decoration: none;
      font-size: 1.2em;
      cursor: pointer;
      border-radius: 2px;
      margin-top: 20px; }

.section1 {
  line-height: 20px;
  background-color: #F4CF1B;
  padding: 20px; }
  .section1__parag {
    font-size: 15px;
    width: 45vw;
    margin: 0 auto;
    text-align: center;
    color: #1078AD; }
  .section1__title {
    text-align: center;
    font-size: 17px; }

@media only screen and (max-width: 375px) {
  .section1 .section1__parag {
    width: 90vw; } }

.protection h1 {
  text-align: center;
  margin: 20px auto;
  width: 47vw;
  color: #1078AD; }

.protection__images {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 82vw;
  margin: auto; }
  .protection__images p {
    text-align: center;
    color: #1A519E;
    font-weight: bolder; }
  .protection__images .protection__group1 {
    text-align: center; }
  .protection__images .protection__group2 {
    text-align: center; }
  .protection__images .protection__group3 {
    text-align: center; }

.protection__iconhouse {
  text-align: center;
  width: 50vw;
  margin: auto;
  color: #1A519E;
  font-weight: bolder; }

@media only screen and (max-width: 375px) {
  .protection h1 {
    width: 92vw;
    font-size: 19px; }
  .protection__images {
    display: block;
    width: 60vw;
    text-align: center; } }

.informations {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #D0E5F0; }
  .informations__leftside .informations__title {
    color: #1078AD;
    font-weight: bolder; }
  .informations__leftside .informations__para1 {
    color: #1A519E;
    font-weight: bolder; }
  .informations__links {
    display: flex;
    justify-content: center; }
    .informations__links p {
      color: white;
      font-weight: bolder;
      padding: 2px 14px;
      background-color: #1078AD;
      border-radius: 4px;
      text-align: center;
      margin-left: 20px; }

@media only screen and (max-width: 375px) {
  .informations {
    display: block;
    text-align: center;
    padding-bottom: 8px; }
    .informations__links {
      width: 60vw;
      display: block;
      margin: auto; }
      .informations__links .informations__link {
        padding: 2px 6px; } }

.section2 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 20px auto;
  width: 85vw; }
  .section2__content h2 {
    color: #1078AD;
    font-size: 20px;
    text-align: center;
    padding: 0 33px; }
  .section2__content p {
    color: #7F7F7F;
    font-size: 17px;
    line-height: 30px;
    font-weight: bold;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 0 30px; }
  .section2__content a {
    color: #FFFFFF;
    text-decoration: none;
    border: 1px solid #1078AD;
    padding: 6px 130px;
    background-color: #1078AD;
    font-weight: bold;
    border-radius: 5px; }

@media only screen and (max-width: 768px) {
  .section2 {
    display: block;
    text-align: center; }
    .section2__content p {
      padding: 0 100px; }
    .section2 .section2__img1 {
      width: 400px; } }

@media only screen and (max-width: 375px) {
  .section2 .section2__img1 {
    width: 250px; }
  .section2__content h2 {
    font-size: 17px; }
  .section2__content a {
    padding: 2px 50px; }
  .section2__content p {
    padding: 0 20px;
    font-size: 14px; } }

.section3 {
  width: 40vw;
  margin-top: 10px;
  margin: auto; }
  .section3 h2 {
    text-align: center;
    color: #1078AD; }
  .section3__groups {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    text-align: center; }

@media only screen and (max-width: 768px) {
  .section3 h2 {
    font-size: 20px; }
  .section3__groups {
    font-size: 14px; } }

@media only screen and (max-width: 375px) {
  .section3 {
    width: 84vw; }
    .section3 h2 {
      font-size: 17px; }
    .section3__groups {
      display: block; } }

.transmissions h1 {
  text-align: center;
  color: #1078AD;
  font-size: 25px; }

.transmissions__content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  width: 70vw;
  margin: auto; }
  .transmissions__content p {
    color: #1A519E;
    font-weight: bolder; }

@media only screen and (max-width: 375px) {
  .transmissions__content {
    display: block; } }

.section4 {
  background-color: #1078AD; }
  .section4 h1 {
    text-align: center;
    color: #FFFFFF; }
  .section4__recomm {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 90vw; }
  .section4 li {
    list-style-type: none;
    color: #FFFFFF;
    font-size: 26px; }
  .section4__contact h3 {
    color: #F4CF1B;
    text-align: center; }
  .section4__contact span {
    color: #1078AD;
    font-size: 18px;
    font-weight: bolder;
    background-color: #F4CF1B;
    padding: 9px 15px;
    border-radius: 5px; }
  .section4__contact p {
    color: #D0E5F0;
    text-decoration: underline solid #F4CF1B; }

@media only screen and (max-width: 768px) {
  .section4 h1 {
    font-size: 24px; }
  .section4 li {
    font-size: 17px; }
  .section4__contact h3 {
    font-size: 17px; }
  .section4__contact span {
    font-size: 17px;
    padding: 7px 10px; } }

@media only screen and (max-width: 375px) {
  .section4 {
    padding: 10px 0; }
    .section4 h1 {
      font-size: 17px; }
    .section4__recomm {
      display: block;
      text-align: center;
      width: 100vw; }
      .section4__recomm ul {
        padding-left: 0; } }

.section5 {
  background-color: #96C5DC;
  text-align: center;
  border-radius: 5px;
  padding: 1px 0; }
  .section5 h2 {
    color: #1078AD; }
  .section5 p {
    color: white;
    background-color: #1078AD;
    width: 20vw;
    margin: auto;
    border-radius: 3px;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 20px; }

@media only screen and (max-width: 768px) {
  .section5 h2 {
    font-size: 18px; }
  .section5 p {
    width: 34vw; } }

.footer {
  text-align: center;
  background-color: #FFFFFF; }
  .footer__lists {
    display: flex;
    justify-content: space-around;
    align-items: none; }
    .footer__lists .footer__middle h2 {
      color: #1078AD;
      font-weight: bold;
      font-size: 17px;
      cursor: pointer; }
    .footer__lists .footer__middle h4 {
      color: #369D53;
      font-weight: bolder;
      font-size: 14px;
      cursor: pointer; }
    .footer__lists .footer__middle p {
      color: #000000;
      font-weight: bolder;
      cursor: pointer; }
    .footer__lists p {
      width: 30vw;
      color: #7F7F7F;
      font-size: 15px;
      cursor: pointer; }
    .footer__lists .footer__left li {
      color: #000000;
      list-style-type: none;
      font-weight: bold; }
      .footer__lists .footer__left li a {
        text-decoration: none;
        color: #1A519E;
        font-weight: bolder; }
    .footer__lists .footer__left .footer__left1 {
      padding: 0px 14px;
      font-size: 16px;
      border-radius: 10px;
      border: 1px solid #1078AD;
      font-weight: bolder;
      cursor: pointer; }
      .footer__lists .footer__left .footer__left1 .footer__glob {
        color: #F4CF1B; }

@media only screen and (max-width: 768px) {
  .footer__lists {
    justify-content: space-evenly; }
    .footer__lists p {
      display: none; } }

@media only screen and (max-width: 375px) {
  .footer__lists p {
    display: none; }
  .footer__lists .footer__middle {
    margin-top: 7px;
    font-weight: 10px; }
    .footer__lists .footer__middle h2 {
      font-size: 13px; }
    .footer__lists .footer__middle h4 {
      font-size: 13px; }
    .footer__lists .footer__middle p {
      font-size: 13px; }
  .footer__lists .footer__left .footer__left1 {
    padding: 3px 13px;
    font-size: 13px;
    border-radius: 5px; } }

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Cairo', sans-serif; }
