/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Bryan Hadaway
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/bhadaway/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2024.2
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2024
BlankSlate is distributed under the terms of the GNU GPL
*/

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:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}
strong {
  font-weight: 700;
}


main, body {
  max-width: 1300px!important;
  margin: 0 auto;
  display: block;
}

div.container {
  max-width: 1400px!important;
}

body, button, input, optgroup, select, textarea {
  font-family: "Open Sans", serif!important;
}
h1, h2, h3, h4, h5 {
  line-height: initial;
  font-weight: 700;
}
p {
  line-height: normal;
}

ul {
  list-style: inherit;
  margin-left: 15px;
}
ul li {
  line-height: normal;
}

a.liresuite {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  vertical-align: middle;
}

header {
  display: block;
  margin-bottom: 150px;
  max-width: 1400px;
  margin: 0 auto;
    margin-bottom: 0px;
  position: relative;
  margin-bottom: 10px;
}

header #logo img {
  max-width: 350px;
  z-index: 1000;
  position: relative;
  position: absolute;
  top: -80px;
  left: -60px;
}
header #logo {

}

header .col-lg-9 {

}
header .col-lg-9 nav {
  display: inline-block;
  margin-top: 50px;
}

header .col-lg-9 nav .menu li {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
header .col-lg-9 nav .menu li a {
  text-decoration: none;
  color: #0C2373;
  font-size: 16px;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 25px 5px;
}
header .col-lg-9 nav .menu li a span {
  background: #FFF;
}
header .col-lg-9 nav .menu li a::before {
  content: '';
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url('img/circlehead.png') center no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-right: -30px;
  margin-top: -5px;
}
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children ul {
  display: none;
  position: absolute;
  width: 200px;
  border-top: 3px solid #E13411;
  margin-top: 10px;
  z-index: 666;
  background: #fff;
}
.menumob .menu-item-has-children ul {
  position: relative !important;
  margin-top: 0 !important;
  top: 0 !important;
  margin-left: 20px !important;
}
.menumob .menu {
  padding: 5px 0!important;
}

header nav .menu-item-has-children ul li a {
  font-size: 16px;
  margin: 0;
  padding: 10px 10px!important;
  display: block;
  width: 100%;
}
header nav .menu-item-has-children ul li {
  border-bottom: 1px solid #0C2373;
  width: 100%;
}
header nav .menu-item-has-children ul li:last-child {
  border-bottom: none;
}
.menu-item-has-children.open ul {
  display: block;
}
.menu-item-has-children:hover ul {
    display: block;
  }
.menu-item-has-children .sub-menu li a::before {
    display: none!important;
  }

header .col-lg-9 .btn {
  background: #43A2BC;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
  margin-right: 15px;
  vertical-align: middle;
  margin-top: 0;
}


header .col-lg-9 nav .menu li:nth-last-child(-n+1) a {
  background: #43A2BC;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
  margin-right: 15px;
  vertical-align: middle;
  margin-top: 0;
}
header .col-lg-9 nav .menu li li:nth-last-child(-n+1) a {
  background: #FFF;
  color: #0C2373;
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
  margin-right: 15px;
  vertical-align: middle;
  margin-top: 0;
  text-align: left;
}
header .col-lg-9 nav .menu li:nth-last-child(-n+1) a::before {
  display: none;
}
header .col-lg-9 nav .menu li:nth-last-child(-n+1) a span {
  background: none;
}
.menudesk {
  text-align: right;
}

.carousel {
  width: 100%;
}
.slidehome .carousel-item {
  position: relative;
}
.slidehome .carousel-inner .fadeslide {
  position: absolute;
  left: 0;
  z-index: 1;
  height: 100%;
}
.slidehome .carousel-item .txtslide h2 {
  font-size: 35px;
  max-width: 420px;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.50);
  font-weight: 800;
}
.slidehome .carousel-item .txtslide h2 span {
  font-weight: 300;
}
.slidehome .carousel-item .txtslide hr {
  background: #fff;
  border: 2px solid #fff;
  max-width: 120px;
  text-align: left;
  margin-left: 0;
}
.slidehome .txtslide {
  position: absolute;
  z-index: 666;
  bottom: 25%;
  left: 100px;
}


.iconhome {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}
.iconhome p {
  text-align: center;
  font-size: 14px;
  color: #0C2373;
  font-weight: 700;
}
.iconhome img {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10px;
}
.iconhome {

}


.bloc1 .txtbloc {
  padding: 70px;
}
.bloc1 img {
  margin-bottom: 30px;
}
.bloc1 h2 {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  width: max-content;
  margin-bottom: 20px;
  padding: 10px;
  font-weight: 700;
}
.bloc1 p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}
.bloc1 a.liresuite {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  vertical-align: middle;
  font-weight: 300;
}
.bloc1 a.liresuite img {
  margin: 0;
  vertical-align: middle;
  width: 17px;
  height: 13px;
}
.bloc1 .col-lg-2 {
  padding-right: 0;
  margin-right: 0;
  text-align: right;
}
.bloc1 .col-lg-2 img {

}
.bloc3 .txtbloc {
  padding-right: 250px;
}
.bloc3 p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}

.content ul { font-size: 16px;}

.temoignages {
  display: block;
  margin-top: 50px;
  margin-bottom: 50px;
}
.temoignages h2 {
  display: block;
  font-size: 30px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  color: #254C5A;
}
.temoignages .splide {

}
.temoignages .splide__slide .bloctemoignage {
  -webkit-box-shadow: 0px 5px 8px 1px rgba(0,0,0,0.20);
box-shadow: 0px 5px 8px 1px rgba(0,0,0,0.20);
border-radius: 5px;
margin-bottom: 25px;
}
.temoignages .bloctemoignage .temoitxt {
  background: #D8ECF1;
  padding: 15px;
  padding-top: 20px;
  text-align: left;
}
.temoignages .bloctemoignage p {
  font-size: 16px;
  text-align: left;
}
.temoignages .bloctemoignage .temoitxt a.liresuite {
  color: #254C5A;
  display: block;
  margin-top: 15px;
  font-weight: 300;
}
.temoignages .splide__slide {
  padding-right: 15px;
  padding-left: 15px;
  max-height: 350px;
}
.temoignages .splide {
  width: 100%!important;
  max-width: 100%!important;
}
.temoignages .splide__track {
  width: 100%!important;
  max-width: 90% !important;
  margin: 0 auto;
}



.video {

}
.video iframe {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 80px;
  width: 650px;
  height: 400px;
}
.video {

}



footer {
  background-size: cover!important;
  background-position: top!important;
  width: 100%;
  display: block;
  min-height: 350px;
  margin-top: -150px;
  position: relative;
}
footer .footer {
  position: absolute;
  left: 0;
  right: 0;
  top: 120px;
}
footer .footer .footer1 {
  background-color: rgba(220, 110, 46, 0.8);
  padding: 40px 50px;
  position: relative;
}
footer .footer .footer2 {
  background-color: #FFF;
  padding: 15px 50px;
  text-align: center;
}
footer .footer .footer2 p {
  display: inline-block;
  margin-right: 15px;
}
footer .footer .footer2 p a {
  text-decoration: none;
  color: #7B7575;
  font-size: 10px;
}
footer .col-lg-9 {

}
footer .col-lg-9 div {
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  padding-right: 20px;
  border-left: 1px solid #fff;
}
footer .col-lg-9 div.menu-menu-1-container {
  padding-left: 0px!important;
  padding-right: 0px!important;
}
footer .col-lg-9 div.menu-menu-1-container ul {
  margin-left: 0px!important;
}
footer .col-lg-9 div:first-child {
  border-left: none!important;
}
footer .col-lg-9 div p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 5px;
}
footer .col-lg-9 div a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}
footer .logofooter {
  position: absolute;
  right: -60px;
  top: -25px;
}
footer .logofooter {

}

.fadefooter {
  height: 400px;
    width: 100%;
    background-size: cover!important;
    background-position: top!important;
    margin-top: -200px;
}

.carousel-control-next, .carousel-control-prev {
  width: 10%!important;
}


.content h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
.content p {
  font-size: 16px;
  margin-bottom: 20px;
}
a.btn, input.btn {
  background: #43A2BC;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 5px;
  padding: 5px 20px;
  font-size: 18px;
  margin-top: 20px;
  text-transform: uppercase!important;
}


.histoire1 {
  background: #80BE41;
  color: #fff;
  padding: 50px 60px;
  padding-bottom: 0;
}
.histoire1 .col-lg-8 {
  padding-bottom: 40px;
}
.histoire1 h2 {
  font-size: 30px;
  display: block;
  margin-bottom: 30px;
}
.histoire1 p {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
}
.histoire1 a.btn {
  background: #43A2BC;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 5px;
  padding: 5px 20px;
  font-size: 18px;
}
.histoire1 {

}


.histoire2 {
  padding-top: 50px;
  padding-bottom: 40px;
  background: url('img/fadehistoire.png') center no-repeat;
  background-size: contain;
  background-position: top;
  padding-left: 60px;
}
.histoire2 h2 {
  font-size: 35px;
  color: #254C5A;
  margin-bottom: 30px;
}
.histoire2 p {
  color: #254C5A;
  margin-bottom: 20px;
  font-size: 18px;
}
.histoire2 ul li {
  color: #254C5A;
  font-size: 18px;
}
.histoire2 ul {
  list-style: inherit;
  margin-left: 20px;
}
.histoire2 a.btn {
  background: #43A2BC;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 5px;
  padding: 5px 20px;
  font-size: 18px;
  margin-top: 20px;
}



.histoire3 {
  background: #43A2BC;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 50px;
}
.histoire3 h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.histoire3 p {
  text-align: center;
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.histoire3 .col-lg-4 {
  padding: 10px 15px;
}
.histoire3 .col-lg-4 div {
  border-radius: 15px;
  padding: 20px;
  -webkit-box-shadow: 0px 5px 8px 1px rgba(0,0,0,0.20);
box-shadow: 0px 5px 8px 1px rgba(0,0,0,0.20);
height: 100%;
padding-bottom: 135px;
}
.histoire3 .col-lg-4 h2 {
  font-size: 18px;
  color: #43A2BC;
  text-transform: uppercase;
}
.histoire3 .col-lg-4 p {
  font-size: 16px;
  text-align: center;
  color: #254C5A;
}
.histoire3 .col-lg-4 img {
  display: block;
  width: 100%;
  max-width: 100px;
  margin: 0 auto;
  text-align: center;
}
.histoire3 {

}
.histoire3 {

}


.histoire4 {
  background: #7EB446;
  color: #fff;
  padding-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 70px;
}
.histoire4 h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.histoire4 p {
  text-align: center;
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.histoire4mob {
  display: none;
}
.histoire4mob {
  background: #7EB446;
  color: #fff;
  padding-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.histoire4mob h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.histoire4mob p {
  text-align: center;
  font-size: 18px;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.histoire4 .col-lg-5 strong {
  text-decoration-line: underline;
}
.histoire4 a.btn {
  text-align: center;
  margin: 0 auto;
  display: block;
  max-width: 180px;
  margin-top: 50px;
  margin-bottom: -70px;
}

.experience1 {
  padding-top: 50px;
  padding-bottom: 20px;
  background: url('img/fadehistoire.png') center no-repeat;
  background-size: contain;
  background-position: top;
  padding-left: 15px;
}


.experience2 {
  background: #80BE41;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 80px;
  padding-right: 20px;
}
.experience2 h2 {
  font-size: 30px;
  color: #254C5A;
  margin-bottom: 30px;
  color: #fff;
}
.experience2 p {
  color: #254C5A;
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
}
.experience2 ul li {
  color: #fff;
  font-size: 16px;
}
.experience2 ul {
  list-style: inherit;
  margin-left: 20px;
}
.experience2 a.btn {
  position: absolute;
  bottom: -70px;
}


.experience3 {
  background: #fff;
  color: #254C5A;
  padding-top: 100px;
  padding-bottom: 50px;
}
.experience3 h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.experience3 p {
  text-align: center;
  font-size: 16px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.experience3 .col-lg-4 {
  padding: 10px 15px;
}
.experience3 .col-lg-4 div {
  border-radius: 15px;
  padding: 20px;
  -webkit-box-shadow: 0px 5px 11px 6px rgba(0,0,0,0.19);
box-shadow: 0px 5px 11px 6px rgba(0,0,0,0.19);
height: 100%;
}
.experience3 .col-lg-4 h2 {
  font-size: 18px;
  color: #43A2BC;
  text-transform: uppercase;
}
.experience3 .col-lg-4 p {
  font-size: 16px;
  text-align: center;
  color: #254C5A;
}
.experience3 .col-lg-4 img {
  display: block;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  max-width: 250px;
}
.experience3 .avantages {
  margin-top: 50px;
  margin-bottom: 50px;
}
.experience3 .avantages .col-lg-1 img {
  width: 100%;
  display: block;
}
.experience3 .avantages .col-lg-10 .col-lg-12 img{
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.experience3 .avantages .col-lg-10 {
  border: 1px solid #43A2BC;
  border-radius: 15px;
}
.experience3 .avantages .col-lg-10 .col-lg-4 {
  box-shadow: none;
  border-right: 1px solid #43A2BC;
  border-radius: 0;
}
.experience3 .avantages .col-lg-10 h3 {
  color: #254C5A;
  font-size: 18px;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  margin-top: 30px;
}
.experience3 .avantages .col-lg-10 .col-lg-4 h3 {
  color: #43A2BC;
  margin-top: 0px;
  text-transform: uppercase;
}
.experience3 .avantages .col-lg-10 .col-lg-4 p {
  text-align: center;
  display: block;
  margin-bottom: 0;
}
.experience3 .col-lg-1 {
  padding: 0;
  margin-top: 40px;
}




.experience4 {
  background: #DC6E2E;
  color: #FFF;
  margin-bottom: 70px;
  padding: 0 30px;
}
.experience4 h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 20px;
}
.experience4 h3 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.experience4 p {
  text-align: center;
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.experience4 .col-lg-3 {
  padding: 10px 5px;
}
.experience4 .col-lg-3 div {
  border-radius: 15px;
  padding: 20px 10px;
  background: #7EB446;
  height: 100%;
  -webkit-box-shadow: 0px 5px 8px 1px rgba(0,0,0,0.20);
box-shadow: 0px 5px 8px 1px rgba(0,0,0,0.20);
}
.experience4 .col-lg-3 h2 {
  font-size: 80px;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
}
.experience4 .col-lg-3 p {
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}
.experience4 .col-lg-3 img {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.experience4 .avantages {
  margin-top: 50px;
  margin-bottom: 50px;
}
.experience4 .avantages .col-lg-1 img {
  width: 100%;
  display: block;
}
.experience4 .avantages .col-lg-10 .col-lg-12 img{
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.experience4 .avantages .col-lg-10 {
  border: 1px solid #fff;
  border-radius: 15px;
  display: block;
  margin: 0 auto;
}
.experience4 .avantages .col-lg-10 .col-lg-4 {
  box-shadow: none;
  border-right: 1px solid #fff;
  border-radius: 0;
}
.experience4 .avantages .col-lg-10 h3 {
  color: #fff;
  font-size: 18px;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  margin-top: 30px;
}
.experience4 .avantages .col-lg-10 .col-lg-4 h3 {
  color: #fff;
  margin-top: 0px;
}
.experience4 .avantages .col-lg-10 .col-lg-4 p {
  text-align: center;
  display: block;
  margin-bottom: 0;
}



.formation1 {
  padding-top: 50px;
  padding-bottom: 20px;
  background: url('img/fadehistoire.png') center no-repeat;
  background-size: cover;
  background-position: top;
  padding-left: 15px;
}
.formation1 .col-lg-8 {
  display: block;
  margin: 0 auto;
}
.formation1 .col-lg-8 h2 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.formation1 .col-lg-8 p {
  text-align: center;
}
.formation1 .col-lg-8 {

}
.formation1 .col-lg-8 {

}


.formation2 {
  background-size: contain;
  background-position: center;
  padding-top: 20px;
}
.formation2 .col-lg-10 {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.formation2 .bluearrow {
  margin-bottom: 70px;
}
.formation2 .btn {
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
}
.accordion-header {
  display: block;
  width: 100%;
  background: #43A2BC;
  color: #fff;
  border: 0;
  text-align: left;
  padding: 0px;
}
.accordion-header span {
  padding: 15px 20px;
  display: block;
  width: 100%;
  padding-right: 60px;
  text-transform: uppercase;
}
.accordion-header button{
  display: block;
  width: 100%;
  background: #fff;
  color: #254C5A;
  padding: 15px 20px;
  border: 0;
  text-align: left;
  padding-right: 60px;
  font-weight: 700;
  font-size: 18px;
}
.accordion-header button.collapsed {
  background: #E8F7FA;
}
.accordion-body {
  padding: 20px 30px;
  text-align: left;
  background: #fff;
  font-size: 16px;
  padding-top: 0;
}
.accordion-body p {
  display: block;
  margin-bottom: 10px;
}
.accordion-body ul {
  display: block;
}
.accordion-body ul li {
  margin-bottom: 5px;
}
.accordion {
  border: 1px solid #B1CFD9;
}
.accordion-header {
  position: relative;
}
.accordion-button.collapsed::after {
  display: block;
  position: absolute;
  right: 30px;
  bottom: 10px;
  content: '';
  background: url('img/accordown.png') center no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}
.accordion-button::after {
  display: block;
  position: absolute;
  right: 30px;
  bottom: 10px;
  content: '';
  background: url('img/accorup.png') center no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}

.formation3 {
  background: #80BE41;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 20px;
  text-align: center;
  margin-bottom: 80px;
}
.formation3 h2 {
  padding-top: 50px;
  padding-bottom: 20px;
  font-size: 30px;
}
.formation3 p {
  padding-bottom: 20px;
  max-width: 580px;
  margin: 0 auto;
}
.formation3 .btn {
  margin-bottom: -40px;
}


.formation4 {
  background: #43A2BC;
  color: #FFF;
  margin-bottom: 70px;
}
.formation4 h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 20px;
}
.formation4 h3 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}
.formation4 p {
  text-align: center;
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.formation4 .avantages {
  margin-top: 20px;
  margin-bottom: 50px;
}
.formation4 .avantages .col-lg-1 img {
  width: 100%;
  display: block;
}
.formation4 .avantages .col-lg-10 .col-lg-12 img{
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.formation4 .avantages .col-lg-10 {
  border: 1px solid #fff;
  border-radius: 15px;
  display: block;
  margin: 0 auto;
}
.formation4 .avantages .col-lg-10 .col-lg-3 {
  box-shadow: none;
  border-right: 1px solid #fff;
  border-radius: 0;
}
.formation4 .avantages .col-lg-10 h3 {
  color: #fff;
  font-size: 18px;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  margin-top: 30px;
  text-transform: uppercase;
}
.formation4 .avantages .col-lg-10 .col-lg-3 h3 {
  color: #fff;
  margin-top: 0px;
}
.formation4 .avantages .col-lg-10 .col-lg-3 p {
  text-align: center;
  display: block;
  margin-bottom: 0;
  font-weight: 700;
}



.mediatheque1 {
  background: #80BE41;
  padding: 50px 50px;
  color: #fff;
  text-align: center;
}
.mediatheque1 h2 {
  font-size: 30px;
  display: block;
  margin-bottom: 30px;
}
.mediatheque1 p {
  font-size: 16px;
}
.mediatheque1 {

}




.mediatheque2 {
  padding-top: 70px;
  padding-bottom: 50px;
  margin-top: -24px;
  background: url('img/fadehistoire.png') center no-repeat;
  background-size: contain;
  background-position: top;
}
.mediatheque2 h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
  color: #254C5A;
}
.mediatheque2 p {
  text-align: center;
  font-size: 18px;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.mediatheque2 .col-lg-3 {
  padding: 10px;
  min-height: 420px;
}
.mediatheque2 .col-lg-3 div {
  border-radius: 15px;
  padding: 20px;
  -webkit-box-shadow: 0px 5px 11px 6px rgba(0,0,0,0.19);
box-shadow: 0px 5px 11px 6px rgba(0,0,0,0.19);
height: 100%;
}
.mediatheque2 .col-lg-3 h2 {
  font-size: 18px;
  color: #43A2BC;
}
.mediatheque2 .col-lg-3 p {
  font-size: 16px;
  text-align: center;
  color: #254C5A;
}
.mediatheque2 .col-lg-3 img {
  display: block;
  width: 100%;
  max-width: 190px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
.mediatheque2 {

}



.accordion-body .listfile {
  margin-top: 20px;
}
.accordion-body .listfile ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.accordion-body .listfile ul li {
  border-bottom: 1px solid #B1CFD9;
}
.accordion-body .listfile ul li a {
  text-decoration: none;
  font-size: 18px;
  color: #254C5A;
  padding: 10px 0px;
  width: 100%;
  display: block;
  position: relative;
  padding-right: 30px;
}
.accordion-body .listfile ul li a::after {
  display: block;
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  background: url('img/dl.png') center no-repeat;
  background-size: contain;
  right: 10px;
  top: 15px;
}
.accordion-body .listfile {

}
.newslettersub {
  border: 1px solid #43A2BC;
  border-radius: 15px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.newslettersub a.btn {
  margin-top: 20px;
}



.mediatheque3 {
  background: #DC6E2E;
  color: #fff;
  padding-bottom: 25px;
  padding-top: 30px;
  padding-left: 70px;
  padding-right: 70px;
  margin-top: 50px;
}
.mediatheque3 h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.mediatheque3 p {
  text-align: center;
  font-size: 18px;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.wpcf7-spinner {
  display: none!important;
}
.mediatheque3 form p {
  text-align: left;
}
.mediatheque3 label {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.mediatheque3 input {
  display: block;
  width: 100%;
  border-radius: 8px;
  border: none;
  margin-bottom: 0px;
  padding: 10px 10px;
  max-width: 450px;
}
.btn.disabled, .btn:disabled {
  opacity: 1!important;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0 auto!important;
  padding: 10px 10px!important;
  margin-bottom: 30px;
}
.mediatheque3 input.btn {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 5px 20px;
}
.mediatheque3 br {
  display: none!important;
}

.mediatheque4 {
  padding-top: 70px;
  padding-bottom: 50px;
  margin-top: -25px;
  background: url('img/fadehistoire.png') center no-repeat;
  background-size: contain;
  background-position: top;
  color: #254C5A;
}
.mediatheque4 h2 {
  font-size: 30px;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.mediatheque4 p {
  font-size: 18px;
  text-align: center;
}
.mediatheque4 h3 {
  font-size: 18px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.mediatheque4 .splide__track {

}
.mediatheque4 {

}



.mediatheque5 .col-lg-9 {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.mediatheque5 .btn {
  margin: 0 auto;
  text-align: center;
  margin-top: 50px;
}


.bubblecontact {
  padding-top: 0px;
  padding-bottom: 10px;
  margin-top: 40px;
  background: url('img/bubblecontact.png') center no-repeat;
  background-size: cover;
  background-position: top;
}
.contactform {
  padding-top: 60px;
  padding-bottom: 30px;
  margin-top: 0px;
  background: url('img/fadehistoire.png') center no-repeat;
  background-size: contain;
  background-position: top;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 45px;
}
.contactform .col-lg-8 {
  display: block;
  margin: 0 auto;
}
.contactform form {
  background: #fff;
  padding: 20px 40px;
  border-radius: 15px;
  padding-bottom: 0;
}
.wpcf7 {
  display: block;
  width: 100%;
}
.contactform input, .contactform label, .contactform select {
  display: block;
  width: 100%;
}
.contactform label {
  margin-bottom: 5px;
}
.contactform input, .contactform select, .contactform textarea {
  background: #E9F5F8;
  border: 0;
  border-radius: 8px;
  padding: 10px 15px;
}
.contactform select, .contactform textarea {
  display: block;
  width: 100%;
}
.contactform textarea {
  height: 100px;
}
.contactform .col-lg-6 {
  display: inline-block;
  -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
}
.contactform br {
  display: none;
}
.contactform .border br {
  display: block;
}
.contactform .border form {
  padding: 0;
  width: 100%;

}
.contactform .border {
  border: 1px solid #43A2BC!important;
  border-radius: 8px;
  margin-left: 0px;
  margin-right: 0;
  padding: 30px 20px;
  background: #fff;
  max-width: 670px;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 20px;
}
.contactform .border label input {
  display: inline-block;
  width: 15px;
}
.contactform .wpcf7-submit {
  background: #43A2BC;
  border-radius: 8px;
  color: #fff;
  max-width: 150px;
  margin-top: 20px;
  display: block;
  font-size: 18px;
}
.contactform h2 {
  margin-left: 40px;
}
.contactform .border h3 {
  margin-left: 20px;
  margin-bottom: 20px;
}
.contactform .border label {
  display: block;
  margin-bottom: 20px;
}



.suiviformation {
  padding-top: 0px;
  padding-bottom: 40px;
  margin-top: 0px;
  background-size: contain;
  background-position: top;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 45px;
}
.suiviformation .col-lg-8 {
  display: block;
  margin: 0 auto;
}
.suiviformation form {
  background: #fff;
  padding: 20px 40px;
  border-radius: 15px;
  padding-bottom: 0;
}
.wpcf7 {
  display: block;
  width: 100%;
}
.suiviformation input, .suiviformation label, .suiviformation select {
  display: block;
  width: 100%;
}
.suiviformation label {
  margin-bottom: 5px;
}
.suiviformation input, .suiviformation select, .suiviformation textarea {
  background: #E9F5F8;
  border: 0;
  border-radius: 8px;
  padding: 10px 15px;
}
.suiviformation select, .suiviformation textarea {
  display: block;
  width: 100%;
}
.suiviformation textarea {
  height: 100px;
}
.suiviformation .col-lg-6 {
  display: inline-block;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  max-width: 49%;
}
.suiviformation br {
  display: none;
}
.suiviformation .border br {
  display: block;
}
.suiviformation .border form {
  padding: 0;
  width: 100%;

}
.suiviformation .border {
  border: 1px solid #43A2BC!important;
  border-radius: 8px;
  margin-left: 0px;
  margin-right: 0;
  padding: 30px 20px;
  background: #fff;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 20px;
}
.suiviformation .border label input {
  display: inline-block;
  width: 15px;
}
.suiviformation .wpcf7-submit {
  background: #43A2BC;
  border-radius: 8px;
  color: #fff;
  max-width: 150px;
  margin-top: 20px;
  display: block;
  font-size: 18px;
}
.suiviformation h2 {
  margin-left: 40px;
}
.suiviformation .border h3 {
  margin-left: 20px;
  margin-bottom: 20px;
}
.contactform .border label {
  display: block;
  margin-bottom: 20px;
}



.actupage {
  padding-top: 60px;
  padding-bottom: 0px;
  margin-top: 0px;
  background-size: cover;
  background-position: top;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 45px;
  background-position-y: -170px;
}
.actupage .col-lg-3 {
  margin-bottom: 30px;
}
.actupage .col-lg-3 .row {
  background: #E9F7FA;
  border-radius: 15px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  -webkit-box-shadow: 5px 5px 10px -5px rgba(0,0,0,0.30);
  box-shadow: 5px 5px 10px -5px rgba(0,0,0,0.30);
  height: 100%;
}
.actupage .col-lg-3 img {
  display: block;
  width: 100%;
  text-align: center;
}
.actupage .col-lg-3 h2 a {
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  color: #43A2BC;
  text-decoration: none;
  text-transform: uppercase;
}
.actupage .col-lg-3 h2 {
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 20px;
}
.actupage .col-lg-3 p {
  font-size: 16px;
  text-align: center;
}
.actupage .col-lg-3 p.date {
  background: #fff;
  color: #43A2BC;
  font-size: 14px;
  text-align: center;
  padding: 10px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: max-content;
  margin: 0 auto;
  display: none;
}
.actupage .col-lg-3 .liresuiteactu {
  font-size: 14px;
  text-align: center;
  display: block;
  color: #254C5A;
  text-transform: none;
  margin-bottom: 20px;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.actupage .col-lg-3 .liresuiteactu img {
  max-width: 20px;
  display: inline-block;
  vertical-align: middle;
}

.event-single {
  padding-top: 60px;
  padding-bottom: 80px;
  margin-top: 0px;
  background: url('img/fadehistoire.png') center no-repeat;
  background-size: cover;
  background-position: top;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 45px;
}

.event-single h2 {
  color: #254C5A;
  font-size: 35px;
  margin-bottom: 20px;
  text-align: center;
}
h2.title-content {
  text-align: center;
}
.event-single p {
  color: #254C5A;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}
.event-single .col-lg-4 .row {
  margin-bottom: 20px;
}
.event-single .col-lg-4 img {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.event-single .col-lg-4 .col-lg-2 img {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.event-single .col-lg-4 hr {
  margin-top: 5px;
  margin-bottom: 5px;
  border-top: 1px solid #43A2BC;
}
.event-single .col-lg-4 p {

}
.imgactusingle {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
}

.contentpage {
  padding-top: 60px;
  padding-bottom: 80px;
  margin-top: 0px;
  background: url('img/fadehistoire.png') center no-repeat;
  background-size: cover;
  background-position: top;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 45px;
}

.contentpage h2 {
  color: #254C5A;
  font-size: 35px;
  margin-bottom: 20px;
}
.contentpage h2.title-content {
  text-align: center;
}
.contentpage p, .contentpage li {
  color: #254C5A;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
.contentpage h1 {
  font-size: 40px;
  color: #254C5A;
  margin-bottom: 20px;
}
.contentpage h3 {
  font-size: 25px;
  color: #254C5A;
  margin-bottom: 20px;
}
.contentpage h4 {
  font-size: 22px;
  color: #254C5A;
  margin-bottom: 20px;
}
.contentpage h5 {
  font-size: 20px;
  color: #254C5A;
  margin-bottom: 20px;
}
.contentpage h6 {
  font-size: 18px;
  color: #254C5A;
  margin-bottom: 20px;
  font-weight: 800;
}
.contentpage .wp-block-details {
  color: #254C5A;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 20px;
  display: block;
}
.contentpage summary {
  color: #254C5A;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
.contentpage table {
  color: #254C5A;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
:root :where(.is-layout-flow) > * {
  margin-block-start: 15px;
  margin-block-end: 0;
}
.wp-element-button {
  background: #43A2BC;
  color: #fff!important;
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 5px;
  margin-top: 20px;
}



.arianne {
  padding: 20px 10px;
  float: right;
  text-align: right;
  margin-top: 20px;
  display: none;
}
.arianne a {
  color: #0C2373;
}

.home .arianne {
  display: none;
}

.partenaires {
  display: none;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 50px;
  margin-top: 80px;
}
.partenaires img {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  max-width: 100px;
  vertical-align: middle;
  margin-right: 30px;
}
.highlight {
  background-color: #94c11e;
  font-weight: 900;
  display: inline-block;
  padding: 1px 10px;
}

.text-green {
  color: #72BF44;
  font-weight: bold;
}

.section-bg {
  padding: 50px 0;
}

.game-image {
  max-width: 100%;
  height: auto;
}

@media (max-width : 1250px){
  footer .logofooter {
    position: absolute;
    right: 0px;
    top: -25px;
    text-align: right;
    padding-right: 0;
  }
  }
@media (max-width : 1200px){
  iframe {
    width: 80%!important;
  }
  .bloc1 h2 {
  width: auto!important;
}
.bloc1 .txtbloc {
padding: 40px;
}
footer .logofooter img {
width: 100%;
max-width: 180px;
}
.homme {
  max-width: 300px!important;
}
header .col-lg-9 nav .menu li {
  margin-right: 0px;
}
header .col-lg-9 nav .menu {
  margin-left: 0px;
}
header .col-lg-9 nav .menu li a {
  font-size: 13px!important;
  padding: 25px 5px;
}
header .col-lg-9 nav .menu li a.btn {
  font-size: 13px!important;
}
header .col-lg-9 nav {
  display: inline-block;
  margin-top: 70px;
  text-align: right;
  margin-left: 20px;
}
.menu-item-has-children ul {
  text-align: left;
}
}
@media (max-width : 1000px){
  .arianne {
    margin-top: -20px;
  }
  header #logo img {
  max-width: 300px;
  top: -80px;
  left: -50px;
}
header {
  margin-bottom: 15px;
}
header .col-lg-9 nav {
  margin-top: 50px;
}
.homme {
  max-width: 250px!important;
}
.docbg {
  width: 250px!important;
  top: 0!important;
}
header .col-lg-9 nav {
    display: block;
    margin-top: 50px;
    text-align: right;
    margin-left: 20px;
    margin-bottom: 15px;
  }
  header .col-lg-9 {
    text-align: right;
    margin-bottom: 15px;
}
header .col-lg-9 nav .menu li a {
  font-size: 13px!important;
  padding: 25px 5px;
}
header .col-lg-9 nav .menu li a.btn {
  font-size: 13px!important;
}
}


.menumob {
  display: none;
}

@media (max-width : 767px){
  .txtjauge {
    min-height: initial!important;
    margin-bottom: 15px;
  }
  .arianne {
    float: none;
    text-align: left;
    margin-top: 90px;
  }
  header {
    margin-bottom: 0px;
  }
  .experience2 {
  padding-left: 30px;
  padding-right: 15px;
}
  .histoire4mob .btn {
    text-align: center;
  margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  display: block;
  max-width: 180px;
  margin-top: 30px;
  }
  footer .logofooter {
    position: absolute;
    left: 0px;
    top: -25px;
    text-align: left;
    padding-right: 0;
    top: -120px !important;
  }
  footer .footer .footer1 {
  padding: 40px 20px;
}
  .bloc1 .col-lg-2 {
    padding-right: 0;
    margin-right: 0;
    text-align: left;
    padding: 0 25px;
  }
  .bloc1 .txtbloc {
    padding: 25px;
  }
  .histoire1 {
  background: #80BE41;
  color: #fff;
  padding: 40px 40px;
  padding-bottom: 0px;
}
  .temoignages .splide__track {
    max-width: 80% !important;
  }
  footer .footer {
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
}
footer {
  min-height: 440px;
  margin-top: -100px;
}
  footer .col-lg-9 div {
    margin-top: 30px;
  }
  .histoire4mob .col-lg-10 {
    width: 85%;
    display: inline-block;
    padding-right: 0;
  }
  .histoire4mob .col-lg-1 {
    width: 14%;
    display: inline-block;
    padding-left: 0;
  }
  .histoire4mob {
    display: block;
  }
  .histoire4 {
    display: none;
  }
  footer .col-lg-9 div {
    border: 0!important;
    display: block!important;
  }
  .event-single .col-lg-4 {
    margin-top: 30px;
  }
  .event-single .col-lg-4 .col-lg-2 img {
    display: block;
    margin-left: 0;
    text-align: left;
    margin-bottom: 5px;
  }
  .mediatheque2 .col-lg-3 {
    max-width: 290px;
  margin: 0 auto;
  }
  .actupage .col-lg-3 {
    max-width: 290px;
  margin: 0 auto;
  margin-bottom: 20px;
  }
  .formation2 {
  padding-top: 0px;
}
  .menumob {
    display: block;
  }
  .menudesk {
    display: none;
  }
  .iconhome .col-lg-2 {
    width: 30%!important;
    margin-bottom: 30px!important;
  }
.slidehome .carousel-item .txtslide h2 {
  font-size: 25px!important;
}
.slidehome .txtslide {
bottom: 10%;
left: 50px;
}
.greenarrow {
  position: absolute;
  margin-top: -30px!important;
}
.mediatheque2 .col-lg-12 img {
  display: none!important;
}
.mediatheque3 {
  padding-bottom: 30px;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 50px;
}
.mediatheque3 label {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  max-width: 450px;
  text-align: left;
  margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
  margin-top: 15px;
  margin-bottom: 4px;
}
.mediatheque3 input {
  margin: 0 auto;
}
.mediatheque3 .col-lg-6 {
  text-align: center;
}
.formation4 .avantages .col-lg-10 {
  margin-left: 20px;
  margin-right: 20px;
}
.formation4 .avantages .col-lg-10 .col-lg-3 {
  width: 45%;
  margin-bottom: 20px;
  border: 1px solid #fff;
  padding: 15px 10px;
  margin-left: 4%;
  border-radius: 15px;
}
.experience2 .col-lg-9 {
  margin-bottom: 50px;
}
.experience3 .avantages .col-lg-1 img {
  max-width: 100px;
  margin: 0 auto;
  margin-top: 20px;
    margin-bottom: 20px;
}
.experience3 .avantages .col-lg-10 {
  margin-left: 20px;
  margin-right: 20px;
}
.experience3 .avantages .col-lg-10 h3 {
  margin-bottom: 5px;
  text-transform: uppercase;
}
.experience3 .avantages .col-lg-10 .col-lg-4 {
  box-shadow: none;
  border-right: 0;
  border-radius: 0;
  margin-bottom: 10px;
}
.experience3 .col-lg-4 img {
  max-width: 300px;
}
.homme {
  position: relative!important;
}
.histoire2 .col-lg-9 {
  margin-bottom: 30px;
}
.histoire2 {
  padding-left: 30px;
  padding-right: 30px;
}
.docbg {
  display: none;
}
.flechehistoire {
  display: none!important;
}
.histoire4 h2 {
  margin-top: 20px;
}
header #logo img {
    max-width: 270px;
    top: -90px;
    left: -50px;
  }
}



@media (max-width : 970px){
  .cg-panel{background:linear-gradient(#e9f2f9 0%,#deecf6 100%);border-radius:8px;box-shadow:inset 0 2px 10px rgba(17,24,39,.06);padding:10px 12px 12px;max-height: inherit!important;height: inherit!important;}
  .jauge {border-bottom: 1px solid #000;padding-bottom: 15px;}
  .jauge:last-child {border-bottom: 0;}
  .menumob {
    display: block;
  }
  .menudesk {
    display: none;
  }
header #logo img {
    max-width: 270px;
    top: -90px;
    left: -50px;
  }
}



#top-bar {
  position: relative;
  width: 60%;
  height: 60px;
  z-index: 9999;
  margin-top: 30px;
  margin-bottom: 10px;
  margin-left: 40%;
}

.menumob #nav-toggle {
  display: block;
  background-color: #fff;
  position: absolute;
  right: 20px;
  padding: 10px 15px;
  border-radius: 50px;
  top: -10px;
}
.menumob .active #nav-toggle {
  padding: 12px 18px;
}

.menumob nav {
  float: right;
  transition: all 250ms ease-in-out 0ms;
}

.menumob .active ul {
  display: block;
}

.menumob ul {
  position: absolute;
  display: none;
  top: 50px;
  right: 20px;
  width: 80%;
  list-style-type: none;
  background-color: #43A2BC;
  transition: all 250ms ease-in-out 0ms;
  border-radius: 15px;
}
.menumob ul.sub-menu {

}
.menumob .menu-item-has-children ul {
  border-top: 0;
}
header .menumob .menu-item-has-children ul li a {
  padding: 15px 20px !important;
}
.menumob li {
  display: block;
  transition: all 250ms ease-in-out 0ms;
}

.menumob .submenu {
  position: relative;
}

.menumob .submenu i {
  float: right;
  display: block;
  margin: 0 0 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 7px solid #fff;
}

.menumob .submenu ul {
  position: relative;
  top: 0;
  display: none;
  width: 100%;
  background-color: #43A2BC;
  border: none;
  border-bottom: 1px solid #fff;
}

.menumob .submenu.open ul {
  display: block;
}

.menumob a {
  display: block;
  padding: 15px 20px!important;
  color: #fff;
  text-decoration: none;
  transition: all 250ms ease-in-out 0ms;
  border-radius: 15px;
}

.menumob a:hover {
  background-color: #43A2BC;
}
.menumob .menuiconburger
{
  content         : '';
  display         : block;
  width: 40px;
    height: 50px;
  background      : url('img/menumobile.png') center no-repeat;
  background-size : contain;
}

.menumob .active .menuiconburger
{
  width: 30px;
  height: 40px;
  background      : url('img/menuiconclose.png') center no-repeat;
  background-size : contain;
}

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


  .menumob nav {
    position: relative;
    float: right;
    right: 50%;
  }

  .menumob #nav-toggle {
    display: none;
  }

  .menumob ul {
    position: relative;
    float: right;
    display: block;
    top: 0;
    right: -50%;
    width: auto;
    height: 60px;
    list-style-type: none;
    border: none;
  }

  .menumob li {
    float: left;
    display: block;
  }

  .menumob .submenu i {
    float: none;
    display: block;
    margin: 0 auto;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 7px solid #fff;
  }

  .menumob .submenu ul {
    position: absolute;
    display: none;
    top: 60px;
    left: 0;
    height: auto;
  }

  .menumob .submenu:hover ul {
    display: block;
  }

  .menumob .submenu:hover a {
    background-color: #2299dd;
  }

}


.splide__list {
  width: 100%!important;
  position: relative;
  max-width: 100%!important;
}

@media (max-width : 700px){

  .histoire4mob p {
    font-size: 15px;
  }
  .contactform .border {
    margin-left: 20px;
  margin-right: 20px;
  }
}
@media (max-width : 500px){
  footer {
    min-height: 495px;
    margin-top: -42px;
  }
  footer .footer {
    position: absolute;
    left: 0;
    right: 0;
    top: 38px;
  }
  .menumob ul {
    width: 80%;
  }
  .iconhome .col-lg-2 {
     width: 49% !important;
     margin-bottom: 30px !important;
   }
   .slidehome .txtslide {
  bottom: 10%;
  left: 45px;
  max-width: 80%;
}
.video iframe {
  margin-top: 80px;
  height: 200px;
}
.backvideo {
  min-height: 300px!important;
}

.bluearrow {
  margin-top: 50px!important;
  margin-bottom: 0px!important;
}
.carousel-item .w-100 {
  width: 150% !important;
}
}


#inputid {
  display: none;
}

.bannierebg {
  min-height: 400px;
}


footer ul {
  list-style: none;
}
footer li {
  text-transform: uppercase;
}

.mediatheque3 label {
  text-align: left;
}





.section-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 20px;
}

.section-card {
  display: flex;
  align-items: flex-start;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  background-color: #e6f2ff;
}

.icon-section {
  width: 70px;
  height: 72px;
  background-color: #e6f2ff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-section img {
  width: 50px;
}

.text-modules {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
}

.text-section {
  background-color: #DC6E2E;
  color: white;
  padding: 10px 15px;
  font-weight: bold;
}

.modules-section {
  background-color: rgb(67, 162, 188);
  color: white;
  padding: 10px 15px;
  cursor: pointer;
}

.floating-collapse {
  position: absolute;
  left: 60px;
  right: 0;
  top: 100%;
  z-index: 10;
}

.collapse-text {
  color: #000;
  padding: 10px 15px;
  border-radius: 0;
  margin-left: 9px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  background-color: #e6f2ff;
  font-size: 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  line-height: 22px;
}









/* Espacement plus serré */
.cg-svg{ width:100%; height:auto; display:block; margin-top:4px; margin-bottom:-8px; }
.cg-main{ text-align:center; margin-top:20px; font-weight:800; font-size:22px; }
.cg-main small{ font-weight:700; opacity:.7; margin-left:4px; font-size:12px; }
.cg-pair{ text-align:center; margin-top:2px; font-weight:800; }
.cg-before{ color:#f08a00 } .cg-after{ color:#2f9e44 }

/* Graduations */
.cg-tickline{ stroke:#9fb4c6; stroke-width:2 }
.cg-tick{ font-size:12px; fill:#2a3a45; font-weight:700 }

/* Aiguille */
.cg-needle{ stroke:#111; stroke-width:2 }
.cg-hub{ fill:#111 }

/* Texte courbé dans les jauges (avec contour pour lisibilité) */
.cg-tag{ font-size:10px; font-weight:800; letter-spacing:.02em;
  fill:#fff; paint-order:stroke; stroke:rgba(0,0,0,.35); stroke-width:.8px; }




.collapse-text a.btn {
  padding: 3px 10px;
  font-size: 15px;
  margin-top: 10px;
}

#piliersTabs li:nth-child(1) .nav-link.active {

}
#piliersTabs li:nth-child(2) .nav-link.active {
  background: #db6d2d;
}
#piliersTabs li:nth-child(3) .nav-link.active {
  background: #3e8dc7;
}



header .col-lg-9 nav .menu li li a:hover {
  background: #E13411!important;
  color: #FFF!important;
}
header .col-lg-9 nav .menu li li a {
  transition: 0.3s;
  background: none;
}
header .col-lg-9 nav .menu li .sub-menu li a span {
  background: none!important;
}


.event-content .entry-date {
  display: none!important;
}

footer .sub-menu {
  display: none!important;
  width: 0;
}


.grid {
  margin: -0.5rem;
}
.grid-item {
  width: 50%;
  padding: 0.5rem;
  float: left;
}
@media (min-width: 768px) {
  .grid-item { width: 33.333%; }
}
@media (min-width: 1200px) {
  .grid-item { width: 25%; }
}
.grid-item img {
  width: 100%;
  display: block;
  border-radius: .5rem;
}

/* Galerie photos : grille propre sans trous */
.photo-gallery .photo-thumb {
  position: relative;
  width: 100%;
  padding-top: 75%; /* ratio 4/3; tu peux mettre 66% (3/2) ou 100% (carré) */
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  background: #f5f5f5;
}

.photo-gallery .photo-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* recadre l'image sans la déformer */
}




header {
  position: absolute;
  background: #fff;
  z-index: 6666;
  width: 100%;
  top: 25px;
  max-width: 1300px;
  left: 0;
  right: 0;
}

main {
  margin-top: 195px;
}


@media (max-width : 970px){
  .menumob ul.sub-menu {
    display: none!important;
  }
  main {
    margin-top: 100px;
  }
}
