/*	Theme Name:  Landing Page - Ecolusis V2
	Theme URI: https://landing.aeb-projets.dev/
	Description: Landing Page
	Version: 1
	Author: A l'Encre bleue
	Author URI: https://alencrebleue.com
*/
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: local("Raleway Regular"), local("Raleway-Regular"), url("/wp-content/themes/landingPageEcolusis/assets/fonts/Raleway-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  src: local("Raleway Medium"), local("Raleway-Medium"), url("/wp-content/themes/landingPageEcolusis/assets/fonts/Raleway-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  src: local("Raleway Bold"), local("Raleway-Bold"), url("/wp-content/themes/landingPageEcolusis/assets/fonts/Raleway-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 900;
  src: local("Raleway Black"), local("Raleway-Black"), url("/wp-content/themes/landingPageEcolusis/assets/fonts/Raleway-Black.woff2") format("woff2");
  font-display: swap;
}
/*------------------------------------*\
    VARIABLES
\*------------------------------------*/

:root {
  /* CHARTE RENOPERF - Couleurs principales */
  --primary: #004150;
  --secondary: #eb5c2e;
  --black: #3b3939;
  --white: #ffffff;
  --gris: #fafafa;
  --beige: #faf3de;

  /* Couleurs textes */
  --font-color: var(--primary);
  --body-color: var(--white);

  /* Radius boutons RENOPERF */
  --radius: 6px;

  /* Polices RENOPERF */
  --font-family: 'Raleway', sans-serif;
  --font-title: 'Raleway', sans-serif;

  /* Icones */
  --rs: url(/wp-content/themes/landingPageEcolusis/images/RS.svg);
  --rshover: url(/wp-content/themes/landingPageEcolusis/images/rs-hover.svg);
  --checklist: url(/wp-content/themes/landingPageEcolusis/images/li-puce.svg);
  --bateau: url(/wp-content/themes/landingPageEcolusis/images/fi-rs-ship.svg);
  --duree: url(/wp-content/themes/landingPageEcolusis/images/duree.svg);
  --modal: url(/wp-content/themes/landingPageEcolusis/images/modalites.svg);
  --tarif: url(/wp-content/themes/landingPageEcolusis/images/tarif.svg);
}

/*------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: var(--font-family);
  font-style: normal;
  color: var(--font-color);
}

body {
  background: var(--body-color);
  overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul {
    gap: 6px;
    display: flex;
    flex-direction: column;
}
#wpadminbar ul {
	gap: inherit;
	flex-direction: initial;	
	display: contents;
}
ul.wrap-nav {
	list-style-type: none;
	gap: inherit;
	flex-direction: inherit;	
}
ul.checklist {
    list-style-type: none;
}
ul.checklist li {
    position: relative;
    padding-left: 30px;
}
ul.checklist li:after {
    content: var(--checklist);
    position: absolute;
    left: 0;
    top: 0;
}
img {
  width: auto;
  display: block;
  max-width: 100%;
  height: auto;
}

body {
  -webkit-font-smoothing: antialiased;
}

blockquote {
  box-shadow: 0 3px 6px #00000029;
  padding: 0.25rem 1.5rem;
  background: rgb(237 201 161 / 40%);
  border-left: 5px solid var(--secondary);
  margin: 1.5rem 0;
  font-weight: 600;
}

/*------------------------------------*\
    MARGE SUR MENU ADMIN (lorsque le menu est en fixe, il est caché en partie)
\*------------------------------------*/
.logged-in.admin-bar header {
  margin-top: 32px;
}

.logged-in.admin-bar #wpadminbar {
  z-index: 999999;
}

/*------------------------------------*\
    LA GRID
\*------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row>* {
  float: left;
  width: 100%;
}

.row::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width:1200px) {
  .container {
    max-width: 1140px;
  }
}

@media screen and (min-width:801px) and (max-width:1199px) {
.container{
    max-width: 95%;
}
}
@media screen and (min-width:601px) and (max-width:800px) {
.container{
    max-width: 86%;
}
}
@media screen and (min-width:481px) and (max-width:600px) {
.container{
    max-width: 90%;
}
}
@media screen and (max-width:480px) {
.container {
	max-width: 93%;
}
}

@media screen and (min-width:800px) {
  .row>* {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

/* Typographie */
h1, h2, h3, h4, h5 {
	font-family: var(--font-title);
	font-weight: 700;
	color: var(--primary);
}
h1 {
  line-height: 110%;
  font-weight: 900;
}
h1 span {
  color: var(--secondary);
}
h2 {
  line-height: 140%;
}
h2 span, h3 span, .highlight {
  color: var(--secondary);
}
h3 {
  font-size: 22px;
  line-height: 140%;
}
h4 {
  font-size: 18px;
  line-height: 1;
}
p {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}
small {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}
strong, b {
  font-weight: 700;
}
@media screen and (min-width:1024px) {
h1 {
  font-size: 40px;
}	
h2 {
  font-size: 30px;
}	
}
@media screen and (min-width:801px) and (max-width:1023px) {
h1 {
    font-size: 32px;
}
h1 br{
    display: none;
}
h2 {
  font-size: 26px;
}	
}
@media screen and (min-width:721px) and (max-width:800px) {
h1 {
    font-size: 36px;
}
h2 {
  font-size: 34px;
}	
}
@media screen  and (max-width:720px) {
h1 {
    font-size: 30px;
}
h2 {
  font-size: 26px;
}		
}
.btn,
.btn-sec,
.btn-third{
  display: inline-block;
  font-weight: 700;
  background: var(--secondary);
  padding: 11px 24px;
  width: max-content;
  height: max-content;
  transition: background-color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  position: relative;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--secondary);
}

.btn-sec, 
.btn-secondary {
  background-color:  var(--primary);
  border: 1px solid var(--primary);
}
.btn-third {
  background:  var(--white);
  border: 1px solid var(--secondary);
}

.btn.btn-third span {
  color:  var(--primary);
}
.btn.btn-third:hover span {
  color:  var(--white);
}

.btn:before,
.btn-sec:before,
.btn-secondary:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary);
  z-index: 1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  border-radius: var(--radius);
}

.btn-sec:before, 
.btn-secondary:before {
  background: var(--secondary);
}

.btn span,
.btn-sec span {
	position: relative;
	z-index: 2;
	color: var(--white);
}
.btn:hover {
	background: var(--primary);
	border: 1px solid var(--primary);
}

.btn-sec:hover,
.btn-secondary:hover {
  background: var(--secondary);
	border: 1px solid var(--secondary);
	
}

.btn:hover:before {
  transform: scaleX(1);
}

.btn:hover span {
  position: relative;
  z-index: 3;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */

a {
  color: var(--font-color);
  text-decoration: underline;
}

a:hover {
  color: var(--primary);
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

input:focus {
  outline: 0;
}

:focus {
  outline: none;
}

/* IMG POUR WISIWYG */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
  max-width: 100%;
  height: auto;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

hr {
  border: none;
}

hr.small {
  margin: 0.5rem 0;
}

hr.medium {
  margin: 1rem 0;
}

hr.large {
  margin: 2rem 0;
}

/* =====================================
             MENU
=======================================*/
/* Styles généraux pour les icônes */
#pre-header{
    background: var(--primary);
    display: flex;
}
#pre-header p{
	color: var(--white);
	text-align: center;
	margin:.5em 0;
}
#pre-header p span,
#pre-header p strong{
	color: var(--white);
}
#pre-header a{
	text-decoration: none;
}
#top.current {
  overflow: hidden;
}

#top.highlight {
  overflow: hidden;
  position: initial;
}

header {
  width: 100%;
  top: 0;
  z-index: 11;
  position: fixed;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

header.hidden {
  transform: translateY(-102px);
}

#menu-aeb .contain {
  width: 90%;
  max-width: 1140px;
  margin: auto;
  display: flex;
  padding: 10px 0;
  position: relative;
  justify-content: space-between;
  align-items: center;
}

#menu-aeb .center {
  justify-content: center;
}

.logohead {
  max-width: initial;
  height: 60px;
}

.btn-nav {
  margin-left: 40px
}

@media only screen and (min-width: 1200px) {
  .mara {
    display: flex;
  }

  header.hidden {
    transform: translateY(-102px);
  }

/*  .content_aeb {
    margin-top: 100px;
  }*/

  header #menumara .wrap-nav {
    display: flex;
  }

  header #menumara {
    align-self: center;
  }

  #menu-aeb {
    background: var(--white);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  }

  .dropdown-content {
    display: none;
  }

  #menumara .wrap-nav li {
    align-self: center;
    padding-left: 40px;
  }

  #menumara .wrap-nav .dropdownli {
    padding-left: 0px;
  }

  #menumara .menu-contact,
  #menumara .menu-demo {
    display: none;
  }

  .logo-site {
    padding: 10px 0;
  }

  .logo-site a {
    align-self: center;
  }

  .dropdown,
  .wrap-nav li a,
  .itemnolink {
    color: var(--font-color);
    cursor: pointer;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
  }

  .dropdown .itemnolink {
    padding-bottom: 2rem;
    padding-left: 30px;
    padding-right: 16px;
  }

  .wrap-nav a.btn {
    padding: 0.5rem;
    margin-left: 0.5rem;
  }

  .dropdown {
    position: relative;
  }

  .dropdown:after,
  .dropdownsub:after {
    content: url(/wp-content/themes/Template/images/puce-menu.svg);
    position: absolute;
    right: 0px;
    top: 0;
  }

  .dropdownsub:after {
    right: 8px;
    top: 6px;
    transform: rotate(270deg);
  }

  .dropdownsub {
    padding: 0.5rem 1rem;
  }

  .dropdownli:hover .dropdown-content1,
  .dropdownsub:hover .dropdown-content2 {
    display: grid;
    position: absolute;
    top: 3rem;
    left: 1rem;
    width: 100%;
    background: var(--black);
    border-top: 5px solid var(--primary);
    box-shadow: 0 3px 6px #00000029;
  }

  .dropdownsub:hover .dropdown-content2 {
    top: 0px;
    left: 132px;
  }

  .dropdown:hover .dropdown-content a,
  .dropdown:hover .dropdown-content span {
    font-weight: 400;
    font-size: 15px;
    padding: 0.5rem 1rem;
    color: var(--primary);
  }

  .dropdown:hover .dropdown-content a {
    color: var(--white);
  }

  .dropdown:hover .dropdown-content span {
    padding: 0;
  }

  .dropdown .dropdown-content a:hover {
    color: var(--primary);
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1240px) {
  .wrap-nav li {
    padding-left: 2rem;
  }
}

@media only screen and (max-width: 1199px) {
  .btn-nav {
    margin-left: 0rem;
  }

  #menu-aeb .contain {
    padding: 20px 0;
  }

  .logo-site {
    margin: auto;
  }

  .content_aeb {
    margin-top: 100px;
  }

  .menu {
    display: none;
    position: fixed;
    height: 100%;
    top: 0;
  }

  .menu.active {
    display: block;
    right: 0%;
    left: inherit;
    margin-top: 100px;
  }

  .menu .wrap {
    height: 100%;
    position: relative;
    text-align: left;
    overflow: scroll;
    padding-bottom: 5rem;
    background: var(--black);
  }

  .menu .wrap .mara {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .menu .wrap .wrap-nav {
    margin: 4rem auto 0;
  }

  .menu .wrap .wrap-nav {
    width: max-content;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
    max-height: 420px;
    align-items: center;
  }

  .menu .wrap ul li {
    position: relative;
    padding: 0.5rem 0 .25rem;
  }

  .menu .dropdown-content1 {
    display: none;
  }

  .menu .dropdown-content2 {
    display: none;
  }

  .menu .activeli .dropdown-content1 {
    display: block;
  }

  .menu .activesub .dropdown-content2 {
    display: block;
  }

  .menu .wrap ul li a,
  .menu .wrap ul li span,
  .menu .wrap ul .dropdown {
    color: var(--white);
    text-transform: uppercase;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
  }

  .hamburger {
    cursor: pointer;
    display: inline-flex;
    overflow: hidden;
    align-self: center;
  }

  .hamburger__container {
    width: 55px;
    height: 42px;
    position: relative;
  }

  .hamburger:hover .hamburger__inner {
    transform: translate(-51px, 50%);
    opacity: 0;
  }

  .hamburger:hover .hamburger__inner::before,
  .hamburger:hover .hamburger__inner::after {
    transform: translate(102px, 0);
    opacity: 0;
  }

  .hamburger.is-active .hamburger__inner {
    display: none;
  }

  .hamburger__inner {
    background-color: var(--primary);
    border-radius: 20px;
    position: absolute;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.4s;
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
  }

  .hamburger__inner::before,
  .hamburger__inner::after {
    background-color: var(--primary);
    border-radius: 20px;
    position: absolute;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.4s;
    content: "";
    opacity: 1;
  }

  .hamburger__inner::before {
    top: -12px;
  }

  .hamburger__inner::after {
    top: 12px;
  }

  .hamburger:hover .hamburger__hidden {
    opacity: 1;
    transform: translate(0, -50%);
  }

  .hamburger:hover .hamburger__hidden::before,
  .hamburger:hover .hamburger__hidden::after {
    opacity: 1;
    transform: translate(0, 0);
  }

  .hamburger.is-active .hamburger__hidden {
    opacity: 1;
    transform: rotate(45deg);
  }

  .hamburger.is-active .hamburger__hidden::before {
    transform: translate(0, 12px) rotate(90deg);
    transform-origin: center;
  }

  .hamburger.is-active .hamburger__hidden::after {
    transform-origin: center;
    transform: translate(0, -12px) rotate(0);
    opacity: 0;
  }

  .hamburger__hidden {
    opacity: 0;
    background-color: var(--primary);
    border-radius: 20px;
    position: absolute;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.4s;
    top: 50%;
    transform: translate(51px, -50%);
  }

  .hamburger__hidden::before,
  .hamburger__hidden::after {
    background-color: var(--primary);
    border-radius: 20px;
    position: absolute;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.4s;
    content: "";
    transform: translate(102px, 0);
  }

  .hamburger__hidden::before {
    top: -12px;
  }

  .hamburger__hidden::after {
    top: 12px;
  }

  #entete .nav-site {
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }

  .nav-site {
    display: inline-flex;
    align-self: center;
    position: absolute;
    left: 0;
  }

  /* Ajout Toggle sur le menu burger pour les liens en sous menu */
  .dropdown-content {
    display: block;
    padding-top: 0.25rem;
  }

  .dropdown-content.dropdown-content1 {
    padding-left: 1rem;
  }

  .dropdown-content.dropdown-content2 {
    padding-left: 1rem;
  }

  .dropdown span {
    position: relative;
    padding: 0 0.5rem 0 0;
  }

  .dropdown span:before {
    content: ' ';
    transform: rotate(45deg);
    position: absolute;
    right: -0.2rem;
    top: 0.55rem;
    margin: 0;
    height: 3px;
    width: 10px;
    border-radius: 10px;
    background: var(--primary);
  }

  .dropdown span:after {
    content: ' ';
    transform: rotate(-45deg);
    position: absolute;
    right: -0.5rem;
    top: 0.55rem;
    margin: 0;
    height: 3px;
    width: 10px;
    border-radius: 10px;
    background: var(--primary);
  }

  .dropdown>div>a:after {
    display: none;
  }

  .menu .dropdown .dropdown-content a {
    display: block;
    text-align: left;
    text-transform: initial;
    color: var(--white);
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    position: relative;
  }

  header {
    position: fixed;
  }

  .hamburger__inner,
  .hamburger__hidden,
  .hamburger__hidden::before,
  .hamburger__hidden::after {
    width: 35px;
    height: 5px;
  }

  .hamburger__inner::before {
    width: 27px;
    height: 5px;
  }

  .hamburger__inner::after {
    width: 18px;
    height: 5px;
  }

  .menu.active {
    width: 100%;
  }

  .nav-site {
    width: 40px;
  }

  #menu-aeb {
    position: fixed;
    z-index: 99;
    width: 100%;
    background: var(--white);
    box-shadow: 0 3px 6px #00000029;
  }

  .menu .wrap .resoc {
    display: block;
    margin: auto;
    width: max-content;
  }
}

@media screen and (max-width:800px) {
  .content_aeb {
    margin-top: 100px;
  }
}

@media screen and (max-width:640px) {
#pre-header p:before {
    top: 50%;
    left: 15px;
    transform: translate(-50%, -50%);
}
#pre-header p {
	font-size:14px;
}
}
@media screen and (max-width:480px) {
  #menu-aeb .btn-nav {
    width: max-content;
  }
  #pre-header span{
      display:none;
  }
}

/* =========================
      FIN MENU 
===========================*/

/* RESPONSIVE */
@media only screen and (min-width: 801px) {
  .bloc-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .bloc-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .bloc-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }

  .bloc-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .bloc-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .bloc-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    max-width: 16.66%;
  }

  .bloc-2-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }

  .bloc-3-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .bloc-2-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .bloc-3-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .bloc-4-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
}

/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #424242;
  color: var(--white);
  text-shadow: none;
}

::-webkit-selection {
  background: #424242;
  color: var(--white);
  text-shadow: none;
}

::-moz-selection {
  background: #424242;
  color: var(--white);
  text-shadow: none;
}

/*------------------------------------*\
    PERSONNALISATION LANDING PAGE
\*------------------------------------*/

/* POUR TOUS LE SITE */

section:nth-child(odd) {
	background: var(--white);
}
section:nth-child(even) {
	background: var(--gris);
}
.flexgap {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width:1200px) {
section {
  padding: 70px 0;
}
.flexgap {
    gap: 30px;
}	
}
@media screen and (min-width:801px) and (max-width:1199px) {
section {
  padding: 50px 0;
}
.flexgap {
    gap: 25px;
}		
}
@media screen and (max-width:800px) {
.flexgap {
    gap: 20px;
}		
}
@media screen and (min-width:481px) and (max-width:800px) {
section {
  padding: 2.5em 0;
}
}
@media screen and (max-width:480px) {
section {
  padding: 2em 0;
}
}

/* MAIN */
h2.section-title{
	text-align: center;
}
/* HERO */
#hero {
	position: relative;
	margin: 38px 0 0; /* conditionner au fait qu'il n'y ait que le preheader */
	padding:0;
}
#hero .row.contenuhero .bloc-2 .bloc-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap:24px;
}
#hero img {
	object-fit: cover;
	max-height:700px;
}
#hero > div.row.imge {
	position: relative;
}
#hero > div.row.imge > .bloc-2{
	padding:0;
}
#hero > div.row.imge > .bloc-2 img{
	width:100%;
}
#hero .row.contenuhero .hero-content {
    display: flex;
    gap: 12px;
    flex-direction: column;
}
#hero .row.contenuhero .hero-content h2{
    font-size:18px;
	color:var(--secondary);
}
#hero .row.contenuhero .hero-content ul{
    list-style-type: none;
}
#hero .row.contenuhero .hero-content ul li{
    position: relative;
	padding-left:20px;
}
#hero .row.contenuhero .hero-content ul li:before {
    content: var(--checklist);
    position: absolute;
    left: 0;
    top: 0; 
}
#hero .row.contenuhero .bloc-2{
    position: relative;
}
.logos-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
    gap: 20px;
}
.certification-logo{
	margin-top:6em;
}
@media screen and (min-width:1200px) {
#hero .row.contenuhero{
	width:1140px;
}	
}	
@media screen and (min-width:801px) and (max-width:1199px) {
#hero .imge img {
	min-height:550px
}
}

@media screen and (min-width:1200px) {
#hero .bloc-2:first-child {
	padding-right: 3em;
}  
#hero .bloc-2:last-child {
	padding-left: 3em;
}
}
@media screen and (min-width:1024px)and (max-width:1199px) {
#hero .bloc-2:first-child {
	padding-right: 2em;
}  
#hero .bloc-2:last-child {
	padding-left: 2em;
}
}
@media screen and (min-width:801px) and (max-width:1199px) {
#hero .row.contenuhero{
    max-width: 95%;
}
}
@media screen and (min-width:801px) and (max-width:992px) {
#hero .row.contenuhero .bloc-2 .bloc-content {
    gap: 12px;
}
.positionrge {
    bottom: -2em;
    max-width: 150px;
}
}
@media screen and (min-width:601px) {
#hero .row.contenuhero{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	width:1140px;
	
}	
}	
@media screen and (min-width:601px) and (max-width:800px) {
#hero .row.contenuhero{
    max-width: 86%;
}
#hero .row.contenuhero .bloc-content{
    border-radius: 6px;
    background: #ffffffe6;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.07);
    padding: 40px;
    align-items: center;	
}	
.positionrge {
    display: none;
}
.logo-wrapper img {
    max-width: 150px;
}
.logos-bottom{
    display: none;
}
}
@media screen and (min-width:481px) and (max-width:600px) {
}
@media screen and (max-width:800px) {
#pre-header .container{
    max-width: 95%;
}	
}
@media screen  and (max-width:720px) {
#hero .row.contenuhero .bloc-2 .bloc-content{
    gap: 16px;
    padding: 20px;	
}	
}
@media screen and (max-width:600px) {
#hero {    
    display: flex;
    flex-direction: column;
}	
/*#hero > div.row.imge{order:2;}	
#hero > div.container{order:1;}	*/
#hero .row.contenuhero .bloc-2 .bloc-content {;
    align-items: center;
    max-width: 100%;
}	
#hero .row.contenuhero {
    max-width: 100%;
    margin-top: 1em;
/*    display: flex;
    flex-direction: column-reverse;*/
}
#hero > div.row.imge > .bloc-2 img {
    max-height: 300px;
}
#hero > div.container .row.contenuhero .bloc-2:nth-child(1) {
    position: absolute;
    top: 10%;
    left: 0;
}
.ecolusis-logo{display: none;}
.certification-logo {
    margin-top: 0;
    max-width: 320px;
}
	
}
@media screen and (max-width:480px) {
#hero .row.contenuhero .bloc-2 .bloc-content{
    padding: 10px;	
}	
.certification-logo {
	max-width: 300px;
}	
}

@media screen and (min-width:801px) {
}

/* Section présentation des produits / services */
/*Exception - cas particulier */ 
#nos-formules .flexgap {
    background: var(--white);
    padding: 0 40px 30px;
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.07);
	gap:20px;
}
#nos-formules .section-header h2.section-title {
    margin-bottom: 30px;
}
#nos-formules > div.container.flexgap > div:nth-child(1) > div > div > div img{
    width: max-content;
    margin: auto;
}
#nos-formules > div.container.flexgap > div:nth-child(1) > div > div > div h3{
    color: var(--primary);
}

#nos-formules > div.container.flexgap > div:nth-child(3) > div > div > div {
    align-items: center;
	padding:0;
}
#nos-formules > div.container.flexgap > div:nth-child(3) > div > div > div .btn {
    margin-top:12px;
}
#nos-formules > div.container.flexgap > div:nth-child(1) > div > div > div{
    padding: 30px 20px 0;
}
.produits-services .content-header-section, .produits-services .header-group {
    text-align: center;
}
.produits-services .bloc-produit {
    background: var(--gris);
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.produits-services .bloc-produit h3 {
    text-transform: uppercase;
}
.section-produits-services .produit-subtitle{
    color: var(--primary);
}
.section-produits-services .price-wrapper{
    display: flex;
    gap: 8px;
    align-items: baseline;	
}
.section-produits-services .price-main{
    font-size: 30px;
}
.section-produits-services .price-suffix{
    font-size: 20px;
}
.section-produits-services .price-main,
.section-produits-services .price-suffix{
	font-weight:700;
	color: var(--secondary);
    font-family: var(--font-title);
}
.produits-services .contenu-informatif {
    text-align: center;
}
.bloc-info-custom{
    padding:20px;
	border-radius: 6px;
    text-align: center;
}
.produits-services .bloc-info-custom {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.produits-services .bloc-info-custom ul {
    flex-direction: row;
    list-style-type: none;
    gap: 30px;
    justify-content: center;
}
@media screen and (min-width:1200px) {
#nos-formules .flexgap {
    max-width: 1110px;
}	
}
@media screen and (min-width:801px) and (max-width:1199px) {
#nos-formules .flexgap {
    max-width: 90%;
    padding: 0 15px 30px;
}	
}	
@media screen and (max-width:1199px) {
#nos-formules .section-header h2.section-title {
    max-width: 90%;
	margin: 0 auto 20px;
}
}
@media screen and (min-width:801px) and (max-width:1023px) {
.produits-services .bloc-produit .price-wrapper {
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
	justify-content: center;
}
/*.produits-services .bloc-produit .price-wrapper .price-main, .produits-services .bloc-produit .price-wrapper .price-suffix {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%; 
    flex: 0 0 50%;
    max-width: 50%;
}*/
.produits-services .bloc-produit .price-wrapper .price-note{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}	
.produits-services .bloc-produit {
    height: 100%;
}	
}
@media screen and (max-width:800px) {
.produits-services .blocs-produits .formule:first-of-type{
    margin-bottom:20px;
}
#nos-formules .flexgap {
    padding: 0 20px 24px;
}
}
@media screen and (max-width:480px) {
.produits-services .bloc-produit .price-wrapper {
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
	justify-content: center;
}
.produits-services .blocs-produits .formule:first-of-type{
    margin-bottom:20px;
}
#nos-formules > div.container.flexgap > div:nth-child(1) > div > div > div {
    padding: 24px 6px 0;
}
}

/*------------------------------------*\
    SECTION PARCOURS RENOPERF
\*------------------------------------*/
section.parcours-section {
    background: var(--gris);
}

.parcours-section .section-title {
    font-weight: 400;
    color: var(--primary);
    text-align: center;
    margin-bottom: 10px;
}

.parcours-section .section-subtitle {
    text-align: center;
    margin-bottom: 40px;
    color: var(--primary);
	font-weight:700;
}

.parcours-section .section-subtitle span {
    color: var(--secondary);
}

.parcours-section .cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 40px;
}

.parcours-section .card {
    background: var(--white);
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.19);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.parcours-section .card h3 {
    font-size: 16px;
    font-weight: 500;
    color: var(--primary);
    margin-bottom: 4px;
}

.parcours-section .card h3 span {
    font-weight: 700;
    display: block;
    margin-top: 4px;
}

.parcours-section .formation-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--secondary);
    margin: 16px 0;
}

.parcours-section .card p {
    font-size: 16px;
    color: var(--primary);
    margin-bottom: 10px;
    flex-grow: 1;
}

.parcours-section .card .btn {
    width: 100%;
    text-align: center;
    display: block;
    text-decoration: none;
    margin-top: auto;
}

@media (min-width: 800px) {
.parcours-section .section-subtitle {
    font-size: 30px;
}
}
@media (max-width: 800px) {
.parcours-section .cards-grid {
    grid-template-columns: 1fr;
    gap: 20px;
}
.parcours-section .section-subtitle {
    font-size: 20px;
}	
}

/*------------------------------------*\
    SECTION CENTRE D'EXAMEN
\*------------------------------------*/
.center-exam-section {
    background: var(--white);
}

.center-exam-section .section-title {
}
#centre-examen .container.text-center {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.center-exam-section .section-title span {
    color: var(--secondary);
}

.center-exam-section .content-wrapper {
    margin: 0 auto ;
    text-align: center;
}

.center-exam-section .content-wrapper > div:first-child {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 500;
}

.center-exam-section .note-complementaire {
    font-size: 14px;
    color: var(--primary);
    line-height: 1.4;
    margin-bottom: 0;
}

.center-exam-section .btn {
    display: block;
    margin: 0 auto;
    max-width: 300px;
}

/*  Bandeau process étape par étape */
#process-steps .container *{
    text-align: center;	
}
#process-steps .step-etape {;
    display: flex;
    flex-direction: column;
    list-style-type: none;
    gap: 10px;
    justify-content: center;	
}
#process-steps .step-number {
    width: 48px;
    aspect-ratio: 1 / 1;
	background:  var(--tertiary);
    border-radius: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;	
}
#process-steps .step-number span {
    font-family: var(--font-title);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
	color: var(--secondary);
}
#process-steps .contenu-step h3 {
	color: var(--black);
}
@media screen and (min-width:1200px) {
#process-steps {
    padding:50px 0;	
}
}
@media screen and (max-width:800px) {
.row.steps-wrapper {
    gap: 20px;
}
}

/*------------------------------------*\
    SECTION FORMATIONS RENOPERF
\*------------------------------------*/
section.formations-section {
    background: var(--primary);
}


.formation-main-content {
    background: var(--white);
    border-radius: var(--radius);
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.07);
    padding: 30px 40px;
}

.formation-main-content .text-center {
    text-align: center;
}

.formation-main-content h2 {
    font-size: 22px;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 8px;
}

.formation-main-content .description {
    font-size: 16px;
    color: var(--primary);
    margin-bottom: 20px;
}

.formation-card {
    background: var(--white);
    border-radius: 8px;
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.19);
    overflow: hidden;
}

.formation-header {
    background: var(--primary);
    padding: 20px;
    text-align: center;
}

.formation-badge {
    background: var(--secondary);
    color: var(--white);
    padding: 5px 12px 2px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
}
#formations-renoperf .formation-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.text-center.mb-30 .formation-badge {
    margin-bott:20px;
}
.text-center.mb-22 .formation-badge {
    margin-top:26px;
}
.formation-header h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--white);
    margin: 0;
}

.formation-card > div:last-child:not(.formation-transverse) {
    padding: 24px 30px;
}

.formation-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 12px;
}

.formation-card ul {
    margin-bottom: 16px;
    gap: 8px;
}
.formation-card ul{
    list-style-type: none;
}
.formation-card ul li{
    position: relative;
	padding-left:20px;
}
.formation-card ul li:before {
    content: var(--checklist);
    position: absolute;
    left: 0;
    top: 0; 
}
.formation-card ul li {
    font-size: 16px;
    line-height: 1.4;
}

.formation-card p {
    font-size: 16px;
    margin-bottom: 8px;
}

.formation-card p strong {
    font-weight: 700;
}

.formations-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.formation-transverse .objectifs, .formation-transverse .modalites {
    padding: 20px 30px;
}
.formation-transverse {
    display: flex;
}
.formation-transverse .modalites {
    background: var(--gris);
    display: flex;
    flex-direction: column;
    gap:16px;
	justify-content: center;
}
.formation-transverse .modalites > p {
    position: relative;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
	margin:0;
}
.formation-transverse .modalites > p:before{
    position: absolute;
    left: 0;
    top: 0;
}
.formation-transverse .modalites > p.modal-duree:before{
    content: var(--duree);
}
.formation-transverse .modalites > p.modal-modal:before{
    content: var(--modal);
}
.formation-transverse .modalites > p.modal-tarif:before{
    content: var(--tarif);
}

.formations-grid .formation-header h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--white);
    margin: 0;
}
.formation-main-content .text-center.seemore{
    border-bottom: 1px solid #EB5C2E;
    display: flex;
    justify-content: center;
    width: max-content;
    margin: 20px auto;
}
.text-center { text-align: center; }
.mt-20 { margin-top: 20px; }

.btn-voir-plus {
	color: var(--secondary);
	font-weight: 700;
	background: none;
	border: none;
	cursor: pointer;
	font-size: 16px;
	transition: all 0.3s ease;
}
.btn-voir-plus span{
	color: var(--secondary);
	margin-right:.5em;
}
.btn-voir-plus svg {
    transition: transform 0.3s ease;
}
.btn-voir-plus.expanded svg {
    transform: rotate(180deg);
}
        
        /* Styles for demo formations */
        .formation-item {
            background: #f5f5f5;
            margin: 10px;
            padding: 20px;
            border-radius: 8px;
            display: inline-block;
            width: 200px;
        }
        
        .formation-hidden {
            opacity: 0;
            transform: translateY(20px);
            transition: opacity 0.3s ease, transform 0.3s ease;
            display: none;
        }

/* QCM Section */
.qcm-section {
    margin-top: 30px;
}

.qcm-header {
    background: var(--primary);
    padding: 20px 30px;
    border-radius: 8px 8px 0 0;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}
.qcm-badge {
    background: var(--secondary);
    color: var(--white);
    padding: 5px 12px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
	text-align: center;
}
.qcm-accroche{
    color: var(--white);
}

.qcm-titles {
    color: var(--white);
    font-size: 22px;
    line-height: 1.4;
	text-align: center;
}
.qcm-titles strong{
    color: var(--white);
}

.qcm-content {
    padding: 20px 30px;
    background: var(--white);
    border-radius: 0 0 8px 8px;
}
.qcm-grid.row {
    gap: 2%;
}
.qcm-metier.bloc-2, .qcm-transverse.bloc-2 {
    background: var(--gris);
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: flex-start;
    border-radius: 8px;
    padding: 1em;
}
.qcm-text {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 12px;
}
.formation-card h4.qcm-section-title {
    color: var(--secondary);
    margin-bottom: 6px;
	text-align: center;
}
.qcm-grid.row .bloc-2 p {
    font-size: 16px;
    margin-bottom: 0;
    text-align: center;
    font-style: italic;
}
.qcm-list .qcm-text {
    margin-bottom:0;
}
.qcm-mention{
	text-align: center;
	margin-top: 1em;
}
.final-cta {
    text-align: center;
    margin-top: 30px;
}

@media (min-width: 601px) {
.qcm-metier.bloc-2, .qcm-transverse.bloc-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
}	
}
@media (max-width: 600px) {
.qcm-transverse {
    margin-bottom: 1em;
}	
}	

@media (max-width: 800px) {
    .formations-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
.formation-transverse {
    display: flex;
    flex-direction: column;
}    
    .formation-main-content {
        padding: 10px;
    }
.formation-card > div:last-child:not(.formation-transverse) {
    padding: 16px 20px;
}
}

/* Formulaire de contact */
.form-title{
	text-align: center;
}
section.section-contact-form {
	background: var(--gris);
}
#formulaire{
	padding-bottom: 40px;
}
#formulaire .gform_title{
	color: var(--primary);
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 140%;
	margin-bottom: 20px;
}
.form-wrapper{
	display: flex;
	padding: 30px 40px;
	flex-direction: column;
	gap: 20px;
	margin: auto;
	border-radius: 6px;
    background: var(--white);
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.07);
}
#formulaire .bloc-info-custom {
    background: var(--primary);
}
#formulaire .bloc-info-custom * {
    color: var(--white);
}
#formulaire .bloc-info-custom a{
	font-weight:700;
}
#formulaire .bloc-info-custom a:hover{
    color: var(--secondary);
}
#top .gform-theme--framework .gfield_list_group_item::before, #top .gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])) {
    font-weight: 700;
}
#top .gform-theme--framework .gfield_list_group_item::before, #top .gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])), #top .gform-theme--framework .gform-field-label--type-inline {
	font-size:16px;
}
#top .gform-theme--foundation em {
    font-style: italic;
}
#top .gform-theme--foundation .gfield_required {
    display: none;
}
#top .gform-theme--foundation .gform_fields {
    row-gap: 20px;
}
#top .gform-theme--foundation .gform_footer {
    justify-content: center;
}
#top .gform-theme .gform_button.button{
    display: inline-block;	
    font-weight: 700;
    background: var(--white);
    color: var(--primary);
    padding: 11px 24px;
    width: max-content;
    height: max-content;
    transition: background-color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    position: relative;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    border-radius: var(--radius);
    border: 1px solid var(--secondary);	
	font-size: 16px;
}
#top .gform-theme .gform_button.button:hover {
    background: var(--secondary);
	color:var(--white);
    border: 1px solid var(--secondary);
}
.gform_confirmation_message_1.gform_confirmation_message {
    text-align: center;
    min-height: 150px;
}
.disabled-antispam {
    opacity: 0.6;
    cursor: not-allowed;
}
@media screen and (min-width:1200px) {
#formulaire{
	padding-bottom: 40px;
}
}
@media screen and (min-width:1024px) {
.form-wrapper{
	width: 800px;
}
}
@media screen and (min-width:800px) and (max-width:1024px) {
.form-wrapper {
    margin-left: .9375rem;
    margin-right: .9375rem;
    width: calc(100% - 1.875rem); /* Soustrait les marges gauche et droite */
}
}
@media screen and (min-width:600px) {
.form-wrapper .bloc-info-custom br{
    display: none;
}
}
@media screen and (max-width:480px) {
.form-wrapper{
	padding: 20px;
}
#formulaire{
	padding-bottom: 12px;
}
#hero .btn.btn-sec, #formations-renoperf .final-cta{
    margin-bottom: 1em;
}
}

/*------------------------------------*\
    SECTION CLIENTS
\*------------------------------------*/
.section-bandeau-client {
	background: var(--white);
	padding: 50px 0;
}

.section-bandeau-client .container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.section-bandeau-client .clients-wrapper h3{
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
    color: var(--primary);
}

.clients-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.client-item {
    flex: 0 0 auto;
}

.client-logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}

.client-logo {
/*    max-width: 200px;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;*/
    transition: all 0.3s ease;
}

.client-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
}

@media screen and (min-width:1200px) {
#bandeau-client{
	padding:50px 0;
}
}
@media screen and (max-width:480px) {
#bandeau-client .clients-wrapper h3{
    margin-top: 15px;
}
}

/*------------------------------------*\
    SECTION POURQUOI ECOLUSIS
\*------------------------------------*/
section.pourquoi-ecolusis-section {
    background: var(--gris);
}

.pourquoi-ecolusis-section .row {
    display: flex;
    align-items: center;
}

.pourquoi-ecolusis-section .bloc-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.pourquoi-ecolusis-section .bloc-texte {
    flex: 1;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.pourquoi-ecolusis-section .section-title {
    font-family: var(--font-title);
    font-weight: 700;
    line-height: 1.2;
    color: var(--primary);
    text-align: left;
}

.pourquoi-ecolusis-section .section-title span {
    color: var(--secondary);
}

.pourquoi-ecolusis-section .about-group {
    margin-bottom: 0;
}

.pourquoi-ecolusis-section .about-group ul{
    margin-left: 1.2em;
}
.pourquoi-ecolusis-section .about-group li{
    font-weight:500;
}

.pourquoi-ecolusis-section .about-group h3 {
    margin-bottom: 6px;
    font-size: 18px;
    color: var(--primary);
    font-family: var(--font-title);
    font-weight: 700;
}

.pourquoi-ecolusis-section .about-group p {
    font-size: 16px;
    line-height: 1.5;
    font-family: var(--font-family);
    font-weight: 500;
    color: var(--primary);
}

@media (max-width: 800px) {
    .pourquoi-ecolusis-section .row {
        flex-direction: column;
    }

    .pourquoi-ecolusis-section .bloc-image {
        flex: 0 0 100%;
        max-width: 400px;
    }
    
    .pourquoi-ecolusis-section .section-title {
        text-align: center;
    }
.pourquoi-ecolusis-section .bloc-texte {
    padding: 20px 10px 10px;
}	
}

/*  Bandeau réassurance */
.section-reassurance{
	background: var(--secondary);
}

.reassurance-wrapper .row {
    display: flex;
    justify-content: space-between;
}

.reassurance-wrapper .bloc-4{
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    flex: 1;
}
.reassurance-title, .reassurance-description{
	color: var(--primary);
	text-align: center;
}
.reassurance-title{
	font-size:18px;
	font-weight: 700;
	margin: 0;
}
.reassurance-description {
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
}
.reassurance-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.reassurance-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reassurance-icon img {
    width: 36px;
    height: 36px;
}

@media screen and (min-width:1200px){
.section-reassurance{
	padding: 40px 0;
}	
}
@media screen and (min-width:1025px) and (max-width:1199px) {
.reassurance-wrapper .bloc-4{
    padding-left: 8px;
    padding-right: 8px;
}
}
@media screen and (max-width:1024px) {
.reassurance-wrapper .bloc-4{
	max-width: 360px;
	margin: auto;
}
}
@media screen and (min-width:600px) and (max-width:1024px) {
.reassurance-wrapper .bloc-4{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.reassurance-wrapper .row {
    flex-wrap: wrap;
}
}
@media screen and (min-width:481px) and (max-width:1024px) {
.reassurance-wrapper .row {
    row-gap: 30px;
}
}
@media screen and (max-width:480px) {
.reassurance-wrapper .row {
    row-gap: 20px;
    flex-direction: column;
}
.reassurance-wrapper .bloc-4 {
    flex: 0 0 100%;
}
}
/* Section nos autres produits */
.produits-services.section-formations-nautiques .bloc-produit {
    padding: 20px 20px 80px;
    gap: 10px;
	align-items: flex-start;	
	height: 100%;
	position: relative;
}
.produits-services.section-formations-nautiques .bloc-produit img {
    max-width: inherit;
    width: calc(100% + 40px);
    margin-top: -20px;
	margin-left:-20px;
    margin-bottom: 10px;
}
.produits-services.section-formations-nautiques .bloc-produit .list-header p {
    font-weight:700;
}
.produits-services.section-formations-nautiques .bloc-produit .btn {
    position: absolute;
    bottom: 20px;
}
@media screen and (min-width:481px) and (max-width:800px) {
#autres-produits .blocs-produits .row .bloc-3{
    margin-bottom: 30px;
}
#autres-produits .blocs-produits .row .bloc-3:last-of-type{
    margin-bottom: 0;
}
}
@media screen and (max-width:480px) {
#autres-produits .blocs-produits .row .bloc-3{
    margin-bottom: 30px;
}
#autres-produits .blocs-produits .row .bloc-3:last-of-type{
    margin-bottom: 0;
}	
}

/*Commun avec l'autre caroussel*/
.slide img {
    margin: auto;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    height: auto;
    max-width: 100%;
    margin: auto;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 50%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
    padding: 0;
    width: 100%;
    max-width: 200px;
    margin: auto;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
@media screen and (max-width:480px) {
slick-slide img {
    padding: 0 10px;
}
}
/* =============================
=========  POPUP ===============
==============================*/
.popup-legal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.7);
  animation: fadeIn 0.3s;
}
.popup-content {
  position: relative;
  background-color: #fff;
  margin: 5% auto;
  padding: 0;
  width: 90%;
  max-width: 800px;
  max-height: 80vh;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  animation: slideIn 0.4s;
    overflow: hidden;
}
.popup-header {
  padding: 20px 25px;
  border-bottom: 1px solid #eee;
  position: relative;
  background-color: #f9f9f9;
  border-radius: 8px 8px 0 0;
}
.popup-header h2 {
  margin: 0;
  font-size: 22px;
  color: #333;
}
.popup-close {
  position: absolute;
  right: 20px;
  top: 18px;
  font-size: 28px;
  font-weight: bold;
  color: #999;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.3s;
}
.popup-close:hover {
  color: #333;
}
.popup-body {
  padding: 20px 25px;
  overflow-y: auto;
  max-height: calc(80vh - 60px);
}
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes slideIn {
  from {transform: translateY(-50px); opacity: 0;}
  to {transform: translateY(0); opacity: 1;}
}
/* Styles pour le contenu des pages légales */
.popup-content-container {
  line-height: 1.6;
  color: #333;
}
.popup-content-container h3 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 18px;
}
.popup-content-container p {
  margin-bottom: 15px;
}
.popup-content-container ul {
  margin-bottom: 15px;
  padding-left: 20px;
}
/* Style pour bloquer le scroll de la page quand une popup est ouverte */
body.popup-open {
  overflow: hidden;
} 
.popup-content #wisiwyg {
    padding:1em 0;
}
@media screen and (max-width:480px) {
.popup-header{
    padding: 20px;
}		
.popup-body {
    padding: 10px 20px;
}	
.popup-header h2 {
    padding-right: 30px;
}
.popup-close {
    right: 10px;
    top: 10px;
}	
}


/* FOOTER */
footer {
  background-color: var(--primary);
  padding:20px 0 10px;
}
.content-footer{
    display: flex;
    justify-content: space-between;
}
.bloc-mlpc-rs{
    display: flex;
	gap:20px;
    align-items: center;
}
.bloc-mlpc-rs ul.page-mlpc {
    gap: 15px;
    flex-direction: row;
	list-style-type: none;
}
.bloc-mlpc-rs .btn:hover {
    border: 1px solid var(--secondary);
}
.bloc-logo img{
	max-width: 130px;
}
.logopluscoor{
    display: flex;
    align-items: center;
    gap: 30px;
}
.content-footer .logopluscoor a{
    text-decoration: none;
}
.content-footer p, #footertel {
    color: var(--white);
}
#footertel {
    color: var(--white);
}
.content-footer .logopluscoor p strong{
    color: var(--white);
	font-size: 18px;
}
/* Réseaux sociaux */
.menu-rs {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	list-style-type: none;
	margin-left:0;
}
.menu-rs a{
    display: flex;
}
.sprites, .sprites:hover {
	width: 27px;
	height: 27px;
	display: inline-block;
}
.sprites {
	background: url(/wp-content/themes/landingPageEcolusis/images/RS.svg) no-repeat center center;
}
.sprites:hover {
	background: url(/wp-content/themes/landingPageEcolusis/images/RS-hover.svg) no-repeat center center;
}
.rs-facebook,
.rs-facebook:hover {
	background-position: 0 0;
}
.rs-instagram,
.rs-instagram:hover {
	background-position: -31px 0;
}
.rs-linkedin,
.rs-linkedin:hover {
	background-position: -64px 0;
}
.rs-youtube,
.rs-youtube:hover {
	background-position: -96px 0;
}
.mentions{
	border-top:1px solid rgba(255, 255, 255, 0.10);
	margin-top:20px;
}
.mbp p{
    text-align: center;
    font-size: 12px;
	padding-top:10px;
    color: var(--white);
}
.mbp a{
    color: var(--white);
}
.bloc-mlpc-rs {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    flex-direction: column;
}
.bloc-reseauxsociaux{
    display: flex;
    align-items: center;
    gap: 10px;
}
@media screen and (min-width:740px) and (max-width:860px) {
.bloc-mlpc-rs {
    align-items: flex-end;
    flex-direction: column;
}
}
@media screen and (max-width:739px) {
.content-footer {
    flex-direction: column;
    gap: 20px;
}
.bloc-logo{
    display: flex;
    justify-content: center;
}	
.bloc-mlpc-rs {
    align-items: center;
    flex-direction: column;
}	
.logopluscoor {
    flex-direction: column;
}
.logopluscoor *{
    text-align: center;
}
}
@media screen and (max-width:400px) {
.bloc-mlpc-rs ul.page-mlpc {
    gap: 10px;
    font-size: 14px;
}
}
@media screen and (max-width:359px) {
.bloc-mlpc-rs ul.page-mlpc {
    flex-direction: column;
    align-items: center;
}
}

body .fond-gris{
	background: var(--gris);
}
body .fond-blanc{
	background: var(--white);
}

/*------------------------------------*\
    UTILITY CLASSES
\*------------------------------------*/
.text-center {
    text-align: center;
}

.mb-4 { margin-bottom: 4px; }
.mb-6 { margin-bottom: 6px; }
.mb-8 { margin-bottom: 8px; }
.mb-12 { margin-bottom: 12px; }
.mb-14 { margin-bottom: 14px; }
.mb-16 { margin-bottom: 16px; }
.mb-20 { margin-bottom: 20px; }
.mb-22 { margin-bottom: 22px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }

.mt-20 { margin-top: 20px; }

.gap-8 { gap: 8px; }
.gap-10 { gap: 10px; }
.gap-20 { gap: 20px; }
.gap-30 { gap: 30px; }
.gap-40 { gap: 40px; }

/*------------------------------------*\
    CHARTE GRAPHIQUE RENOPERF - ADAPTATIONS FINALES
\*------------------------------------*/

/* BADGES */
.badge, .formation-badge {
    background: var(--secondary);
    color: var(--white);
    padding: 4px 12px 2px;
    border-radius: var(--radius);
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    line-height: 1.4;
}

/* CARTES */
.card, .formation-card {
    background: var(--white);
    border-radius: 8px;
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.19);
}

.card-header, .formation-header {
    background: var(--primary);
    color: var(--white);
    padding: 16px;
    text-align: center;
    border-radius: 8px 8px 0 0;
}

.card-modalites, .formation-modalites {
    background: var(--gris);
    padding: 16px 30px;
    border-radius: 0 0 8px 0;
}

/* LISTES À PUCES */
.checklist, ul.checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.checklist li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 8px;
}

.checklist li::before {
    content: '';
    display: inline-block;
    width: 11.25px;
    height: 7.5px;
    background-image: var(--checklist);
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
    margin-top: 6px;
}

/* SECTIONS */
.section-white {
    background: var(--white);
    padding: 40px 0 70px;
}

.section-gray {
    background: var(--gris);
    padding: 70px 0 40px;
}

.section-blue {
    background: var(--primary);
    padding: 70px 0;
}

/* GRILLES */
.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

/* RESPONSIVE OVERRIDES */
@media (max-width: 768px) {
    .grid-2,
    .grid-3,
    .formations-grid {
        grid-template-columns: 1fr;
    }

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }
.card-header, .formation-header {
    padding: 16px 10px;
}
.formation-transverse .objectifs, .formation-transverse .modalites {
    padding: 16px;
}
}