/*
Theme Name: LandingTheme
Theme URI: https://odiens.com
Author: Odiens
*/
@font-face {
    font-family: 'DIN Next W01 Regular';
    src: url('https://fast.fonts.net/dv2/14/44e7f0ba-6c8d-43c2-b19e-f1a3ce9ae57c.woff2') format('woff2');
}
@font-face {
font-family: 'DINNextW01-Light', cursive;
}
.site-12 * {
    font-family: 'DIN Next W01 Regular', sans-serif;
}
#post-6 > div > div.elementor.elementor-6 > div.elementor-element.elementor-element-13a6293.e-con-full.g-section-separator.e-flex.e-con.e-parent.e-lazyloaded > div.elementor-element.elementor-element-d4afe02.e-con-full.e-flex.e-con.e-child > div.elementor-element.elementor-element-e1f3460.elementor-widget.elementor-widget-heading > div > h2 {
	font-family: 'DINNextW01-Light', cursive !important;
	font-weight:500 !important;
}
/* CSS PERSO POLAR */
.site-4 #post-18 .wp-block-columns p, #post-18 li {
	font-weight: 600;
    font-size: 18px;
}

.site-4 #post-75 > div > div.wp-block-columns.is-layout-flex.wp-container-3 > div:nth-child(1) {
	background: rgba(255, 255, 255, .6);
    border-radius: 15px;
    color: black;
    padding: 30px;
}
/* CSS RESET */

#gform_confirmation_message_1 {
	color: green !important;
    font-weight: bold;
}
.pagedeconfidentialite {
	margin-left:100px;
	margin-right:100px;
	background
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}
.image-grid.white-background {
  background-color: #fff; /* Remplacez par la couleur de fond souhaitée */
  width:40%;
  margin-left:auto;
  margin-right:auto;
  padding:15px;
  border-radius:10px;
}
/* GLOBAL */
.entry-content img {
display: none;
}
body {;
    background-repeat: no-repeat !important;
    background-attachment: fixed  !important;
    background-size: cover  !important;
    font-family: Dosis, Arial, sans-serif;
	color:white;
}

.wp-block-columns {
  display: flex;
  margin: 80px 0 10px 0;
  justify-content: center;
/*   height: 35em; */
}
.column-formulaire br {
	display:none;
}
/* h2 {
	text-align: center;
    font-weight: bold;
    font-size: 34px;
    line-height: 1.1;
}
 */
.column-formulaire {
    padding: 50px;
    padding-top: 0px;
}

.column-texte {
	padding:50px;
	text-align:center;
}

.wp-block-column {
  flex: 0.4;
  flex-grow:0.4 !important;
  margin: 0 20px;
}

@media (max-width: 764px) {
  .wp-block-columns.has-3-columns {
    flex-flow: row wrap;
  }

  .has-3-columns .wp-block-column:first-child {
    flex-basis: 100%;
  }
}

@media (max-width: 478px) {
  .wp-block-columns.has-3-columns {
    display: block;
  }

  .wp-block-column {
    margin: 20px 0;
  }
}

/* ELEMENTS */
hr {
    border:none;
	height:5px;
    border-radius: 5px;
    width: 20%;
}

.logo {
    width: 200px;
    display: block;
    margin-left:auto;
    margin-right:auto;
    margin-top:40px;
}


.gform_wrapper {
	color:black;
}
.gform_title {
	margin:15px;
}

 .gform_footer input[type=submit] {
	color: white !important;
    font-weight: bold !important;
    border: none !important;
    margin-top:15px !important;
    color: #fff !important;
    border-color: #4D66AD !important;
    width: 100% !important;
    height: 40px !important;
    border-radius: 15px !important;
    text-transform: uppercase !important;
    border:none !important;
    font-weight: bold !important;
} 

/* GRID */
.image-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 20px;
	margin-bottom:50px;
}
.newlanding .image-grid {
	margin-top:0px;
}
.image-grid-column {
	flex-basis: 1à%;
	margin: 10px;
}
.image-grid-column > img {
	height:150px;
}
.grid-form {  
    margin-top:100px;
    margin-left:200px;
    margin-right:200px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-auto-columns: 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas:
      "grid-texte grid-formulaire";
  }
  
  .grid-texte { 
    grid-area: grid-texte;
    padding:50px;
 }
  
  .grid-formulaire { 
    grid-area: grid-formulaire;
    padding:50px;
    padding-top:0px;
    background:white;
    border-radius:15px;
 }
  

 /* FORMULAIRE */
 .gform_wrapper {
	padding: 50px;
    background: white;
    border-radius: 20px;
 }
 .gform_wrapper form{
	margin-top:25px;
 }

body .gform_footer .gform_button {
  cursor: pointer!important;  
}
 /* RESPONSIVE */

 @media screen and (min-width: 971px) and (max-width: 1300px) {
    .grid-form {
        margin-left:90px;
        margin-right:90px;
    }
	.wp-block-columns {
	  height: 37em;
	}
  }

  
 @media screen and (min-width: 200px) and (max-width: 970px) {
    .wp-block-columns {
        display: inline-block !important;
/*         margin-left:90px;
        margin-right:90px; */
    }
    .grid-formulaire {
        padding-top:20px;
    }
	.wp-block-columns {
	  height: 39em;
	  margin-top:0px;
	}
	.wp-block-column {
	  padding:30px;
	  padding-bottom:0px;
	  padding-top:0px;
	}
	 h2 {
	   font-size:20px;
	 }
	 .column-texte p {
	   font-size:12px;
	 }
	 .logo {
		 width:135px;
		 margin-top: 25px;
		 margin-bottom:15px;
	 }
	 .wp-block-separator {
		 margin-bottom:25px;
	 }
	 body {
		 background-position: center;
	 }
  }

  @media screen and (min-width: 2000px) {
    .grid-form {
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
    }
  }

.gfield_required:after {
	content:"*";
	font-size: 17px;
    font-weight: bold;
    margin-left: 5px;
}
.gfield_required_text {
	display:none !important;
}



/* CSS NEW LANDING */

.newlanding .cta-nav {
	background-color:transparent;
	border-radius:5px;
	border:2px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:15px 76px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
    float:right;
    justify-content: center;
}
.newlanding .logo {
    width: 200px;
	display: initial;
    margin-left:unset;
    margin-right:unset;
    margin-top:0px;
}
body.newlanding {
    background-color: black;
}
.newlanding .landingbody {
    margin-left: 60px;
    margin-right: 60px;
    margin-top:50px;
    margin-bottom: 40px;   
}
.newlanding .l-contains { 
	max-width:1900px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-auto-columns: 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas:
      "grid-contains grid-image";
  }
  .newlanding .wp-block-columns {
	margin-top:35px;
	margin-bottom:0px;
  }

  .newlanding .grid-contains { grid-area: grid-contains; }
  
  .newlanding .grid-image { 
    grid-area: grid-image;
    display: flex;
    align-items: center;
    justify-content: center;
 }
  
  .newlanding h2 {
	text-align: unset;
    color:white;
    font-weight: bold;
    font-size:40px;
	line-height:1;
    margin-bottom: 0;
  }
  .newlanding p {
    color:white;
    font-size: 25px;
    font-weight: 500;
	margin-bottom: 0px;
	margin-top: 15px;
  }
  .newlanding ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 35px;
  }

  
  .newlanding ul li {
    display: flex;
    align-items: center;
    padding-left: 0px;
    position: relative;
    color: white;
    font-weight: 500;
    font-size: 23px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .newlanding ul li:before {
    vertical-align:middle;
    content: "";
    display: inline-block;
    width: 30px; /* Largeur du logo */
    height: 30px; /* Hauteur du logo */
    background-image: url("https://lp-project.ceci-n-est-pas-un-site.fr/wp-content/themes/landing/img/icons8-coche.svg"); /* Chemin vers votre logo */
    background-size: cover;
    margin-right: 10px; /* Espacement entre le logo et le texte */
    
  }
.newlanding .l-contains {
	display: block;
    margin-left: auto;
    margin-right: auto;
}
  .newlanding .wp-block-button__link {
    background-color: transparent;
    border-radius: 5px;
    border: 6px solid #ffffff;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 17px;
    padding: 15px 76px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
    background-image: url("img/right-arrow.png"); /* Chemin vers votre image */
    background-repeat: no-repeat;
    background-position: 45px center; 
    background-size: 20px; /* Taille de l'image */
    padding-left: 80px; /* Espacement entre l'image et le texte */
  }
  .newlanding .texte {
    color:white;
    font-size: 22px;
    margin-top:10px;
  }
  .newlanding .image-grid-column > img {
	height:90px;
  }

  .newlanding .entry-content img {
	float:right;
	width:100%;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
	display:block;
  }

 /* RESPONSIVE NEW LANDING*/

 @media screen and (min-width: 2000px) {
	 .newlanding .wp-block-columns {
		 margin-bottom:10px;
		 height:auto;
	 }
	 .newlanding .image-grid-column>img {
		 height:125px;
	 }
	 

}

 @media screen and (min-width: 1601px) and (max-width: 1999px) {
	 .newlanding .image-grid-column>img {
		 height:100px;
	 }
	 
/* 	TEST  */
	 .landingbody {
		 margin-top:13% !important;
	 }
}

 @media screen and (min-width: 1301px) and (max-width: 1600px) {
	 .newlanding .wp-block-columns {
		 margin-bottom:10px;
		 height:auto;
	 }
	 .newlanding .image-grid-column>img {
		 height:77px;
	 }
}

 @media screen and (min-width: 1001px) and (max-width: 1300px) {
	 .newlanding .wp-block-columns {
		 margin-bottom:30px;
		 height:auto;
	 }
	 .newlanding .image-grid-column>img {
		 height:55px;
	 }
	 

  }

  
 @media screen and (min-width: 651px) and (max-width: 1000px) {
	 .newlanding .wp-block-columns {
		 margin-bottom:30px;
		 height:auto;
	 }
	 .newlanding .image-grid-column>img {
		 height:83px;
	 }
	 .newlanding h2 {
		 font-size:35px;
	 }
	 .newlanding p {
		 font-size:22px;
	 }
  }

 @media screen and (min-width: 200px) and (max-width: 650px){
	 .newlanding .wp-block-columns {
		 margin-bottom:30px;
		 height:auto;
	 }
	 .newlanding {
		 margin-left:0;
		 margin-top:0;
	 }
	 .newlanding h2 {
		 font-size:30px;
	 }
	.newlanding .wp-block-column h2, p {
		text-align: center !important;
		
	}

	 .newlanding .wp-block-column .wp-block-button {
		margin-left:auto;
		margin-right:auto;
	 }
	 
	 .newlanding .l-nav .logo {
		 display:block;
		 margin-left:auto;
		 margin-right:auto;
	 }
	 
	 .newlanding .l-nav .cta-nav {
		 display: block;
		margin-left: auto;
		margin-right: auto;
		float: inherit;
		width: 102px;
		text-align: center;
	 }
	 .newlanding .wp-block-column:first-child {
		 margin-right:0px !important;
	 }
	 .newlanding .landingbody {
		 margin-left:5px;
		 margin-right:5px;
	 }
	 .newlanding h2 {
		 font-size:35px;
	 }
	 .newlanding p {
		 font-size:22px;
	 }
  }

/* test responsive hauteur */
/* @media (min-height: 900px) and (max-height: 1000px) {
	.landingbody {
		margin-top:7% !important;
		
	}
	.l-footer {
		margin-bottom:7% !important;
	}
}
@media (min-height: 1001px) and (max-height: 1200px) {
	.landingbody {
		margin-top:12% !important;
		
	}
	.l-footer {
		margin-bottom:12% !important;
	}
}
@media (min-height: 1201px) and (max-height: 1400px) {
	.landingbody {
		margin-top:20% !important;
		
	}
	.l-footer {
		margin-bottom:20% !important;
	}
} */
/* TEST */


.newlanding .gform_title {
	display:none;
}
.newlanding .gform_description {
	display:none;
}
.newlanding .gform_footer input[type=submit] {
	background-color:black;
}
.newlanding .wp-block-columns {
  display: flex;
  justify-content: flex-start; /* Modifier pour aligner la première colonne à gauche */
}

.newlanding .wp-block-column:first-child {
  flex: 1 !important; /* Modifier pour que la première colonne occupe plus d'espace */
  margin-right: 20px; /* Ajouter une marge pour séparer les colonnes */
}

.newlanding .wp-block-column:last-child {
  flex: 0.5 !important; /* Modifier pour que la deuxième colonne occupe moins d'espace */
}


/* NEW LANDING */

.heroscene .gform_wrapper {
	padding:0 !important;
}

.heroscene .ginput_container input {
	border-color: #F1F1F1 !important;
    background: #F1F1F1 !important;
    box-shadow: unset !important;
    border: none !important;
	border-radius: 10px !important;
	height:45px !important;
}
.heroscene .ginput_container textarea, .site-8 .heroscene .ginput_container #input_1_12 {
	border-color: #F1F1F1 !important;
    background: #F1F1F1 !important;
    box-shadow: unset !important;
    border: none !important;
	border-radius: 10px !important;
}

.heroscene label.gfield_label.gform-field-label,.heroscene legend.gfield_label.gform-field-label.gfield_label_before_complex {
    color: #333333 !important;
    font-weight: 400 !important;
}

.heroscene .ginput_container_consent input {
	height:13px !important;
}
body {
	margin:0 !important;
}
.gfield_select {
    border-color: #F1F1F1 !important;
    background: #F1F1F1 !important;
    box-shadow: unset !important;
    border: none !important;
    border-radius: 10px !important;
    height: 45px !important;
}

@media (max-width: 764px) {
	.p-section-separator-gauche::after  {
		display:none !important;
	}
	.p-section-separator-droit::after {
		display:none !important;
	}
}

.yellow-ceres {
	color:#ffb400 !important;
	font-weight:bold !important;
}
/* Appliquer cette classe à la colonne de gauche */
/* Style pour la section principale */
/* Style pour la section principale */
.g-section-separator {
    position: relative !important;
    overflow: hidden !important;
}

/* Style pour la colonne de gauche avec la séparation */
.p-section-separator-gauche {
    position: relative !important;
}

/* Création de la forme de vague */
.p-section-separator-gauche::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    right: -50% !important;
    width: 50% !important;
    height: 100% !important;
    background-color: #3C485D !important;
  	clip-path: polygon(40.8% -1%, 0% 100%, 0% -1%) !important;
    z-index: 1 !important;
}

/* Assurez-vous que le contenu de la colonne reste au-dessus de la forme */
.p-section-separator-gauche .elementor-widget-wrap {
    position: relative !important;
    z-index: 2 !important;
}

/* Style pour la colonne de gauche avec la séparation */
.p-section-separator-droit {
    position: relative !important;
}

/* Création de la forme de vague */
.p-section-separator-droit::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -50% !important;
    width: 50% !important;
    height: 100% !important;
    background-color: #3C485D !important;
    clip-path: polygon(62.8% -1%, 100% 100%, 104% -1%);
    z-index: 1 !important;
}

/* Assurez-vous que le contenu de la colonne reste au-dessus de la forme */
.p-section-separator-droit .elementor-widget-wrap {
    position: relative !important;
    z-index: 2 !important;
}

.gform_description {
	FONT-SIZE: 15px !important;
    text-align: center !important;
}

.site-12 .gravity-theme * {
	color:#333 !important;
}