@charset "UTF-8";
/*
Mise en page et mise en forme du site
*/
/*Police d'écriture*/
/*tailles d'écriture*/
/*Couleurs*/
/*Degrade couleur */
/**/
.contenu_contact > div, .contenu_structure > div, .background1, .accueil aside, .accueil .contenu_accueil > div:last-of-type, .accueil, header nav, header {
  display: flex;
  flex-wrap: wrap;
}

/*Proprietes generales*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Josefin Sans", sans-serif;
  color: #111111;
  font-size: 20px;
  font-weight: 400;
}
@media all and (max-width: 900px) {
  body {
    font-size: 16px;
  }
}

header {
  position: fixed;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);
  align-items: center;
  padding: 10px 20px;
  width: 100%;
  background-color: #ffffff;
  justify-content: space-between;
}
header img {
  max-width: 75px;
}
header nav {
  max-width: 50%;
  align-items: center;
}
header nav a {
  padding: 0px 10px;
}
@media all and (max-width: 755px) {
  header nav:first-of-type {
    max-width: 20%;
  }
  header nav:first-of-type a:last-of-type {
    display: none;
  }
  header nav:last-of-type {
    max-width: 80%;
  }
}

a {
  text-decoration: none;
  color: #111111;
}
a:hover {
  color: #1E4BA6;
}

main {
  padding-top: 100px;
}

h1 {
  font-size: 60px;
  color: #1E4BA6;
  width: 100%;
  text-align: center;
  font-weight: 300;
  padding-top: 120px;
  padding-bottom: 64px;
}
@media all and (max-width: 900px) {
  h1 {
    font-size: 20px;
    padding-top: 0px;
    padding-bottom: 32px;
  }
}

h2 {
  font-size: 60px;
  color: #1E4BA6;
  width: 100%;
  text-align: center;
  font-weight: 300;
  padding-top: 120px;
  padding-bottom: 64px;
}
@media all and (max-width: 900px) {
  h2 {
    font-size: 20px;
    padding-top: 60px;
    padding-bottom: 32px;
  }
}

/**page accueil**/
.fond {
  width: 100%;
}

.accueil {
  text-align: center;
  justify-content: center;
}
.accueil .contenu_accueil {
  max-width: 1200px;
  background-color: #ffffff;
  padding: 60px;
}
.accueil .contenu_accueil > div:last-of-type {
  align-items: center;
}
.accueil .contenu_accueil > div:last-of-type img {
  width: 50%;
}
.accueil .contenu_accueil > div:last-of-type > div {
  width: 50%;
}
@media all and (max-width: 755px) {
  .accueil .contenu_accueil > div:last-of-type img {
    width: 100%;
  }
  .accueil .contenu_accueil > div:last-of-type > div {
    width: 100%;
    padding-top: 12px;
  }
}
.accueil aside {
  justify-content: center;
}
.accueil aside table {
  text-align: left;
}
@media all and (max-width: 755px) {
  .accueil aside table {
    font-size: 12px;
  }
}
.accueil aside table tr {
  padding-bottom: 18px;
  height: 40px;
}
.accueil aside table th {
  padding-right: 32px;
}
.accueil aside table td:first-of-type {
  padding-right: 32px;
}

.background1 {
  background-image: url("../img/background/background.png");
  width: 100%;
  justify-content: center;
  background-repeat: repeat-y;
}

/**page structure**/
.contenu_structure {
  max-width: 1200px;
  background-color: #ffffff;
  padding: 60px;
}
@media all and (max-width: 755px) {
  .contenu_structure {
    padding: 16px;
  }
}
.contenu_structure h2 {
  font-size: 20px;
  color: #1E4BA6;
  width: 100%;
  text-align: left;
  font-weight: 300;
  padding-top: 0px;
  padding-bottom: 32px;
}
.contenu_structure > div {
  padding: 32px;
  align-items: center;
}
@media all and (max-width: 755px) {
  .contenu_structure > div {
    padding: 16px;
  }
}
.contenu_structure > div img {
  max-width: 450px;
  margin: auto;
  max-height: 400px;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 900px) {
  .contenu_structure > div img {
    order: 1;
  }
}
@media all and (max-width: 755px) {
  .contenu_structure > div img {
    max-width: 100%;
  }
}
.contenu_structure > div > div {
  padding-left: 16px;
  padding-right: 16px;
  max-width: 550px;
}
@media all and (max-width: 900px) {
  .contenu_structure > div > div {
    order: 2;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.contenu_structure p {
  text-align: justify;
  text-align-last: left;
}

/**page contact **/
.contenu_contact {
  max-width: 1200px;
  background-color: #ffffff;
  padding: 60px;
  justify-content: center;
}
.contenu_contact h1 {
  padding-top: 32px;
}
.contenu_contact > div {
  align-items: center;
}
.contenu_contact > div > div {
  padding-left: 32px;
}
.contenu_contact img {
  margin-top: 64px;
}
@media all and (max-width: 755px) {
  .contenu_contact {
    padding: 16px;
  }
  .contenu_contact > div > div {
    padding-top: 16px;
    padding-left: 8px;
  }
  .contenu_contact h1 {
    padding-top: 18px;
  }
  .contenu_contact img {
    max-width: 100%;
    margin-top: 24px;
  }
  .contenu_contact iframe {
    max-width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
