/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/*
orange : #FAA031
bleu foncé : #001F3F
bleu clair : #3364AC
*/

@font-face {
	font-family: 'Open Sans';
	src: url('./fonts/OpenSans-Light.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('./fonts/OpenSans-LightItalic.woff2') format('woff2');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Open Sans';
	src: url('./fonts/OpenSans-Regular.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('./fonts/OpenSans-Italic.woff2') format('woff2');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'Open Sans';
	src: url('./fonts/OpenSans-Medium.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('./fonts/OpenSans-MediumItalic.woff2') format('woff2');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'Open Sans';
	src: url('./fonts/OpenSans-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('./fonts/OpenSans-BoldItalic.woff2') format('woff2');
	font-weight: 700;
	font-style: italic;
}




body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
  word-wrap: break-word;
}

h1 {
  color: #faa031;
  position: relative;
  margin: 0 0 40px 0;
}
h1:after {
  position: absolute;
  content: "";
  height: 1px;
  bottom: -18px;
  left: 0;
  width: 150px;
  background: #e6e6e6;
}
h2 {
  color: #3364ac;
}
h3 {
  color: #001f3f;
}
#page-header-bg h1:after {
  background: transparent;
  width: 0;
  height: 0;
}

/* wysiwyg */

.chapeau {
  font-size: 22px;
  line-height: 30px;
  color: #333;
  font-weight: 500;
}
.ecart_gris {
  display: block;
  background: #f5f5f5;
  padding: 20px;
  font-size: 22px;
  line-height: 32px;
  color: #001f3f;
}
.bouton {
  display: block;
  width: fit-content;
  border: 1px solid #3364ac;
  border-radius: 4px;
  padding: 6px 30px 6px 20px;
  margin: 0 0 20px 0;
  transition: 0.4s;
  text-transform: uppercase;
  background: #f5f5f5;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
.bouton:after {
  content: url("images/arrow_link.png");
  position: absolute;
  right: 10px;
  width: 6px;
  height: 12px;
  margin: 0 0 0 10px;
  opacity: 0.2;
}
@media screen and (min-width: 993px) {
  .bouton:hover {
    border-color: #faa031;
  }
  .bouton:hover:after {
    opacity: 1;
    right: 7px;
  }
}
.lienfleche {
  text-transform: uppercase;
  font-size: 15px;
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
}
.lienfleche:after {
  content: url("images/arrow_link.png");
  position: absolute;
  right: 0;
  width: 6px;
  height: 12px;
  margin: 0 0 0 10px;
}
.cadre_bleu {
  border: 1px solid #3364ac;
}
.diplome {
  font-size: 14px;
  line-height: 19px;
  display: block;
  font-style: italic;
}

/* menu secondaire */
#header-secondary-outer {
  background-color: transparent !important;
}
#header-secondary-outer .sf-menu li a {
  font-size: 18px !important;
  text-transform: uppercase;
  border-right: 1px solid #001f3f;
}
#header-secondary-outer .sf-menu li a span {
  padding: 0 20px 0 0;
}
#header-secondary-outer .sf-menu li:last-child a {
  border: none;
}
#header-secondary-outer .sf-menu li:first-child {
  padding: 0 0 0 34px;
}
#header-secondary-outer .sf-menu li:first-child a {
  font-weight: 600;
  position: relative;
}
#header-secondary-outer .sf-menu li:first-child a:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: -34px;
  background: transparent url("images/icone_tel.png") no-repeat left center;
}

header #logo {
  margin-top: -30px !important;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 992px) {
  header #logo {
    margin-top: 0 !important;
  }
}

/* menu principal */
header nav .sf-menu li a {
  border-right: 1px solid #001f3f;
}
header nav .sf-menu li li a {
  border: none;
}
header nav .sf-menu li a span {
  padding: 0 2px 0 0;
}
header nav .sf-menu li:last-child a {
  border: none;
}
header nav .sf-menu li:last-child a span {
  padding: 0;
}

/* MENU version mobile */
#slide-out-widget-area {
  text-align: left !important;
}
.off-canvas-menu-container ul li {
  border-bottom: 1px dotted #e6e6e6;
}
.off-canvas-menu-container ul li li {
  border: none;
  padding: 0 0 0 20px;
}
.off-canvas-menu-container ul li a {
  font-size: 28px !important;
  line-height: 30px !important;
  padding: 6px 10px 6px 0 !important;
  font-weight: 500 !important;
}
.off-canvas-menu-container ul li li a:before {
  content: "-";
  position: absolute;
  left: -20px;
}
.off-canvas-menu-container ul li li.back {
  text-transform: uppercase;
}
.off-canvas-menu-container ul li li.back a:before {
  content: "< ";
}
.off-canvas-menu-container .secondary-header-items a {
  color: #88dbef !important;
}

/* Réfléchir - Investir - acompagner */
#leitmotiv {
  position: relative;
  z-index: 20;
}
#leitmotiv .row-bg-wrap {
  height: 100%;
  position: absolute;
  top: 0;
  margin-left: calc(-50vw + var(--scroll-bar-w) / 2);
  left: 50%;
  width: calc(100vw - var(--scroll-bar-w));
}
#leitmotiv .row-bg-wrap .row-bg {
  border-top: 8px solid #001f3f;
  margin: 20px 0 0 0;
}
#leitmotiv nav {
  background: #faa031;
  background: linear-gradient(
    0deg,
    rgba(250, 160, 49, 1) 0%,
    rgba(243, 136, 5, 1) 100%
  );
  padding: 8px 50px;
  margin: 0 90px;
  border-radius: 20px;
  text-align: center;
}
#leitmotiv nav ul {
  padding: 0;
  margin: 0;
}
#leitmotiv nav ul li {
  list-style: none;
  display: inline-block;
  padding: 0 30px 0 0;
}
#leitmotiv nav ul li a {
  color: #001f3f;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
#leitmotiv nav ul li a:after {
  content: "-";
  color: #fff;
  font-size: 26px;
  margin: 0 0 0 30px;
}
#leitmotiv nav ul li:last-child a:after {
  content: none;
}

@media screen and (min-width: 993px) {
  #leitmotiv nav ul li a:hover {
    color: #fff;
  }
}

@media screen and (max-width: 1024px) {
  #leitmotiv nav {
    padding: 8px 20px;
    margin: 0 10px;
  }
  #leitmotiv nav ul li {
    padding: 0 10px 0 0;
  }
  #leitmotiv nav ul li a {
    font-size: 17px;
  }
}
@media screen and (max-width: 992px) {
  #leitmotiv .row-bg-wrap {
    display: none;
  }
  #leitmotiv nav {
    padding: 8px 5px;
    margin: 10 2px;
  }
  #leitmotiv nav ul li {
    padding: 0 2px 0 0;
  }
  #leitmotiv nav ul li a {
    font-size: 15px;
  }
  #leitmotiv nav ul li a:after {
    content: "|";
    font-size: 20px;
    color: #001f3f;
    margin: 0 0 0 2px;
  }
}

/* accueil */
.banniere_home h1 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  color: #001f3f;
  text-shadow: 2px 2px 2px #fff;
}
.banniere_home h1:after {
  content: none;
}
@media screen and (max-width: 1500px) {
  .banniere_home h1 {
    font-size: 30px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1240px) {
  .banniere_home h1 {
    font-size: 25px;
    line-height: 29px;
  }
}
@media screen and (max-width: 768px) {
  .banniere_home h1 {
    font-size: 24px;
    line-height: 31px;
    padding: 15px;
    margin: 0 0 0 20px;
    font-weight: 700;
    text-shadow: 1px 1px 1px #fff;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.7);
  }
}
.bandeau_partenaires .wpb_gallery {
  background: transparent url("images/arrow_left.png") no-repeat 1% center;
}
.bandeau_partenaires .wpb_gallery .wpb_wrapper {
  background: transparent url("images/arrow_right.png") no-repeat 99% center;
}
.bandeau_partenaires .wpb_gallery_slidesflickity_style .flickity-viewport {
  margin: 30px 0 !important;
}
.bandeau_partenaires .wpb_gallery_slidesflickity_style .flickity-slider .cell {
  border: 1px solid #d6d6d6;
  background-color: #fff;
  padding: 20px;
}
.bandeau_partenaires
  .wpb_gallery_slidesflickity_style
  .flickity-slider
  .cell
  img {
  filter: grayscale(80%);
}
.bandeau_partenaires
  .wpb_gallery_slidesflickity_style
  .flickity-slider
  .cell:hover
  img {
  filter: grayscale(0%);
}

/* Bannière home */
@media screen and (max-width: 768px) {
  .nectar-parallax-scene li.layer:nth-child(3) {
    display: none !important;
  }
  .home_paragraphe1 {
    background: transparent url(images/philippe-koch.jpg) no-repeat top right;
    background-size: 36%;
    background-position: 100% 70px;
  }
  .home_paragraphe1 h2 {
    padding: 0 0 10px 0;
  }
  .home_paragraphe1 h3 {
    padding: 0 40% 0 0;
  }
}

/* header banner - Salient */
#page-header-wrap {
  transform: translateY(-17px);
  box-shadow: 0px 10px 12px -7px rgb(0 0 0 / 55%);
}

/* Bloc Actus */
.bloc_actus .actualites_liste {
  display: flex;
  justify-content: space-between;
}
.bloc_actus .actualites_liste .actualite_element {
  width: 48%;
}
.actualite_image {
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  height: 22vmin;
  overflow: hidden;
}
.bloc_actus .actualite_image img {
  margin: 0;
  height: 100%;
  object-fit: cover;
  object-position: 0 0;
  transition: all 0.7s ease-out;
}
.bloc_actus .actualite_element h3 {
  margin: 18px 0 12px 0;
  line-height: 28px;
}
.bloc_actus .actualite_element span {
  margin: 0 0 20px 0;
  display: block;
}
@media screen and (min-width: 993px) {
  .bloc_actus .actualites_liste {
    flex-wrap: nowrap;
  }
  .bloc_actus .actualite_image:hover img {
    transform: scale(1.1);
  }
}
.single-post h1 {
  font-weight: 500 !important;
  text-shadow: 2px 2px 2px #000000;
}
@media screen and (max-width: 1024px) {
  .bloc_actus .actualites_liste {
    flex-wrap: wrap;
  }
  .bloc_actus .actualites_liste .actualite_element {
    width: 48%;
    margin: 0 0 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .bloc_actus .actualites_liste .actualite_element {
    width: 100%;
  }
  .bloc_actus .actualite_image {
    height: 34vmin;
  }
}

/* Page actualités - liste */
.category-actualites .col.section-title {
  border-bottom: none;
}
.category-actualites .posts-container .post-featured-img {
  display: block;
  height: 22vmin;
  overflow: hidden;
  border-radius: 3px;
}
.category-actualites .posts-container .post-featured-img img {
  height: 100%;
  object-fit: cover;
  object-position: 0 0;
}
@media screen and (min-width: 993px) {
  .category-actualites .posts-container .post-featured-img img {
    transition: all 0.7s ease-in;
  }
  .category-actualites .posts-container .post-featured-img img:hover {
    transform: scale(1.1);
  }
}
.category-actualites .article-content-wrap {
  padding: 16px 1px 18px 1px;
}
.category-actualites .article-content-wrap:after {
  content: "Lire la suite";
  display: block;
  width: fit-content;
  border: 1px solid #3364ac;
  border-radius: 4px;
  padding: 6px 30px 6px 20px;
  margin: 20px 0 20px 0;
  transition: 0.4s;
  text-transform: uppercase;
  background: #f5f5f5;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}

.post-area .post-content-wrap {
  padding: 30px 7% !important;
}
.post-area .post-content-wrap .grav-wrap {
  display: none;
}
.post-area .post-content-wrap .post-header h3 {
  line-height: 24px;
}

/* Actu détail */
.single-post h1.entry-title {
  color: #000;
  text-align: left;
  text-shadow: none;
}
.single-post h1.entry-title:after {
  content: none;
}
.single-post .post-featured-img {
  display: none;
}

/* Critères */
.criteres .vc_column-inner .wpb_text_column:first-child {
  background: #2e385f;
  text-align: center;
  padding: 10px 2px;
  margin-bottom: 0 !important;
}
.criteres .vc_column-inner .wpb_text_column:first-child h3 {
  color: #fff;
  font-size: 20px;
}
.criteres .vc_column-inner .img-with-aniamtion-wrap {
  background: #f4f4f4;
  margin: 5px 0;
  text-align: center;
}
.criteres .vc_column-inner .img-with-aniamtion-wrap img {
  margin: 0 auto;
}
.criteres .vc_column-inner .nectar_icon_wrap {
  background: #f4f4f4;
  margin: 5px 0;
  width: 100%;
}
.criteres .criteres_description {
  border: 1px solid #e6e6e6;
  padding: 20px 14px;
  min-height: 250px;
}

/* Actualités */
.single #page-header-wrap {
  transform: translateY(-22px);
}
.single #page-header-wrap .section-title .inner-wrap a {
  display: none;
}
.category .section-title span.subheader {
  display: none;
}


/* Pied de page - formulaire de contact */
.contact_express {
  padding-top: 40px;
  padding-bottom: 90px;
  position: relative;
  transform: translateY(50px);
}
.contact_express .row-bg-wrap {
  background: #f4f4f4;
  height: 100%;
  position: absolute;
  top: 0;
  margin-left: calc(-50vw + var(--scroll-bar-w) / 2);
  left: 50%;
  width: calc(100vw - var(--scroll-bar-w));
}
.contact_express h2 {
  margin-bottom: 20px;
}
.contact_express .wpcf7 br {
  display: none;
}
.contact_express .wpcf7 .wpcf7-form-control-wrap {
  margin: 0 0 16px 0;
}
.contact_express .wpcf7 .wpcf7-form-control-wrap input[type="text"],
.contact_express .wpcf7 .wpcf7-form-control-wrap input[type="email"],
.contact_express .wpcf7 .wpcf7-form-control-wrap textarea {
  background: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
}
.contact_express .wpcf7 .wpcf7-form-control-wrap input[type="text"]:hover,
.contact_express .wpcf7 .wpcf7-form-control-wrap input[type="email"]:hover,
.contact_express .wpcf7 .wpcf7-form-control-wrap textarea:hover {
  border-color: #faa031;
}
.wpcf7-form-control-wrap[data-name="your-message"] {
  margin-bottom: 0;
}
.wpcf7-form-control-wrap.unique-name,
.wpcf7-form-control-wrap.page-url,
.wpcf7-form-control-wrap.referer {
  height: 0;
  margin-bottom: 0 !important;
}
.contact_express .wpcf7 .col1 {
  width: 48%;
  margin: 0 4% 0 0;
  float: left;
}
.contact_express .wpcf7 .col2 {
  width: 48%;
  float: left;
}
  .contact_express .wpcf7 .col2 br {
    display: none;
  }
  .contact_express .wpcf7 .col2 > p {
    padding-bottom: 0;
  }
.contact_express .wpcf7 .your-firstname {
}
.contact_express .wpcf7 .your-name {
}
.contact_express .wpcf7 .your-email {
}
.contact_express .wpcf7 .your-phone {
}
#footer-outer {
  clip-path: polygon(0 13%, 100% 0, 100% 100%, 0% 100%);
}
#footer-outer .widget.widget_text strong {
  text-transform: uppercase;
  font-weight: 300;
  color: #ccc;
}

@media screen and (max-width: 992px) {
  .contact_express .wpcf7 .col1 {
    width: 100%;
    margin: 0;
    float: none;
  }
  .contact_express .wpcf7 .col2 {
    width: 100%;
    float: none;
  }
  #footer-outer {
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
  }
}


/* page contact */
@media screen and (min-width: 992px) {
  #wpcf7-f5-p16-o1 .wpcf7-form-control-wrap.your-firstname {
    width: 48%;
    margin: 0 2% 0 0;
    display: inline-block !important;
  }
  #wpcf7-f5-p16-o1 .wpcf7-form-control-wrap.your-name {
    width: 48%;
    display: inline-block !important;
  }
  #wpcf7-f5-p16-o1 br {
    display: none;
  }
  #wpcf7-f5-p16-o1 .wpcf7-form-control-wrap {
    margin: 0 0 8px 0;
  }
}
.rgpd {
  font-size: 13px;
  line-height: 17px;
  color: #999;
  margin: 20px 0 0 0;
  clear: both;
  float: left;
}

/* Formulaire d'inscription */
.wpcf7-field-groups {
  border: 1px solid #e6e6e6;
  padding: 20px 20px 0 20px;
  margin: 0 0 30px 0;
}
.wpcf7-field-group {
  padding: 0 0 20px 0;
}

/* CTA - buttonizer  */
.buttonizer .buttonizer-label {
  font-weight: 600;
}
.wpcf7-field-group-add,
.wpcf7-field-group-remove {
  background: #001f3f;
  padding: 10px 20px;
  margin: 0 10px 0 0;
  color: #fff;
}
.grecaptcha-badge {
  opacity: 0;
}

/* TaC */
#tarteaucitronPrivacyUrl {
  padding: 6px !important;
}

.page-id-106421 .contact_express,
.page-id-106453 .contact_express {
  display: none !important;
}

.page-id-106421 #leitmotiv,
.page-id-106453 #leitmotiv {
  display: none !important;
}

#header-secondary-outer .wpml-ls-item a .menu-title-text .wpml-ls-native,
#header-secondary-outer .wpml-ls-item {
  padding: 0 !important;
  width: 40px;
  height: 20px;
  display: block;
  margin-right: 10px;
}

.banniere_home {
  transform: translateY(-22px) !important;
}

#menu-item-wpml-ls-3-en .menu-title-text,
#menu-item-wpml-ls-3-en .menu-title-text .wpml-ls-native,
#menu-item-wpml-ls-3-de .menu-title-text,
#menu-item-wpml-ls-3-de .menu-title-text .wpml-ls-native,
#menu-item-wpml-ls-3-fr .menu-title-text,
#menu-item-wpml-ls-3-fr .menu-title-text .wpml-ls-native {
  text-indent: -9999px;
}

.wpml-ls-item-en  {
  background: url("./images/uk.png") center center no-repeat;
  background-size: 30px 20px;
}
.wpml-ls-item-de{
  background: url("./images/de.png") center center no-repeat;
  background-size: 30px 20px;
}
.wpml-ls-item-fr{
  background: url("./images/fr.png") center center no-repeat;
  background-size: 30px 20px;
}

.wpml-ls-item a{
  border: none !important;
}

.wpml-ls-statics-footer, .wpml-ls-legacy-list-horizontal {
  display: none !important;
}

.off-canvas-menu-container.mobile-only .wpml-ls-item .menu-title-text{
  font-size: 0px;
} 

.page-id-106421 h1::after, .page-id-106453 h1::after{
  display: none !important;
}

@media (max-width:900px){
  .mobile-only .wpml-ls-item{
    display: inline-block !important;
    width: 48.5% !important;
  }
}