body {
  font-family: "Quicksand", sans-serif;
  font-size: rem-calc(17px);
  font-weight: 400;
  color: #8d8d8d;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 0.5em;
  color: #393939;
}

h1, h2 {
  text-transform: uppercase;
}

a {
  color: #EF8667;
}
a:hover {
  color: #fef4f1;
}

body {
  background-color: #fff;
  color: #8d8d8d;
}

.bg-gris-pale {
  background-color: #f5f5f5;
}

.bg-gris-fonce {
  background-color: #242424;
}

.bg-blanc {
  background-color: #fff;
  border-radius: 8px;
}

.bg-noir {
  background-color: #000;
}

#bandeau-coordonnees {
  list-style: none;
  margin: 0.5rem 0;
}
#bandeau-coordonnees li {
  display: inline-block;
  padding-left: 10px;
}
#bandeau-coordonnees li a {
  color: #8d8d8d;
}

#bandeau-logo {
  margin: 2rem 0;
}

#spotlignt {
  background-image: url("../asset/img/plumes-horizontale-haut.png");
  background-repeat: repeat-x;
  background-size: 140%;
  padding-bottom: 3em;
}
#spotlignt #titreProf {
  font-size: 2em;
  text-align: center;
}

.sous-titre {
  display: block;
  font-weight: 300;
  color: #EF8667;
  font-size: 20px;
  margin: -18px 0 10px 0;
}

.section, .section-contact, .section-publications, .section-partenaires, .section-mission {
  padding-top: 5em;
  padding-bottom: 5em;
}

.section-bio {
  background-image: url(../asset/img/gossage.png);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
  padding-bottom: 5em;
  padding-top: 5em;
  margin-bottom: 0.5em;
}
.section-bio p {
  text-align: justify;
}

.section-mission {
  background-image: url("../asset/img/FeuillePlage.jpg");
  background-position: right;
  background-size: cover;
  color: #242424;
}
.section-mission h2 {
  color: #EF8667;
}
.section-mission p {
  color: #393939;
  background-color: rgba(255, 255, 255, 0.3);
  font-weight: 900;
  padding: 10px;
  list-style: none;
  text-align: justify;
}

.section-services {
  padding-top: 5em;
  padding-bottom: 0;
}
.section-services h2 {
  color: #EF8667;
}
.section-services ul {
  padding-left: 1.2em;
}
.section-services ul li {
  padding-bottom: 4px;
}
.section-services p {
  text-align: justify;
}

.section-partenaires {
  background-image: url("../asset/img/partenaires-2.jpg");
  background-position: center;
  background-size: cover;
}
.section-partenaires h2 {
  color: #EF8667;
}
.section-partenaires h2 {
  text-shadow: 0 0 4px #fff;
}
.section-partenaires img {
  padding: 8px 4px;
  margin-bottom: 1em;
}

.section-publications h2 {
  color: #EF8667;
}

.section-contact {
  background-image: url("../asset/img/plumes-horizontale-bas.png");
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 80%;
  padding-bottom: 10em !important;
  background-color: #573E41;
  color: #fff;
}
.section-contact h2 {
  color: #EF8667;
}
.section-contact img {
  margin-bottom: 1em;
  max-height: 250px;
}
.section-contact iframe {
  margin-bottom: 1em;
}
.section-contact ul {
  list-style: none;
  margin-bottom: 1em;
}
.section-contact ul li {
  padding-top: 0.8em;
}

.carte-service {
  margin-bottom: 4rem;
}
.carte-service img {
  margin-bottom: 1.5rem;
}

.portrait {
  margin: 0 10px 10px 0;
}

.img--publication {
  margin-bottom: 20px;
}

img[alt*=Icone] {
  max-width: 100px;
}

div.media {
  margin: 1em 0;
  padding: 1em;
  background-color: #f5f5f5;
}
div.media a.stretched-link:hover {
  color: #000;
}

.logo-slider img {
  height: 105px;
  width: 280px;
  margin: 10px;
  padding: 10px;
}

iframe {
  width: 100%;
}

#social-media--icon {
  max-height: 2em;
  padding: 0 10px 0 0;
  margin: 0;
}

#liste-contact {
  margin-top: 0;
}

#barre-copyright {
  padding: 1em 0;
  border-top: 6px solid white;
}

#barre-loi {
  padding: 1em 0;
}

@media (min-width: 480px) {
  #liste-contact {
    margin-top: 0;
  }

  #spotlignt {
    background-size: 140%;
  }

  .section-contact {
    background-size: 50%;
  }
}
@media (min-width: 768px) {
  #bandeau-coordonnees {
    margin: 1rem 0;
  }

  #bandeau-logo {
    margin: 3rem 0;
  }

  #spotlignt {
    background-size: 120%;
  }

  #liste-contact {
    margin-top: 1em;
  }

  .section, .section-mission, .section-partenaires, .section-publications, .section-contact {
    padding-top: 8em;
    padding-bottom: 8em;
  }
}
@media (min-width: 1024px) {
  #liste-contact {
    margin-top: 4em;
  }

  #spotlignt {
    background-size: 60%;
  }

  .section-contact {
    background-size: 30%;
  }
}
