<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*	Theme Name:  Landing Page
	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: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url("/wp-content/themes/landingPage/assets/fonts/Montserrat-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("/wp-content/themes/landingPage/assets/fonts/Montserrat-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url("/wp-content/themes/landingPage/assets/fonts/Montserrat-ExtraBold.woff2") format("woff2");
  font-display: swap;
}
/*------------------------------------*\
    VARIABLES
\*------------------------------------*/

:root {
  /* couleurs */
  --primary: #9ab436;
  --secondary: #1f598d;
  --tertiary: #EEE5C9;
  --black: #3a3a3a;
  --white: #FFFFFF;
  --creme: #F7F3EA;
  --gris: #FAFAFA;
  /* couleurs des textes */
  --font-color: var(--black);
  /* couleurs du fond de la page */
  --body-color: var(--white);
  /* radius des boutons */
  --radius: 28px;
  /* police */
  --font-family: 'Montserrat';
  --font-title: 'Montserrat';
  /* icone rÃ©seaux sociaux */
  --rs: url(/wp-content/themes/landingPage/images/RS.svg);
  --rshover: url(/wp-content/themes/landingPage/images/RS-hover.svg);
  /* icone  */
  --checklist: url(/wp-content/themes/landingPage/images/checklist.svg);
  --bateau: url(/wp-content/themes/landingPage/images/fi-rs-ship.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&gt;* {
  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&gt;* {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

/* Typographie */
h1, h2, h3, h4, h5 {
	font-family: var(--font-title);
	font-weight: 700;
	color:var(--secondary);
}
h1 {
  line-height: 110%;
}
h2 {
  line-height: 140%;
}
h3 {
  font-size: 22px;
  line-height: 140%;
}
h4 {
  font-size: 18px;
  line-height: 1;
}
p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
small {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}
@media screen and (min-width:1024px) {
h1 {
  font-size: 30px;
}	
h2 {
  font-size: 28px;
}	
}
@media screen and (min-width:801px) and (max-width:1023px) {
h1 {
    font-size: 28px;
}
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 {
  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: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(--secondary);
    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(--secondary);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
  }

  .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&gt;div&gt;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(--secondary);
    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%);
}
}
@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(--creme);
}
.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 &gt; div.row.imge {
	position: relative;
}
#hero &gt; div.row.imge &gt; .bloc-2{
	padding:0;
}
#hero &gt; div.row.imge &gt; .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(--primary);
}
#hero .row.contenuhero .bloc-2{
    position: relative;
}
.positionrge{
    position: absolute;
    left: 3em;
    bottom: -4em;
    max-width: 180px;
}
@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;
}
}
@media screen and (min-width:481px) and (max-width:600px) {
}
@media screen and (max-width:800px) {
#pre-header .container{
    max-width: 95%;
}	
#hero .row.contenuhero .bloc-content *{
    text-align: center;	
}
}
@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 &gt; div.row.imge{order:2;}	
#hero &gt; 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;
}
#hero &gt; div.row.imge &gt; .bloc-2 img {
    max-height: 300px;
}
.positionrge {
    position: absolute;
    left: 5em;
    bottom: -14em;
    max-width: 150px;
}
}
@media screen and (max-width:480px) {
#hero .row.contenuhero .bloc-2 .bloc-content{
    padding: 10px 10px 30px;	
}	
}

@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 &gt; div.container.flexgap &gt; div:nth-child(1) &gt; div &gt; div &gt; div img{
    width: max-content;
    margin: auto;
}
#nos-formules &gt; div.container.flexgap &gt; div:nth-child(1) &gt; div &gt; div &gt; div h3{
    color: var(--primary);
}

#nos-formules &gt; div.container.flexgap &gt; div:nth-child(3) &gt; div &gt; div &gt; div {
    align-items: center;
	padding:0;
}
#nos-formules &gt; div.container.flexgap &gt; div:nth-child(3) &gt; div &gt; div &gt; div .btn {
    margin-top:12px;
}
#nos-formules &gt; div.container.flexgap &gt; div:nth-child(1) &gt; div &gt; div &gt; 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 &gt; div.container.flexgap &gt; div:nth-child(1) &gt; div &gt; div &gt; div {
    padding: 24px 6px 0;
}
}
/*  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;
}
}
/* Formulaire de contact */
.form-title{
	text-align: center;
}
#formulaire{
	padding-bottom: 40px;
}
#formulaire .gform_title{
	color: #000;
	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(--tertiary);
}
#formulaire .bloc-info-custom a{
    color: var(--secondary);
	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-])) {
    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(--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(--primary);	
	font-size: 16px;
}
#top .gform-theme .gform_button.button:hover {
    background: var(--secondary);
    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;
}
}
/*  Bandeau rÃ©assurance */
#reassurance{
	background: var(--secondary);
}
#reassurance .bloc-4{
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}
#reassurance .reassurance-title, #reassurance .reassurance-description{
	color: var(--white);
	text-align: center;
}
#reassurance .reassurance-title{
	font-size:18px;
}
#reassurance .reassurance-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
@media screen and (min-width:1200px){
#reassurance{
	padding: 40px 0;
}	
}
@media screen and (min-width:1025px) and (max-width:1199px) {
#reassurance .bloc-4{
    padding-left: 8px;
    padding-right: 8px;
}
}
@media screen and (max-width:1024px) {
#reassurance .bloc-4{
	max-width: 360px;
	margin: auto;
}
}
@media screen and (min-width:600px) and (max-width:1024px) {
#reassurance .bloc-4{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}
@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;
}
}
/* 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;
}	
}


/* FOOTER */
footer {
  background-color: var(--creme);
  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-logo img{
	max-width: 130px;
}
.logopluscoor{
    display: flex;
    align-items: center;
    gap: 30px;
}
.content-footer .logopluscoor a{
    text-decoration: none;
}
.content-footer .logopluscoor p strong{
    color: var(--secondary);
	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/landingPage/images/RS.svg) no-repeat center center;
}
.sprites:hover {
	background: url(/wp-content/themes/landingPage/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(0, 0, 0, 0.10);
	margin-top:20px;
}
.mbp p{
    text-align: center;
    font-size: 12px;
	padding-top: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;
}
}


#bandeau-client .container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
#bandeau-client .clients-wrapper h3{
    text-align: center;
    margin-top: 30px;
}
@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;
}
}
/*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;
}	
}


body .fond-gris{
	background: var(--gris);
}
body .fond-blanc{
	background: var(--white);
}</pre></body></html>