html {
    font-size: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
   font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-style: normal;
    font-weight:400; /* regular */
    font-style: normal;
    margin: 0;
    padding: 0;
    height: 100%;
    color: #000;
    font-size: 1em;
    line-height: 1.7;
}
::selection {
    background: #000;
    color: #FFF;
}
/* p {font-size:0.9em;} */
a {
    white-space: normal;
    text-decoration: none;
    transition: 0.5s ease;
    font-weight:500;
}
strong {font-weight:700;}

.section_inside a {
    color:inherit;
    text-decoration: underline;
}


h1 {
    font-weight: 400;
    font-style: normal;
    line-height: 1em;
    text-align:left;
    font-size: 2em;
    transition: 0.5s ease;
}
h2 {   font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-style: normal;
 font-weight: 600;
  letter-spacing: -2px;
    font-style: normal;
    text-align:left;
    transition: 0.5s ease;}

h3,h4,h5,h6 {
    font-weight:normal;
    font-style: normal;
    transition: 0.5s ease;}

  h3 {font-weight: 600;
  padding: 0 !important;
  margin: 15px 0;
  letter-spacing: -1px;
}

.gradient-text {
background: linear-gradient(90deg, white, #E1E902, #40B9DD,#E1E902,#2E8B57,#E1E902, #F13856,#E1E902, white, #40B9DD);
  background-size: 400%;
  -webkit-background-clip: text;
  color: transparent;

  animation: gradientFlow 18s infinite linear;
}

@keyframes gradientFlow {
  0% { background-position: 0% }
  50% { background-position: 100% }
  100% { background-position: 0% }
}

/* ── Hero Image Module (panel1) ──────────────────────────── */
.panel1 { color: #fff; position: relative; overflow: hidden; }

.hero-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 100vh;
  padding: 110px 5% 50px;
  background: linear-gradient(170deg, #87C8E8 0%, #3A8BD5 35%, #D98040 70%, #E05520 100%);
  background-size: cover;
  background-position: center;
  gap: 10px;
  box-sizing: border-box;
}

.panel1 h1 {
  font-family: "Barlow Condensed", "Roboto", sans-serif;
  font-weight: 900;
  font-size: clamp(64px, 13vw, 155px);
  text-transform: uppercase;
  text-align: center;
  line-height: 0.88;
  margin: 0 0 18px;
  letter-spacing: 5px;
  color: #fff;
}

.hero-top {
  text-align: center;
  width: 100%;
  z-index: 2;
}

.hero-subtitle {
  font-size: clamp(0.72rem, 1.6vw, 0.95rem);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #fff;
  max-width: 460px;
  margin: 0 auto 10px;
  line-height: 1.7;
}

.hero-location {
  font-size: 0.78rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: rgba(255,255,255,0.85);
  margin: 0 auto 5px;
}
.hero-location i { margin-right: 6px; }

.hero-contenu {
  font-size: 0.85rem;
  text-align: center;
  color: rgba(255,255,255,0.8);
  max-width: 500px;
  margin: 8px auto 0;
}

.hero-photo {
  z-index: 2;
  text-align: center;
  width: 100%;
  max-width: 460px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-photo img {
  /* max-height: 52vh; */
  width: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.hero-bottom {
  text-align: center;
  width: 100%;
  z-index: 2;
}

.hero-tagline {
  font-family: "Barlow Condensed", "Roboto", sans-serif;
  font-weight: 700;
  font-size: clamp(13px, 2.2vw, 20px);
  text-transform: uppercase;
  letter-spacing: 10px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 18px;
}
.hero-tagline-sep {
  font-size: 0.45em;
  opacity: 0.7;
  vertical-align: middle;
  letter-spacing: 0;
}

.hero-boutons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
}
.hero-boutons .btn {
  color: #fff;
  font-size: 1.5em;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.hero-boutons .btn:hover {
  transform: scale(1.2);
  opacity: 0.75;
}

@media (max-width: 768px) {
  .hero-wrapper {
    padding: 95px 6% 40px;
    min-height: 100svh;
  }
  .hero-photo img { /* max-height: 44vh; */ }
}

.btn {
    color: #fff;
    font-size: 1em;
 display: inline-flex;
    align-items: center; /* centre verticalement */
    gap: 0.5em; /* espace entre icône et texte */
    text-decoration: none;
    background-color: transparent;
    transition: 0.5s ease;
    line-height: 25px;
    line-height: 25px;
 font-family: "Roboto", serif;
  font-weight: 500;
  cursor:pointer;
}

/* .btn:hover {border:2px solid #40B9DD;
    color:#40B9DD;
} */
.btn_val, .form-style-6 .btn_val {border: 2px solid #000;
    padding: 10px 20px;
    color: #fff;
    font-size: 1em;
    margin: 10px 5px;
    display: inline-block;
    background-color: #000;
    transition: 0.5s ease;
    line-height: 25px;
    line-height: 25px;
 font-family: "Roboto", serif;
  font-weight: 500;
cursor:pointer;}
  .btn_val:hover {border:2px solid #40B9DD;
    color:#40B9DD;
    background-color:#fff;
}

img {
    max-width: 100%;
    height: auto;
    text-align: center;
    border: 0;
}

.menu {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3000;
    height: 90px;
    background:transparent;
/*     background: linear-gradient(100deg, #87C8E8 0%, #3A8BD5 30%, #D98040 70%, #E05520 100%); */
    transition: box-shadow 0.5s ease;
}
.menu::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #090614 0%, #130b22 55%, #1c0e0a 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
}
.logo_img_stuck{display:none;
    height: 90px;
}
.stuck {
    position: fixed;
    top: 0;
    box-shadow: 0 2px 18px rgba(0,0,0,.55) !important;
}
.stuck::before {
    opacity: 1;
}
  .sticky {
    position: fixed;
    top: 0;
  }

.hautmenu {
    text-align: right;
    display: inline-block;
    width: 90%;
    position: relative;
    margin: 0 auto 0px auto;
    vertical-align: top;
}

.logo_img {
    text-align: left;
    height:130px;
}

.telmail {
    display: inline-block;
    text-align: right;
    /*     transform: rotate(-8deg); */
    margin: 0 0 5px 0px;
}
.bouton {
    display: inline-block;
    text-align: right;
    /*     transform: rotate(-8deg); */
    margin: 0 0 5px 0px;
}
.telmail a {
    padding: 11px 8px 8px 8px;
    background-color: #202866;
    color: #fff;
    border-radius: 0 0 10px 10px;
    text-decoration: none;
    transition: 0.3s ease;
    line-height: 1.8em;
}
.bouton a {
    padding: 11px 8px 8px 8px;
    background-color: #f39872;
    color: #fff;
    border-radius: 0 0 10px 10px;
    text-decoration: none;
    transition: 0.3s ease;
    line-height: 1.8em;
}
.telmail a:hover,
.bouton a:hover {
    background-color: #f39872;
}

/* The container */
.form-style-6 .container {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 40%;
  }

/* The container */
.form-style-6 .container {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 40%;
  }

  /* Hide the browser's default radio button */
  .form-style-6 .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

  /* Create a custom radio button */
  .form-style-6 .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
  }

  /* On mouse-over, add a grey background color */
  .form-style-6 .container:hover input ~ .checkmark {
    background-color: #ccc;
  }

  /* When the radio button is checked, add a blue background */
  .form-style-6 .container input:checked ~ .checkmark {
    background-color: #2196F3;
  }

  /* Create the indicator (the dot/circle - hidden when not checked) */
  .form-style-6 .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the indicator (dot/circle) when checked */
  .form-style-6 .container input:checked ~ .checkmark:after {
    display: block;
  }

  /* Style the indicator (dot/circle) */
  .form-style-6 .container .checkmark:after {
       top: 9px;
      left: 9px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: white;
  }

  /* Customize the label (the container) */
  .container1 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  /* Hide the browser's default checkbox */
  .container1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  /* Create a custom checkbox */
  .checkmark1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
  }

  /* On mouse-over, add a grey background color */
  .container1:hover input ~ .checkmark1 {
    background-color: #ccc;
  }

  /* When the checkbox is checked, add a blue background */
  .container1 input:checked ~ .checkmark1 {
    background-color: #000;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark1:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
  .container1 input:checked ~ .checkmark1:after {
    display: block;
  }

  /* Style the checkmark/indicator */
  .container1 .checkmark1:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }


/* The container */
.container_radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  /* Hide the browser's default radio button */
  .container_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

  /* Create a custom radio button */
  .checkmark_radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
  }

  /* On mouse-over, add a grey background color */
  .container_radio:hover input ~ .checkmark_radio {
    background-color: #ccc;
  }

  /* When the radio button is checked, add a blue background */
  .container_radio input:checked ~ .checkmark_radio {
    background-color: #000;
  }

  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark_radio:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the indicator (dot/circle) when checked */
  .container_radio input:checked ~ .checkmark_radio:after {
    display: block;
  }

  /* Style the indicator (dot/circle) */
  .container_radio .checkmark_radio:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
  }

  .calendrier_table td {
    height: 50px;
    width: 50px;
    background-color: #96bf0d;
    color: #fff;
  }

  .calendrier_table td:hover {
    background-color: #628003;
  }

  .calendrier_table td.grise, .calendrier_table td.grise:hover {
    background-image: url(no_reserver.png);
    color: grey;
  }

  .calendrier_table td.grise2 a.info, .calendrier_table td.grise a.info {color:grey;}

  .calendrier_table td.grise2, .calendrier_table td.grise2:hover {
    background-image: url(no_reserver.png);
    color: grey;
  }

  .calendrier_table td.white, .calendrier_table td.white:hover {
    background-color: #fff;
  }

  .calendrier_table td.date_en_attente, .calendrier_table td.date_en_attente:hover {
    background-color: #FF8233;
  }

  .calendrier_table td.date_valide, .calendrier_table td.date_valide:hover {
    background-color: #628003;
  }

  a.info {
    position: relative;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px #E1E902 dotted;
    /* On souligne le texte. */
  }

  a.info span {
    display: none;
    /* On masque l'infobulle. */
  }

  a.info:hover {
    background: none;
    /* Correction d'un bug d'Internet Explorer. */
    z-index: 500;
    /* On dÃ©finit une valeur pour l'ordre d'affichage. */
    cursor: help;
    /* On change le curseur par dÃ©faut par un curseur d'aide. */
  }

  a.info:hover span {
    display: inline;
    /* On affiche l'infobulle. */
    position: absolute;
    top: 30px;
    /* On positionne notre infobulle. */
    left: 20px;
    width: 150px;
    background: white;
    padding: 3px;
    border-radius: 3px;
    border: 1px solid #E1E902;
    border-left: 4px solid #E1E902;
    font-size: 0.8em;
    font-weight: 300;
    color: #000;
  }

  .chemin {
    width: 100%;
    margin: 20px auto;
    text-align: center;
  }

  .chemin td {
    width: 20%;
  }

  .rond {
    font-size: 2em;
    text-align: center;
    background-color: #95bf0d75;
    color: #fff;
    border-radius: 100%;
    padding: 20px 0;
    width: 75px;
    margin: 0 auto;
  }


  .recap_cote {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    padding: 1%;
    text-align:left;
  }

  .recap_cote h3, #form_infos_perso h3 {
    padding: 10px;
    background-color: #000;
    color: #fff;
  }

  .recap_resa {
    border: 1px solid #000;
    padding: 5px;
    max-width: 350px;
    margin: 0 auto;
  }

  .recap_prix {
    padding: 10px;
    background-color: #E1E902;
    color: #000;
    font-weight: bold;
  }

  .column_x3 {width:100%;}

  .number-input-container {
    display: flex;
    align-items: center;
    width: 100px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
  }

  .number-btn {
    width: 40px;
    height: 100%;
    background-color: #f0f0f0;
    border: none;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
  }

  .number-btn:hover {
    background-color: #e0e0e0;
  }

  .number-btn:active {
    background-color: #d0d0d0;
  }

  input[type="number"] {
    flex-grow: 1;
    height: 100%;
    border: none;
    text-align: center;
    font-size: 16px;
    width: 100%;
  }

  /* Remove arrows/spinners in number input */
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
  }

.search-container {
    display: inline-block;
    vertical-align: top;
    text-align: right;
    margin: 0;
}

.search-container input[type="text"],
.form input[type="text"] {
    padding: 5px;
    margin: 0 0 5px 0px;
    font-size: 17px;
    border-top: none;
    border-bottom: 1px solid #f39872;
    border-left: 1px solid #f39872;
    border-right: none;
    border-radius: 0 0 0px 10px;
    background: #fff;
    color: #202866;
    transition: 0.3s ease;
}
.form input[type="text"] {
    border: 1px solid #202866;
    border-radius: 10px;
}

.search-container button,
.form button {
    float: right;
    padding: 6px 10px 5px 10px;
    margin: 0 0 5px 0px;
    background: #f39872;
    color: #fff;
    font-size: 17px;
    border: none;
    cursor: pointer;
    border-radius: 0 0 10px 0px;
    transition: 0.3s ease;
}
.form button {
    border-radius: 10px;
}

.search-container button:hover,
.form button:hover {
    background: #f39872;
}

/*Strip the ul of padding and list styling*/
.menu ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: right;
}

/*Create a horizontal list with spacing*/
.menu li {
    display: inline-block;
    margin: 0;
    text-align: left;
    padding: 0;
}


/*Style for menu links*/
.menu li a.parent {
    text-align: center;
    display: block;
    padding: 30.5px 30px;
    text-decoration: none;
    font-size: 1.1em;
    margin: 0 auto;
    text-transform: uppercase;
}

.menu li a {
    display: block;
    padding: 35px 30px;
    text-decoration: none;
    color: #fff;
    font-size: 1.2em;
    min-width: 100px;
    text-align: center;
}
    .menu li.active a {
        color: #fff;
    }

/*Hover state for top level links*/
.menu li:hover {
    color: #fff;
}

.menu li:hover a {
    color: #E1E902;
}
.menu li:hover a.logo {
    background-color: transparent;
}
.menu li a.js-scrollTo{cursor:pointer;}

.sub-arrow {
    display: inline-block;
    transform: rotate(0deg);
    transition: 0.5s ease;
}

.menu li a.js-scrollTo:hover .sub-arrow,
.menu li a.parent:hover .sub-arrow,
.menu_mobile li a:hover .sub-arrow,
.menu_mobile li a:focus .sub-arrow,
.menu li:hover .sub-arrow {
    transform: rotate(90deg);
}

/*Style for dropdown links*/
.menu li:hover ul a {
    border: 0px;
    text-align: left;
    background-color: #fff;
    color: #202866;
    font-size: 0.9em;
    padding: 15px;
}

/*Hover state for dropdown links*/
.menu li:hover ul a:hover {
    color: #fff;
}

/*Hide dropdown links until they are needed*/
.menu li ul {
    background-color: #fff;
    display: none;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

/*Make dropdown links vertical*/
.menu li ul li {
    display: block;
    float: none;
}

/*Prevent text wrapping*/
.menu li ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
}

.hidden li:hover a,
.hidden li a,
.hidden li {
    border: 0px;
}

/*Display the dropdown on hover*/
.menu ul li a:hover + .hidden,
.hidden:hover {
    display: block;
    position: absolute;
}
.hidden {
    position: fixed;
    width: 100%;
}


.menu ul div h2 {
    font-size: 1.1em;
    margin: 0;
padding: 0;
}

.menu ul div a {
    text-indent:15px;
}
.menu ul div h2 a {
    text-indent:0px;
    cursor:pointer;
}
/* .menu li.active ul.hidden h2 a {
    background-color: #fff;
    color: #202866;
} */
.menu li.active ul.hidden h2 a:hover {
    background-color: #12575B;
    color: #fff;
}


.li_rub a, .li_sous_rub a {
    color: #000;
    text-decoration:none;}
.li_rub {font-size: 1.3em;
    margin: 15px 0;
}


.acti {
    display: inline-block;
    width: calc(33.33% - 20px);
    margin: 10px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    position: relative;
    vertical-align: top;
    background-color: #fff;
}
.acti_2{
    display: inline-block;
    width: 32.33%;
    margin: 1% 8% 0 8%;
    padding: 0px 0px 35px 0px;
    text-align: left;
    position: relative;
    vertical-align: top;
}

.acti_img {
    width: 100%;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    margin: 0;
    overflow: hidden;
    position: relative;
    transition: 0.5s ease;
    vertical-align:top;
    aspect-ratio: 1;
}

.acti .div, .acti_2 .div {
            vertical-align:bottom;
            margin: 25px 0px;
  padding: 0 10px;
  text-align:justify;
           }

.acti h2, .acti_2 h2 {
    font-size: 1.3em;
    font-style: normal;
    margin: 20px 0 5px 0;
    text-align:center;
}


.acti .bouton_diapo, .acti_2 .bouton_diapo {
    position: absolute;
    bottom: 10%;
    margin: 0 auto;
    width: 100%;
}
.acti .bouton_diapo a, .acti_2 .bouton_diapo a{
    color:#fff;
    border-radius: 15px;
background-color: #ccc;
padding: 5px 16px 8px 16px;
border: 0;
    }

.inside {
    margin: 0 auto;
    max-width: 1200px;
}

.la_une {
    width: 48%;
    margin: 0;
    padding: 20px 1% 50px 1%;
    vertical-align: top;
    background-attachment: fixed;
}
.la_une_text {
    text-align: right;
    color: #999;
}
.la_une_text h2 {
    font-size: 1.4em;
    margin: 0;
    font-style: normal;
}
.la_une_text h3 {
    margin: 0;
    font-size: 0.9em;
}

.text3  {
    width: 48%;
    margin: 0;
    padding: 0px 1% 0px 1%;
    vertical-align: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* Module avis_clients */

.temoignage-section h3 {color:#40B9DD;}

.temoignage-section {
    background: #000;
    color: #fff;
    padding: 60px 20px;
    text-align: center;
}

.temoignage-container {
    max-width: 1200px;
    margin: auto;
}

.temoignage-photo img {
    width: 145px;
    height: 145px;
    object-fit: cover;
    border-radius: 50%;
    filter: grayscale(100%);
    margin-bottom: 20px;
}

.temoignage-contenu {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* Carousel */
.logo-carousel {
    overflow: hidden;
    width: 100%;
    margin-top: 40px;
}

.carousel-track {
    display: flex;
    gap: 40px;
    animation: scroll 18s linear infinite;
}

.logo-item img {
    height: 145px;
    width: auto;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: opacity 0.3s;
}

.logo-item img:hover {
    opacity: 1;
}

@keyframes scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* Responsive */
@media (max-width: 600px) {
    .temoignage-photo img { width: 120px; height: 120px; }
    .logo-item img { height: 35px; }
    .carousel-track { gap: 25px; }
}

/* Diagonale en bas */
.temoignage-section {
    position: relative;
    overflow: hidden;
}

/* .temoignage-section::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 120px;
    background: #fff;
    transform: skewY(-4deg);
    transform-origin: top left;
}
 */

figure.table {max-width:900px; margin:0 20px 0 auto;}

.documentation p{text-align:left;}

.pagination .bouton_diapo a{background-color:#000;
border:0;
color:#fff;}
.pagination .bouton_diapo a:hover {background-color:#40B9DD;
    border:0;
    color:#fff;}

.footer {
    background: linear-gradient(135deg, #090614 0%, #130b22 55%, #1c0e0a 100%);
    color: #FFF;
    margin: 0 auto;
    overflow: hidden;
    padding: 50px 0;
}
.footer .div {
    display: inline-block;
    width: 48%;
    margin: 0 auto;
    text-align: left;
    padding:20px 3%;
    vertical-align: top;
    min-height:200px;
}
.footer .div1 {
    border-right:2px solid #E1E902;
    width: calc(20% - 4px);

}
.footer .div2 {
    border-right:2px solid #E1E902;
    width: calc(20% - 4px);
}
.footer .div3 {
    width: calc(42% - 4px);
}
.footer a {
    color: #fff;
}
.footer a:hover {color:#E1E902;}
.footer .btn {
    border: 2px solid #fff;
    color: #fff;
}
.footer .btn:hover {
    border: 2px solid #E1E902;
    color: #E1E902;
}
.icone_bout a:hover {
    color: #40B9DD;
}

.icon_res a{color:#fff;}
.icon_res a:hover {color:#40B9DD;}

.mentions {
    width: 90%;
    background-color: #0a0a0a;
    padding: 25px 5%;
    color: #fff;
    text-align: center;
    font-size: 0.8em;
}
.mentions a {
    color: #fff;
}
.mentions a:hover {color:#E1E902;}

.form-flat {

    max-width: 500px;
    margin: 0 auto;
    padding: 20px 50px;
    color:#fff;
}
.form-style-6 {
    line-height: 25px;
    max-width: 450px;
    margin: 30px auto;
    padding: 0px;
    text-align: left;
}
.form-style-6 h1 {
    border-radius: 8px;
    padding: 5px 0px;
    font-size: 1em;
    text-align: center;
    color: #fff;
    margin: 0 0 16px 0;
}
.form-style-6 input[type="text"],
.form-style-6 input[type="date"],
.form-style-6 input[type="datetime"],
.form-style-6 input[type="email"],
.form-style-6 input[type="number"],
.form-style-6 input[type="tel"],
.form-style-6 input[type="search"],
.form-style-6 input[type="time"],
.form-style-6 input[type="url"],
.form-style-6 textarea,
.form-style-6 select {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    background: #fff;
    margin-bottom: 4%;
    border: 1px solid #000;
    padding: 10px;
    font-size: 1em;
    color: #000;
}
.form-style-6 input[type="text"]:focus,
.form-style-6 input[type="date"]:focus,
.form-style-6 input[type="tel"]:focus,
.form-style-6 input[type="datetime"]:focus,
.form-style-6 input[type="email"]:focus,
.form-style-6 input[type="number"]:focus,
.form-style-6 input[type="search"]:focus,
.form-style-6 input[type="time"]:focus,
.form-style-6 input[type="url"]:focus,
.form-style-6 textarea:focus,
.form-style-6 select:focus {
    -webkit-box-shadow: inset 0px 0px 12px 1px #000;
    box-shadow: inset 0px 0px 12px 1px #000;
    border: 1px solid #000;
}

.form-style-6 input[type="submit"],
.form-style-6 input[type="button"],
.form-style-6 button {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 1em;
    margin: 10px 5px;
    color: #fff;
    text-decoration: none;
    font-size: 1em;
    -webkit-transition: all 0.7s cubic-bezier(0.3, 1, 0, 1);
    transition: all 0.7s cubic-bezier(0.3, 1, 0, 1);
    cursor: pointer;
white-space: nowrap;
border:1px solid transparent;
background-color:transparent;
font-family: "Roboto", serif;
display: inline-flex;
  align-items: center;
  gap: 0.5em;
}

.form-style-6 input[type="submit"]:hover,
.form-style-6 input[type="button"]:hover,
.form-style-6 button:hover{
    border:1px solid #fff;
    cursor: pointer;
}
.form-style-6 button .icon, .btn .icon {
    -webkit-transition: all 0.7s cubic-bezier(0.3, 1, 0, 1);
    transition: all 0.7s cubic-bezier(0.3, 1, 0, 1);}
.form-style-6 button:hover .icon, .btn:hover .icon {margin-right:10px;}

.icon i {
    font-size: 2em;
    position: relative;
}

/* Effet ripple */
.ripple {
    position: relative;
}

.ripple::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
    opacity: 0;
    animation: ripple 1.4s infinite;
}

@keyframes ripple {
    0% {
        transform: translate(-50%, -50%) scale(0.4);
        opacity: 0.8;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.7);
        opacity: 0;
    }
}

.arrow {
    -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
    transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
    color:#fff;
    padding: 7px 10px 3px 10px;
    cursor: pointer;
    margin: 0;
}

/* .arrow:hover {
    padding: 5px 10px 25px 10px;
    text-decoration: none;
} */

.right {float:right; font-size:0.8em;}
.errors {color:red;}


/*     INTÉRIEUR DES PAGES */

.ariane {
    margin: 0 5px 0 auto;
    width: calc(100% - 30px);
    font-size: 0.8em;
    position: absolute;
    text-align: right;
    color: #12575B;
    top: 0;
right: 0;
}
.ariane a {
    color: #12575B;
    text-decoration: none;
}
.ariane a:hover {
    color: #12575B;
    text-decoration: underline;
}
.ariane a.btn {color:#C4C291;
    border: none;
}
.ariane a.btn:hover {text-decoration: none;
    color: #0d4042;
    border: none}

.section_pages {
    margin: 0;
    width: 100%;
    min-height:100%;
    padding:0;
/*     font-size: 0.935em; */
}

.section_inside {
    width: 94%;
    margin: 0 auto;
    max-width: 800px;
    padding: 0 3% 40px 3%;
/*     min-height: 305px; */
}

.hero-image {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    padding: 0 0 0 5%;
}

.hero-image h2, .hero-image h3, .hero-image p{padding:0 10px;}
.acti h2, .acti h3, .acti p, .acti_2 h2, .acti_2 h3, .acti_2 p {padding: 17px 5px 0 0px;
color:#FFF;
}
.acti h3, .acti_2 h3 {padding: 7px 0 0 0;
    margin: 0;
    font-size: 1em;}

.acti p, .acti_2 p {
padding: 10px 0;
margin: 0;
}
.text .table{margin:0 0 0 auto;}

.hero-image .acti {
    width: 100%;
    text-align: center;
    margin: 1% auto;
    color: #000;
    border-radius: 0;
    transition: 0.5s ease;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.hero-image .cadre_img {
    width: 100%;
    overflow: hidden;
    position: relative;
    transition: 0.5s ease;
    margin: 0 auto;
}

.hero-image .acti_light:hover {
    transform: none;
}
.hero-image .cadre_img img {
    transition: 0.5s ease;
}
.hero-image .cadre_img img:hover {
    transform: none;
}

.contenu55 {
    display: inline-block;
    vertical-align: top;
    width: 55%;
}
.contenu {
/*     display: inline-block;
    vertical-align: top; */
    max-width: 800px;
margin: 0 auto;
width: 100%;
}

/* menu mobile */
.menu_mobile_button {
    font-size: 1.5em;
     display: none;
/*     display: block; */
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2001;
    padding:0px 10px;
    border-radius:
  0;
    cursor: pointer;
    background-color: rgba(0,0,0,0.4);
    color:#fff;
/*     border: 2px solid #fff; */
    cursor:pointer;
}
#menu_far_left {
    display:none;
    background-color: transparent;
    width: 26px;
    height: 100%;
    position: fixed; top: 0px; left: 0px;
    z-index: 2000; }

.menu_mobile {
    display:none;
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height:100%;
    background-color: #0a0a0a;
    color: #fff;
    margin: 0 auto;
    padding: 30px 0;
    z-index: 2000;
    transition: 0.5s ease;
}
.logo_img_mobile_logo{ display:none;}

.menu_texte {display:none;
    transition: 0.3s ease;
font-size:0%}
.leurre {
    display:none;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1999;
}

.menu_mobile li {
    display: block;
    position: relative;
    height: 38px;
    font-size: 1.2em;
    margin: 15px 0 0 0;
}

.menu_mobile li a {
   font-family: "Roboto", serif;
    font-weight:600;
    color: #fff;
    padding: 0 0 0 14px;
    transition: 0.5s ease;
}
.menu_mobile li a:hover {
    color: #40B9DD;
    padding: 0 0 0 24px;
}

.menu_mobile li .icon_menu {
    bottom: 5px;
}
.menu_mobile .parent {
    cursor: pointer;
}

.hidden_mobile {
    display: none;
}
.menu_mobile ul {
    margin: 0;
    padding: 0;
}
.hidden_mobile {
    margin: 0;
    padding: 0;
}
.hidden_mobile h2 a {
    font-family: "Roboto", serif;
    font-size: 0.8em;
}
.hidden_mobile div a {
    color: #000;;
}

.menu_mobile ul div {
    width: 90%;
    vertical-align: top;
    padding: 0.5% 1%;
}

.menu_mobile ul div h2 {
    font-size: 1.3em;
    margin: 0;
}

.menu_mobile ul div h2 a {
    display: block;
    padding: 5px 0px 5px 23px;
    text-decoration: none;
}
.menu_mobile ul div a {
    display: block;
    padding: 8px 0px 8px 54px;
    text-decoration: none;
}
.menu_mobile ul div a:hover {
    color:#40B9DD;
}

/* .menu_mobile_button {
    display: none;
}*/
.menu_mobile {

}
.hautmenu_mobile {
    display: none;
}


#remonter{position:fixed; bottom: 50px;
    right: 30px; margin:0; z-index:1010; display:none;
    font-size: 1.8em;
}
#remonter a {color:#40B9DD;cursor:pointer;}
#remonter a:hover {color:#E1E902;}

    .footer_inside{
        max-width: 1300px;
        margin:
      0 auto;
        width: 90%;}

.titre_docs {padding:10px 20px;}

#img_anim {
  margin: 0 auto;
  padding: 90px;}

  .footer h3 {font-size: 25px;}

@media screen and (max-width: 1850px) {

}

@media screen and (max-width: 1750px) {

}

@media screen and (max-width: 1650px) {
    .section4 .acti {
        width: 45%;
    }


}
@media screen and (max-width: 1600px) {
.footer_inside{
    margin: 5% 5%;
    width: 90%;}
}

@media screen and (max-width: 1500px) {

}
@media screen and (max-width: 1400px) {

    .menu li .icon_menu {
        bottom: -1.8px;
    }

    .last_actus {
        padding: 0;
    }
    .lire {
        width: 20%;
    }
    .lire a {
        padding: 5px;
    }
    .actu_titles {
        width: 55%;
        padding: 10px 0px 0px 5px;
    }

    .section4 .acti {
        width: 55%;
        font-size: 0.8em;
    }
    .text3 {background-size:100%;
        vertical-align:top;
    background-position:center 10%;}

    #img_anim {
  padding: 50px 0;}

}


@media screen and (max-width: 1300px) {
    .diapo {background-size: 80%;}

    .diapo h1 {
        font-size: 3.5em;
    }
    .menu li a.parent {font-size: 1em;
        padding: 32.5px 15px;
    }
    .logo_img {
height:80px;
    }
    .menu {height:87px;}
    .panel{padding:20px 0;}

    .panel3, .panel4 {
        padding-bottom:0;
    }

    .acti_img {
        margin: 0 10px 0 0;
    }
}

@media screen and (max-width: 1200px) {

    .pres h1, .section2 h1, .section3 h1, .section4 h1, .section_inside h1 {font-size: 2em;}

    .section4 .acti {
        width: 65%;
    }

    .events .text_big {font-size:1em;}

    .section_inside li {
        padding-left: 0px;
    }

    .diapo{background-size: 90%;}


}

@media screen and (max-width: 1100px) {
    .menu li a.parent {font-size: 0.9em;
    }
    .menu {height:85px;}
}

/* mobile break */
@media screen and (max-width: 1024px) {

    .rond {
        font-size: 2em;
        padding: 15px 0;
        width: 50px;
      }

      .chemin td {
        width: 20%;
        font-size: 0.6em;
        line-height: 1.2em;
        padding:0;
      }


    /* menu mobile show */
    .menu_mobile_button {
        display: block;
    }

    .logo_img {
        text-align: left;
        position: relative;
        bottom: initial;
        top: 0px;
        z-index: 2000;
    }
    .hautmenu_mobile {
        display: inline-block;
    }
    .menu,
    .telmail,
    .bouton {
        display: none;
    }

    /* other elements */
    .diapo {
        margin: 0px auto;
    }


    .pres {
        width: 95%;
        padding: 0 2.5%;
    }

    .circle {
        font-size: 3.2em;
        padding: 15px;
        width: 10%;
        margin: 0 9%;
    }
    .circle_legend {
        width: 32%;
        font-size: 0.9em;
    }

    .section4 .acti {
        width: 70%;
    }
    .lire {
        width: 90%;
        display: block;
        text-align: right;
    }
    .actu_titles {
        width: 60%;
        padding: 10px 5px;
        line-height: 1.5em;
    }

    .actu_img {
        width: 30%;
    }

    .section3 .pres_img {
        vertical-align: top;
        width: 38%;
        margin: 0 0 0 5%;
    }

    .section3 {background-size: 50px;}

    .side_form {
        top: 10%;
    }

    .events_wrap{width:27%;}
    .side_form_button{
        right: -135px;
        padding:5px 15px 8px 15px;
        font-size: 1.2em;
    }

    .date2 .date_j {font-size: 3em;
    }

    .date2 {
float: right;
margin: 0;
position: absolute;
right: 0px;
padding: 5px 2px 15px 2px;
font-size: 0.8em;
}
    .inscription{max-width:300px;
        font-size: 0.8em;}

    .events_article, .services_article {width: 84%;
        margin: 0 20px 0 30px;
        padding: 0 2px;}

        .tableau-article {
            font-size: 0.8em;
        }

        .footer .div {
            width: 94%;
            margin: 0 auto;
            border:none;
        }
        .footer .div1, .footer .div2, .footer .div3 {border-top:2px solid #E1E902;}

.panel{padding:0px 0;}
.section4,.section2{padding:20px 0 0 0;}

.pres h1,
.section2 h1,
.section3 h1,
.section4 h1,
.section_inside h1,
.contenu h1 {
    margin: 20px auto;
}
.top_page {padding: 40px 2.5% 20px 2.5%;}
}



@media screen and (max-width: 768px) {

    .container_check, .container_check_red {
        padding: 8px 5px;
      }

      .container_check .checkmark:after, .container_check_red .checkmark:after {
        left: 3px;
        top: 1px;
      }
      .calendrier {
        font-size: 0.8em;
      }

      .checkmark, .checkmark_red {
        top: 13px;
        left: 0px;
        height: 18px;
        width: 16px;
      }
    .recap_cote {
        width: 98%;
        display: block;
        padding: 1%;
      }

      .recap_cote h3, #form_infos_perso h3 {
        padding: 3px;
        background-color: #000;
        color: #fff;
      }


    .diapo h2 {
        font-size: 1.5em;
    }

    .circle {
        font-size: 2.5em;
        padding: 15px;
        width: 15%;
        margin: 0 5%;
    }
    .circle_legend {
        width: 32%;
        font-size: 0.7em;
    }




    .pres h1,
    .section2 h1,
    .section3 h1,
    .section4 h1,
    .section_inside h1,
    .contenu h1 {
        font-size: 1.6em;
    }

    .la_une,
    .actus_liste,
    .actus_liste_text3,
    .text3
     {
        display: block;
        width: 100%;
    }
    .text3{height:400px;
    padding:0;}

    .section_inside h1.titre_article,
    .pres h1.titre_article {font-size: 1.6em;
    }

    .actus_liste_text3 {width:95%;
        padding: 0 4% 20px 1%;}

    .section4 .acti {
        width: 70%;
    }
    .lire {
        width: 90%;
        display: block;
        text-align: right;
    }
    .actu_titles {
        width: 55%;
        padding: 10px 5px;
        vertical-align: top;
    }
    .actu_titles h2 a {font-size:0.9em;}

    .section3 .pres {
        display: block;
        width: 80%;
    }
    .section3 .pres_img {
        width: 55%;
        margin: 0 auto;
        display: block;
    }

    .footer {
        font-size: 1em;
    }





    .mentions {
        padding: 10px 5% 33px 5%;
    }

    .contenu55 {width:90%;}
    .hero-image {
        display: block;
        width: 60%;
        padding: 0 0 0 0;
        margin: 0 auto;
    }
    .hero-image .acti {margin:25px auto;}


    #remonter {opacity:0;}
}

@media screen and (max-width: 600px) {
    #menu_far_left {
        width: 26px;
 }

    .menu_mobile ul div {
        width: 90%;
        vertical-align: top;
        padding: 0.5% 1%;
    }

    .section_inside {
        width: 99%;
        margin: 0 auto;
        max-width: 1200px;
        padding: 0 0.5% 40px 0.5%;
    }



    .pres {
        width: 94%;
        padding: 0 4% 0 2%;
    }
    .circle {
        font-size: 2.5em;
        padding: 15px;
        width: 15%;
        margin: 0 5%;
    }
    .circle_legend {
        width: 32%;
        font-size: 0.7em;
    }

    .pres h1,
    .section2 h1,
    .section3 h1,
    .section4 h1,
    .section_inside h1,
    .contenu h1 {
        font-size: 1.6em;
    }

    .section4 .acti {
        width: 70%;
    }
    .lire {
        width: 90%;
        display: block;
        text-align: right;
    }
    .actu_titles {
        width: 60%;
        padding: 10px 5px;
    }

    .section3 .pres {
        display: block;
        width: 80%;
    }
    .section3 .pres_img {
        vertical-align: top;
        width: 85%;
        margin: 0 0 0 10%;
    }



    .mentions {
        padding: 10px 5% 33px 5%;
    }


    .hero-image {
        display: block;
        width: 70%;
        padding: 0 0 0 0;
        margin: 0 auto;
    }

    .ariane {font-size: 0.7em;}

    .events_wrap{width:42%;}

    .side_form_button {
        right: -118px;
        padding: 5px 15px 5px 15px;
        font-size: 1em;
    }
    .side_form {font-size: 0.8em;}

    .tableau-article {
      font-size: 0.7em;
    }

    .text3 {
        height: 240px;
        background-size:cover;
        background-position: top center;
    }
    .diapo {background-size: 120%;}

    .diapo .text {bottom:6%;}

}

@media screen and (max-width: 500px) {
    .menu_mobile li {
        font-size: 1.3em;
    }

    .ariane {display:none;}


    .section {padding: 0px 0 40px 0;}
    .pres {width:94%;
        padding: 0 4% 0 2%;}

    .circle {
        font-size: 2.2em;
        padding: 15px;
        width: 15%;
        margin: 0 4%;
    }
    .circle_legend {
        width: 32%;
        font-size: 0.7em;
    }


    .hero-image {
        width: 80%;
    }


    .acti h2, .acti_2 h2  {
        margin: 10px auto 0 auto;
    }

    .events_wrap{width:65%;}

    .pres h1,
    .section2 h1,
    .section3 h1,
    .section4 h1,
    .section_inside h1,
    .contenu h1 {
        font-size: 1.4em;
    }
    .section_inside h1.titre_article,
    .pres h1.titre_article {font-size: 1.4em;
}
    .pres h2,
    .section2 h2,
    .section3 h2,
    .section4 h2,
    .section_inside h2 {
        font-size: 1.1em;
    }
    .menu_mobile{font-size: 0.85em;}

    .text3 {
        background-size:cover;
        height: 240px;
    }
}

@media screen and (max-width: 400px) {

}
