.home-baseline {
  font-size: 19px;
  letter-spacing: 1px;
  line-height: 30px;
  font-style: italic;
  color: #3b3b3b;
  font-family: "Playfair Display", serif;

  max-width: 1010px;
  padding: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -70px;
  background-color: #fff;

  position: relative;
  z-index: 100;
}
.home-baseline:before,
.home-baseline:after {
  content: "“";
  font-size: 64px;
  color: #8492aa;

  position: absolute;
}
.home-baseline:before {
  left: 10px;
  top: 50px;
}
.home-baseline:after {
  content: "”";
  right: 42px;
  bottom: 10px;
}

.home-baseline span {
  display: inline-block;
  max-height: 0px;
  font-size: 0;
  overflow: hidden;

  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.home-baseline:hover span {
  font-size: 20px;
  max-height: 1000px;
}

@media only screen and (max-width: 970px) {
  .home-baseline {
    font-size: 15px;
    line-height: 28px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-baseline span {
    display: block;
  }
  .home-baseline:before {
    top: 30px;
  }
}

@media only screen and (max-width: 750px) {
  .home-baseline {
    margin-bottom: 0;
  }
}

/* --------------------------------------------------
    
    HOME SLIDER 
    
-------------------------------------------------- */

#home-slider {
}

#home-slider .slider {
  display: none;
  position: relative;
}
#home-slider .slider.current {
  display: block;
}

#home-slider .slider .baseline {
  padding: 30px;
  background-color: #8492aa;

  box-sizing: border-box;
  width: 100%;
  max-width: 400px;

  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  font-family: "Raleway", serif;

  position: absolute;
  right: 40px;
  top: 50%;
  z-index: 50;
}

#home-slider .slider .slides {
  position: relative;
  height: 0;
  padding-top: 45.4%;
}

#home-slider .slider .slides .slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;

  display: none;
}
#home-slider .slider .slides .slide.current {
  z-index: 4 !important;
  display: block !important;
}
.slider .slides .slide img {
  display: block;
  width: 100%;
  height: auto;
}

/* -------------------------
    TITLE
------------------------- */
.brand-separator {
  padding-top: 50px;
}

.picto-groupe-container {
  position: relative;
  margin-bottom: 50px;
}
/* .picto-groupe-container:before {
  content: "";
  display: block;
  height: 47px;
  width: 57px;
  padding: 0 50px;
  background-color: #e6e9ee;
  position: relative;
  z-index: 100;

  background-image: url(img/picto-group.png);
  background-position: center top;
  background-repeat: no-repeat;

  margin-left: auto;
  margin-right: auto;
} */
.picto-groupe-container:after {
  content: "";
  display: block;

  /* position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -1px; */

  height: 2px;
  width: 110px;
  margin-left: auto;
  margin-right: auto;
  background-color: #c1c8d4;
}
.brand-separator h2 {
  font-family: "Raleway", sans-serif;
  color: #c1c8d4;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 7px;
  text-align: center;
  margin-bottom: 30px;
}

#home-slider .brands {
  padding-top: 20px;
  padding-bottom: 15px;
  margin-left: -25px;
  margin-right: -25px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
#home-slider .brands:after {
  content: "";
  display: block;
  clear: both;
}

#home-slider .brands > div {
  width: 33.3333%;
  display: block;
  float: left;
  
  /*cursor: pointer;
  margin-bottom: 50px;*/
  vertical-align: middle;

  position: relative;
}

#home-slider .brands div.brand-wrap {
  margin-left: 25px;
  margin-right: 25px;
  text-align: center;
  position: relative;
  padding: 50px 50px 22px 50px;
  background-color: #fff;
}
#home-slider .brands div.brand-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
#home-slider .brands span {
  display: inline-block;
  vertical-align: middle;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  margin-bottom: 15px;
}

#home-slider .brands > div:hover span,
#home-slider .brands > div.current span {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
}

#home-slider .brands a {
  display: block;
  text-align: center;

  text-decoration: underline;
  font-size: 12px;
  font-weight: 700;
  color: #003ca6;
  letter-spacing: 4px;

  text-transform: uppercase;
}
#home-slider .brands a:hover {
  text-decoration: underline;
}

/* GREEN BRAND */

#home-slider .green-brands {
  padding-top: 20px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  /*align-items: center;*/
  margin-left: 60px;
  margin-right: 60px;
}

#home-slider .green-brands:after {
  content: "";
  display: block;
  clear: both;
}

#home-slider .green-brands > div {
  width: 33.3333%;
  display: block;
  float: left;
  vertical-align: middle;
  position: relative;
  margin-bottom: 30px;
}

#home-slider .green-brands div.green-brand-wrap {
  margin-left: 25px;
  margin-right: 25px;
  text-align: center;
  position: relative;
  /* padding: 50px 50px 22px 50px; */
  background-color: #fff;
}
#home-slider .green-brands div.green-brand-wrap img {
  display: block;
  width: 100%;
  max-width: 350px;
  height: auto;
}
#home-slider .green-brands span {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 15px;
}

#home-slider .green-brands a {
  display: block;
  text-align: center;

  text-decoration: underline;
  font-size: 12px;
  font-weight: 700;
  color: #003ca6;
  letter-spacing: 4px;

  text-transform: uppercase;
}
#home-slider .green-brands a:hover {
  text-decoration: underline;
}

/* END GREEN BRAND  */


.sliders-container {
  position: relative;
}

.sliders-container .controls a {
  display: block;
  height: 40px;
  width: 40px;
  background-color: #003ca6;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 10;
  text-indent: -5000px;
}
.sliders-container .controls a:before {
  content: "";
  display: block;
  height: 20px;
  width: 11px;

  background-image: url(img/slider-prev.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;

  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  margin-top: -10px;
}
.sliders-container .controls a.prev {
  left: 0;
}
.sliders-container .controls a.next {
  right: 0;
}
.sliders-container .controls a.next:before {
  margin-left: -5px;
  background-image: url(img/slider-next.jpg);
}

@media only screen and (max-width: 1080px) {
  #home-slider .brands > div {
    width: 50%;
    margin-bottom: 50px;
  }
  #home-slider .brands > div:after {
    display: none;
  }
  #home-slider .brands a {
    position: static;
    text-align: center;
  }
  #home-slider .green-brands > div {
    width: 50%;
    margin-bottom: 50px;
  }
  #home-slider .green-brands > div:after {
    display: none;
  }
  #home-slider .green-brands a {
    position: static;
    text-align: center;
  }
}

@media only screen and (max-width: 950px) {
  #home-slider .slider .baseline {
    padding: 20px;

    max-width: 340px;
    font-size: 18px;
    line-height: 27px;
  }
}

@media only screen and (max-width: 750px) {
  #home-slider .slider {
    margin-top: 100px;
  }
  #home-slider .slider .baseline {
    left: 0;
    right: 0;
    top: inherit;
    bottom: 100%;
    max-width: 100%;
    min-height: 94px;
  }
}
@media only screen and (max-width: 530px) {
  #home-slider .brands > div {
    width: 100%;
    max-width: 400px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  #home-slider .green-brands > div {
    width: 100%;
    max-width: 400px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

/* --------------------------------------------------
    
    ========= END HOME SLIDER 
    
-------------------------------------------------- */

/* --------------------------------------------------
    
    GROUP
    
-------------------------------------------------- */
h1.group-title {
  margin-bottom: 50px;
}
p.group-baseline {
  padding-left: 221px;
  padding-bottom: 20px;
  font-size: 16px;
}
.group-baseline img {
  display: block;
  width: 170px;
  margin-right: 30px;
  min-height: 20px;
  float: left;
  margin-left: -200px;
}

.group-blocs .group-bloc {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 220px;

  border-top: 1px solid #666666;
}
.group-blocs .group-bloc:after {
  content: "";
  display: block;
  clear: both;
}
.group-blocs .group-bloc div {
  float: left;
}

.group-blocs .group-bloc .brand-logo {
  width: 170px;
  margin-right: 30px;
  min-height: 20px;
  float: left;
  margin-left: -200px;
}
.group-blocs .group-bloc .brand-logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.group-blocs .group-bloc .brand-desc {
  width: 54%;
  margin-right: 2%;
}
.group-blocs .group-bloc .brand-desc a {
  margin-top: 10px;
  float: right;
  font-size: 14px;
  font-weight: 700;
  color: #3b3b3b;
  font-style: italic;
  text-decoration: none;
}
.group-blocs .group-bloc .brand-desc a:hover {
  text-decoration: underline;
}

.group-blocs .group-bloc .brand-pict {
  width: 44%;
  margin-right: -40px;
}

.group-blocs .group-bloc .brand-pict img {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 880px) {
  .group-blocs .group-bloc .brand-pict,
  .group-blocs .group-bloc .brand-desc {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .group-blocs .group-bloc .brand-pict {
    float: none;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
  p.group-baseline {
    padding-left: 0;
  }
  .group-baseline img {
    width: 210px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 560px) {
  .group-blocs .group-bloc {
    padding-left: 20px;
  }
  .group-blocs .group-bloc .brand-logo {
    width: 100%;
    max-width: 170px;
    margin-right: auto;
    min-height: 20px;
    float: none;
    margin-left: auto;
  }
}

/* --------------------------------------------------
    
    TEAM
    
-------------------------------------------------- */
.team-tpl h1 {
  margin-bottom: 75px;
  margin-top: 40px;
}

.team-list {
  margin-left: -15px;
  margin-right: -15px;
}
.team-list:after {
  content: "";
  display: block;
  clear: both;
}

.team-list .team-item {
  width: 25%;
  float: left;
  margin-bottom: 30px;
}
.team-list .team-item:after {
  content: "";
  display: block;
  clear: both;
}

.team-list .team-item a {
  display: block;
  margin-left: 15px;
  margin-right: 15px;

  color: #3b3b3b;
  text-decoration: none;
}

.team-list .team-item img {
  float: left;
  margin-right: 10px;
}
.team-list .team-item span {
  display: block;
}

.team-list .team-item span.name {
  padding-top: 20px;
  margin-bottom: 25px;

  font-weight: bold;
}
.team-list .team-item span.role {
  font-size: 12px;
}

.contact-fade {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}
.contact-popin {
  position: fixed;
  width: 100%;
  max-width: 700px;
  top: 100px;
  left: 50%;
  margin-left: -350px;

  background-color: #fff;
  display: none;
}
.contact-popin:after {
  content: "";
  display: block;
  clear: both;
}
.contact-popin-wrap {
  padding: 30px;
  min-height: 200px;
}
.contact-popin-wrap a.close {
  display: block;
  height: 20px;
  width: 20px;

  background-image: url(img/close-pict.png);
  background-position: 0 0;
  background-repeat: no-repeat;

  text-indent: -5000px;

  position: absolute;
  top: 15px;
  right: 15px;
}
.contact-popin-wrap img {
  display: block;
  float: left;
  margin-right: 30px;
}
.contact-popin-wrap span.line {
  display: block;
  padding-left: 273px;
  font-weight: 700;
  margin-bottom: 19px;
  font-size: 12px;
  color: #3b3b3b;
}
.contact-popin-wrap span.line span {
  display: inline-block;
  width: 112px;
  float: left;
  margin-left: -112px;
  font-weight: 400;
}
.contact-popin-wrap a.v-card {
  position: absolute;
  bottom: 15px;
  right: 15px;

  font-size: 12px;
  padding-top: 13px;
  padding-left: 33px;
  font-style: italic;
  color: #3b3b3b;
  text-decoration: none;
}

.contact-popin-wrap a.v-card:before {
  content: "";
  display: block;
  width: 24px;
  height: 23px;
  background-image: url(img/dl-pict.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 1120px) {
  .team-list .team-item {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 870px) {
  .team-list .team-item {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .team-list .team-item {
    width: 100%;
  }
}

@media only screen and (max-width: 740px) {
  .contact-popin {
    width: auto;
    right: 20px;
    left: 20px;
    margin-left: 0px;
  }
}

@media only screen and (max-width: 520px) {
  .contact-popin-wrap img {
    margin-right: auto;
    margin-left: auto;
    float: none;
    margin-bottom: 30px;
  }

  .contact-popin-wrap span.line {
    padding-left: 93px;
  }
  .contact-popin-wrap span.line span {
    width: 84px;
    margin-left: -89px;
  }

  .contact-popin {
    top: 20px;
  }
  .contact-popin-wrap {
    padding: 20px;
    padding-bottom: 40px;
  }
}

/* --------------------------------------------------
    
    GREEN PAGE
    
-------------------------------------------------- */

.green-menu-item a:hover, .green-menu-item.current_page_item a {
  color: #136734 !important;
}

.green-menu-item.current_page_item a::after {
  background-color: #136734 !important;
}

.green-page h2, .green-page .text {
  color: #136734;
}

.contact-bloc.green-page h3 {
  width: 300px;
  color: #136734;
}

/* --------------------------------------------------
    
    ARCHIVE 
    
-------------------------------------------------- */

.has-sidebar {
  padding-right: 355px;
  padding-bottom: 50px;
}
.has-sidebar:after {
  content: "";
  display: block;
  clear: both;
}

.post-list {
  float: left;
}

.post-list .post-item {
  display: block;

  padding-top: 20px;
  padding-bottom: 20px;

  border-bottom: 1px solid #666666;

  padding-left: 170px;

  color: #000000;
}
.post-list .post-item:after {
  content: "";
  display: block;
  clear: both;
}

.post-list .post-item span {
  display: block;
}

.post-item .left-cell {
  float: left;
  width: 150px;
  margin-left: -170px;
}
.post-item .right-cell {
  float: left;
  width: 100%;
}

.post-item .left-cell .post-thumb {
  padding: 20px;
}
.post-item .left-cell .post-thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.post-item span.post-date {
  color: #3b3b3b;
}

.post-item span.post-title {
  margin-bottom: 30px;

  font-family: "Playfair Display", serif;
  font-size: 15px;
  text-transform: uppercase;
}
.post-item span.see-more {
  margin-top: 10px;
  float: right;
  font-size: 14px;
  font-weight: 700;
  color: #3b3b3b;
  font-style: italic;
}
.post-item span.see-more:hover {
  text-decoration: underline;
}

/* -------------------------
    SIDEBAR
------------------------- */

.sidebar {
  width: 255px;
  padding-left: 30px;
  margin-right: -315px;
  float: right;
  border-left: 1px solid #3b3b3b;
}

.sidebar h2 {
  font-size: 26px;
  margin: 0.67em 0;
}

.sidebar .brand-bloc {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #666;
}
.sidebar .brand-bloc h3 {
  font-size: 15px;
  color: #000000;
  margin-bottom: 20px;
  margin-top: 0;
}
.sidebar .brand-bloc a {
  text-decoration: none;
  color: #3b3b3b;
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
}

.sidebar .brand-bloc .vid-bloc {
  position: relative;
  display: block;
}
.sidebar .brand-bloc .vid-bloc:before {
  content: "";
  display: block;
  height: 27px;
  width: 27px;

  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid #fff;

  position: absolute;
  bottom: 20px;
  left: 20px;
}
.sidebar .brand-bloc .vid-bloc:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 8px solid #fff;
  border-bottom: 5px solid transparent;

  position: absolute;
  bottom: 29px;
  left: 31px;
}
.sidebar .brand-bloc .vid-bloc img {
  display: block;
  width: 100%;
  height: auto;
}

.sidebar .brand-bloc span {
  display: block;
}
.sidebar .brand-bloc .doc-bloc img {
  margin-bottom: 10px;
  border: 1px solid #000;
}

@media only screen and (max-width: 890px) {
  .has-sidebar {
    padding-right: 40px;
    padding-bottom: 50px;
  }
  .sidebar {
    width: 255px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
    border-left: none;
    float: none;
    border-top: 1px solid #3b3b3b;
  }
  .post-list {
    float: none;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 520px) {
  .post-list .post-item {
    padding-left: 20px;
  }
  .post-item .left-cell {
    float: none;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

/* --------------------------------------------------
    
    CONTACT
    
-------------------------------------------------- */

.contact-page {
  padding-left: 214px;
  padding-top: 50px;
}
.contact-page h3 {
  margin-top: 0;
  color: #000;
  font-size: 20px;
  text-transform: none;

  float: left;
  margin-left: -214px;
}
.contact-bloc {
  margin-bottom: 70px;
}
.contact-bloc:after {
  content: "";
  display: block;
  clear: both;
}
.contact-page form {
  padding-top: 40px;
}
.contact-page form:after {
  content: "";
  display: block;
  clear: both;
}

.contact-page form input[type="text"],
.contact-page form input[type="email"] {
  box-sizing: border-box;
  width: 100%;
  padding: 5px 10px;
  margin-top: 10px;

  background-color: #efefef;
  border: none;
}
.contact-page form label {
  font-size: 15px;
  color: #000;
}
.contact-page form .left-col {
  width: 49%;
  float: left;
}
.contact-page form .message {
  width: 49%;
  float: right;
  margin-top: -15px;
}
.contact-page form .message textarea {
  width: 100%;
  background-color: #efefef;
  border: none;
  margin-top: 10px;
}
.contact-page form input[type="submit"] {
  clear: both;
}

@media only screen and (max-width: 950px) {
  .contact-page {
    padding-left: 0;
  }
  .contact-page h3 {
    margin-left: 0;
    float: none;
  }
}

@media only screen and (max-width: 700px) {
  .contact-page form .left-col,
  .contact-page form .message {
    width: 100%;
    float: none;
  }
}

/* --------------------------------------------------
    
    VALUES
    
-------------------------------------------------- */

.value-item {
  display: block;
  text-decoration: none;
  color: #000;
  margin-bottom: 40px;

  width: 25%;
  float: left;
}
.value-item-green {
  max-width: 250px;
}
.value-item-wrap {
  display: block;
  margin-left: 15px;
  margin-right: 15px;
}
.value-item img {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;

  border: 1px solid #000;
}
.value-item span {
  display: block;
}
.value-item span.text {
  font-size: 16px;
  margin-bottom: 5px;
}
.value-item span.button {
  font-size: 12px;
  padding-top: 13px;
  padding-left: 33px;
  font-style: italic;
  position: relative;

  color: #3b3b3b;
}
.value-item span.button:before {
  content: "";
  display: block;
  width: 24px;
  height: 23px;

  background-image: url(img/dl-pict.png);
  background-position: 0 0;
  background-repeat: no-repeat;

  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 675px) {
  .value-item {
    width: 50%;
  }
}

@media only screen and (max-width: 460px) {
  .value-item {
    width: 100%;
  }
}

.captcha-style {
  display: block;
  padding-left: 85px;
  margin-bottom: 20px;
}
.captcha-style:after {
  content: "";
  display: block;
  clear: both;
}
.captcha-style img {
  display: block;
  float: left;
  margin-left: -84px;
  height: 30px;
}
.contact-page form .captcha-style input {
  float: left;
  margin-top: 0;
}
.captcha-style br {
  display: none;
}

/* -------------------------
    CONTACT
------------------------- */
.contact-bottom {
  margin: 0 -40px -23px -40px;
}
.contact-bottom img {
  display: block;
  width: 100%;
  height: auto;
}

/* -------------------------
    TINY MCE
------------------------- */

.aligncenter {
  margin: 0 auto !important;
  display: block !important;
}
.sidebar .brand-bloc a {
  position: relative;
}
.sidebar .brand-bloc .overlayRgpd {
  padding: 2rem;
  background-color: blue;
  color: white;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -130%);
  width: fit-content;
}
.sidebar .brand-bloc .none {
  display: none !important;
  transition: 0.3s;
}