@charset "UTF-8";
/*
Theme Name: Trias
Author: Graines d'octets
Version: 1.0
Description: Thème par défaut du site de Trias
*/
/* HACK pour que les sections internes soient alignées avec sa section parente */
/******* Re-définition des écarts de colonne proposées par Elementor **********/
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0 15px !important;
}

.elementor-column-gap-narrow > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0 10px !important;
}

.elementor-column-gap-extended > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0 20px !important;
}

.elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0 25px !important;
}

.elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0 30px !important;
}

/******************************************************************************/
.elementor-section.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container {
  /*
  padding-left: 15px;
  padding-right: 15px;
  */
}
@media (min-width: 576px) and (max-width: 767px) {
  .elementor-section.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container {
    max-width: 540px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .elementor-section.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container {
    max-width: 720px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .elementor-section.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container {
    max-width: 960px !important;
  }
}

/*
@media (min-width: 768px) {
    .elementor-editor-active .elementor-column-wrap.elementor-element-empty .elementor-widget-wrap {
        margin: 10px 15px !important;
    }
}
*/
.disable-elementor-gap {
  margin: 0 !important;
}

.disable-elementor-gap-padding {
  padding: 0 !important;
}

.elementor-flex-center .elementor-widget-wrap {
  align-content: center;
}

header {
  border-bottom: 1px solid #d3d2d2;
  background-color: #fff;
  width: 100%;
  position: absolute;
  z-index: 999;
}
header .top-bar {
  background-color: #FF5902;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
}
header .top-bar .container {
  display: flex;
  justify-content: right;
}
header .top-bar .container i {
  font-size: 16px;
  margin-right: 5px;
}
header .top-bar .container .tel,
header .top-bar .container .mail {
  border-left: 1px solid #fff;
  padding: 8px 30px;
}
header .top-bar .container .tel a,
header .top-bar .container .mail a {
  color: #fff;
}
header .top-bar .container .tel span,
header .top-bar .container .mail span {
  vertical-align: baseline;
}
header .top-bar .container .tel:last-child,
header .top-bar .container .mail:last-child {
  border-right: 1px solid #fff;
}
@media (max-width: 991px) {
  header .top-bar .container .tel,
header .top-bar .container .mail {
    width: 100%;
    text-align: center;
  }
}
header nav {
  padding: 0 !important;
}
header nav .navbar-brand {
  margin-top: 25px;
  margin-bottom: 20px;
}
header nav .navbar-brand #logoFull {
  width: 244px;
  height: 44px;
}
header nav .navbar-brand #logoSmall {
  display: none;
  width: 39px;
  height: 44px;
}
@media (max-width: 991px) {
  header nav .navbar-brand {
    margin-left: 12px;
  }
  header nav .navbar-brand #logoSmall {
    display: block;
  }
  header nav .navbar-brand #logoFull {
    display: none;
  }
}
@media (max-width: 991px) {
  header nav #navbarNav {
    border-top: 1px solid #d3d2d2;
    padding-top: 5px;
    padding-bottom: 15px;
  }
}
header nav .nav-item {
  margin-left: 30px;
}
header nav .nav-item .nav-link {
  text-transform: uppercase;
  color: #4a4a4a;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 3px solid #e2e1e1;
  text-align: left;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 5px;
}
header nav .nav-item .nav-link.active {
  border-bottom: 3px solid #FF5902;
}
@media (max-width: 991px) {
  header nav .nav-item .nav-link.active {
    border-bottom: 1px solid #FF5902;
  }
}
header nav .nav-item .nav-link:hover {
  border-bottom: 3px solid #FF5902;
}
@media (max-width: 991px) {
  header nav .nav-item .nav-link:hover {
    border-bottom: 1px solid #FF5902;
  }
}
@media (max-width: 991px) {
  header nav .nav-item .nav-link {
    border-bottom: none;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  header nav .nav-item .nav-link:hover {
    background-color: #f2f2f2;
    border-bottom: none;
  }
  header nav .nav-item .nav-link.active {
    color: #FF5902;
    border-bottom: none;
  }
}
@media (max-width: 991px) {
  header nav .nav-item {
    margin-left: 0;
  }
}

footer {
  background-color: #FF5902;
  color: #fff;
  font-size: 14px;
  padding-top: 50px;
  padding-bottom: 60px;
}
footer .logo {
  text-align: left;
}
footer h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 35px;
  margin-bottom: 10px;
}
footer h3::after {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  opacity: 0.5;
  background: #ffffff;
  margin-top: 10px;
}
footer h4 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  margin: 5px 0 0;
}
footer address {
  margin-bottom: 30px;
}
footer .media {
  margin-bottom: 15px;
}
footer .media .media-left {
  display: table-cell;
  vertical-align: middle;
}
footer .media .media-left a {
  width: 70px;
  height: 70px;
}
footer .media .media-left a img {
  height: inherit;
  max-width: 70px;
  object-fit: cover;
}
footer .media .media-body {
  display: table-cell;
  vertical-align: middle;
  margin-left: 15px;
}
footer .media .media-body h4 {
  margin-bottom: 5px;
}
footer .media .media-body p {
  margin: 0;
}

.btn-blanc {
  text-transform: uppercase;
  font-family: "Poppins";
  font-weight: 700;
  color: #4a4a4a;
  background-color: #fff;
  border-radius: 15px;
  padding: 8px 15px 6px;
  font-size: 13px;
  line-height: 18px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
}
.btn-blanc:hover {
  color: #FF5902;
  text-decoration: none;
}

.btn-trias {
  text-transform: uppercase;
  font-family: "Poppins";
  color: #4a4a4a;
  background-color: #fff;
  padding: 5px 10px;
  border: 3px solid #FF5902;
  border-radius: 15px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  width: fit-content;
  transition: 0.3s;
  white-space: nowrap;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.btn-trias.btn-lg {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  padding: 6px 15px 5px;
  border-radius: 25px;
}
.btn-trias:active, .btn-trias:focus {
  border: 3px solid #FF5902 !important;
}
.btn-trias:hover {
  color: #FF5902;
  cursor: pointer;
}

.btn-img-color .bloc-btn-img-color {
  text-align: center;
  width: 150px;
  height: 150px;
  padding-top: 20px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  transition: all 200ms ease-in-out;
  margin: auto;
  -webkit-filter: invert(59%) sepia(10%) saturate(0%) hue-rotate(181deg) brightness(105%) contrast(84%);
  /* Safari 6.0 - 9.0 */
  filter: invert(59%) sepia(10%) saturate(0%) hue-rotate(181deg) brightness(105%) contrast(84%);
}
.btn-img-color .bloc-btn-img-color .visuel {
  margin-bottom: 0;
  height: 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.btn-img-color .bloc-btn-img-color .visuel img {
  margin-top: auto;
  margin-bottom: auto;
}
.btn-img-color .bloc-btn-img-color .nom {
  height: 35px;
  line-height: 35px;
}
.btn-img-color .bloc-btn-img-color .nom p {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 14px;
  color: #FF5902;
  line-height: 16px;
  text-transform: uppercase;
  margin: 0;
}
.btn-img-color .bloc-btn-img-color:hover {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
  scale: 1.05;
  -webkit-filter: none;
  /* Safari 6.0 - 9.0 */
  filter: none;
}

.landing {
  padding: 0px 20px;
}
.landing .titre {
  color: #807873;
  font-size: 40px;
  line-height: 42px;
  margin-bottom: 30px;
}
.landing .titre .texte-bold {
  font-weight: 600;
}
.landing .titre .texte-vert {
  color: #FF5902;
}
.landing hr {
  border: none;
  margin-bottom: 30px !important;
  width: 100px;
  height: 5px;
  background-color: #808080 !important;
}
.landing a {
  text-decoration: none;
  color: #FF5902;
}
.landing a:hover {
  text-decoration: underline;
}
.landing p {
  margin: 0;
}

.solution {
  padding-top: 60px;
  padding-bottom: 60px;
}
.solution .titre {
  color: #FFF;
  font-family: "Merriweather", "Serif";
  font-style: italic;
  font-size: 40px;
  line-height: 45px;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.titre-h2 {
  border-left: 5px solid #FF5902;
  /** Style h2 avec soulignement **/
}
.titre-h2 p {
  margin: 0;
}
.titre-h2 h2 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 0;
  margin-left: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.titre-h2 h2.dark {
  color: #000;
}
.titre-h2 h2.light {
  color: #fff;
}
.titre-h2.underline {
  border-left: none;
}
.titre-h2.underline h2 {
  margin-left: 0px;
  margin-bottom: 15px;
}
.titre-h2.underline h2.dark {
  color: #000;
}
.titre-h2.underline h2.light {
  color: #fff;
}
.titre-h2.underline::after {
  content: "";
  display: block;
  height: 10px;
  width: 100px;
  background-color: #FF5902;
}
.titre-h2.titre-h2-center {
  text-align: center;
}
.titre-h2.titre-h2-center.underline::after {
  margin: auto;
}
.titre-h2.titre-h2-left {
  text-align: left;
}
.titre-h2.titre-h2-left.underline::after {
  margin-right: auto;
}
.titre-h2.titre-h2-right {
  text-align: right;
}
.titre-h2.titre-h2-right.underline::after {
  margin-left: auto;
}

.actualites {
  margin: 0;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .actualites {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
.actualites .card {
  border: none;
  border-radius: 0;
  padding: 20px;
  border-top: 10px solid #FF5902;
  margin: auto;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  margin-top: -187px;
}
.actualites .card .content {
  min-height: 750px;
}
@media (max-width: 1199px) {
  .actualites .card .content {
    min-height: 640px;
  }
}
@media (max-width: 991px) {
  .actualites .card .content {
    min-height: 691px;
  }
}
@media (max-width: 1199px) {
  .actualites .card {
    margin-top: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .actualites .card {
    margin-bottom: 30px;
  }
}
.actualites .card .categorie {
  font-family: "Merriweather", "Serif";
  font-style: italic;
  font-size: 13px;
  margin-bottom: 4px;
  color: #628ab3;
}
.actualites .card .photo {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.actualites .card .photo img {
  width: 100%;
  max-width: 310px;
}
.actualites .card .titre {
  color: #FF5902;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 15px;
}
.actualites .card .resume {
  font-family: "Merriweather", "Serif";
  font-size: 14px;
  text-align: left;
  margin-bottom: 20px;
}

.actualites-blog .actu {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  user-select: text;
  padding: 0;
  border: 0;
  background-color: #f5f5f2;
}
.actualites-blog .actu[aria-expanded=true] .lire {
  display: none;
}
.actualites-blog .actu:hover {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}
.actualites-blog .actu:hover .lire {
  text-decoration: underline;
}
.actualites-blog .actu .entete {
  display: flex;
}
@media (max-width: 991px) {
  .actualites-blog .actu .entete {
    flex-direction: column;
  }
}
.actualites-blog .actu .entete .photo {
  aspect-ratio: 1/1;
  min-height: 270px;
  min-width: 270px;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
@media (max-width: 991px) {
  .actualites-blog .actu .entete .photo {
    height: 200px;
  }
}
.actualites-blog .actu .entete .photo .date {
  background-color: #FF5902;
  color: #fff;
  width: 70px;
  height: 70px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.actualites-blog .actu .entete .photo .date .jour {
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
}
.actualites-blog .actu .entete .photo .date .mois {
  font-size: 10px;
  line-height: 10px;
  font-weight: 600;
}
.actualites-blog .actu .entete .info {
  display: flex;
  flex-direction: column;
  background-color: #f5f5f2;
  padding: 20px 30px 20px 30px;
}
.actualites-blog .actu .entete .info .titre {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  color: #4a4a4a;
  margin-bottom: 15px;
  text-transform: uppercase;
  text-align: left;
}
.actualites-blog .actu .entete .info hr {
  border: none;
  height: 5px;
  width: 100px;
  background-color: #e0dfd8;
  margin: 0 0 15px 0;
}
.actualites-blog .actu .entete .info .categorie {
  font-family: "Merriweather", "Serif";
  font-style: italic;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #628ab3;
}
.actualites-blog .actu .entete .info .resume {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #807c79;
  margin-bottom: 15px;
  color: #FF5902;
  text-align: left;
}
.actualites-blog .actu .entete .info .resume.open {
  color: #807c79;
}
.actualites-blog .actu .entete .info .lire {
  font-family: "Merriweather", "Serif";
  font-size: 12px;
  font-style: italic;
  line-height: 20px;
  color: #4a4a4a;
  width: fit-content;
  margin-left: auto;
  margin-top: auto;
}
.actualites-blog .actu .article {
  text-align: left;
  padding: 30px;
  font-family: "Merriweather", "Serif";
  font-size: 13px;
  line-height: 20px;
  color: #4d4d4d;
}
.actualites-blog .actu .article hr {
  width: 270px;
  margin: 0 auto;
  margin-top: 30px;
  border-top: 1px solid #cccabe;
}
.actualites-blog .articles {
  display: flex;
  justify-content: center;
  align-items: center;
}

.breves hr {
  margin-bottom: 20px !important;
}
.breves .breve {
  display: flex;
  margin-bottom: 20px;
}
.breves .breve .left .date {
  background-color: #FF5902;
  color: #fff;
  width: 70px;
  height: 70px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.breves .breve .left .date .jour {
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
}
.breves .breve .left .date .mois {
  font-size: 10px;
  line-height: 10px;
  font-weight: 600;
}
.breves .breve .left .categorie {
  font-family: "Merriweather", "Serif";
  font-style: italic;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #628ab3;
  margin-bottom: 15px;
}
.breves .breve .right {
  margin-left: 30px;
}
.breves .breve .right .titre {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #4a4a4a;
  margin-bottom: 20px;
}
.breves .breve .right hr {
  width: 50px;
  height: 5px;
  background-color: #d6d5cb;
  border: none;
  margin-bottom: 20px;
  margin-left: 0;
}
.breves .breve .right .contenu {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #807c79;
}

.last-actu {
  margin-bottom: 50px;
}
.last-actu a .photo {
  height: 130px;
  width: 130px;
  margin: auto;
  margin-bottom: 15px;
}
.last-actu a .photo img {
  object-fit: cover;
  width: inherit;
  height: inherit;
}
.last-actu a .titre {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #4a4a4a;
  text-align: center;
}

#form-contact > .row {
  margin: 0;
}
#form-contact label {
  color: #fff;
  font-size: 11px;
  margin-bottom: 5px;
}
#form-contact .form-control {
  font-size: 12px !important;
  height: 35px;
}
#form-contact select:hover {
  cursor: pointer;
}
#form-contact textarea {
  height: 115px !important;
}
#form-contact.dark label {
  color: #404040;
}

.trias-box-shadow {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}

.trias-box-border-top {
  border-top: 10px solid #628ab3;
}

.texte-trias p {
  font-family: "Merriweather", "Serif";
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  text-align: justify;
}
.texte-trias p a {
  color: #000;
}

li::marker {
  color: #FF5902;
}

.citation-trias h2 {
  background-image: url("./img/apostrophe-gauche.png"), url("./img/apostrophe-droite.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right bottom;
  padding-left: 35px;
  padding-right: 35px;
}

@media screen and (max-width: 767px) {
  .texte-responsive p {
    font-size: 24px;
    line-height: 28px;
  }
}
.card_entreprise {
  width: fit-content;
  margin: auto;
}
.card_entreprise.card_entreprise_sm div img {
  width: 150px;
}
.card_entreprise.card_entreprise_lg div img {
  width: 270px;
}
.card_entreprise div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card_entreprise div img {
  border: 7px solid #f2f2ef;
  background-color: fff;
  aspect-ratio: 1/1;
  filter: grayscale(1);
  transition: filter 0.8s;
  transition: 0.8s;
  object-fit: contain;
}
.card_entreprise:hover div img {
  filter: grayscale(0);
}

#slider {
  height: 100vh;
}
#slider .carousel-inner {
  height: 100%;
}
#slider .carousel-inner .carousel-item {
  height: 100%;
  background-size: cover !important;
  background-position: center !important;
}
#slider .carousel-inner .carousel-item .contenu {
  margin-top: calc( 50vh - 208px );
}
#slider .carousel-inner .carousel-item .contenu .titre {
  font-size: 50px;
  line-height: 52px;
  margin-bottom: 30px;
  font-weight: 600;
  color: #fff;
}
#slider .carousel-inner .carousel-item .contenu .titre p {
  margin: 0;
}
@media (max-width: 991px) {
  #slider .carousel-inner .carousel-item .contenu .titre {
    text-align: center;
  }
}
#slider .carousel-inner .carousel-item .contenu .bouton {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  #slider .carousel-inner .carousel-item .contenu .bouton {
    text-align: center;
  }
}
#slider .carousel-inner .carousel-item .contenu .description {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-family: "Merriweather", "Serif";
  font-style: italic;
  font-size: 15px;
  line-height: 19px;
  text-align: justify;
}
#slider .carousel-inner .carousel-item .contenu .description .guillemet {
  background-color: #FF5902;
  min-width: 20px;
  min-height: 20px;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  margin-bottom: 20px;
}
#slider .carousel-inner .carousel-item .contenu .description .guillemet:not(:first-child) {
  margin-left: 5px;
}
#slider .carousel-inner .carousel-item .contenu .description p {
  margin: 0;
}
#slider .carousel-control-next:focus,
#slider .carousel-control-prev:focus {
  outline: none !important;
}

.titres-page {
  background-position: center !important;
  background-size: cover !important;
  height: 350px;
  padding-top: 170px;
}
.titres-page p {
  margin: 0;
}
.titres-page .titre-nav {
  margin-bottom: 10px;
  color: #fff;
  font-family: "Merriweather", "serif";
  font-size: 25px;
  line-height: 40px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
  .titres-page .titre-nav {
    display: none;
  }
}
.titres-page .titre-page {
  margin: 0;
  color: #fff;
  font-family: "Poppins", "sans-serif";
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
  .titres-page .titre-page {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .titres-page .titre-page {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .titres-page {
    height: 240px;
    padding-top: 140px;
  }
}
@media (max-width: 368px) {
  .titres-page {
    height: 280px;
  }
}

.dates-cles {
  background-color: #fff;
  padding: 20px;
}
.dates-cles .titre {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #FF5902;
  margin-bottom: 20px;
}
.dates-cles .dates {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.dates-cles .dates .evenement {
  font-family: "Merriweather", "Serif";
  font-size: 14px;
  line-height: 20px;
}
.dates-cles .dates .evenement .annee {
  font-family: "Poppins", "Sans-serif";
  font-weight: 700;
}
.dates-cles .dates .evenement:not(:last-child) {
  margin-bottom: 10px;
}

.accroche .contenu {
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  color: #333330;
  margin-bottom: 30px;
}
.accroche .contenu p {
  margin: 0;
}
.accroche .guillemets {
  display: flex;
}
.accroche .guillemets .guillemet {
  background-color: #fff;
  width: 60px;
  height: 60px;
}
.accroche .guillemets .guillemet.guillemet-gauche {
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
}
.accroche .guillemets .guillemet.guillemet-droite {
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  border-bottom-left-radius: 100%;
}
.accroche .guillemets .guillemet:not(:first-child) {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .accroche .guillemets .guillemet {
    width: 40px;
    height: 40px;
  }
}
.accroche .guillemets.guillemets-gauche {
  margin-bottom: -30px;
}
.accroche .guillemets.guillemets-droite {
  margin-top: -30px;
}

.texte_typewrite {
  margin-bottom: 0;
}
.texte_typewrite .texte_typewrite_fixe_1 {
  font-family: "Merriweather";
  font-style: italic;
  font-size: 25px;
  color: #9b9b9b;
  line-height: 40px;
}
.texte_typewrite .texte_typewrite_ligne_2 {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .texte_typewrite .texte_typewrite_ligne_2 {
    flex-direction: column;
  }
}
.texte_typewrite .texte_typewrite_ligne_2 .texte_typewrite_fixe_2 {
  font-family: "Poppins";
  font-weight: 300;
  font-size: 40px;
  color: #4a4a4a;
  line-height: 40px;
}
.texte_typewrite .texte_typewrite_ligne_2 .texte_typewrite_var {
  font-family: "Poppins";
  font-weight: 300;
  font-size: 40px;
  height: 40px;
  color: #FF5902;
  line-height: 40px;
  transition: 0.5s;
}
.texte_typewrite .texte_typewrite_ligne_2 .texte_typewrite_cursor {
  width: 1px;
  animation: blink 0.7s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.equipe .membre {
  width: 270px;
  height: 270px;
  background-color: #e0dfd8;
  transition: box-shadow 1s;
  font-family: "Merriweather", "Serif";
  font-size: 13px;
  line-height: 20px;
  color: #4d4d4d;
  margin-bottom: 30px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.equipe .membre .photo {
  height: 170px;
  width: 170px;
  margin-bottom: 10px;
}
.equipe .membre .photo img {
  border-radius: 100%;
  transition: border 0.5s;
  height: inherit;
}
@media (max-width: 1199px) {
  .equipe .membre .photo {
    width: 150px;
    height: 150px;
  }
}
.equipe .membre .info {
  padding-left: 20px;
  padding-right: 20px;
}
.equipe .membre .info .nom {
  margin-bottom: 10px;
}
.equipe .membre:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.equipe .membre:hover img {
  border: 5px solid #FF5902;
}
@media (max-width: 1199px) {
  .equipe .membre {
    width: 230px;
    height: 230px;
  }
}
@media (max-width: 767px) {
  .equipe .membre {
    width: 250px;
    height: 250px;
  }
}

.card-contact {
  background-color: #e0dfd8;
  display: flex;
  padding: 20px 30px;
  max-width: 370px;
}
.card-contact .photo {
  height: 100px;
  min-width: 100px;
}
.card-contact .photo img {
  border-radius: 100%;
  border: 3px solid #fff;
  height: inherit;
}
.card-contact .info {
  font-family: "Merriweather", "Serif";
  font-size: 13px;
  line-height: 10px;
  margin-left: 20px;
}
.card-contact .info p {
  margin-bottom: 10px;
}
.card-contact .info p:last-child {
  margin-bottom: 0px;
}

.reference .photo {
  margin-bottom: 20px;
}
.reference .photo img {
  width: 100%;
}
.reference .contact {
  background-image: url(http://go.grainesdoctets.local/wp-content/uploads/2020/12/glenn-carstens-peters-npxXWgQ33ZQ-unsplash-scaled.jpg);
  background-size: cover;
}
.reference .contact .background-overlay {
  background: rgba(0, 0, 0, 0.7);
  padding-top: 30px;
  padding-bottom: 30px;
}
.reference .prev-next {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.reference .prev-next .suivant,
.reference .prev-next .precedent {
  border: 2px solid #c0c0c0;
  text-transform: uppercase;
  color: #333330;
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
}
.reference .prev-next .suivant span,
.reference .prev-next .precedent span {
  padding: 0px 20px;
}
.reference .prev-next .suivant i,
.reference .prev-next .precedent i {
  padding: 10px;
}
.reference .prev-next .suivant:hover,
.reference .prev-next .precedent:hover {
  text-decoration: none;
}
.reference .prev-next .suivant:hover span,
.reference .prev-next .precedent:hover span {
  font-weight: 600;
}
.reference .prev-next .precedent i {
  border-right: 2px solid #c0c0c0;
}
.reference .prev-next .suivant {
  margin-left: auto;
}
.reference .prev-next .suivant i {
  border-left: 2px solid #c0c0c0;
}

.tg-filters-holder .tg-filter {
  border: 2px solid #c0c0c0;
}
.tg-filters-holder .tg-filter .tg-filter-name {
  font-weight: 400;
  color: #333330 !important;
}
.tg-filters-holder .tg-filter.tg-filter-active {
  border: 2px solid #FF5902;
}
.tg-filters-holder .tg-filter.tg-filter-active .tg-filter-name {
  font-weight: 400;
  color: #FF5902 !important;
}
.tg-filters-holder .tg-filter:hover {
  border: 2px solid #FF5902;
}
.tg-filters-holder .tg-filter:hover .tg-filter-name {
  font-weight: 400;
  color: #FF5902 !important;
}

.wpcf7-not-valid-tip {
  font-size: 11px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffb900;
  background-color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  background-color: #fff;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.5em 1em;
  border: 2px solid #00a0d2;
  font-size: 13px;
}

#contact-module-page h3,
#contact-module h3,
#contact-module-sidebar h3 {
  font-family: "Poppins";
  font-weight: 300;
  font-size: 30px;
  color: #ffffff;
  line-height: 35px;
  margin: 0 0 30px;
}
#contact-module-page label,
#contact-module label,
#contact-module-sidebar label {
  font-family: "Poppins";
  font-size: 11px;
  color: #ffffff;
  line-height: 11px;
  font-weight: 400;
}
#contact-module-page textarea,
#contact-module textarea,
#contact-module-sidebar textarea {
  height: 120px;
}

#contact-module-page,
#contact-module-sidebar {
  color: #404040;
}
#contact-module-page h3,
#contact-module-sidebar h3 {
  color: #404040;
}
#contact-module-page label,
#contact-module-sidebar label {
  color: #404040;
}
#contact-module-page .wpcf7-list-item,
#contact-module-sidebar .wpcf7-list-item {
  margin: 0 10px;
}
#contact-module-page .wpcf7-list-item-label,
#contact-module-sidebar .wpcf7-list-item-label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}

.card-gaia-anchor .bloc {
  display: flex;
  padding: 20px;
  background-color: #e2e1db;
}
.card-gaia-anchor .bloc .visuel {
  background-color: #fff;
  display: flex;
  justify-content: center;
  height: 150px;
  width: 150px;
  margin-right: 30px;
  align-items: center;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 991px) {
  .card-gaia-anchor .bloc .visuel {
    height: 105px;
    width: 105px;
  }
}
.card-gaia-anchor .bloc .visuel img {
  -webkit-filter: invert(59%) sepia(10%) saturate(0%) hue-rotate(181deg) brightness(105%) contrast(84%);
  /* Safari 6.0 - 9.0 */
  filter: invert(59%) sepia(10%) saturate(0%) hue-rotate(181deg) brightness(105%) contrast(84%);
}
.card-gaia-anchor .bloc .titre {
  color: #4a4a4a;
  font-family: Poppins;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 18px;
}
.card-gaia-anchor .bloc .resume,
.card-gaia-anchor .bloc .content {
  color: #4a4a4a;
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
}
.card-gaia-anchor .bloc .resume ul,
.card-gaia-anchor .bloc .content ul {
  padding-left: 20px;
}
.card-gaia-anchor .bloc .lire {
  text-align: end;
  color: #ff5805;
  font-size: 11px;
  line-height: 12px;
}
@media (max-width: 399px) {
  .card-gaia-anchor .bloc {
    flex-direction: column;
  }
  .card-gaia-anchor .bloc .visuel {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.card-gaia-anchor:hover .bloc,
.card-gaia-anchor[aria-expanded=true] .bloc {
  background-color: #edece5;
}
.card-gaia-anchor:hover .bloc .visuel img,
.card-gaia-anchor[aria-expanded=true] .bloc .visuel img {
  filter: none;
}
.card-gaia-anchor:hover .bloc .titre,
.card-gaia-anchor[aria-expanded=true] .bloc .titre {
  color: #ff5805;
}
.card-gaia-anchor:hover .bloc .lire,
.card-gaia-anchor[aria-expanded=true] .bloc .lire {
  text-decoration: underline;
}

.card-gaia-anchor[aria-expanded=true] .lire {
  display: none;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

*:focus {
  outline: none !important;
}

input:focus,
textarea:focus,
select:focus {
  box-shadow: none !important;
  border: none !important;
}

body {
  background: #fff;
  font-family: "Poppins", sans-serif;
}

.elementor-widget-heading h1.elementor-heading-title {
  margin-bottom: 10px;
}
.elementor-widget-heading h2.elementor-heading-title {
  margin-bottom: 10px;
}
.elementor-widget-heading h3.elementor-heading-title {
  margin-bottom: 15px;
}

.mb0 {
  margin-bottom: 0;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb100 {
  margin-bottom: 100px;
}

.ml15 {
  margin-left: 15px;
}

.mr15 {
  margin-right: 15px;
}

.fix-checkbox-wcf7 p{
	line-height: 20px;
}
.wpcf7-list-item-label{
	font-size:12px;
	line-height:12px;
}

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