@charset "UTF-8";
.center {
  text-align: center;
}

body {
  overflow-x: hidden;
  font-family: "Fira Sans", sans-serif;
  font-family: "Trebuchet MS", sans-serif !important;
  -webkit-tap-highlight-color: transparent;
}

p {
  font-family: "Fira Sans", sans-serif;
  line-height: 1rem;
  color: #5B2C3E;
  font-size: 0.95rem;
  text-align: left;
}

.text-primary {
  color: #fed136 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Fira Sans", Verdana, Arial, sans-serif;
  font-weight: 700;
  color: #5B2C3E;
}

h1 {
  color: #5B2C3E;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4rem;
}

section {
  color: #383d52;
}

section h2.section-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 40px;
}

section h3.section-subheading {
  margin-bottom: 75px;
  text-transform: none;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.site-branding {
  display: none;
}

.logo {
  text-align: center;
  display: none;
}
.logo img {
  max-width: 50%;
}

.contactPop,
.contactPop3,
.contactPop4 {
  opacity: 0;
  animation-duration: 0.2s !important;
}

.topButton {
  position: fixed;
  height: 50px;
  width: 50px;
  right: 80px;
  bottom: 40px;
  z-index: 1;
  display: none;
  border: 1px solid #a1d5d2;
  border-radius: inherit;
  padding: 0;
  padding-top: 5px;
}
.topButton i {
  font-size: 1rem;
  position: relative;
  top: -5px;
}
.topButton span {
  display: block;
  position: relative;
  top: -10px;
  font-size: 0.9rem;
  font-weight: 100;
  letter-spacing: 1px;
}
.topButton:hover {
  background-color: #d0eae8;
}

@keyframes menuApparait2 {
  from {
    opacity: 0;
    left: -370px;
  }
  to {
    opacity: 1;
    left: -300px;
  }
}
.contactPop2 {
  opacity: 1;
}

@keyframes menuApparait1 {
  from {
    opacity: 0;
    right: -300px;
  }
  to {
    opacity: 1;
    right: -240px;
  }
}
.contactPop1 {
  opacity: 1;
}

.single-moyens_humains .contactPop1 {
  animation: menuApparait1 1s ease-out 2s forwards;
}
.single-moyens_humains .contactPop2 {
  animation: menuApparait2 1s ease-out 2s forwards;
}
.single-moyens_humains .contactPop,
.single-moyens_humains .contactPop3,
.single-moyens_humains .contactPop4 {
  animation-delay: 1s;
}

#mainNav {
  font-family: "Fira Sans", Verdana, Arial, sans-serif;
  font-weight: 500;
  padding-top: 0;
  width: 100%;
  position: fixed;
  z-index: 1000;
  height: 49px;
  top: 210px;
}
#mainNav ul > li {
  position: relative;
  list-style-type: none;
  display: inline-block;
  margin-right: 50px;
  line-height: 1.3rem;
}
#mainNav ul > li::after {
  position: relative;
  left: 25px;
  color: #5B2C3E;
  content: "━";
}
#mainNav ul > li:last-child {
  margin-right: 0;
}
#mainNav ul > li:last-child::after {
  content: "";
}
#mainNav.navbar-shrink {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
#mainNav.navbar-shrink #logosPartenaires {
  animation-name: fadeInDown;
  display: none;
  transition: opacity, display 1s;
}

#mainNav.stickyTop {
  top: 0 !important;
}

nav #menuMobile {
  display: none;
}

ul#carreMenu {
  position: fixed;
  top: 10px;
  left: 35px;
  font-size: 1.05rem;
  margin: 0;
  z-index: 1030;
  opacity: 1;
}
ul#carreMenu li {
  margin-right: 10px;
}
ul#carreMenu li .carreIAC {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #a1d5d2;
}
ul#carreMenu li::after {
  content: "";
}

#primary-menu {
  position: fixed;
  top: 10px;
  right: 40px;
  font-family: "Fira Sans", Verdana, Arial, sans-serif;
  font-size: 1.05rem;
  z-index: 1040;
  margin: 0;
}
#primary-menu .sub-menu {
  display: none;
}
#primary-menu li:hover .sub-menu {
  display: inline-block;
  position: absolute;
  top: 22px;
  right: 15px;
  width: 85vw;
  width: -moz-max-content;
  width: max-content;
  text-align: right;
  padding: 7px;
  background-color: rgba(255, 255, 255, 0.9);
  text-transform: lowercase;
}
#primary-menu li a {
  font-size: 18px;
}
#primary-menu #menu-item-6:hover a,
#primary-menu #menu-item-6:hover .sub-menu li::after {
  color: #a1d5d2;
}
#primary-menu #menu-item-10:hover a,
#primary-menu #menu-item-10:hover .sub-menu li::after {
  color: #dbc108;
}
#primary-menu #menu-item-11:hover a,
#primary-menu #menu-item-11:hover .sub-menu li::after {
  color: #138e6a;
}
#primary-menu #menu-item-619:hover a,
#primary-menu #menu-item-619:hover .sub-menu li::after {
  color: #ed9b66;
}
#primary-menu a {
  position: relative;
  color: #5B2C3E;
}

.container ul li {
  color: #5B2C3E;
}

#footer-menu {
  position: fixed;
  transform: rotate(90deg);
  right: -290px;
  top: 410px;
  font-size: 18px;
  font-variant: none;
  z-index: 1040;
  margin: 0;
}
#footer-menu a {
  color: #5B2C3E;
  text-transform: lowercase;
}

#resociaux-menu {
  transform: rotate(-90deg);
  position: fixed;
  top: 440px;
  left: -290px;
  font-size: 18px;
  font-variant: none;
  z-index: 1040;
  margin: 0;
}
#resociaux-menu a {
  color: #5B2C3E;
}

ul#logosPartenaires {
  display: flex;
  flex-direction: row;
  position: fixed;
  bottom: 30px;
  left: 100px;
  font-size: 1.05rem;
  z-index: 1040;
  margin: 0;
}
ul#logosPartenaires li {
  margin-right: 10px;
  align-self: center;
}
ul#logosPartenaires li .acteursComp {
  width: 150px;
}
ul#logosPartenaires li .qualiopi {
  width: 250px;
}
ul#logosPartenaires li::after {
  content: "";
}
ul#logosPartenaires li a {
  color: #5B2C3E;
}

#explicationIAC h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #5B2C3E;
}
#explicationIAC h2 span {
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 400;
  display: block;
}
#explicationIAC h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #5B2C3E;
}
#explicationIAC .position-relative {
  z-index: 100;
}
#explicationIAC .cadreOffset {
  position: absolute;
  display: inline-block;
  border: 1px solid #a1d5d2;
  width: 60%;
  height: 130%;
  top: -88px;
  right: 0;
}
#explicationIAC .fd-explicationIAC {
  position: absolute;
  top: -21px;
  left: -32px;
  background-color: #d0eae8;
  width: 40vw;
  height: 105%;
  z-index: 70;
}
#explicationIAC .txtIAC {
  position: relative;
  z-index: 80;
}
#explicationIAC .txtIAC ul li {
  font-family: "Fira Sans", sans-serif;
  line-height: 1rem;
  color: #5B2C3E;
  font-size: 0.95rem;
}

#organisme-formation {
  margin-top: 5rem;
}
#organisme-formation #videoFormation h3 {
  padding-left: 15px;
}
#organisme-formation .catalogue-prochaines-sessions {
  padding: 0;
}
#organisme-formation .catalogue-prochaines-sessions .panel-heading {
  padding: 10px 15px;
  background-color: #d0eae8;
}
#organisme-formation .catalogue-prochaines-sessions .panel-footer {
  padding-top: 10px;
  font-size: 0.9rem;
  margin-bottom: 2rem;
}
#organisme-formation .catalogue-prochaines-sessions .panel-footer a {
  color: #5B2C3E;
}
#organisme-formation .catalogue-prochaines-sessions .list-group {
  margin-left: 0;
}
#organisme-formation .catalogue-prochaines-sessions .list-group li {
  font-size: 0.9rem;
  font-size: 0.9rem;
  line-height: 1rem;
  text-align: justify;
  padding: 10px;
  border-color: #a1d5d2;
}
#organisme-formation .catalogue-prochaines-sessions .list-group li a {
  color: #dbc108;
  transition: color 0.2s linear;
}
#organisme-formation .catalogue-prochaines-sessions .list-group li a:hover {
  color: #a1d5d2;
}

#inscription-news {
  margin-top: 5rem;
}
#inscription-news .g-recaptcha div {
  width: 100% !important;
}
#inscription-news button {
  background-color: #a1d5d2;
  transform: color 0.2s linear;
}
#inscription-news button:hover {
  color: white;
}
#inscription-news .clausesMail {
  margin-top: 1.5rem;
  font-size: 0.7rem;
}
#inscription-news .clausesMail a {
  color: #a1d5d2;
}

#references h3,
#photosCentre h3 {
  font-size: 1.3rem;
  color: #5B2C3E;
}

#moyensHumains {
  margin-top: 9rem;
  min-height: 28rem;
}
#moyensHumains h2 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #5B2C3E;
}
#moyensHumains h3 {
  font-size: 1.3rem;
  color: #5B2C3E;
}
#moyensHumains a {
  color: #5B2C3E;
}
#moyensHumains a:hover {
  text-decoration: none;
}
#moyensHumains a:hover img {
  filter: sepia(1) saturate(60%) hue-rotate(130deg);
  transition: filter 0.4s linear;
}
#moyensHumains .trombi {
  margin: 3rem 0;
}
#moyensHumains .trombi span {
  position: absolute;
  display: inline-block;
  border: 1px solid #a1d5d2;
  width: 150px;
  height: 150px;
}
#moyensHumains .trombi .blocTrombi {
  position: relative;
  top: 15px;
  right: 15px;
  color: #5B2C3E;
}
#moyensHumains .trombi .blocTrombi h4 {
  color: #5B2C3E;
  font-weight: bold;
}
#moyensHumains .trombi .col-xl-2 {
  margin-bottom: 2rem;
}
#moyensHumains .iac-intervenants .blocTrombi p a + a {
  display: none;
}
#moyensHumains .conseils {
  margin: 0 0 3rem 0;
}
#moyensHumains .conseils h3 {
  font-weight: bold;
  margin-bottom: 2rem;
}
#moyensHumains .conseils h3 span {
  width: 50px;
  height: 50px;
  background-color: #a1d5d2;
  position: absolute;
  display: inline-block;
  margin-top: -32px;
  margin-left: -23px;
  z-index: -1;
}
#moyensHumains .conseils ul {
  list-style-type: none;
}
#moyensHumains .conseils ul li {
  margin: 1.2rem 0;
  line-height: 1.2rem;
}
#moyensHumains .conseils ul li a {
  text-decoration: none;
  color: #5B2C3E;
}
#moyensHumains .conseils ul li a:hover {
  color: #a1d5d2;
}
#moyensHumains .conseils .bloc {
  border: 1px solid #a1d5d2;
  padding: 55px 23px 0 23px;
}
#moyensHumains .conseils .bloc h4 {
  font-weight: bold;
  color: #5B2C3E;
}

/************ GESTION DE LA VIDEO INTRO **************/
#videoIntro {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 9000;
  opacity: 1;
}

/*****************************************************/
.shrinkContact {
  display: none;
}

.navbar-dark .navbar-nav .nav-link {
  font-family: "Fira Sans", Verdana, Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: bold;
  color: #1b2139;
  letter-spacing: -1px;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #aeca0c;
}

#home,
#publications,
#evenements,
#organisme-formation,
#anthropologie,
#carreVignes {
  padding: 70px 0 80px 0;
}
#home img,
#publications img,
#evenements img,
#organisme-formation img,
#anthropologie img,
#carreVignes img {
  height: 180px;
  width: auto;
  max-width: inherit;
}
#home a,
#publications a,
#evenements a,
#organisme-formation a,
#anthropologie a,
#carreVignes a {
  color: #138e6a;
  font-style: normal;
}
#home img.picto,
#publications img.picto,
#evenements img.picto,
#organisme-formation img.picto,
#anthropologie img.picto,
#carreVignes img.picto {
  position: relative;
  top: 3px;
  width: 17px;
}
#home .presenTxt,
#publications .presenTxt,
#evenements .presenTxt,
#organisme-formation .presenTxt,
#anthropologie .presenTxt,
#carreVignes .presenTxt {
  border-left: 1px solid #5B2C3E;
  padding-left: 20px;
  font-size: 0.9rem;
}
#home .presenTxt a,
#publications .presenTxt a,
#evenements .presenTxt a,
#organisme-formation .presenTxt a,
#anthropologie .presenTxt a,
#carreVignes .presenTxt a {
  font-weight: bold;
  color: #5B2C3E;
}
#home .presenTxt a:hover,
#publications .presenTxt a:hover,
#evenements .presenTxt a:hover,
#organisme-formation .presenTxt a:hover,
#anthropologie .presenTxt a:hover,
#carreVignes .presenTxt a:hover {
  color: #a1d5d2;
}
#home .ligneTitre,
#publications .ligneTitre,
#evenements .ligneTitre,
#organisme-formation .ligneTitre,
#anthropologie .ligneTitre,
#carreVignes .ligneTitre {
  flex-direction: row;
  padding-right: 0;
  justify-content: flex-end;
}
#home .ligneTitre a,
#publications .ligneTitre a,
#evenements .ligneTitre a,
#organisme-formation .ligneTitre a,
#anthropologie .ligneTitre a,
#carreVignes .ligneTitre a {
  display: inline-flex;
}
#home .ligneTitre span,
#publications .ligneTitre span,
#evenements .ligneTitre span,
#organisme-formation .ligneTitre span,
#anthropologie .ligneTitre span,
#carreVignes .ligneTitre span {
  border-top: 1px solid #5B2C3E;
  width: 40%;
  display: inline-flex;
  align-self: center;
  margin-left: 10px;
}

#publications {
  margin-top: 5rem;
}

#anthropologie .presenTxt {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#anthropologie .ligneTitre span {
  display: inline-flex;
  margin-left: 46px;
}
#anthropologie .miniMenu a {
  font-weight: 700;
  color: #138e6a !important;
}

#publications h2,
#organisme-formation h2,
#evenements h2 {
  display: none;
}
#publications .cases,
#organisme-formation .cases,
#evenements .cases {
  margin-top: 9rem;
  justify-content: space-around !important;
}
#publications .cases + .cases,
#organisme-formation .cases + .cases,
#evenements .cases + .cases {
  margin-top: 4rem;
}

#articles {
  margin-top: 10rem;
}
#articles .picto {
  position: relative;
  top: 3px;
  width: 17px;
}
#articles a {
  color: #138e6a;
}
#articles h2 {
  height: 72px;
  width: 100%;
  padding: 1.4rem 4rem 4rem 5.2rem;
  color: #138e6a;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 1px;
  background-image: url("../img/grand-picto-publi.png"), url("../img/MOTIFS/fd-bandeau-entete.png");
  background-position: 34px 46px, left top;
  background-repeat: no-repeat, repeat-x;
  margin-bottom: 3rem;
}
#articles h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #5B2C3E;
}
#articles h3 span {
  text-transform: initial;
  font-weight: 500;
  font-size: 0.9rem;
  font-style: italic;
}
#articles .presenTxt {
  margin-bottom: 2rem;
}
#articles .presenTxt p {
  color: #a1d5d2;
}
#articles .formDeroul {
  margin: 5rem 0;
}

#videos {
  margin-top: 10rem;
}
#videos h1 {
  color: #138e6a;
  margin-top: 4rem;
}
#videos h2 {
  height: 72px;
  width: 100%;
  padding: 1.4rem 4rem 4rem 5.2rem;
  color: #138e6a;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 1px;
  background-image: url("../img/grand-picto-videos.png"), url("../img/MOTIFS/fd-bandeau-entete.png");
  background-position: 30px 50px, left top;
  background-repeat: no-repeat, repeat-x;
  margin-bottom: 3rem;
}
#videos h3 {
  color: #138e6a;
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 1rem;
  margin-top: 6rem;
}
#videos .blocVid {
  border: 1px solid grey;
}
#videos .epyt-gallery-allthumbs + .epyt-pagination {
  display: none;
}

#carreVignes {
  margin-top: 10rem;
}
#carreVignes h2 {
  height: 72px;
  width: 100%;
  padding: 1.4rem 4rem 4rem 5.2rem;
  color: #138e6a;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 1px;
  background-image: url("../img/picto-carre.png"), url("../img/MOTIFS/fd-bandeau-entete.png");
  background-position: 30px 44px, left top;
  background-repeat: no-repeat, repeat-x;
  margin-bottom: 3rem;
}
#carreVignes h3 {
  text-transform: uppercase;
  color: #5B2C3E;
  font-size: 1.1rem;
  letter-spacing: 1px;
  font-weight: 500;
  margin: 0;
  font-style: normal;
}
#carreVignes .blocVid {
  border: 1px solid grey;
}
#carreVignes .row {
  margin: 3rem 0;
}
#carreVignes .row div:first-child {
  text-align: center;
}
#carreVignes .row .blocTxt {
  border-left: 1px solid #5B2C3E;
}
#carreVignes p {
  margin: 0;
  font-style: initial;
}
#carreVignes p span {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #138e6a;
  margin: 1rem 0;
}
#carreVignes p strong {
  display: block;
}
#carreVignes img {
  width: 350px;
  height: 100%;
  max-width: 100%;
}
#carreVignes .blocTitre img {
  height: 180px;
}
#carreVignes .blocTitre img {
  width: 180px;
}
#carreVignes .bloc-titre-carres {
  margin-bottom: 5rem;
}

#anthropologie {
  margin-top: 5rem;
}
#anthropologie h1 {
  padding: 1.5rem 2rem 1.5rem 2rem;
  color: #138e6a;
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 2px;
  font-weight: 500;
  background-image: url("../img/cadre-page-anthro.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 3rem;
}
#anthropologie h2 {
  padding: 1.1rem 4rem 4rem 4rem;
  color: #138e6a;
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 2px;
  font-weight: 500;
  background-image: url("../img/bandeau-titre.png");
  background-position: left top;
  background-repeat: no-repeat;
}
#anthropologie h3 {
  color: #138e6a;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
#anthropologie a {
  color: #6cbdb9;
}
#anthropologie .row {
  margin: 4rem 0;
}
#anthropologie .row a {
  color: #5B2C3E;
}
#anthropologie .row a:hover,
#anthropologie .row a :focus {
  color: #5B2C3E;
}
#anthropologie .miniMenu {
  margin: 1.3rem 0;
}

.single-anthropologie #anthropologie {
  margin-top: 5rem;
}
.single-anthropologie #anthropologie .blocTxt {
  -moz-column-count: 2;
       column-count: 2;
}
.single-anthropologie #anthropologie ul,
.single-anthropologie #anthropologie ul.indented-list {
  margin: 0 0 1.5rem 1rem;
}
.single-anthropologie #anthropologie ul li,
.single-anthropologie #anthropologie ul.indented-list li {
  font-family: "Fira Sans", sans-serif;
  line-height: 1rem;
  color: #5B2C3E;
  font-size: 0.95rem;
}

.page-template-page-pourvoyance-enfant #pourvoyance-besoins-enfant ul li, .page-template-page-pourvoyance-enfant #pourvoyance-besoins-enfant ul.indented-list li {
  font-family: "Fira Sans", sans-serif;
  line-height: 1rem;
  font-size: 0.95rem;
}

#pourvoyance-besoins-enfant ul {
  margin-left: 16px;
}

.nav-link {
  padding: 0;
}

#template-moyens-humains {
  margin-top: 10rem;
}
#template-moyens-humains .fiche-gauche ul,
#template-moyens-humains .fiche-gauche ul.indented-list {
  margin: 0 0 1.5rem 1rem;
}
#template-moyens-humains .fiche-gauche ul li,
#template-moyens-humains .fiche-gauche ul.indented-list li {
  font-family: "Fira Sans", sans-serif;
  line-height: 1rem;
  color: #5B2C3E;
  font-size: 0.85rem;
}
#template-moyens-humains .fiche-gauche .text-right {
  margin-right: 80px;
}
#template-moyens-humains .fiche-gauche span {
  position: relative;
  display: inline-block;
  border: 1px solid #a1d5d2;
  width: 250px;
  height: 250px;
}
#template-moyens-humains .fiche-gauche .blocTrombi {
  position: absolute;
  top: 20px;
  right: 40px;
  color: #5B2C3E;
  width: 250px;
  height: 250px;
  overflow: hidden;
}
#template-moyens-humains .fiche-gauche img {
  filter: grayscale(100%);
}
#template-moyens-humains .fiche-gauche .cadre {
  border: 3px solid #d0eae8;
  padding: 15px 30px;
  margin-top: 10rem;
  text-align: justify;
}
#template-moyens-humains .fiche-gauche .cadre h2 {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  color: #5B2C3E;
  margin-bottom: 1rem;
}
#template-moyens-humains .fiche-gauche .cadre p {
  color: #5B2C3E;
}
#template-moyens-humains .fiche-gauche .cadre strong {
  color: #a1d5d2;
}
#template-moyens-humains .fiche-droite {
  border-left: 1px solid #5B2C3E;
}
#template-moyens-humains .fiche-droite h1 {
  color: #5B2C3E;
  font-size: 1.2rem;
  font-weight: bold;
}
#template-moyens-humains .fiche-droite p {
  color: #5B2C3E;
}
#template-moyens-humains .fiche-droite p strong {
  color: #a1d5d2;
}

#bt-evenement {
  margin-top: 10rem;
}
#bt-evenement .list-bt-event {
  margin-left: 0;
  display: flex;
  justify-content: center;
  border-top: 1px solid #a1d5d2;
  border-bottom: 1px solid #a1d5d2;
  padding: 15px 0;
  padding-top: 21px;
  flex-wrap: wrap;
}
#bt-evenement .list-bt-event li {
  display: inline-block;
  margin-right: 45px;
}
#bt-evenement .list-bt-event li img {
  max-width: 55%;
}

#evenements {
  margin-top: 6rem;
}
#evenements h1 {
  color: #5B2C3E;
}
#evenements ul {
  list-style-type: none;
  margin-left: 0;
}
#evenements ul li {
  display: inline-block;
  margin-right: 45px;
  margin-bottom: 2rem;
}

#pourvoyance-besoins-enfant,
#plan-acces {
  margin-top: 5rem;
}
#pourvoyance-besoins-enfant h1,
#plan-acces h1 {
  display: flex;
  align-items: center;
  flex-direction: row;
  color: #5B2C3E;
  line-height: 2rem;
}
#pourvoyance-besoins-enfant h1 span,
#plan-acces h1 span {
  margin-left: 20px;
}
#pourvoyance-besoins-enfant a,
#plan-acces a {
  color: #6cbdb9;
}
#pourvoyance-besoins-enfant iframe,
#plan-acces iframe {
  width: 100%;
}
#pourvoyance-besoins-enfant .slick-slide,
#plan-acces .slick-slide {
  padding: 0 10px;
}

#plan-acces {
  line-height: 1rem;
  color: #5B2C3E;
  font-size: 0.85rem;
  margin-top: 10rem;
}
#plan-acces h2 {
  font-size: 1.5rem;
  margin-bottom: 0.6rem;
  color: #5B2C3E;
}
#plan-acces .ss-address {
  font-family: "Trebuchet MS", sans-serif;
  margin-bottom: 3rem;
  font-size: 0.85rem;
}

#references,
#photosCentre {
  margin-top: 5rem;
}
#references h2,
#photosCentre h2 {
  color: #5B2C3E;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
#references .slick-slider,
#photosCentre .slick-slider {
  display: flex;
  flex-direction: row;
  border: 1px solid #d9eceb;
  padding: 40px 20px;
  max-height: 232px;
}
#references .slick-slider .slick-arrow,
#photosCentre .slick-slider .slick-arrow {
  font-family: "Font Awesome 5 Free";
  background-color: white;
  border: none;
  font-size: 0.1rem;
  color: white;
}
#references .slick-slider .slick-prev:before,
#photosCentre .slick-slider .slick-prev:before {
  position: relative;
  top: -20px;
  margin-left: -40px;
  font-family: "Font Awesome 5 Free";
  font-size: 4.5rem;
  font-weight: 900;
  color: goldenrod;
  content: "\f0d9";
}
#references .slick-slider .slick-next:after,
#photosCentre .slick-slider .slick-next:after {
  position: relative;
  font-family: "Font Awesome 5 Free";
  font-size: 4.5rem;
  font-weight: 900;
  color: goldenrod;
  content: "\f0da";
}
#references .slick-slide,
#photosCentre .slick-slide {
  height: 150px !important;
  width: auto !important;
  margin: 0 30px;
}
#references .slick-slide img,
#photosCentre .slick-slide img {
  height: 150px;
}

.page-template-page-inscription-newsletter #inscription-news form {
  margin-top: 5rem !important;
}
.page-template-page-inscription-newsletter #inscription-news button {
  color: #5B2C3E;
}

/* ------------------------------------------- */
/* -------------- PAGE DE BLOG --------------- */
/* ------------------------------------------- */
.privacy-policy #content, .page-id-2067 #content {
  margin-top: 5rem;
}
.privacy-policy #content h1, .page-id-2067 #content h1 {
  color: #5B2C3E;
}

body.page-id-271 a:hover {
  text-decoration: none;
}

body#billetIAC h1 {
  background-image: url("../img/fd-publications.png");
  color: #138e6a;
}
body#billetIAC h2 {
  color: #138e6a;
}
body#billetIAC #blogNav li,
body#billetIAC #blogNav a {
  color: #138e6a;
}
body#billetIAC #blogNav li input,
body#billetIAC #blogNav a input {
  border: 1px solid #138e6a;
  color: #138e6a;
}
body#billetIAC #blogNav .nav li a:hover,
body#billetIAC #blogNav .nav li a:focus {
  background-color: none !important;
}
body#billetIAC .grid-item {
  border: 2px solid #138e6a;
}
body#billetIAC .grid-item .img-blog {
  border-bottom: 2px solid #138e6a;
}
body#billetIAC a:hover {
  text-decoration: none;
}

.page-template-page-blog h1,
.post-template-default h1 {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 2px;
  color: #ed9b66;
  background-image: url("../img/fd-blog-actualites-iac.png");
  background-repeat: no-repeat;
  background-position: initial;
  padding: 73px 114px;
}
.page-template-page-blog h1 span,
.post-template-default h1 span {
  text-transform: initial;
  font-style: italic;
  font-size: 1.9rem;
  display: block;
  margin-top: 1.5rem;
}
.page-template-page-blog h1 a.titre:hover,
.post-template-default h1 a.titre:hover {
  text-decoration: none;
}
.page-template-page-blog .nav,
.post-template-default .nav {
  display: flex;
  margin-left: 0;
  margin-bottom: 2rem;
}
.page-template-page-blog .nav .nav-item,
.post-template-default .nav .nav-item {
  display: inline-block;
  color: #ed9b66;
}
.page-template-page-blog .nav .nav-item a,
.post-template-default .nav .nav-item a {
  color: #ed9b66;
}
.page-template-page-blog .nav .nav-item a:hover,
.post-template-default .nav .nav-item a:hover {
  background-color: inherit;
  text-decoration: none;
  color: #5B2C3E;
}
.page-template-page-blog .nav .nav-item .trait::after,
.post-template-default .nav .nav-item .trait::after {
  position: relative;
  left: 15px;
  content: "━";
}
.page-template-page-blog .nav .nav-item .fab,
.post-template-default .nav .nav-item .fab {
  font-size: 2rem;
}
.page-template-page-blog .nav .recherch,
.post-template-default .nav .recherch {
  padding: 10px 15px;
}
.page-template-page-blog .nav .recherch input,
.post-template-default .nav .recherch input {
  border: 1px solid #ed9b66;
  height: 1.4rem;
  border-radius: initial;
  margin-left: 10px;
  color: #ed9b66;
  font-size: 0.8rem;
}
.page-template-page-blog .nav .recherch input[type=submit],
.post-template-default .nav .recherch input[type=submit] {
  background-color: transparent;
  color: #ed9b66;
  font-size: 0.8rem;
  padding: 3px;
  margin: 0;
}
.page-template-page-blog .grid,
.post-template-default .grid {
  /* clearfix */
}
.page-template-page-blog .grid:after,
.post-template-default .grid:after {
  content: "";
  display: block;
  clear: both;
}
.page-template-page-blog .grid-sizer,
.page-template-page-blog .grid-item,
.post-template-default .grid-sizer,
.post-template-default .grid-item {
  display: inline-block;
  width: 350px;
  border: 2px solid #d0eae8;
  margin-bottom: 1.5rem;
}
.page-template-page-blog .grid-sizer .img-blog,
.page-template-page-blog .grid-item .img-blog,
.post-template-default .grid-sizer .img-blog,
.post-template-default .grid-item .img-blog {
  width: 100%;
  max-height: 350px;
  border-bottom: 2px solid #d0eae8;
}
.page-template-page-blog .grid-sizer .bandInfos,
.page-template-page-blog .grid-item .bandInfos,
.post-template-default .grid-sizer .bandInfos,
.post-template-default .grid-item .bandInfos {
  padding-left: 1.5rem;
  padding-right: 1rem;
}
.page-template-page-blog .grid-sizer .bandInfos .sousBandeau,
.page-template-page-blog .grid-item .bandInfos .sousBandeau,
.post-template-default .grid-sizer .bandInfos .sousBandeau,
.post-template-default .grid-item .bandInfos .sousBandeau {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 1rem;
}
.page-template-page-blog .grid-sizer .bandInfos .sousBandeau img,
.page-template-page-blog .grid-item .bandInfos .sousBandeau img,
.post-template-default .grid-sizer .bandInfos .sousBandeau img,
.post-template-default .grid-item .bandInfos .sousBandeau img {
  height: 100%;
  margin-right: 0.8rem;
}
.page-template-page-blog .grid-sizer .bandInfos .sousBandeau p,
.page-template-page-blog .grid-item .bandInfos .sousBandeau p,
.post-template-default .grid-sizer .bandInfos .sousBandeau p,
.post-template-default .grid-item .bandInfos .sousBandeau p {
  color: #5B2C3E;
  font-weight: 300;
}
.page-template-page-blog .grid-sizer .bandInfos .sousBandeau .blocShare,
.page-template-page-blog .grid-item .bandInfos .sousBandeau .blocShare,
.post-template-default .grid-sizer .bandInfos .sousBandeau .blocShare,
.post-template-default .grid-item .bandInfos .sousBandeau .blocShare {
  position: relative;
}
.page-template-page-blog .grid-sizer .bandInfos .sousBandeau .blocShare button,
.page-template-page-blog .grid-item .bandInfos .sousBandeau .blocShare button,
.post-template-default .grid-sizer .bandInfos .sousBandeau .blocShare button,
.post-template-default .grid-item .bandInfos .sousBandeau .blocShare button {
  position: relative;
  margin-left: 100px;
  align-self: baseline;
  font-size: 1.5rem;
  border: none;
  background: none;
  padding: 0;
  transform: rotateY(180deg);
  color: #5B2C3E;
}
.page-template-page-blog .grid-sizer .bandInfos .sousBandeau .blocShare .scoShare,
.page-template-page-blog .grid-item .bandInfos .sousBandeau .blocShare .scoShare,
.post-template-default .grid-sizer .bandInfos .sousBandeau .blocShare .scoShare,
.post-template-default .grid-item .bandInfos .sousBandeau .blocShare .scoShare {
  display: none;
  position: absolute;
  top: -70px;
  right: -7px;
  padding-bottom: 2.5rem;
}
.page-template-page-blog .grid-sizer .bandInfos .sousBandeau .blocShare .scoShare:hover,
.page-template-page-blog .grid-item .bandInfos .sousBandeau .blocShare .scoShare:hover,
.post-template-default .grid-sizer .bandInfos .sousBandeau .blocShare .scoShare:hover,
.post-template-default .grid-item .bandInfos .sousBandeau .blocShare .scoShare:hover {
  display: inline-block;
}
.page-template-page-blog .grid-sizer .bandInfos .sousBandeau .blocShare:hover .scoShare,
.page-template-page-blog .grid-item .bandInfos .sousBandeau .blocShare:hover .scoShare,
.post-template-default .grid-sizer .bandInfos .sousBandeau .blocShare:hover .scoShare,
.post-template-default .grid-item .bandInfos .sousBandeau .blocShare:hover .scoShare {
  display: inline-block;
}
.page-template-page-blog .grid-sizer .bandInfos a,
.page-template-page-blog .grid-item .bandInfos a,
.post-template-default .grid-sizer .bandInfos a,
.post-template-default .grid-item .bandInfos a {
  text-decoration: none;
  color: #5B2C3E;
  line-height: 0.8rem;
}
.page-template-page-blog .grid-sizer .bandInfos a strong,
.page-template-page-blog .grid-item .bandInfos a strong,
.post-template-default .grid-sizer .bandInfos a strong,
.post-template-default .grid-item .bandInfos a strong {
  word-wrap: break-word;
}
.page-template-page-blog .grid-sizer h2,
.page-template-page-blog .grid-item h2,
.post-template-default .grid-sizer h2,
.post-template-default .grid-item h2 {
  font-weight: bold;
  font-size: 2rem;
  color: #5B2C3E;
}

.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6 {
  clear: none;
}
.single-post header a {
  text-decoration: none;
}
.single-post .grid-sizer,
.single-post .grid-item {
  display: inline-block;
  width: 100%;
  border: 2px solid #d0eae8;
  margin-bottom: 2rem;
  padding: 10px 30px;
}
.single-post .article {
  display: table;
  font-family: "Fira Sans", sans-serif;
  font-size: 15.2px;
  color: #5B2C3E;
  width: 100%;
}
.single-post .article img {
  float: left;
  margin: 0 25px 20px 0;
  max-width: 450px;
}
.single-post .article h2 {
  font-size: 1.2rem;
  display: inline;
  vertical-align: top;
  clear: inherit;
  background-color: #ed9b66;
  font-weight: 700;
  color: #5B2C3E;
}
.single-post .article p {
  display: inherit;
  margin-top: 1rem;
}
.single-post .article a {
  transition: color 0.2s linear;
  font-weight: bold;
}
.single-post .article a:hover {
  color: #ed9b66;
}
.single-post .article ul {
  display: inline;
  font-family: "Fira Sans", sans-serif;
}
.single-post .article .catalogue-bullet {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}
.single-post .article #mep_0 {
  display: block !important;
  width: 100% !important;
}
.single-post .sousBandeau {
  margin-bottom: 1rem;
}
.single-post .sousBandeau p {
  position: relative;
  top: 11px;
  margin-bottom: 0;
  font-weight: bold;
}
.single-post .sousBandeau button {
  position: relative;
  top: 6px;
  margin-left: 15px;
}
.single-post .indented-list li,
.single-post ul li {
  font-size: 15.2px;
  color: #5B2C3E;
}

#billetIAC a {
  transition: color 0.2s linear;
}
#billetIAC a:hover {
  color: #138e6a;
}

/* ------------------------------------------- */
/* ----------- FIN PAGE DE BLOG -------------- */
/* ------------------------------------------- */
/* .btn-primary {
} */
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  border-color: #fec810 !important;
  color: white;
  background-color: #fec810 !important;
}

.btn-primary:active,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

/* ::-moz-selection {
}
 */
/* ::selection {
} */
img::-moz-selection {
  background: transparent;
}
img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

#mainNav .navbar-toggler {
  right: 0;
  padding: 13px;
  border: 0;
  text-transform: uppercase;
  font-size: 12px;
  color: white;
}

/* #mainNav .navbar-brand {
} */
#mainNav .navbar-brand.active,
#mainNav .navbar-brand:active,
#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
  color: #fec503;
}

#mainNav .navbar-nav .nav-item .nav-link {
  padding: 0.75em 0;
  font-size: 90%;
  font-weight: 400;
  letter-spacing: 1px;
  color: white;
}

/************ PAGE EQUIPE / INTERVENANTS **************/
#template-moyens-humains h2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #a1d5d2;
  margin-bottom: 0.6rem;
}
#template-moyens-humains p {
  margin-bottom: 0.5rem;
}
#template-moyens-humains p a {
  color: #5B2C3E;
  font-weight: bold;
}
#template-moyens-humains p a:hover {
  color: #a1d5d2;
}
#template-moyens-humains ul {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0.6rem;
  color: #5B2C3E;
}
#template-moyens-humains ul li {
  font-size: 15px;
}
#template-moyens-humains .cadre ul {
  list-style-type: disc;
}

@media (max-width: 1200px) {
  #mainNav {
    padding: 5px;
    max-width: 100vw;
    border-bottom: none;
    background-color: white;
  }
  #mainNav .navbar-brand {
    display: inline-block;
    /* float: left; */
    width: 215px;
    margin-right: 0;
  }
  #mainNav .navbar-toggler {
    margin-right: 20px;
    font-family: "Fira Sans", Verdana, Arial, sans-serif;
    font-size: 2rem;
    font-weight: bold;
    background-color: transparent;
    color: #5B2C3E;
  }
  #mainNav .navbar-brand > img {
    width: 190px;
  }
  .navbar-dark .navbar-nav .nav-link {
    text-align: center;
    font-size: 1rem;
  }
  .expHead {
    margin-top: 40px;
    min-height: 645px;
    background-position: 40% top;
    background-size: auto;
  }
  .expHead h2 {
    font-size: 1.7rem;
  }
  .expHead p {
    font-size: 1rem;
  }
  /*   #personnalisation {
  	margin-top: 25px;
  	background: none; }


  #services {
  	margin-top: 0;
  	padding-top: 0;
  	background: none;
  	background-color: #dfe0e3; }

  #services .container .row:first-child {
  	background: #dfe0e3 url("https://www.lexico-consulting.com/wp-content/themes/bones-master/library/images/chloe-SIGLI.png");
  	background-position: -27% 11px;
  	background-repeat: no-repeat;
  	background-size: 53%; }

  #services .container .row:first-child .col-8 {
  	margin-left: 119px; }

  #services .guill {
  	width: 32px;
  	margin-top: 5px;
  	margin-left: 31px; }

  #services blockquote {
  	font-size: 1.4rem; }

  #services blockquote span {
  	font-size: 1rem; }

  #services .container .row:last-child div p:first-child {
  	margin-top: 1rem; }

  #offres {
  	padding-top: 2.5rem; }

  #offres .container .row .col-lg-4:first-child {
  	margin-bottom: 2rem; }

  #references #metaslider_27.flexslider .slides li {
  	margin-right: 0 !important; } */
  #contact address {
    margin-top: 1.5rem;
    margin-left: 0;
  }
  #contact .contact {
    text-align: center;
  }
  #contact .photGroup {
    width: 100%;
    margin-bottom: 20px;
  }
  #contact .txtSelfi {
    padding: 0 8px 0 15px;
    font-size: 0.9rem;
    -webkit-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    -ms-hyphens: auto;
    -o-hyphens: auto;
  }
}
@media (max-width: 420px) {
  #metiers .container .pivoteau {
    background-position: 205px 43px, top left;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.4rem;
  }
}
header.masthead {
  text-align: center;
  color: white;
  background-attachment: scroll;
  background-image: url("../img/header-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -o-background-size: cover;
}

header.masthead .intro-text {
  padding-top: 150px;
  padding-bottom: 100px;
}

header.masthead .intro-text .intro-lead-in {
  margin-bottom: 25px;
  font-size: 22px;
  font-style: italic;
  line-height: 22px;
}

header.masthead .intro-text .intro-heading {
  margin-bottom: 25px;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  height: 80px;
}

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  header.masthead .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-size: 40px;
    font-style: italic;
    line-height: 40px;
  }
  header.masthead .intro-text .intro-heading {
    margin-bottom: 50px;
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
  }
  #contact .photGroup {
    width: 100%;
  }
}
@media (min-width: 830px) {
  #metiers {
    background-position: 262% 80px, top left;
  }
}
@media (min-width: 850px) {
  /*   #metiers {
  		background-position: 233% 80px,top left; } }
  .service-heading {
  	margin: 15px 0;
  	text-transform: none; }

  #portfolio .portfolio-item {
  	right: 0;
  	margin: 0 0 15px; }

  #portfolio .portfolio-item .portfolio-link {
  	display: block;
  	position: relative;
  	margin: 0 auto;
  	max-width: 400px;
  	cursor: pointer; }

  #portfolio .portfolio-item .portfolio-link .portfolio-hover {
  	position: absolute;
  	width: 100%;
  	height: 100%;
  	opacity: 0;
  	background: rgba(254, 209, 54, 0.9);
  	-webkit-transition: all ease 0.5s;
  	-moz-transition: all ease 0.5s;
  	transition: all ease 0.5s; }

  #portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  	opacity: 1; }

  #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  	position: absolute;
  	top: 50%;
  	width: 100%;
  	height: 20px;
  	margin-top: -12px;
  	text-align: center;
  	font-size: 20px;
  	color: white; }

  #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  	margin-top: -12px; }

  #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
  #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  	margin: 0; }

  #portfolio .portfolio-item .portfolio-caption {
  	margin: 0 auto;
  	padding: 25px;
  	max-width: 400px;
  	text-align: center;
  	background-color: #fff; }

  #portfolio .portfolio-item .portfolio-caption h4 {
  	margin: 0;
  	text-transform: none; }

  #portfolio .portfolio-item .portfolio-caption p {
  	margin: 0;
  	font-family: 'Droid Serif','Helvetica Neue',Helvetica,Arial,sans-serif;
  	font-size: 16px;
  	font-style: italic; }

  #portfolio {
  	z-index: 2; } */
}
@media (min-width: 992px) {
  header.masthead {
    height: inherit;
    margin-top: 440px;
    min-height: inherit;
  }
  .expHead {
    margin-top: 35px;
    background-size: 172%;
  }
  .expHead h2 {
    font-size: 1.6rem;
  }
  .expHead .container .col-lg-4 {
    margin-top: 5rem;
    margin-left: 2rem;
  }
  #metiers {
    padding-top: 35px;
    background-position: 181% 130px, top left;
  }
  #services {
    min-height: 770px;
    padding-top: 50px;
    padding-bottom: 0;
    background-position: -3% 140px;
  }
  #services .container .row + .row {
    margin-top: 30px;
  }
  #services .Chlo2 {
    margin-left: 0px;
  }
  #offres .ssTitre span {
    font-size: 0.8rem;
  }
  #offres .ssTitre + span {
    font-size: 0.9rem;
  }
}
@media (min-width: 1030px) {
  .expHead .container .col-lg-4 {
    margin-top: 8rem;
  }
  #metiers {
    background-position: 170% 130px, top left;
  }
  #services {
    background-position: 5% 140px;
  }
}
@media (min-width: 1100px) {
  #metiers {
    background-position: 150% 130px, top left;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 85vw;
  }
  .expHead {
    margin-top: 35px;
    background-size: 145%;
    background-position: 50% 0;
  }
  .expHead .container .col-lg-4 {
    margin-top: 7rem;
  }
  #metiers {
    background-position: 50rem 8rem, top left;
  }
  #services {
    background-position: 8% 109%;
  }
}
@media (min-width: 1300px) {
  .expHead .container .col-lg-4 {
    margin-top: 7rem;
  }
  #metiers {
    background-position: 127% 8rem, top left;
  }
  #services {
    background-position: 12% 109%;
  }
  #services .container {
    margin-left: 50px;
  }
}
@media (min-width: 1450px) {
  #metiers {
    background-position: 112% 8rem, top left;
  }
}
@media (min-width: 1500px) {
  .expHead .container .col-lg-4 {
    margin-top: 7rem;
  }
  #services .container {
    margin-left: 52px;
  }
}
@media (min-width: 1600px) {
  .expHead {
    background-size: auto;
  }
  .expHead h2 {
    font-size: 1.8rem;
    font-weight: 100;
  }
  .expHead p {
    font-size: 1.1rem;
  }
  #metiers {
    background-position: 103% 8rem, top left;
  }
  #services .container {
    margin-left: 130px;
  }
}
@media (min-width: 1800px) {
  #home .row {
    margin: 18px 0;
  }
  #home .row .d-flex {
    padding-right: 0;
  }
  #home .row .d-flex span {
    border-top: 1px solid #5B2C3E;
    width: 45%;
    display: inline-flex;
    align-self: center;
    margin-left: 32px;
  }
  #home .carousel a {
    color: #5B2C3E;
  }
  #home .carousel h2 {
    font-size: 1.1rem;
    color: #5B2C3E;
    margin-bottom: 0.7rem;
    line-height: 1.2rem;
  }
  #home .presenTxt a {
    font-weight: bold;
    color: #5B2C3E;
  }
  #home .presenTxt a:hover {
    color: #a1d5d2;
  }
  #metiers {
    background-position: 95% 8rem, top left;
  }
  #services {
    background-position: 26% 109%;
  }
  #services .container {
    margin-left: 320px;
  }
}
@media (min-width: 2200px) {
  #metiers {
    background-position: 84% 8rem, top left;
  }
  #services {
    background-position: 29% 109%;
  }
  #services .container {
    margin-left: 460px;
  }
}
@media (min-width: 2500px) {
  #metiers {
    background-position: 79% 8rem, top left;
  }
  #services {
    background-position: 33% 109%;
  }
  #services .container {
    margin-left: 610px;
  }
}
footer {
  padding: 25px 0;
  text-align: center;
}

footer span.copyright {
  text-transform: none;
  font-size: 90%;
  line-height: 40px;
}

footer ul.quicklinks {
  margin-bottom: 0;
  text-transform: none;
  font-size: 90%;
  line-height: 40px;
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  outline: none;
  color: white;
  background-color: #212529;
  transition: all 0.3s;
}

/* ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover {
} */
div.contact-form input,
div.contact-form textarea {
  width: 100% !important;
  resize: none;
}

div.contact-form input[type=text],
div.contact-form input[type=email],
div.contact-form textarea {
  border-radius: 3px;
  padding: 3px;
  border: 1px solid #ccc;
}

div.contact-form input[type=submit] {
  border-radius: 3px;
  padding: 10px;
  border: none;
  background: #383D51;
  display: block;
  margin-top: 8px;
  color: #fff;
  cursor: pointer;
}

div.contact-form input[type=submit]:hover {
  background: #3872B9;
}

.error404 b,
.search b,
.archive b {
  display: none;
}
.error404 #mainNav,
.search #mainNav,
.archive #mainNav {
  background-color: white;
}
.error404 footer,
.search footer,
.archive footer {
  padding: 0;
  text-align: left;
  padding-bottom: 1.5rem;
}
.error404 .entry-summary,
.search .entry-summary,
.archive .entry-summary {
  margin: 0;
}
.error404 .resultatRecher,
.search .resultatRecher,
.archive .resultatRecher {
  margin-top: 1.5rem;
}

.pageRecherch {
  margin-top: 8rem;
}
.pageRecherch a {
  color: #5B2C3E;
  transition: color 0.2s linear;
}
.pageRecherch a:visited {
  color: #5B2C3E;
}
.pageRecherch a:hover {
  color: #a1d5d2;
  text-decoration: none;
}/*# sourceMappingURL=agency.css.map */