@charset "UTF-8";
/*@import "actus";
@import "menu";
@import "agenda";
@import "temoignages"; */
.bot25 {
  margin-bottom: 25px;
}

.bot50 {
  margin-bottom: 50px;
}

.bot100 {
  margin-bottom: 100px;
}

.bot200 {
  margin-bottom: 200px;
}

.top25 {
  margin-top: 25px;
}

.top50 {
  margin-top: 50px;
}

.top100 {
  margin-top: 100px;
}

.top200 {
  margin-top: 200px;
}

.padtop25 {
  padding-top: 25px;
}

.padtop50 {
  padding-top: 50px;
}

.padtop100 {
  padding-top: 100px;
}

.padbot25 {
  padding-bottom: 25px;
}

.padbot50 {
  padding-bottom: 50px;
}

.padbot100 {
  padding-bottom: 100px;
}

/*PICTO - https://fonts.google.com/icons?icon.platform=web pour paramétrer l'apparence des pictos*/
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 200, "opsz" 40;
}

/*COULEURS*/
/*POLICE - intégration/chemin à mettre dans contao et non ici*/
/*GRAISSE (regular, bold, black...)*/
/*OMBRE*/
/*TRANSITION*/
/*ARRONDI*/
/* GENERAL */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.ym-gr {
  margin: 0px !important;
}

#wrapper {
  will-change: inherit !important;
  transform: inherit !important;
}

.block {
  overflow: inherit !important;
}

div#container * {
  scroll-margin-top: 100px;
}

body {
  background: #fff;
  font: 16px/23px "Montserrat", sans-serif;
  color: #262626;
}

a {
  transition: all ease 0.5s;
}
a:link, a:visited {
  color: #06b2bb;
  text-decoration: none;
}
a:hover {
  color: #06b2bb;
}

/*TITRES*/
h1 {
  text-align: center;
  font-size: 42px;
  line-height: 55px;
  color: #fa5456;
  text-transform: uppercase;
  margin: 0;
}
h1 strong {
  font-size: 39px;
}

h2 {
  font-size: 33px;
  text-align: left;
  line-height: 40px;
  margin: 0;
  color: #06b2bb;
}

h3 {
  font-weight: 400;
  font-size: 20px;
  color: #06b2bb;
  margin: 0;
}

.image_container a {
  margin: 0;
  padding: 0;
}

.bt1 a,
.bt1 .submit,
.bt1 .bt_actu,
.back a,
.back .submit,
.back .bt_actu,
.more a,
.more .submit,
.more .bt_actu,
.widget-submit a,
.widget-submit .submit,
.widget-submit .bt_actu,
.actu_animation a,
.actu_animation .submit,
.actu_animation .bt_actu {
  transition: all ease 0.5s;
  background: #fa5456;
  color: #fff;
  padding: 8px 25px;
  display: inline-block;
  margin-top: 20px;
}
.bt1 a:hover,
.bt1 .submit:hover,
.bt1 .bt_actu:hover,
.back a:hover,
.back .submit:hover,
.back .bt_actu:hover,
.more a:hover,
.more .submit:hover,
.more .bt_actu:hover,
.widget-submit a:hover,
.widget-submit .submit:hover,
.widget-submit .bt_actu:hover,
.actu_animation a:hover,
.actu_animation .submit:hover,
.actu_animation .bt_actu:hover {
  background: #06b2bb;
  color: #fff;
}

.bt2 {
  width: 100%;
  text-align: center;
  margin: 25px 0px;
}
.bt2 a {
  -webkit-transition-property: all;
  -webkit-transition-duration: "1s";
  -moz-transition-property: all;
  -moz-transition-duration: "1s";
  transition-property: all;
  transition-duration: "1s";
  padding: 12px 30px;
  background: #fa5456;
  display: inline-block;
  margin: 15px auto;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.bt2 a:hover {
  background: #06b2bb;
  color: #fa5456;
}

.bt3 {
  display: inline-block;
  min-width: 200px;
}
.bt3 a {
  transition: all ease 0.5s;
  display: flex;
  align-items: center;
  color: #262626;
  flex-wrap: wrap;
  background: #fff;
  position: relative;
  box-shadow: 0px 1px 16px -2px rgba(38, 38, 38, 0.35);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.bt3 a::before {
  content: "+";
  color: #fff;
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  width: 18%;
  text-align: center;
  position: relative;
  z-index: 2;
}
.bt3 a::after {
  content: "";
  background-color: #06b2bb;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 18%;
  transition: all ease 0.5s;
}
.bt3 a span {
  flex: 1;
  padding: 8px;
  position: relative;
  z-index: 3;
  text-align: center;
}
.bt3 a:hover::after {
  width: 100%;
}

/****BTN TELECHARGEMENTS*/
.bt_dll a,
.bt_dll_multiple a {
  display: inline-block;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background-color: #fff;
  padding: 5px 35px 5px 10px;
  margin-bottom: 10px;
}
.bt_dll a:before,
.bt_dll_multiple a:before {
  content: "\f090";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 200, "opsz" 40;
}

.bt_dll_multiple ul {
  display: flex;
  flex-wrap: wrap;
}
.bt_dll_multiple ul li {
  margin-right: 12px;
}

/*TOP HEADER*/
#blocTop {
  background-color: #fa5456;
  padding: 10px;
}
#blocTop #raccourci-header {
  display: flex;
  align-items: center;
}
#blocTop #raccourci-header .formbody {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#blocTop #raccourci-header .formbody input {
  background-color: #fff;
  border: 0px;
  padding: 8px 0 8px 8px;
  width: 100%;
  transition: all ease 0.5s;
}
#blocTop #raccourci-header .formbody .submit {
  cursor: pointer;
  border: medium none;
  clear: both;
  margin-top: 0px;
}
#blocTop #raccourci-header .reseaux_sociaux {
  display: flex;
  justify-content: flex-end;
}
#blocTop #raccourci-header .reseaux_sociaux a {
  margin-left: 15px;
}
#blocTop #raccourci-header .reseaux_sociaux a svg {
  height: 15px;
  width: auto;
}
#blocTop #raccourci-header .reseaux_sociaux a svg .cls-1 {
  transition: all ease 0.5s;
  fill: #fff;
}
#blocTop #raccourci-header .reseaux_sociaux a:hover svg .cls-1 {
  fill: #06b2bb;
}

#menu_lateral {
  position: fixed;
  top: 75px;
  right: 20px;
  z-index: 99999;
}
#menu_lateral li.contact {
  display: flex;
  align-items: center;
}
#menu_lateral li.contact a, #menu_lateral li.contact.active {
  position: relative;
  transition: all ease 0.5s;
  margin-top: 8px;
}
#menu_lateral li.contact a span, #menu_lateral li.contact.active span {
  position: relative;
  z-index: 2;
  font-size: 0;
  transition: all ease 0.5s;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translate(0%, -50%);
  color: #fff;
  background-color: rgba(6, 178, 187, 0.8);
}
#menu_lateral li.contact a::before, #menu_lateral li.contact.active::before {
  content: "";
  background: url("/files/tabularasa/images/design/ic_contact.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  display: block;
  right: 0;
}
#menu_lateral li.contact a:hover span, #menu_lateral li.contact.active:hover span {
  font-size: 14px;
  padding: 5px;
}

/*Facebook menu*/
li.facebook_nav a {
  background: url("/files/tabularasa/images/design/ic_facebook.png") no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  text-indent: -30000px;
  position: relative;
}
li.facebook_nav a::before, li.facebook_nav a::after {
  display: none;
}

/* HEADER */
#header {
  position: fixed;
  transition: all ease 0.5s;
  z-index: 10;
  width: 100%;
  background-color: #fff;
}
#header .inside {
  display: flex;
  align-items: center;
}
#header .inside #logo {
  width: 200px;
}
#header.sticky {
  box-shadow: 0px 4px 15px -1px rgba(38, 38, 38, 0.45);
  top: 0;
}
#header.sticky #logo img, #header.sticky #logo svg {
  width: 100px;
}
#header .mod_navigation, #header .mod_rocksolid_mega_menu {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
}
#header .mod_navigation ul, #header .mod_rocksolid_mega_menu ul {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0px;
  align-items: center;
}
#header .mod_navigation ul li.active,
#header .mod_navigation ul li.forward, #header .mod_rocksolid_mega_menu ul li.active,
#header .mod_rocksolid_mega_menu ul li.forward {
  padding: 10px 0px;
}
#header .mod_navigation ul li, #header .mod_rocksolid_mega_menu ul li {
  margin-left: 20px;
}
#header .mod_navigation ul li a, #header .mod_rocksolid_mega_menu ul li a {
  color: #262626;
  display: block;
  transition: 0.5s;
  position: relative;
  transform: translateZ(0);
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
  padding: 10px 0px;
}
#header .mod_navigation ul li a::after, #header .mod_rocksolid_mega_menu ul li a::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 6px;
  background: #06b2bb;
  transform: scaleX(0);
  transform-origin: center;
  transform: scaleX(0);
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
#header .mod_navigation ul li a:hover, #header .mod_rocksolid_mega_menu ul li a:hover {
  color: #06b2bb;
}
#header .mod_navigation ul li a:hover::after, #header .mod_rocksolid_mega_menu ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: center;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
#header .mod_navigation ul li span.active, #header .mod_rocksolid_mega_menu ul li span.active {
  border-bottom: 6px solid #fa5456;
  padding-bottom: 5px;
  color: #fa5456;
}
#header .mod_navigation ul li .level_2, #header .mod_navigation ul li .mega-dropdown.level_3, #header .mod_rocksolid_mega_menu ul li .level_2, #header .mod_rocksolid_mega_menu ul li .mega-dropdown.level_3 {
  display: none;
  position: absolute;
  z-index: 99;
}
#header .mod_navigation ul li .level_2 li, #header .mod_navigation ul li .mega-dropdown.level_3 li, #header .mod_rocksolid_mega_menu ul li .level_2 li, #header .mod_rocksolid_mega_menu ul li .mega-dropdown.level_3 li {
  width: 250px;
  margin-left: 0px;
}
#header .mod_navigation ul li .level_2 li a, #header .mod_navigation ul li .mega-dropdown.level_3 li a, #header .mod_rocksolid_mega_menu ul li .level_2 li a, #header .mod_rocksolid_mega_menu ul li .mega-dropdown.level_3 li a {
  background-color: #fa5456;
  text-transform: none;
  padding: 8px 10px 10px 10px;
}
#header .mod_navigation ul li .level_2 li a:hover, #header .mod_navigation ul li .mega-dropdown.level_3 li a:hover, #header .mod_rocksolid_mega_menu ul li .level_2 li a:hover, #header .mod_rocksolid_mega_menu ul li .mega-dropdown.level_3 li a:hover {
  background-color: #06b2bb;
  color: #fff;
}
#header .mod_navigation ul li .level_2 li a::after, #header .mod_navigation ul li .mega-dropdown.level_3 li a::after, #header .mod_rocksolid_mega_menu ul li .level_2 li a::after, #header .mod_rocksolid_mega_menu ul li .mega-dropdown.level_3 li a::after {
  display: none;
}
#header .mod_navigation ul li .level_2 .active, #header .mod_navigation ul li .mega-dropdown.level_3 .active, #header .mod_rocksolid_mega_menu ul li .level_2 .active, #header .mod_rocksolid_mega_menu ul li .mega-dropdown.level_3 .active {
  border: 0px;
  background-color: #06b2bb;
  padding: 8px 10px 10px 10px;
}
#header .mod_navigation ul li .level_2 span, #header .mod_navigation ul li .mega-dropdown.level_3 span, #header .mod_rocksolid_mega_menu ul li .level_2 span, #header .mod_rocksolid_mega_menu ul li .mega-dropdown.level_3 span {
  padding: 0px !important;
}
#header .mod_navigation ul li:hover, #header .mod_rocksolid_mega_menu ul li:hover {
  color: #262626;
}
#header .mod_navigation ul li:hover .level_2, #header .mod_navigation ul li:hover .mega-dropdown.level_3, #header .mod_rocksolid_mega_menu ul li:hover .level_2, #header .mod_rocksolid_mega_menu ul li:hover .mega-dropdown.level_3 {
  display: block;
}
#header .mm-menu .level_1 > .first {
  margin-left: 0 !important;
}
#header .mm-menu ul {
  text-align: left !important;
}
#header .mm-menu ul li {
  float: inherit !important;
}
#header .mm-menu ul li a {
  text-align: left !important;
}
#header .mm-menu ul li ul {
  position: relative !important;
  width: 100% !important;
}
#header .mm-menu ul li ul li {
  border-bottom: inherit !important;
}
#header .mm-menu ul li ul li a {
  background-color: transparent !important;
}

#slide {
  background: url("/files/tabularasa/images/design/slide.jpg") center center no-repeat;
  background-size: cover;
  height: 650px;
  width: 100%;
  /*&::after {
      content: "";
      background-color: $couleur2;
      display: block;
      width: 100%;
      height: 10px;
  }*/
  /*Flèche de navigation, à réactiver dans le module de slide pour l'afficher*/
}
#slide #titre_h1 {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: #fff;
  padding: 20px;
}
#slide .vb-video-holder {
  margin-bottom: -10px;
}
#slide .vb-video-holder video {
  width: 100% !important;
  height: auto !important;
}
#slide .rsts-skin-default .rsts-nav {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
}
#slide .rsts-progress {
  bottom: 0px;
  background-color: #fff;
  top: initial;
  opacity: 0.6;
  height: 5px;
}
#slide .rsts-progress div {
  background-color: #262626;
}
#slide .rsts-nav-prev,
#slide .rsts-nav-next {
  position: absolute;
  display: block;
}
#slide .rsts-nav-prev a,
#slide .rsts-nav-next a {
  width: 50px;
  height: 50px;
  background: #fa5456;
  border-radius: 0px;
  color: #06b2bb;
  text-indent: 0;
  line-height: 50px;
  transition: all ease 0.5s;
}
#slide .rsts-nav-prev a:before,
#slide .rsts-nav-next a:before {
  content: "\f053";
  font-family: "FontAwesome";
  text-indent: 0;
  color: #fff;
  padding: 0px 20px;
}
#slide .rsts-nav-prev a:hover,
#slide .rsts-nav-next a:hover {
  background-color: #06b2bb;
  box-shadow: inherit;
}
#slide .rsts-nav-prev {
  left: 25px;
}
#slide .rsts-nav-next {
  right: 25px;
}
#slide .rsts-nav-next a:before {
  content: "\f054";
}

/*PUCE SLIDE*/
.rsts-skin-default .rsts-nav {
  text-align: center !important;
  position: initial !important;
}
.rsts-skin-default .rsts-nav-bullets a {
  box-shadow: inherit !important;
  background-color: #06b2bb;
}
.rsts-skin-default .rsts-nav-bullets a:hover {
  background-color: #262626;
}
.rsts-skin-default .rsts-nav-bullets a.active {
  background-color: #fa5456;
}

/*FLECHE SLIDE*/
.mod_rocksolid_slider .rsts-view {
  position: relative;
}
.mod_rocksolid_slider .rsts-view .rsts-prev,
.mod_rocksolid_slider .rsts-view .rsts-next {
  box-shadow: inherit !important;
  border: 0px;
  border-radius: 0px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
.mod_rocksolid_slider .rsts-view .rsts-next {
  right: 10px;
}
.mod_rocksolid_slider .rsts-view .rsts-prev {
  left: 10px;
  right: inherit;
}

/* MAIN ACCUEIL*/
figure {
  line-height: 0px;
}

#titre_h1 h1 {
  text-align: center;
}
#titre_h1 h1 strong,
#titre_h1 h1 em {
  width: 100%;
  display: inline-block;
}
#titre_h1 h1 strong {
  color: #06b2bb;
  text-transform: uppercase;
  font-size: 42px;
}
#titre_h1 h1 em {
  color: #06b2bb;
  font-weight: 700;
}

#bloc-informations {
  background-color: #fa5456;
  padding: 50px 0px;
}
#bloc-informations h2 {
  text-align: center;
  font-size: 24px;
  color: #06b2bb;
  text-transform: uppercase;
  line-height: 33px;
}
#bloc-informations p {
  text-align: center;
  color: #06b2bb;
  font-size: 31px;
  line-height: 38px;
}
#bloc-informations p strong {
  font-size: 90px;
  line-height: 100px;
}
#bloc-informations .subcl,
#bloc-informations .subc {
  border-right: 2px solid #fff;
}
#bloc-informations .subcl,
#bloc-informations .subc,
#bloc-informations .subcr {
  min-height: 190px;
}

/*#presentation {
    h2 {
        font-size: 20px;
        line-height: 23px;
    }
}*/
#points_forts {
  background-color: #06b2bb;
  padding: 50px 0;
  margin: 100px 0;
}
#points_forts figure {
  text-align: center;
  margin-bottom: 20px;
}
#points_forts figure svg {
  width: 80px;
}
#points_forts h3, #points_forts p {
  text-align: center;
  color: #fff;
}

/**************Temoignages**************/
/*Version slide*/
#temoignages_slide {
  max-width: 800px;
}
#temoignages_slide .mod_rocksolid_slider {
  position: relative;
  z-index: 2;
  padding: 50px 0px;
}
#temoignages_slide .mod_rocksolid_slider .ce_text {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
#temoignages_slide .mod_rocksolid_slider::before, #temoignages_slide .mod_rocksolid_slider::after {
  width: 89px;
  height: 57px;
  position: absolute;
}
#temoignages_slide .mod_rocksolid_slider::before {
  content: "";
  background: url("/files/tabularasa/images/design/quote_before.png") center center no-repeat;
  top: 0;
  left: 0;
}
#temoignages_slide .mod_rocksolid_slider::after {
  content: "";
  background: url("/files/tabularasa/images/design/quote_after.png") center center no-repeat;
  bottom: 0;
  right: 0;
}

/*Version colonne*/
#temoignages_colonne {
  background-color: #ececec;
  padding: 50px;
}
#temoignages_colonne .ce_colsetStart .ce_text {
  background-color: #fff;
  padding: 15px;
}
#temoignages_colonne .ce_colsetStart .ce_text p {
  margin-bottom: 20px;
}
#temoignages_colonne .ce_colsetStart .ce_text p:last-child {
  margin-bottom: 0;
}
#temoignages_colonne .ce_colsetStart .ce_text:after {
  background: url("/files/tabularasa/images/design/fin_bulle_texte.png") center no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 51px;
  height: 31px;
  margin-top: 13px;
  margin-left: 25px;
}

#bloc_contact {
  padding: 100px 0px;
}
#bloc_contact p {
  display: flex;
  align-items: center;
}
#bloc_contact p img {
  margin-right: 8px;
}

.encart {
  padding: 20px;
  background-color: #06b2bb;
  margin-top: 20px;
}
.encart p {
  color: #fff;
  margin-bottom: 20px;
}
.encart p:last-child {
  margin-bottom: 0px;
}

/*#container{
    width: 1100px; //retirer la class milleCent dans la partie responsive
    display: flex;
    justify-content: space-between;
    margin: 0 auto;

    #main{
        flex: 0 1 65%;
    }

    #left{
        flex: 0 1 30%;
        margin-left: auto;
    }
}*/
.ce_accordion {
  margin-bottom: 20px;
  background-color: #fff;
}
.ce_accordion .toggler {
  font-size: 20px;
  text-align: left;
  padding: 7px;
  color: #fff;
  text-decoration: none;
  background-color: #06b2bb;
}
.ce_accordion .toggler:before {
  content: "\e7cd";
  /*Flèche de l'accordeon fermée*/
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 200, "opsz" 40;
  vertical-align: -4px;
  margin-right: 5px;
  float: right;
}
.ce_accordion .toggler:hover {
  cursor: pointer;
}
.ce_accordion .toggler:hover:before {
  content: "\e7cd";
  /*Flèche de l'accordeon fermée au survol*/
}
.ce_accordion .toggler.active:before, .ce_accordion .toggler.active:hover:before {
  content: "\e7cd";
  transform: rotate(180deg);
  /*Flèche de l'accordeon actif*/
}
.ce_accordion .accordion {
  padding: 15px;
}

/*************** TELEPHONE INTERACTIF *****************/
#tel {
  background-color: #fa5456;
  border-left: 10px #06b2bb solid;
  margin-right: -220px;
  padding: 12px;
  transition-duration: 1s;
  width: 300px;
  position: fixed;
  right: 0px;
  margin-top: 400px;
}
#tel:hover {
  cursor: pointer;
}
#tel #contactertel {
  display: flex;
  align-items: center;
}
#tel #contactertel figure {
  margin-right: 15px;
}
#tel #contactertel p {
  font-size: 21px;
  margin-bottom: 0 !important;
}
#tel #contactertel p a {
  display: block;
  color: #fff;
  transition: all ease 0.5s;
}
#tel #contactertel p a:hover {
  color: #262626;
}

#tel.active {
  margin-right: -45px !important;
  transition-duration: 1s;
}

/*CONTACT LATERAL*/
#contact_lateral {
  position: absolute;
  z-index: 9999;
  right: 10px;
}
#contact_lateral svg {
  width: 15px;
  height: auto;
}
#contact_lateral .btn_lateral {
  position: fixed;
  right: 0;
  top: 200px;
}
#contact_lateral .btn_lateral a {
  background-color: #06b2bb;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  border-left: 5px #262626 solid;
  padding: 10px 20px;
}
#contact_lateral .btn_lateral a:hover {
  background-color: #262626;
  border-color: #06b2bb !important;
}
#contact_lateral .btn_lateral:last-child {
  top: 340px;
  right: -48px;
  transform: rotate(-90deg);
}
#contact_lateral .btn_lateral:last-child p {
  margin-bottom: 0px;
}
#contact_lateral .btn_lateral:last-child p a {
  border-top: 5px #262626 solid;
  padding: 19px 10px;
  border-left: 0px;
}

/* FOOTER */
#footer {
  clear: both;
  background-color: #262626;
}
#footer section {
  padding: 50px 0px;
  display: flex;
  align-items: center;
}
#footer .col_1 .ym-gbox-left {
  display: flex;
  align-items: center;
}
#footer .col_1 .ym-gbox-left img {
  margin-right: 10px;
}
#footer .infos p {
  color: #fff;
  margin-bottom: 20px;
}
#footer .infos p:last-child {
  margin-bottom: 0px;
}
#footer .mentions {
  text-align: right;
}
#footer .mentions a {
  color: #fff;
  transition: all ease 0.5s;
}
#footer .mentions a:hover {
  color: #06b2bb;
}
#footer .tabularasa {
  text-align: right;
}
#footer .tabularasa a {
  color: #fff;
  transition: all ease 0.5s;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  display: inline-block;
}
#footer .tabularasa a:hover {
  background-color: #06b2bb;
}
#footer .mentions_bot {
  text-align: center;
  background-color: #ececec;
  padding: 5px;
  color: #fff !important;
}
#footer .mentions_bot p {
  margin-bottom: 0px;
}
#footer .mentions_bot a {
  color: #fff;
}
#footer .mentions_bot a:hover {
  color: #06b2bb;
}

/*CARTE OPENSTREET MAP*/
.leaflet-pane {
  z-index: 0 !important;
}

.leaflet-top,
.leaflet-bottom {
  z-index: 1 !important;
}

/*GESTION FLOAT*/
.float_left {
  margin-right: 20px;
}

.float_right {
  margin-left: 20px;
}

.float_above img {
  float: inherit !important;
}

/*PARAGRAPHE*/
p {
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0px;
}

/*PUCE*/
.ce_text ul li {
  padding-left: 50px;
  text-indent: -21px;
}
.ce_text ul li::before {
  content: "\e876";
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 200, "opsz" 40;
  margin: 0px 8px 0px 0px;
}

/*FORMULAIRE*/
form {
  width: 100%;
  /*BOUTON CHECKBOX*/
  /*BOUTON RADIO*/
  /*LISTE DEROULANTE*/
}
form label {
  display: block;
  font-size: 13px;
  margin-top: 20px;
  text-transform: uppercase;
}
form input,
form textarea {
  background-color: #fff;
  border: 0px;
  margin-top: 3px;
  padding: 8px;
  width: 100%;
  border: 1px solid;
  border-color: rgba(38, 38, 38, 0.2);
}
form div.RGPDcontact {
  margin-top: 20px;
}
form div.RGPDcontact input {
  width: auto;
}
form div.RGPDcontact label {
  display: inline;
  text-transform: initial;
  margin-top: 0;
}
form .checkbox_container span, form .radio_container span {
  position: relative;
  display: inline-block;
}
form .widget-checkbox [type=checkbox]:checked,
form .widget-checkbox [type=checkbox]:not(:checked),
form .widget-checkbox [type=radio]:checked,
form .widget-checkbox [type=radio]:not(:checked), form .widget-radio [type=checkbox]:checked,
form .widget-radio [type=checkbox]:not(:checked),
form .widget-radio [type=radio]:checked,
form .widget-radio [type=radio]:not(:checked) {
  position: absolute;
  left: 0;
  top: 0px;
  width: 14px;
}
form .widget-checkbox [type=checkbox]:checked + label,
form .widget-checkbox [type=checkbox]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}
form .widget-checkbox [type=checkbox]:checked + label:before,
form .widget-checkbox [type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid;
  border-color: rgba(38, 38, 38, 0.2);
  background: #fff;
}
form .widget-checkbox [type=checkbox]:checked + label:after,
form .widget-checkbox [type=checkbox]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #06b2bb;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: all 0.2s ease;
}
form .widget-checkbox [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
form .widget-checkbox [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
form .widget-radio span {
  margin-right: 10px;
}
form .widget-radio [type=radio]:checked + label,
form .widget-radio [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}
form .widget-radio [type=radio]:checked + label:before,
form .widget-radio [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 1px solid;
  border-color: rgba(38, 38, 38, 0.2);
  background: #fff;
}
form .widget-radio [type=radio]:checked + label:after,
form .widget-radio [type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #06b2bb;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  transition: all 0.2s ease;
}
form .widget-radio [type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
form .widget-radio [type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
form .widget-select select {
  border: 0px;
  padding: 8px;
}
form .submit {
  cursor: pointer;
  border: medium none;
  clear: both;
  transition: all ease 0.5s;
}

/*TABLEAU*/
table th {
  background-color: #06b2bb;
  color: #fff;
}
table th,
table td {
  padding: 5px;
  border: 1px #262626 solid;
  vertical-align: middle;
}

.mod_login,
.mod_lostPassword {
  width: 250px;
  margin: 50px auto;
}
.mod_login label,
.mod_lostPassword label {
  width: 100%;
  font-weight: bold;
  display: inline-block;
  font-size: 20px;
}
.mod_login input,
.mod_lostPassword input {
  margin: 5px 0px 15px;
  border: 0px;
  width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
}
.mod_login button,
.mod_lostPassword button {
  width: 100%;
  text-align: center;
  margin: 15px 0px;
  border: 0px;
  cursor: pointer;
  -webkit-transition-property: all;
  -webkit-transition-duration: "1s";
  -moz-transition-property: all;
  -moz-transition-duration: "1s";
  transition-property: all;
  transition-duration: "1s";
  padding: 8px 15px;
  background: #fa5456;
  display: inline-block;
  margin: 0px auto;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
}
.mod_login button:hover,
.mod_lostPassword button:hover {
  background: #06b2bb;
  color: #fff;
}

/*PHOTOTHEQUE*/
.ce_gallery ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 2%;
  overflow: inherit;
}
.ce_gallery ul.cols_6 li {
  margin-bottom: 2%;
  flex: 0 1 15%;
}
.ce_gallery ul.cols_5 li {
  margin-bottom: 2%;
  flex: 0 1 18.4%;
}
.ce_gallery ul.cols_4 li {
  margin-bottom: 2%;
  flex: 0 1 23.5%;
}

/*LIGHTBOX VIDEO*/
.videoLigthBox {
  position: relative;
}
.videoLigthBox img {
  float: none;
}
.videoLigthBox a::before {
  content: "";
  background: url("/files/tabularasa/images/design/lecture.png") center center no-repeat;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*Remonter en haut de page*/
#goTop {
  position: fixed;
  border: 0;
  bottom: 15px;
  right: 15px;
  background: #06b2bb;
  color: #fff;
  padding: 15px;
  cursor: pointer;
  transition: all ease 0.5s;
  z-index: 9999;
}
#goTop:hover {
  background: #fa5456;
}

/*COOKIE*/
#tarteaucitronRoot * {
  font-family: "Montserrat", sans-serif !important;
}

#tarteaucitronAlertBig {
  background: rgba(38, 38, 38, 0.9) !important;
  font-family: "Montserrat", sans-serif !important;
}
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronPersonalize2,
#tarteaucitronAlertBig #tarteaucitronAllDenied2,
#tarteaucitronAlertBig #tarteaucitronCloseAlert {
  font-family: "Montserrat", sans-serif !important;
  transition: all ease 0.5s;
}
#tarteaucitronAlertBig #tarteaucitronPersonalize2 {
  background-color: #548e0e !important;
}
#tarteaucitronAlertBig #tarteaucitronAllDenied2 {
  background-color: #D72929 !important;
}
#tarteaucitronAlertBig #tarteaucitronPersonalize2:hover,
#tarteaucitronAlertBig #tarteaucitronAllDenied2:hover,
#tarteaucitronAlertBig #tarteaucitronCloseAlert:hover {
  background-color: #262626 !important;
  color: #fff !important;
}

/*CENTRAGE BLOCS*/
.centrer_contenu {
  display: flex;
  align-items: center;
}

/*RESPONSIVE*/
/*MENU MOBILE*/
.mod_mobile_menu i {
  background-color: #fff;
  color: #262626;
  font-size: 24px;
  padding: 15px;
  cursor: pointer;
}

.mobile_menu {
  background-color: #262626;
  padding: 15px;
}
.mobile_menu .mod_navigation {
  overflow: hidden !important;
}
.mobile_menu > .inner {
  background-color: initial;
  overflow: hidden !important;
}
.mobile_menu .level_1 > li {
  padding: 10px 0;
}
.mobile_menu .level_1 > li a, .mobile_menu .level_1 > li > span {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 900;
  display: block;
}
.mobile_menu .level_1 > li.submenu_hide a::after {
  content: "\e5cf";
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 200, "opsz" 40;
  position: absolute;
  right: 15px;
}
.mobile_menu .level_1 > li.active span {
  color: #fa5456;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 900;
}
.mobile_menu .level_1 > li .level_2 {
  margin-left: 20px;
  border-left: solid 1px;
  border-left-color: rgba(255, 255, 255, 0.2);
  padding-left: 20px;
  margin-bottom: 0 !important;
}
.mobile_menu .level_1 > li .level_2 li a {
  font-weight: 400;
  text-transform: initial;
  font-size: 16px;
  line-height: 18px;
  margin: 8px 0px;
  display: block;
}
.mobile_menu .level_1 > li .level_2 li.active span {
  background-color: #fa5456;
  padding: 5px;
  display: block;
}
.mobile_menu .level_1 > li .level_2 li.active.first {
  margin-top: 10px;
}

/*REPONSIVE*/
@media (max-width: 940px) {
  #header {
    position: inherit;
  }
  #header .mod_navigation {
    display: none;
  }
  #slide #titre_h1 {
    top: 50%;
  }
}