/*------------------------------------*\
    FONT
\*------------------------------------*/

@font-face {
  font-family: "Dosis-Bold";
  font-display: fallback;
  src: local('Dosis-Bold'), url("../fonts/ecole-fonts/Dosis-Bold.otf");
}

@font-face {
  font-family: "LeckerliOne-Regular";
  font-display: fallback;
  src: local('LeckerliOne-Regular'), url("../fonts/ecole-fonts/LeckerliOne-Regular.otf");
}
@font-face {
  font-family: "LeckerliOne-Regular";
  font-display: fallback;
  src: local('LeckerliOne-Regular'), url("../fonts/ecole-fonts/LeckerliOne-Regular.otf");
}

@font-face {
  font-family: "Dosis-Regular";
  font-display: fallback;
  src: local('Dosis-Regular'), url("../fonts/ecole-fonts/Dosis-Regular.otf");
}

@font-face {
  font-family: "Dosis-Medium";
  font-display: fallback;
  src: local('Dosis-Medium'), url("../fonts/ecole-fonts/Dosis-Medium.otf");
}

@font-face {
    font-family: "Roboto-BoldCondensed";
    font-display: fallback;
    src: url("../fonts/roboto/Roboto-BoldCondensed.ttf");
}
@font-face {
    font-family: "Roboto-BoldItalic";
    font-display: fallback;
    src: url("../fonts/roboto/Roboto-BoldItalic.ttf");
}
@font-face {
    font-family: "Roboto-Condensed";
    font-display: fallback;
    src: url("../fonts/roboto/Roboto-Condensed.ttf");
}
@font-face {
    font-family: "Roboto-CondensedItalic";
    font-display: fallback;
    src: url("../fonts/roboto/Roboto-CondensedItalic.ttf");
}
@font-face {
    font-family: "Roboto-Italic";
    font-display: fallback;
    src: url("../fonts/roboto/Roboto-Italic.ttf");
}
@font-face {
    font-family: "Roboto-Regular";
    font-display: fallback;
    src: url("../fonts/roboto/Roboto-Regular.ttf");
}

/**********************************\
    Defult
\**********************************/

.row{
    padding: 0;
    margin: 0;
}
a:focus, a:hover {
    color: #00A7D9;
    text-decoration: none;
}
body{
    font-family: "Dosis-Regular";
}
/*
.anim-zoom{
    opacity: 0
}
*/
.page-def .header-presentation{
    margin-bottom: 30px;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
cite {
    font-style: normal;
}
.slick-prev {
    left: 25px;
    z-index: 11;
}
.slick-next {
    right: 25px;
}
.section-found{
    margin: 40px 0;
    text-align: center;
}
.section-found p{
    font-size: 22px;
}
.page-found {
    position: relative;
}
.number-found {
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    top: 50%;
    left: 50%;
    font-size: 100px;
    color: #135585;
    font-family: "Dosis-Bold";
}

#video {
    border: 1px solid #ddd;
    background: #000;
}
.cssload-piano{
    display: none !important;
}

.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    background: #fff;
    text-align: center;
}

.close-form-popup{
    display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #fff;
}

/**********************************\
    Header
\**********************************/
#side-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 25%;
    z-index: 11111;
    background: #fff;
    transition: 1s all ease;
    -webkit-transition: 1s all ease;
    -moz-transition: 1s all ease;
    -ms-transition: 1s all ease;
    -o-transition: 1s all ease;
    padding: 50px 20px;
    overflow: auto;
    height: 100vh
}
.nav-close{
    right: -25%;
}

.nav-open{
    right: 0%;
}


#nav-side-toggel {
    position: absolute;
    width: 80px;
    height: 80px;
    z-index: 111111;
    top: 0px;
    right: 0px;
    padding: 30px;
    display: none;
    background: #FFF;
}

.nav-toggel-open {
    transition: .6s all ease;
    -webkit-transition: .6s all ease;
    -moz-transition: .6s all ease;
    -ms-transition: .6s all ease;
    -o-transition: .6s all ease;
}

.nav-toggel-close {
    transition-delay: 0.2s !important;
    -webkit-transition-delay: 0.2s !important;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition: 1s all ease;
    -webkit-transition: 1s all ease;
    -moz-transition: 1s all ease;
    -ms-transition: 1s all ease;
    -o-transition: 1s all ease;
    position: fixed !important
}

#nav-side-toggel span,
#nav-side-toggel span,
#nav-side-toggel span  {
    height: 1px;
    background-color: #00a8d9;
    display: block;
    margin: auto;
    position: relative;
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    -webkit-backface-visibility: hidden;
    float: right;
}
#nav-side-toggel .toggel-bar-top,
#nav-side-toggel .toggel-bar-bottom {
    width: 30px;
}
#nav-side-toggel .toggel-bar-middle{
    width: 26px
}
.nav-toggel-close .toggel-bar-top,
.nav-toggel-close .toggel-bar-middle,
.nav-toggel-close .toggel-bar-bottom {
    background-color: #00a8d9 !important;
}
#nav-side-toggel .toggel-bar-middle {
    margin: 5px auto;
}
.nav-open .navbar-nav {
    float: none;
}
.nav-toggel-close .toggel-bar-top {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 2px;
}

.nav-toggel-close .toggel-bar-middle {
    opacity: 0;
    margin: 0 !important;
}

.nav-toggel-close .toggel-bar-bottom {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.toggel-title {
    position: absolute;
    top: 28px;
    right: -30px;
    color: #bfa890;
    font-family: "OpenSans-Light";
    text-transform: uppercase;
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    opacity: 1;
}

.nav-toggel-close .toggel-title{
    opacity: 0;
}

.navbar-side{
    margin-top: 60px;
}
#side-nav ul{
    padding: 0;
    margin: 0;
}
#side-nav li{
    list-style: none;
    text-transform: uppercase;
    padding: 6px;
}
#side-nav .lang-item {
    float: left;
}
#side-nav li a{
    font-weight: 400;
    position: relative;
    display: block;
    letter-spacing: .05em;
    text-transform: uppercase;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    color: #165486;
    text-decoration: none;
}
#side-nav li a:hover, #side-nav li a:focus{
    padding-left: 20px;
    color: #00a7d9;
}
@-moz-document url-prefix() {
    .navbar-side .mega-menu-item-has-children:hover .mega-sub-menu{
    display: block ;
}

}
.nav-open .mega-sub-menu{
    opacity: 1 !important;
    margin: 0 !important;
}
.navbar-side .mega-menu-item-has-children a.mega-menu-link:after{
    content: none !important;
}
.nav-open .cycle-parents-menu a{
    width: 90% !important;
}
.nav-open .mega-menu-item-has-children{
    position: relative !important;
    z-index: 1;
}
.nav-open .btn-sub {
    position: absolute;
    right: 0;
    width: 8%;
    height: 100%;
    top: 0;
    margin-bottom: 0 !important;
}
.nav-open .btn-sub:before {
    content: '';
    content: '\f140';
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(22, 84, 134, 0.33);
    border-radius: 50%;
    padding: 6px;
    line-height: 16px;
    font-family: dashicons;
    color: #165486;
    z-index: 111111;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 11;
}
#main-nav #mega-menu-wrap-menu-nav #mega-menu-menu-nav > li.mega-menu-item > a.mega-menu-link{
    line-height: 46px;
    font-weight: 400 !important;
}
#main-nav #mega-menu-wrap-menu-nav #mega-menu-menu-nav > li.mega-menu-megamenu > ul.mega-sub-menu{
    top: 84px;
    margin-top: 0 !important;
    border-radius: 0px;
    width: 56%;
    left: auto;
    right: 0;

}
#main-nav #mega-menu-wrap-menu-nav #mega-menu-menu-nav[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu{
    margin-top: 0 !important;
}
/*-----------------------------------------------------------*/

.logo{
    position: absolute;
    z-index: 70;
}
.navbar {
    min-height: 85px;
    margin-bottom: 0;
}
.nav-menus{
    display: block;
    float: right;
    width: 100%;
}
.nav-menus li>a{
     font-family: "Dosis-Bold" !important;
}
.mega-sub-menu .menu-item a{
    font-size: 20px;
    text-transform: capitalize;
    font-family: "Dosis-Regular" !important;
}
.navbar-nav {
    float: right;
    padding-top: 20px;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
}
.nav>li>a:hover, nav .active a{
    color: #00A7D9;
}
.cycle-parents-menu img, .pole-parents-menu img, .propos-parents-menu img, .service-parents-menu img{
    height: 150px !important;
    float: right;
}
.cycle-parents-menu ul, .pole-parents-menu ul, .propos-parents-menu ul, .service-parents-menu ul{
    padding: 0
}
.cycle-parents-menu li, .pole-parents-menu li, .propos-parents-menu li, .service-parents-menu li{
    list-style: none;
    font-family: "LeckerliOne-Regular";
    margin: 0;
    font-size: 20px;
    position: relative;
    margin-top: 4px;
}
.cycle-parents-menu li:before, .pole-parents-menu li:before{
    left: 0 !important;
}
.propos-parents-menu li:before, .service-parents-menu li:before{
    left: 0 !important;
    content: none !important
}
.cycle-parents-menu  a, .pole-parents-menu  a{
    margin-left: 40px;
    font-family: "Dosis-Regular";
}
.propos-parents-menu a, .service-parents-menu a{
    margin-left: 0;
    font-family: "Dosis-Regular";
}
.cycle-parents-menu .current-menu-item  a, .pole-parents-menu .current-menu-item  a, .propos-parents-menu .current-menu-item  a, .service-parents-menu .current-menu-item a{
    color: #00a7d9 !important;
}
/*-------------------
    Slider Home
---------------------*/
.home-slider{
    position: relative;
}
.item-slide{
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    height: 600px;
}
.slider-home .slick-prev:before,
.slider-home .slick-next:before {
    content: '';
}

.slider-home .slick-prev {
    background: url("../images/arrow-left.svg");
    background-size: 25px 42px;
    width: 25px;
    height: 42px;
    left: 25px;
    z-index: 111;
}
.slider-home .slick-next {
    background: url("../images/arrow-right.svg");
    background-size: 25px 42px;
    width: 25px;
    height: 42px;
    right: 25px;
    z-index: 111;
}
.content-slide{
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    top: 50%;
    left: 50%;
    width: 90%;
    text-align: center;
}
.text-slide{
    font-family: "LeckerliOne-Regular";
    color: #FFF;
    -webkit-transition: 1s all ;
    -moz-transition: 1s all ;
    -ms-transition: 1s all ;
    -o-transition: 1s all ;
    transition: 1s all ;
    opacity: 0;
}
.slide-item0 .btns-slide, .slide-item0 .social-slide{
    display: none;
}
.text-slide h1{
    margin-bottom: 30px
}
.text-slide h1, .text-slide h2{
    font-size: 40px;
    text-shadow: 0 0 9px black;
}
.btns-slide a {
    display: inline-block;
    color: #FFF;
    text-transform: uppercase;
    margin: 10px;
    border-radius: 4px;
    position: relative;
    -webkit-transition: 1s all ;
    -moz-transition: 1s all ;
    -ms-transition: 1s all ;
    -o-transition: 1s all ;
    transition: 1s all ;
}
.slide-item0 .btns-slide a {
    height: 40px;
    width: 200px;
    padding: 10px;
}
.slide-item0 .btns-slide a:hover{
    background: transparent;
    border: 1px solid #FFF;
}
.btn-slide-bleu{
    background: #165487;
    border: 1px solid #165487;
}
.btn-slide-bleu-light{
    background: #00a8d9;
    border: 1px solid #00a8d9;
}
.btn-slide-vert{
    background: #6DC39C;
    border: 1px solid #6DC39C;
}
.btn-slide-vert-light{
    background: #9AC7E1;
    border: 1px solid #9AC7E1;
}
.icon-social-slide{
    font-size: 0;
    color: rgba(255, 255, 255, 0.80);
    -webkit-transition: .3s all ;
    -moz-transition: .3s all ;
    -ms-transition: .3s all ;
    -o-transition: .3s all ;
    transition: .3s all ;
}
.social-slide .fa{
    font-size: 40px;
    margin: 10px
}
.social-slide .face:hover{
    color: #165487;
}
.social-slide .insta:hover{
    color: #00a8d9;
}
.social-slide .youtube:hover{
    color: #cc181e;
}
.slide-item1 .btns-slide{
    padding-top: 30px;
}
.slide-item1 .btns-slide a{
    padding: 10px 10px 10px 40px;
    height: 40px;
    width: 160px;
}

.slide-item1 .btn-slide-bleu:before{
    content: "";
    position: absolute;
    transform: translateY(-50%);
   transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    left: 20px;
    background: url("../images/icon-lycee-b.png");
    background-size: 30px 25px;
    height: 25px;
    width: 30px;
}
.slide-item1 .btn-slide-bleu-light:before{
    content: "";
    position: absolute;
    transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    left: 20px;
    background: url("../images/icon-college-b.png");
    background-size: 30px 25px;
    height: 25px;
    width: 30px;
}
.slide-item1 .btn-slide-vert:before{
    content: "";
    position: absolute;
    transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    left: 20px;
    background: url("../images/icon-maternelle-b.png");
    background-size: 30px 25px;
    height: 25px;
    width: 30px;
}
.slide-item1 .btn-slide-vert-light:before{
    content: "";
    position: absolute;
    transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    left: 20px;
    background: url("../images/icon-primaire-b.png");
    background-size: 30px 25px;
    height: 25px;
    width: 30px;
}
.slide-item2 .btns-slide a{
    height: 140px;
    width: 140px;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
}
.btns-slide span {
    position: absolute;
    bottom: 22px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    left: 50%;
    width: 70%;
}
.slide-item2 a:nth-child(1):before{
    content: "";
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    top: 20px;
    left: 50%;
    background: url("../images/pole-art.png");
    background-size: 50px 50px;
    height: 50px;
    width: 50px;
}
.slide-item2 a:nth-child(2):before{
    content: "";
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    top: 20px;
    left: 50%;
    background: url("../images/pole-sport.png");
    background-size: 50px 50px;
    height: 50px;
    width: 50px;
}
.slide-item2 a:nth-child(3):before{
    content: "";
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    top: 20px;
    left: 50%;
    background: url("../images/pole-cult.png");
    background-size: 50px 50px;
    height: 50px;
    width: 50px;
}
.slide-item2 a:nth-child(4):before{
    content: "";
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    top: 20px;
    left: 50%;
    background: url("../images/pole-ecol.png");
    background-size: 50px 50px;
    height: 50px;
    width: 50px;
}
.down {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 30px 0;
}
.down i {
    border: 2px solid #ffffff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 33px;
    cursor: pointer;
    background: rgba(19, 85, 133, 0.79);
    color: #FFF;
    font-size: 20px;
    position: relative;
}
.down i:before {
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    top: 50%;
    left: 50%;
}
.bg-bleu{
    text-align: center;
    background-position: center top !important;
    color: #FFF;
    padding: 40px 80px;
    background-color: #00a7d9 !important
}
.titre-bleu{
    font-size: 32px;
    margin-bottom: 20px;
    font-family: "LeckerliOne-Regular";
}
.btn-bg-bleu {
        background: #165486;
    color: #FFF;
    font-size: 26px;
    font-family: "Dosis-Regular";
    text-decoration: none;
    text-transform: uppercase;
    padding: 8px 14px 8px 45px;
    border-radius: 5px;
    position: relative;
}
.btn-bg-bleu:hover{
    color: #FFF;
}
.acceder:before{
    content: '';
    position: absolute;
    background: url('../images/button-acceder.png');
    background-size: 30px 30px;
    height: 30px;
    width: 30px;
    transform: translateY(-50%);
    top: 50%;
    left: 8px;
}
.postuler:before{
    content: '';
    position: absolute;
    background: url('../images/button-postuler.png');
    background-size: 30px 30px;
    height: 30px;
    width: 30px;
    transform: translateY(-50%);
    top: 50%;
    left: 8px;
}
.description-home{
    margin: 60px 0;
}
.desc-home p, .text-ronde p{
    font-size: 18px;
}
.bloc-desc-home{
    padding: 0 15px;
}
.titre-desc-home{
    font-family: "Dosis-Medium";
    color: #1c6aa4;
    font-size: 28px;
}
.desc-home{
    font-family: "Dosis-Regular";
    margin-top: 20px;
}
.img-ministre img, .souris-original img{
    display: inline-block
}
.description-home span{
    font-size: 20px;
}
.description-home .horaire-home{
    margin-top: 35px;
    text-align: center
}
.description-home .horaire-home .fa{
    font-size: 18px;
}
.activite-home{
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    height: 620px;
}
.bloc-activite{
    background: rgba(255, 255, 255, 0.92);
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}
.items-activite {
    padding: 50px 0;
    -webkit-transition: 1s all ;
    -moz-transition: 1s all ;
    -ms-transition: 1s all ;
    -o-transition: 1s all ;
    transition: 1s all ;
}
.image-icon-act {
    position: relative;
    top: 0;
    -webkit-transition: 1s all ;
    -moz-transition: 1s all ;
    -ms-transition: 1s all ;
    -o-transition: 1s all ;
    transition: 1s all ;
    margin-bottom: 20px;
}
.item-activite:hover .image-icon-act{
    top: -30px;
}
.item-activite{
    float: left;
    width: 25%
}
.titre-activite{
    text-decoration: none;
    color: #00a8d9;
    font-size: 20px;
    text-transform: uppercase;
}
.titre-activite:hover{
    color: #00a8d9;
    text-decoration: underline;
}
.bloc-actualite{
    margin: 40px 0
}
.bloc-content-actualite{
    padding-left: 0
}
.item-actualite{
    text-align: justify
}
.titre-actualite{
    font-family: "LeckerliOne-Regular";
    color: #165486;
    font-size: 30px;
    margin-bottom: 20px;
}
.img-actualite{
    background-position: center !important;
    background-size: cover !important;
    height: 200px;
    margin-bottom: 10px;
}
.lire{
    color: #00a8d9;
}
.autre-actualite{
    position: relative;
    text-align: right;
    margin: 30px 0;
}
.autre-actualite:before{
    content: '';
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    background: #00a8d9;
    width: 100%;
    height: 2px;
    z-index: 1;
}
.content-actualite{
    font-size: 16px;
}
.bloc-actualite-btn{
    display: inline-block;
    position: relative;
    padding-left: 20px;
    background: #FFF;
    z-index: 111;
    margin: 0;
}
.autre-actualite a{
    border: 1px solid #00a8d9;
    padding: 8px;
    border-radius: 5px;
    color: #00a8d9;
    text-transform: capitalize;
}
.autre-actualite a:hover, .lire:hover{
    color: #00a8d9;
}
.video-img{
    background-position: center !important;
    background-size: cover !important;
    height: 270px;
}
.bloc-video {
    margin-bottom: 37px;
}
.rentree-scolaire{
    background-position: center !important;
    background-size: contain !important;
    position: relative;
    padding: 50px 0;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}
.bloc-titre-entree{
    text-align: center;
    color: #165486;
    font-size: 20px;
}
.titre-rentree{
    font-family: "LeckerliOne-Regular";
    font-size: 50px;
    margin: 0
}
.item-time{
    display: inline-block;
    font-family: "Dosis-Bold";
    width: 20%;
    height: 165px;
    margin: 0 3% 9% 0;
    position: relative;
    transform: skew(-11deg);
    -webkit-transform: skew(-11deg);
    -moz-transform: skew(-11deg);
    -ms-transform: skew(-11deg);
    -o-transform: skew(-11deg);
    text-align: center;
    border-radius: 10px;
}
.day{
    background: #6DC39C;
}
.heure{
    background: #9AC7E1;
}
.minute{
    background: #10A7DB;
}
.seconde{
    background: #125587;
}
.content-time{
    position: absolute;
    transform: translateX(-50%) translateY(-50%) skew(11deg);
    -webkit-transform: translateX(-50%) translateY(-50%) skew(11deg);
    -moz-transform: translateX(-50%) translateY(-50%) skew(11deg);
    -ms-transform: translateX(-50%) translateY(-50%) skew(11deg);
    -o-transform: translateX(-50%) translateY(-50%) skew(11deg);
    top: 50%;
    left: 50%;
    color: #FFF;
}
.num-day{
    font-size: 50px;
    margin: 0
}
.label-day{
    font-family: "Dosis-Bold";
    font-size: 16px;
    text-transform: uppercase;
}
.left-entree{
    padding-top: 30px;
    padding-left: 90px;
}
.right-entree{
    height: 170px
}
.bon-entree{
    color: #165486;
    font-size: 20px;
}
.accede-entree {
    position: absolute;
    bottom: 0;
    margin: 0;
}
.btn-entree {
    background: #125587;
    color: #FFF;
    padding: 15px 50px;
    font-size: 24px;
    text-transform: uppercase;
    border-radius: 4px;
}
.btn-entree:hover{
    color: #FFF;
}
.chema-pedagogie{
    padding: 0px 0 40px;
    text-align: center;
}
.bg-derigeant{
    background-position: center !important;
    background-size: contain !important;
    background-color: rgb(11, 83, 136) !important;
    position: relative;
    padding: 50px 0;
    text-align: center
}
.titre-derigeant{
    font-family: "LeckerliOne-Regular";
    font-size: 50px;
    color: #FFF;
    margin-bottom: 40px;
}
.item-derigeant{
    width: 20%;
    float: left;
    padding: 0 20px;
}
.person-img{
    border: 3px solid #00A8D9;
    border-radius: 50%;
    padding: 0;
    width: 177px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
}
.person-img img{
    max-width: 100%;
    border-radius: 50%;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.nom-derigeant{
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}
.specialite-derigeant{
    font-size: 18px;
    color: #fff;
}
.galerie-home{
    padding: 40px 0
}
.titre-galerie-home{
    font-family: "LeckerliOne-Regular";
    text-align: center;
    color: #165486;
    font-size: 36px;
    margin-bottom: 30px;
    padding: 40px 0;
}
.item-galerie{
    width: 25%;
    float: left;
    padding: 5px;
}
.img-galerie{
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    height: 300px;
}
.overflo {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 79, 131, 0.54);
    color: #fff;
    -webkit-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.img-galerie:hover .overflo, .pole-item .item-image:hover .overflo {
    opacity: 1;
}
.img-galerie a, .pole-item .item-image a {
    font-size: 22px;
    letter-spacing: 2px;
    position: absolute;
    left: 0;
    text-transform: uppercase;
    color: #FFF;
    cursor: pointer;
    width: 100%;
    height: 100%;
}
.content-galerie{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    text-align: center;
    width: 100%;
    padding: 0 10px;
}
.img-galerie .zomm, .pole-item .zomm {
    height: 40px;
    width: 40px;
    background: url('../images/zomm.png');
    background-size: 40px 40px;
    display: inline-block;
}
.img-galerie .ecole-grade{
    color: #fff;
    font-size: 18px;
}
.fancybox-caption-wrap{
    text-align: center;
    text-transform: uppercase;
}
.fancybox-caption{
    border: transparent;
}
.blocc-contact-home{
    margin: 40px 0
}
.blocc-contact-home .contact-info p{
    margin-bottom: 16px
}
.contact-info{
    text-align: center;
    color: #00a7d9;
    font-size: 16px;
    margin-bottom: 30px;
}
.contact-info a{
    color: #00a7d9
}
.contact-info .titre-galerie-home{
    padding: 10px 0;
    margin-bottom: 0
}
.contact-info span{
    margin: 0 5px
}
.contact-form-home{
    margin: 10px 40px
}
*::-webkit-input-placeholder { /* Chrome */
  color: #165486 !important;
}
*:-ms-input-placeholder { /* IE 10+ */
  color: #165486 !important;
}
*::-moz-placeholder {
    color: #165486 !important;
}
*:-moz-placeholder { /* Firefox 4 - 18 */
  color: #165486 !important;
  opacity: 1;
}
.contact-form-home .form-control {
    padding: 10px 17px;
    height: 62px;
    border-radius: 15px;
    background: #f7f7f7 ;
    border: 1px solid #9b9595;
    border-radius: 5px;
    box-shadow: none;
    color: #165486;
    font-size: 15px;
}
.contact-form-home textarea{
    height: 216px !important;
}
.btn-contact{
    background: #165486;
    border-color: #165486;
    padding: 16px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 16px;
    border: 1px solid;
    border-radius: 5px;
    font-family: "Dosis-Bold";
}
.contacts-forms{
    padding: 0;
}
footer{
    background-position: center !important;
    padding: 15px 0;
    border-top: 2px solid #d1d3d4
}
.menu-footer > div{
    float: left;
    width: 25%;
    height: 150px;
}
.menu-footer > div ul{
    padding: 0;
}
.menu-footer > div li{
    list-style: none;
}
.menu-footer > div a{
    text-decoration: none;
    color: #165486;
    font-size: 16px;
    font-family: "Dosis-Medium";
}
.copyright #text-2{
    float: left;
}
.copyright #text-3{
    float: right;
    margin-top: 0;
}

.social-icon{
    height: 40px;
    width: 40px;
    margin-left: 20px;
    font-size: 0;
    display: inline-block;
    color: #FFF;
    position: relative;
    border-radius: 4px;
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    vertical-align: top;
}
.social-icon:hover{
    opacity: .75
}
.social-icon:hover .fa{
    opacity: 1
}
.social-icon .fa{
    font-size: 20px;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%;

}
.face{
    background: #3b5998;
}
.insta{
    background: #825c48;
}
.youtube{
    background: #cc181e;
}
.copyright-text {
    color: #165486;
    margin-top: 10px;
}
.copyright-text a{
    color: #165486;
}
.copyright-text a:hover{
    color: #00A7D9;
}
.home-maternelle-finlandway {
    height: 580px;
    position: relative;
    background-size: cover;
    background-position: top center;
}
.home-maternelle-finlandway .container{
    position: relative;
    height: 100%;
}
.home-maternelle-finlandway-logo {
  position: absolute;
  top: 9em;
  left: 21em;
  width: 280px;
}
.home-maternelle-finlandway-mark {
    position: absolute;
    top: 5em;
    left: 89px;
    width: 150px;
}
.home-maternelle-finlandway-btn {
    position: absolute;
    bottom: 60px;
    left: 101px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fbc70f;
    color: #2c5657;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 18px;
    padding: 7px 30px 10px 30px;
    border-radius: 10px;
}
.home-maternelle-desc {
    padding: 30px 0;
    color: #165486;
    font-size: 25px;
    text-align: center;
}
.home-maternelle-services{
    padding: 30px 0;
}
.home-maternelle-services-content{
    border-bottom: 1px solid #c5d4e1;
}
.home-maternelle-services-item{
    text-align: center;
    margin-bottom: 40px;
}
.home-maternelle-services-item .home-maternelle-services-item-icon{
    background: #ccc;
    border-radius: 100%;
    width: 200px;
    height: 200px;
    margin: auto;
    display: block;
    position: relative;
}
.home-maternelle-services-item .home-maternelle-services-item-icon img{
    max-width: 100px;
    max-height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.home-maternelle-services-item .home-maternelle-services-item-titre{
    font-size: 22px;
}
.home-maternelle-services-item .home-maternelle-services-item-text{
    font-size: 17px;
}

.home-maternelle-services-item:nth-child(1) .home-maternelle-services-item-icon{
    background: #097677;
}
.home-maternelle-services-item:nth-child(1) .home-maternelle-services-item-titre{
    color: #097677;
}

.home-maternelle-services-item:nth-child(2) .home-maternelle-services-item-icon{
    background: #fbc70f;
}
.home-maternelle-services-item:nth-child(2) .home-maternelle-services-item-titre{
    color: #fbc70f;
}

.home-maternelle-services-item:nth-child(3) .home-maternelle-services-item-icon{
    background: #cd9ca6;
}
.home-maternelle-services-item:nth-child(3) .home-maternelle-services-item-titre{
    color: #cd9ca6;
}

.home-maternelle-services-item:nth-child(4) .home-maternelle-services-item-icon{
    background: #9e5378;
}
.home-maternelle-services-item:nth-child(4) .home-maternelle-services-item-titre{
    color: #9e5378;
}

.shema-content {
    display: inline-block;
    position: relative;
}
.shema-content-text1 {
    position: absolute;
    left: -328px;
    top: -19px;
    text-align: left;
    font-size: 20px;
    color: #165486;
    font-weight: 800;
    width: 360px;
}
.shema-content-text2 {
    position: absolute;
    left: -344px;
    top: 134px;
    text-align: left;
    font-size: 20px;
    color: #165486;
    font-weight: 800;
    width: 340px;
}
.shema-content-text3 {
    position: absolute;
    left: -295px;
    top: 267px;
    text-align: left;
    font-size: 20px;
    color: #165486;
    font-weight: 800;
    width: 290px;
}
.shema-content-text4 {
    position: absolute;
    right: -285px;
    top: -19px;
    text-align: left;
    font-size: 20px;
    color: #165486;
    font-weight: 800;
    width: 320px;
}
.shema-content-text5 {
    position: absolute;
    right: -311px;
    top: 135px;
    text-align: left;
    font-size: 20px;
    color: #165486;
    font-weight: 800;
    width: 325px;
}
.shema-content-text6 {
    position: absolute;
    right: -295px;
    top: 287px;
    text-align: left;
    font-size: 20px;
    color: #165486;
    font-weight: 800;
    width: 280px;
}
.shema-content-text4 img{
    position: relative;
    left: 70px;
    top: -20px;
}
.shema-img-mobile{
    display: none;
}

.galerie-video-home{
    padding-top: 20px;
}

.galerie-video-home a{
    border: none;
    outline: none;
}

.galerie-video-home .slick-prev{
    left: -40px;
    background: url("../images/blue-left-arrow.svg");
    height: 40px;
    width: 40px;
}

.galerie-video-home .slick-prev::before{
    display: none;
}

.galerie-video-home .slick-next{
    right: -40px;
    background: url("../images/blue-left-arrow.svg");
    height: 40px;
    width: 40px;
    transform: scale(-1);
}

.galerie-video-home .slick-next::before{
    display: none;
}

.video-galerie-slider-item-container{
    padding: 0 20px;
}

.video-galerie-slider-item-image {
    height: 360px;
    background-size: cover;
    background-position: center;
    margin-bottom: 15px;
    position: relative;
}

.video-galerie-slider-item-image a{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
}

.video-galerie-slider-item-image img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-galerie-slider-item-titre{
    font-size: 19px;
    line-height: 24px;
    color: #165486;
    font-family: "Dosis-Medium";
    position: relative;
    margin-bottom: 20px;
}

.video-galerie-slider-item-titre span{
    background: #fff;
    position: relative;
    padding-right: 10px;

}

.video-galerie-slider-item-titre::before{
    content: "";
    width: 100%;
    height: 2px;
    background: #14A7D9;
    position: absolute;
    top: 10px;
}

/*--------------------------------
        Page CYCLES
---------------------------------*/
    /*-------------------
        Color Default
    ---------------------*/
    /*----Maternelle ----*/
.maternelle .header-cycle,
.maternelle .bloc-talent,
.maternelle .preinscpription-form,
.maternelle .presentation-inscrir{
    /* background-color: #6dc39c !important; */
    background-color: #149b86 !important;
}
.maternelle .presentation-titre{
    color: #6dc39c
}
.maternelle .menu-item-maternelle a{
    color: #6dc39c
}
.maternelle .menu-item-maternelle a:hover{
    color: #6dc39c
}
.maternelle .menu-item-maternelle:before, .menu-item-1080:before{
    content: "";
    position: absolute;
    transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    left: 20px;
    background: url("../images/picto-maternelle-gris.png");
    background-size: 30px 25px;
    height: 25px;
    width: 30px;
}
.maternelle .menu-item-maternelle:before, .current-menu-item.menu-item-1080:before{
    content: "";
    position: absolute;
    transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    left: 20px;
    background: url("../images/picto-maternelle.png");
    background-size: 30px 25px;
    height: 25px;
    width: 30px;
}
.maternelle .icon-presenta, .maternelle .slick-prev, .maternelle .slick-next{
    background: #6dc39c
}
.maternelle .cycle-slide-nav .item-image:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(109, 195, 156, 0.74);
}
.maternelle .cadre-act-cycle{
    border: 1px solid #6dc39c
}
    /*----Primaire ----*/
.primaire .header-cycle,
.primaire .bloc-talent,
.primaire .preinscpription-form,
.primaire .presentation-inscrir{
    background-color: #9AC7E1 !important;
}
.primaire .presentation-titre{
    color: #9AC7E1;
}
.primaire .menu-item-primaire a{
    color: #9AC7E1;
}
.primaire .menu-item-primaire a:hover{
    color: #9AC7E1;
}
.primaire .menu-item-primaire:before, .cycle-parents-menu .menu-item-primaire:before{
    content: "";
    position: absolute;
    transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    left: 20px;
    background: url("../images/picto-primaire.png");
    background-size: 30px 25px;
    height: 25px;
    width: 30px;
}
.primaire .icon-presenta, .primaire .slick-prev, .primaire .slick-next{
    background: #9AC7E1
}
.primaire .cycle-slide-nav .item-image:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(154, 199, 225, 0.74);
}
.primaire .cadre-act-cycle{
    border: 1px solid #9AC7E1
}
    /*----Collège ----*/
.college .header-cycle, .college .bloc-talent,
.college .preinscpription-form,
.college .presentation-inscrir{
    background-color: #00a7d9 !important;
}
.college .presentation-titre{
    color: #00a7d9;
}
.college .menu-item-college a{
    color: #00a7d9;
}
.college .menu-item-college a:hover{
    color: #00a7d9;
}
.college .menu-item-college:before, .cycle-parents-menu .menu-item-college:before{
    content: "";
    position: absolute;
    transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    left: 20px;
    background: url("../images/picto-college.png");
    background-size: 30px 25px;
    height: 25px;
    width: 30px;
}
.college .icon-presenta, .college .slick-prev, .college .slick-next{
    background: #00a7d9
}
.college .cycle-slide-nav .item-image:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 167, 217, 0.74);
}
.college .cadre-act-cycle{
    border: 1px solid #00a7d9
}
    /*----Lycée ----*/
.presentation-cycle .preinscpription-form{
    background-color: #165486;
    overflow: hidden;
}
.lycee .header-cycle,
.lycee .bloc-talent,
.lycee .preinscpription-form,
.lycee .presentation-inscrir{
    background-color: #165486 !important;
}
.lycee  .presentation-titre{
    color: #165486;
}
.lycee .menu-item-lycee a{
    color: #165486;
}
.lycee .menu-item-lycee a:hover{
    color: #165486;
}
.lycee .menu-item-lycee:before, .cycle-parents-menu .menu-item-lycee:before{
    content: "";
    position: absolute;
    transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    left: 20px;
    background: url("../images/picto-lycee.png");
    background-size: 30px 25px;
    height: 25px;
    width: 30px;
}
.lycee .icon-presenta, .lycee .slick-prev, .lycee .slick-next{
    background: #165486
}
.lycee .cycle-slide-nav .item-image:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(22, 84, 134, 0.74);
}
.lycee .cadre-act-cycle{
    border: 1px solid #165486
}
    /*-------------------
      End  Color Default
    ---------------------*/
.header-cycle{
    background-color: #165486 !important
}
.header-cycle, .header-ecole{
    background-position: center !important;
    padding: 30px 0;
    color: #FFF;
    text-align: center;
}
.image-parent{
    background-position: center !important;
    background-size: cover !important;
    height: 360px;
    margin-top: 30px
}
.presentation-cycle, .presentation-pole{
    margin: 30px 0;
}
.titre-cycle, .titre-pole{
    font-family: "LeckerliOne-Regular";
    font-size: 44px;
}
.menu-cycle-bottom{
    display: none;
    margin-bottom: 30px
}
.menu-cycle-bottom .bloc-talent, .menu-cycle-bottom .bloc-cordonne{
    margin-bottom: 20px;
}
.menu-cycle{
    border: 1px solid #cfd1d3;
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 0;
}
.menu-cycle ul, .cycle-parents-menu ul {
    padding: 0;
    margin: 0;
}
.menu-cycle li{
    list-style: none;
    font-family: "LeckerliOne-Regular";
    text-transform: capitalize;
    margin: 0;
    padding: 15px 10px;
    font-size: 20px;
    border-bottom: 1px solid #cfd1d3;
    position: relative;
}
.menu-cycle li:last-child{
    border-bottom: transparent;
}
.menu-cycle a{
    margin-left: 60px;
    color: #cfd1d3;
    display: block;
}
.menu-cycle a:hover{
    color: #149b86
}
.menu-item-maternelle:before{
    content: "";
    position: absolute;
    transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    left: 20px;
    background: url("../images/picto-maternelle-gris.png");
    background-size: 30px 25px;
    height: 25px;
    width: 30px;
}
.menu-item-primaire:before{
    content: "";
    position: absolute;
    transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    left: 20px;
    background: url("../images/picto-primaire-gris.png");
    background-size: 30px 25px;
    height: 25px;
    width: 30px;
}
.menu-item-college:before{
    content: "";
    position: absolute;
    transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    left: 20px;
    background: url("../images/picto-college-gris.png");
    background-size: 30px 25px;
    height: 25px;
    width: 30px;
}
.menu-item-lycee:before{
    content: "";
    position: absolute;
    transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    left: 20px;
    background: url("../images/picto-lycee-gris.png");
    background-size: 30px 25px;
    height: 25px;
    width: 30px;
}
.bloc-talent{
    background-position: center bottom !important;
    color: #FFF;
    padding: 15px;
    text-align: center;
    font-size: 18px;
    border-radius: 8px;
    margin-bottom: 30px;
}
.bloc-talent p{
    margin: 0;
}
.image-telents {
    margin: 6px 0;
    display: inline-block;
}
.item-talent{
    width: 190px !important;
}
.item-talent img {
    width: 100%;
}
.titre-talents{
    font-family: "LeckerliOne-Regular";
}
.classe-etude{
    font-size: 20px;
    text-transform: uppercase;
}
.exposer{
    text-transform: capitalize;
}
.header-presentation{
    display: inline-block;
    width: 100%;
}
.chemain-site {
    display: inline-block;
    margin-top: 20px;
}
.chemain-site ul{
    padding: 0
}
.chemain-site li{
    list-style: none;
    float: left;
    margin: 0 5px
}
.chemain-site a {
    color: #02131e;
}
.social-presenta {
    float: right;
}
.icon-presenta {
    height: 25px;
    width: 25px;
    margin-left: 4px;
    font-size: 0;
    display: inline-block;
    color: #FFF;
    position: relative;
    border-radius: 4px;
    background: #999;
}
.icon-presenta .fa {
    font-size: 16px;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%;
}
.ajax-loader {
  display:none !important;
}
.icon-presenta:hover{
    color: #FFF;
}
.presentation-titre {
    font-family: "LeckerliOne-Regular";
    color: #165486;
    font-size: 40px;
    margin-bottom: 30px;
}
.description-presentation{
    font-size: 18px;
    margin-bottom: 25px;
    /*min-height: 200px;*/
}
.sous-titre-info{
    font-size: 20px;
}
.info-inscrir{
    width: 60%;
}
.presentation-inscrir{
    background-position: center !important;
    padding: 30px;
    color: #FFF;
    border-radius: 18px;
    position: relative;
}
.img-inscrire {
    position: relative;
    float: right;
    display: none;
    right: -7px;
}
.img-inscrire img {
    width: 160px;
}
.cycle-item .item-image {
    height: 481px;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}

.cycle-slide-for {
    margin: 0 !important;
    overflow: hidden;
}

.cycle-slide-for .slick-dots {
    bottom: 12px;
    display: inline-block;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.cycle-slide-for .slick-prev::before,
.cycle-slide-nav .slick-prev::before{
    content: '';
    background: url("../images/flech-left-cycle.png");
    background-size: 8px 16px;
    height: 16px;
    width: 8px;
    position: absolute;
    transform: translateX(-50%)translateY(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%;
}
.cycle-slide-for .slick-next::before,
.cycle-slide-nav .slick-next::before{
    content: '';
    background: url("../images/flech-right-cycle.png");
    background-size: 8px 16px;
    height: 16px;
    width: 8px;
    position: absolute;
    transform: translateX(-50%)translateY(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%;
}
.cycle-slide-for .slick-dots li button:before {
    content: '';
    height: 15px;
    width: 15px;
    background: #999999;
    border: 1px solid #FFF;
}

.cycle-slide-for .slick-dots li button {
    height: 15px;
    width: 15px;
    border: 1px solid #FFF;
}

.cycle-slide-for .slick-prev {
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 11;
    height: 45px;
    width: 45px;
    border: 2px solid #FFF;
    border-radius: 50%;
}

.cycle-slide-for .slick-next {
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 11;
    height: 45px;
    width: 45px;
    border: 2px solid #FFF;
    border-radius: 50%;
}
.cycle-slide-nav{
    margin: 0 40px;
}
.cycle-slide-nav .villa-item {
    margin: 20px 10px;
}

.cycle-slide-nav .item-image {
    width: 100%;
    height: 150px;
}

.cycle-slide-nav .slick-slide{
    padding: 10px 5px;
}
.cycle-slide-nav .slick-prev {
    z-index: 11;
    left: -40px;
    height: 150px;
    width: 40px;
    border-radius: 6px
}

.cycle-slide-nav .slick-next {
    z-index: 11;
    right: -45px;
    height: 150px;
    width: 40px;
    border-radius: 6px
}
.cycle-slide-nav .slick-current .item-image:before {
    background: transparent;
}
.activites-cycle {
    margin: 100px 0 0;
}
.blocs-activites{
    width: 49.8%;
    float: none;
    display: inline-block;
    vertical-align: top;
}
.cadre-act-cycle{
    padding: 30px;
    border-radius: 20px;
    position: relative;
    margin-bottom: 80px;
}
.cadre-act-cycle:before{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: -64px;
}
.objectif-act:before{
    background: url("../images/activite-cycle1.png");
    background-size: 100% 100%;
    width: 175px;
    height: 118px;

}
.pedagogie-act:before{
    background: url("../images/activite-cycle2.png");
    background-size: 100% 100%;
    width: 175px;
    height: 104px;
}
.activites-act:before{
    background: url("../images/activite-cycle3.png");
    background-size: 100% 100%;
    width: 175px;
    height: 117px;
}
.equipements-act:before{
    background: url("../images/activite-cycle4.png");
    background-size: 100% 100%;
    width: 175px;
    height: 106px;
}
.cadre-act-cycle .presentation-titre{
    color: #37bae1;
    text-align: center;
    text-transform: capitalize;
    margin: 30px 0 20px;
}
/*--------------------------------
        Page POLES Activités
---------------------------------*/
    /*--------------------
        Default POLES
    --------------------*/
.pole-artistique .menu-item-artistique:before, .pole-parents-menu .menu-item-artistique:before{
    content: "";
    position: absolute;
    transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    left: 20px;
    background: url("../images/picto-pole-artistique.png");
    background-size: 30px 25px;
    height: 25px;
    width: 30px;
}
.pole-artistique .menu-item-artistique a{
    color: #214c82;
}

.pole-sportif .menu-item-sportif:before, .pole-parents-menu .menu-item-sportif:before{
    content: "";
    position: absolute;
    transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    left: 20px;
    background: url("../images/picto-pole-sportif.png");
    background-size: 30px 25px;
    height: 25px;
    width: 30px;
}
.pole-sportif .menu-item-sportif a{
    color: #214c82;
}

.pole-culturel .menu-item-culturel:before, .pole-parents-menu .menu-item-culturel:before{
    content: "";
    position: absolute;
    transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    left: 20px;
    background: url("../images/picto-pole-culturel.png");
    background-size: 30px 25px;
    height: 25px;
    width: 30px;
}
.pole-culturel .menu-item-culturel a{
    color: #214c82;
}

.pole-ecologie .menu-item-ecologie:before, .pole-parents-menu .menu-item-ecologie:before{
    content: "";
    position: absolute;
    transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    left: 20px;
    background: url("../images/picto-pole-ecolo.png");
    background-size: 30px 25px;
    height: 25px;
    width: 30px;
}
.pole-ecologie .menu-item-ecologie a{
    color: #214c82;
}
    /*--------------------
        End Default POLES
    --------------------*/
.header-ecole{
    background-color: #165486 !important;
}
.titre-ecole {
    font-family: "LeckerliOne-Regular";
    font-size: 44px;
}
.menu-pole-bottom{
    display: none;
    margin-bottom: 30px
}
.menu-pole-bottom .bloc-talent{
    margin-bottom: 20px;
}
.menu-pole{
    border: 1px solid #d1d3d4;
    border-radius: 8px;
    color: #d1d3d4;
    margin-bottom: 30px;
    padding: 0;
}
.menu-pole p{
    font-family: "LeckerliOne-Regular";
    margin: 0;
    padding: 15px 10px;
    font-size: 20px;
    border-bottom: 1px solid #cfd1d3;
    position: relative;
}
.menu-pole a{
    color: #d1d3d4;
}
.menu-pole span{
    margin-left: 60px;
}
.menu-pole  p:last-child{
    border-bottom: transparent;
}
.menu-item-artistique:before{
    content: "";
    position: absolute;
    transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    left: 20px;
    background: url("../images/picto-pole-artistique-gris.png");
    background-size: 30px 25px;
    height: 25px;
    width: 30px;
}
.menu-item-sportif:before{
    content: "";
    position: absolute;
    transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    left: 20px;
    background: url("../images/picto-pole-sportif-gris.png");
    background-size: 30px 25px;
    height: 25px;
    width: 30px;
}
.menu-item-culturel:before{
    content: "";
    position: absolute;
    transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    left: 20px;
    background: url("../images/picto-pole-culturel-gris.png");
    background-size: 30px 25px;
    height: 25px;
    width: 30px;
}
.menu-item-ecologie:before{
    content: "";
    position: absolute;
    transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    left: 20px;
    background: url("../images/picto-pole-ecolo-gris.png");
    background-size: 30px 25px;
    height: 25px;
    width: 30px;
}
.bloc-cordonne {
    color: #165486;
    /* color: #FFF; */
    padding: 20px;
    border: 1px solid #cfd1d3;
    border-radius: 8px;
    /* border-radius: 10px; */
}
.titre-cordonne {
    font-family: "LeckerliOne-Regular";
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    /* border-bottom: dashed 2px; */
    padding-bottom: 5px;
    font-size: 20px;
}
.bloc-cordonne p{
    display: inline-block;
    width: 100%;
}
.bloc-cordonne p:not(:nth-child(2) ) img{
    margin-top: -5px;
}
.bloc-cordonne p:not(:last-child){
    border-bottom: 1px dotted #165486;
    padding-bottom: 15px;
    font-weight: 600;
}
.bloc-cordonne p:first-child{
    border-bottom: none;
}
.bloc-cordonne span {
    float: right;
    width: 88%;
}
.bloc-cordonne .fa-fax, .bloc-cordonne .fa-envelope-o{
    font-size: 18px
}
.bloc-cordonne img{
    width: 20px;
    position: absolute;
}
.bloc-cordonne a{
    color: #FFF;
}
.adresse-cordonne{
    padding-top: 10px;
}
.pole-slide {
    margin: 0 30px;
}
.pole-item .item-image {
    height: 425px;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    padding: 5px;
}
.pole-slide .slick-slide{
    padding: 5px
}
.pole-slide .slick-prev::before,
.pole-slide .slick-next::before{
    content: '';
}
.pole-slide .slick-prev {
    background: url("../images/flech-left-pole-nav.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 11;
    left: -30px;
    height: 154px;
    width: 30px;
}

.pole-slide .slick-next {
    background: url("../images/flech-right-pole-nav.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 11;
    right: -30px;
    height: 154px;
    width: 30px;
}
.activites-pole {
    margin: 100px 0 0;
}
.activites-cycle .row > div {
    display: inline-block;
    float: none;
    vertical-align: top;
}
.cadre-act-pole{
    border: 1px solid #00a7d9
}
.cadre-act-pole {
    padding: 30px;
    border-radius: 20px;
    position: relative;
    margin-bottom: 80px;
}
.cadre-act-pole .presentation-titre {
    color: #165486;
    text-align: center;
    text-transform: capitalize;
    margin: 30px 0 20px;
}
.icon-pole{
    max-height: 116px;
    max-width: 110px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: -45px;
    background: #fff;
    padding: 10px;
}

/*--------------------------------
        Page Apropos de nous
---------------------------------*/
    /*--------------------
        Default apropos
    --------------------*/
.presentation .menu-item-presentation a,
.equipe-pedagogique .menu-item-pedagogie a,
.mot-du-fondateur .menu-item-fondateur a,
.programme-scolaire .menu-item-programme a,
.infrastructure .menu-item-infrastructure a,
.infirmerie .menu-item-infirmerie a,
.transport .menu-item-transport a,
.restauration .menu-item-restauration a{
    color: #165486;
}
.presentation .menu-item-presentation:before,
.equipe-pedagogique .menu-item-pedagogie:before,
.mot-du-fondateur .menu-item-fondateur:before,
.programme-scolaire .menu-item-programme:before,
.infrastructure .menu-item-infrastructure:before,
.infirmerie .menu-item-infirmerie:before,
.transport .menu-item-transport:before,
.restauration .menu-item-restauration:before{
    content: "";
    position: absolute;
    transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    left: 20px;
    background: url("../images/picto-apropo.png");
    background-size: 30px 25px;
    height: 25px;
    width: 30px;
}
    /*--------------------
       End Default apropos
    --------------------*/
.menu-pole a:hover{
    color: #165486;
}
.menu-item-presentation:before,
.menu-item-pedagogie:before,
.menu-item-fondateur:before,
.menu-item-programme:before,
.menu-item-infrastructure:before,
.menu-item-infirmerie:before,
.menu-item-transport:before,
.menu-item-restauration:before{
    content: "";
    position: absolute;
    transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    left: 20px;
    background: url("../images/picto-apropo-gris.png");
    background-size: 30px 25px;
    height: 25px;
    width: 30px;
}
.image-apropos{
    padding-right: 0;
}
.content-apropos{
    padding-left: 0
}
.image-half-apropos{
    background-position: center !important;
    background-size: cover !important;
    height: 400px;
    width: 50%;
    float: right;
    margin-left: 20px;
    margin-top: 30px;
}
/*--------------------------------
        Page Contact
---------------------------------*/
#map{
    height: 515px !important;
}
.map-contact p{
    margin-bottom: 0;
}
.map-contact iframe{
    display: inherit;
}
.contact-infos{
    background: #165486;
    padding: 30px 0;
    color: #FFF;
}
.contact-infos .row{
    margin: 0 50px
}
.contact-infos .fa {
    width: 12%;
    font-size: 26px;
    float: left;
    text-align: center;
}
.contact-infos .info-cord{
    width: 88%;
    float: left;
    padding-right: 40px;
}
.phone-cordonne span {
    display: inline-block;
    margin: 0 2px;
}
.email-cordonne a{
    color: #165486;
    font-weight: 600;
}
.contact-no .contact-form{
    margin: 40px 0;
}
div.wpcf7-validation-errors {
    float: left;
    width: 100%;
    text-align: center;
}
/*--------------------------------
        Single
---------------------------------*/
.single-item-page{
    margin-bottom: 40px
}
.img-single-post-cat img {
    height: 472px;
    width: 100%;
    object-fit: cover;
}
.post-cat-item {
    width: 50%;
    float: left;
}
.pad-right {
    padding-right: 30px;
}
.pad-left {
    padding-left: 30px;
}
.post-cat-item .actualite-img-post{
    height: 300px;
    border-radius: 10px 10px 0 0;
}
.post-cat-item .img-cat-post{
    margin-bottom: 60px;
    position: relative;
}
.cadre-post-cat{
    padding: 10px;
    border: 1px solid #00a7d9;
    border-radius: 15px;
    min-height: 600px;
    position: relative;
}
.date-post-item{
    text-align: center;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFF;
    padding: 2px;
    border-radius: 50%;
}
.date-post-item .date{
    background: #0a9fd2;
    display: block;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 6px;
    color: #FFF;
    font-size: 16px;
    line-height: 20px;
}
.date-post-item .date i{
    font-style: normal;
    font-size: 26px;
}
.post-cat-item h2{
    min-height: 66px;
    font-family: "LeckerliOne-Regular";
    font-size: 26px;
}
.post-cat-item h2 a{
    color: #135585;
}
.social-post-item{
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 15px;
    padding: 0 30px;
}
.icon-social {
    height: 30px;
    width: 30px;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    color: #135585;
    position: relative;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    cursor: pointer;
}
.icon-social .fa {
    font-size: 16px;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%;
}
.btn-post-cat{
    float: left;
}
.partage-post{
    float: right;
}
.btn-post-item{
    background: #135585;
    color: #FFF;
    text-transform: uppercase;
    font-size: 13px;
    width: 150px;
    height: 32px;
    line-height: 20px;
}
.btn-post-item:hover{
    color: #FFF;
}
.content-posts-item{
    padding: 0 20px;
}
.titre-singl{
    font-family: "LeckerliOne-Regular";
    font-size: 44px;
    padding: 0 15px;
}
.single-post-cat p{
    font-size: 18px;
}
.img-post-cat{
    margin-bottom: 30px;
}
.videos-item .img-post-cat{
    display: none;
}
.img-cat-post img{
    display: block;
    margin: auto;
}
.actualite-img-post{
    background-position: center !important;
    background-size: cover !important;
    height: 350px;
}
.img-single-post-cat {

}

.single-post-cat iframe{
    height: 470px !important;
}
.sidebar-blocs{
    position: relative;
}
.blur-img{
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}
.sidebar-blocs:before{
    content: '';
    background: url("../images/tag-icon.svg");
    background-size: 70px 140px;
    height: 140px;
    width: 70px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
    z-index: 112
}
.blur-img .img-single-post-cat {
    filter: blur(3px) grayscale(100%);
        -webkit-filter: blur(3px) grayscale(100%);
        -moz-filter: blur(3px) grayscale(100%);
        -o-filter: blur(3px) grayscale(100%);
        -ms-filter: blur(3px) grayscale(100%);
    margin: -5px -5px -5px -5px;
    height: 481px;
}
.blur-img .date-post-item {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 40%;
    bottom: auto;
    transform: translateX(-50%)translateY(-50%);
    z-index: 111;
}
.blur-img .date-post-item .date {
    padding: 25px 10px;
    font-size: 25px;
    line-height: 25px;
    width: 110px;
    height: 110px;
}
.blur-img .date-post-item .date i {
    font-size: 40px;
}
.partage-single{
    background: #FFF;
    z-index: 113;
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 20px;
    bottom: 20%;
}
.act-next {
    float: right;
}
.act-prev {
    float: left;
}
.nav-post-sing{
    border: 1px solid #0a9fd2;
    padding: 6px 20px;
    color: #0a9fd2;
}
.single-content-post{
    font-size: 20px;
    margin-bottom: 40px;
}
.partage-single .partage-post {
    float: none;
}
.partage-single .titre-partage{
        color: #10a6d8;
    text-transform: capitalize;
    font-size: 20px;
}
.partage-single .icon-social {
    margin: 0 6px;
}
.partage-single .icon-social .fa {
    font-size: 28px;
}
.info-post-cat{
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.info-post-cat span{
    width: 33.33%;
    float: left;
    padding-left: 30px;
    position: relative;
}
.info-post-cat .author:before{
    content: "";
    position: absolute;
    transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    left: 0px;
    background: url("../images/author_icon.png");
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
}
.info-post-cat .date:before{
    content: "";
    position: absolute;
    transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    left: 0px;
    background: url("../images/calendar_icon.png");
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
}
.info-post-cat .comments:before, .comment-respond .comment-reply-title:before, .comments .comment-reply-title:before{
    content: "";
    position: absolute;
    transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    left: 0px;
    background: url("../images/comment_icon.png");
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
}
.comment-respond .comment-reply-title, .comments .comment-reply-title{
    padding-left: 30px;
    position: relative;
    color: #4287a5;
    font-size: 20px;
    font-weight: 600
}
.comment-notes {
    font-size: 15px !important;
    color: #777777;
    margin-bottom: 20px;
}
.comment-form-url, .comment-form-author label, .comment-form-email label{
    display: none;
}
.comment-list {
    list-style: none;
    padding: 0;
}
.comment-list .comment-date {
    font-size: 15px;
    color: #aaaaaa;
    margin-bottom: 10px;
    display: inline-block;
}
.comment-body {
    font-size: 15px;
    color: #777777;
    line-height: normal;
    padding: 0 15px;
}
.comment-list .reply {
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 30px;
    font-size: 15px;
    text-transform: uppercase;
}
.comment-author {
    color: #252c33;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 20px;
}
.comments li{
    border-bottom: 1px solid #aaaaaa;
    padding: 0 0 25px;
    list-style: none;
}
.comment-form-author {
    float: left;
    width: 49%;
    margin-right: 2%;
}
.comment-form-email{
    float: left;
    width: 49%;
}
 .comments input, .comments select, .comments textarea{
    width: 100%;
    border-radius: 10px;
    background: #f7f7f7;
    border: 1px solid #9b9595 ;
    padding: 10px 15px
}
.comments .form-submit{
    text-align: center;
}
.btn-comment {
    display: inline-block;
    width: auto !important;
    background: #165486 !important;
    color: #FFF;
}
.comments ul{
    padding: 0;
}
.widget_search{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-bottom: 20px;
}
.widget_search form{
    display: inline-block;
    width: 66%;
    position: relative;
}
.widget_search input[type="search"]{
    background: none;
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    padding: 3px 11px;
    font-size: 15px;
    line-height: 44px;
    background: #f7f7f7;
    border: 2px solid #d6d6d6;
    border-radius: 10px;
}
.widget_search button {
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    border: none;
    width: 44px;
    height: 44px;
    padding: 0;
    color: #aaaaaa;
    font-size: 0;
}
.widget_search button:hover {
    color: #303132;
}
.widget_search button:before {
    content: "\f002";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
}
.block_title, .widgettitle, .widget .box_header {
    font-size: 20px;
    color: #4287a5;
    font-weight: 600;
    margin: 0 0 25px 0;
}
.widget_categories ul, .widget_archive ul, .widget_pages ul, .widget_meta ul, .widget_recent_comments ul, .widget_recent_entries ul, .widget_nav_menu ul, .widget_product_categories ul {
    margin: 0;
    padding-left: 10px;
    list-style: none;
}
.widget_categories li, .widget_archive li, .widget_pages li, .widget_meta li, .widget_recent_entries li, .widget_product_categories li {
    font-size: 15px;
    margin: 0 0 20px 0;
    color: #398790;
}
.preinscription .inscriptions_pre{
    padding: 60px 0;
    background-color: #00a7d9 !important;
    border-bottom: 3px solid #a0a0a0;
}
.inscrir-pre{
    font-size: 18px;
    color: #FFF;
    text-align: center;
    margin-bottom: 60px;
}
.inscrir-pre h1{
    margin-bottom: 0;
}
.inscrir-pre span{
    display: block;
}
.pre_inscrir input{
    padding: 10px 18px;
    border-radius: 15px;
    height: 44px;
    background: #f7f7f7;
    border: 1px solid #9b9595;
    width: 100%;
}
.preinscription textarea{
    height:  190px;
    padding: 10px 18px;
    border-radius: 15px;
    background: #f7f7f7;
    border: 1px solid #9b9595;
}
.preinscription .btn-contact{
    padding: 5px 0px 30px;
    border-radius: 10px;
    width: 100%;
    height: 70px;
    font-size: 30px;
    border: transparent;
    background: #165486;
}
.contact-pre{
    position: relative;
}
.contact-pre p{
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    left: 50%;
    width: 100%;
    text-align: center;
    color: #FFF;
    pointer-events: none;
}
.bloc-inscrir-pre{
    background: #f7f7f7;
}
.preinscription .adresse-local{
    height: 511px;
    width: 100%;
    border-radius: 15px;
}
.candidature .inscriptions_pre{
    padding: 60px 0;
    background-color: #165486 !important;
}
.candidature textarea{
    height:  150px;
    padding: 10px 18px;
    border-radius: 15px;
    background: #f7f7f7;
    border: 1px solid #9b9595;
}
.candidature .btn-contact{
    padding: 20px 0;
    border-radius: 10px;
    width: 100%;
    height: auto;
    font-size: 30px;
    border: transparent;
    background: #00A7D9;
}
.candidature .cv {
    position: relative;
    pointer-events: none;
    z-index: 1;
}
.cv-file{
    position: relative;
}

.btn-file {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 11;
    pointer-events: initial;
    width: 30%;
    height: 100%;
    line-height: 30px;
    background: #00a7d9;
    color: #FFF;
    border-radius: 0 15px 15px 0;
}
.btn-file input[type=file] {
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.candidature .file {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 11;
    pointer-events: initial;
}
.candidature .file-up{
    background: #00a7d9;
}
.candidature .adresse-local{
    height: 542px;
    width: 100%;
    border-radius: 15px;
}
.categorie-posts{
    padding: 40px 0
}
.cat-posts{
    margin-bottom: 30px;
}

.cat-posts h2{
    margin: 0;
}
.detail-cat-posts{
    margin-top: 30px
}
/* .ui-leaders {
  overflow: auto;
} */
/* .ui-leaders .leaders-block{
  display: inline-flex;
} */
.ui-leaders .leaders-block .leader-block  .leader-img{
  margin: auto;
  width: 171px;
  height: 171px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  border: 5px solid #b2e4f4;
  background-size: cover;
}
.ui-leaders .leaders-block .leader-block{
  padding-left: 10px;
  padding-right: 10px;
  width: 20%;
  float: left;
}
.ui-leaders .leaders-block .leader-block p:not(:last-child){
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0;
}
.ui-leaders .leaders-block .leader-block p:last-child{
  font-size: 15px;
}
.ui-leaders .leaders-block .leader-block p{
  color: #165486;
  line-height: 20px;
}

.ui-title-block-right h2{
  font-family: "Roboto-Condensed";
  font-weight: 600;
  color: #149b86;
  font-size: 38px;
  margin-top: 2.5em;
}
.ui-title-block-right h3{
 font-family: "Roboto-Condensed";
 font-weight: 600;
 color: #149b86;
 letter-spacing: 1px;
 font-size: 31px;
}
.ui-about-block .ui-imgs img{
  border-radius: 10px;
}
.ui-title-block-right h2::after{
  content: "";
  border-bottom: 3px solid #f1df19;
  position: absolute;
  display: block;
  margin-top: 15px;
  width: 90px;
}
.ui-left-logo img{
  width: 300px;
}
.ui-right-logo img{
  position: absolute;
  right: 15px;
  width: 120px;
  top: 15px;
}
.methodologie-block .block-hrader{
    margin-top: 3em;
}
.methodologie-block  .txt-block,
.programme-block  .txt-block
{
  font-family: "Roboto-Condensed";
  font-size: 20px;
  margin-top: 2.5em;
  line-height: 35px;
  color: #3a3a3a;
}
.programme-block  .programme-details{
  display: flex;
  margin-top: 3em;
}
.programme-block  .programme-details .block-detail{
  width: 20%;
  padding: 1em;
  text-align: center;
}
.programme-block  .programme-details .block-detail p{
  font-family: "Roboto-Condensed";
  font-size: 21px;
  margin-top: 1em;
}
.programme-block  .programme-details .block-icon{
  width: 100px;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
}
.ui-banner-text{
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.ui-banner-text .ui-banner-bg{
    position: relative;
    min-height: 300px;
    margin-top: 3em;
    padding-bottom: 20px;
    background-color: #149b86;
}
.ui-banner-text .ui-banner-bg .banner-content{
    position: relative;
    z-index: 10;
    text-align: center;
}
.ui-banner-text .ui-banner-bg .ui-banner-bg-img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.2;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.ui-banner-text .ui-banner-bg img{
  margin-top: 3em;
  width: 40px;
}
.ui-banner-text .ui-banner-bg h2{
  font-family: Roboto-CondensedItalic;
  color: #fff;
  line-height: 50px;
  letter-spacing: 1px;
  font-size: 38px;
}
.presentation-cycle .ui-about-block{
  padding-top: 15px;
}
.ui-title-block-center{
  text-align: center;
}
.ui-title-block-center h2{
  font-family: Roboto-Condensed;
  color: #149b86;
  letter-spacing: 1px;
  font-size: 40px;
  font-weight: 600;
}
.maternelle-img-4 img{
  position: absolute;
  right: 10em;
  width: 270px;
  top: 6em;
}
.ui-title-block-center h2::after{
    content: "";
    border-bottom: 3px solid #f1df19;
    position: absolute;
    display: block;
    left: 50%;
    right: 50%;
    transform: translate(-50% , -50%);
    margin-top: 15px;
    width: 90px;
}
.ui-about-block .ui-about .txt-block p {
  margin-top: 2em;
  font-size: 25px;
  font-family: Roboto-Condensed;
}
.ui-about-block .ui-imgs p{
  text-align: center;
  font-family: Roboto-Condensed;
  font-size: 19px;
}
.get-apps-block{
  margin-top: 2em;
  width: 100%;
  padding: 60px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: Roboto-Condensed;
}
.get-apps-block a {
    margin: 0 10px;
}
.get-apps-block .ui-title-block-center h2{
  color: #fff;
  font-size: 40px;
  margin-top: 1em;
}
.get-apps-block .desc-txt{
  text-align: left;
  color: #fff;
  line-height: 40px;
  width: 86%;
  font-size: 25px;
  margin-top: 75px;
}
.get-apps-block .download-app img{
  width: 233px;
  margin-top: 40px;
}
/* .get-apps-block .download-app .download-app-btn{
  margin-top: 29px;
  background-color: #fbc70f;
  color: #057e81;
  left: 15px;
  padding: 12px 40px;
  font-size: 19px;
  height: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  border-radius: 5px;
  position: absolute;
} */
.ui-partnerships img{
  width: 100%;
  height: 100%;
}
.ui-partnerships{
margin-top: 2em;
}
.ui-partnerships .desc-txt p{
    font-family: Roboto-Condensed;
    text-align: center;
    font-size: 20px;
    margin-top: 3em;
}
.preinscpription-form{
  border-radius: 8px;
  padding: 10px 10px;
  margin-bottom: 30px;
}
.preinscpription-form p{
  color: #fff;
  font-size: 30px;
  font-weight: 100;
  text-transform: none;
}
.preinscpription-form .btn-send{
  text-align: center;
}
.preinscpription-form .btn-send input{
  background-color: #fbc70f;
  border: none;
  color: #fff;
  padding: 5px 30px;
  letter-spacing: 1px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: Roboto-Condensed;
  outline: none;
}
.preinscpription-form input,
.preinscpription-form textarea{
    background-color: #f8f8f8;
    color: #88a8c0;
    border-radius: 10px;
    font-family: Roboto-Condensed;
    font-size: 12px;
}
.ui-bg{
  width: 100%;
  height: 91vh;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top:0;
  bottom: 0;
}
.home-maternelle-finlandway-content-text{
  width: 43% !important;
  left: 5%;
  top: 45%;
  position: absolute !important;
}
.home-maternelle-finlandway-content{
  position: absolute;
}
.home-maternelle-finlandway-content-text p{
  color: #097677;
  font-size: 24px;
  font-family: Roboto-Regular;
}
.maternelle-slider-text{
  position: absolute;
  top: 45%;
  left: 14%;
}
.maternelle-slider-text h5{
  font-size: 30px;
}
.maternelle-slider-text h5,
.maternelle-slider-text h2{
  color: #48aa99;
  margin-bottom: 0;
  margin-top: 5px;
}
.maternelle-slider-text h2{
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 1px;
}
.maternelle-slider-text p{
  color: #3b3837;
  margin-top: 5px;
  font-size: 21px;
  letter-spacing: 1px;
}
.maternelle-slider-text {
  font-family: Roboto-Condensed;
  width: 32%;
}
body.maternelle #menu-menu-cycle-2 .current-menu-item a{
    color: #149b86 ;
}
body.maternelle .menu-cycle a:hover {
      color: #149b86 ;
}
body.primaire #menu-menu-cycle-2 .current-menu-item a{
    color: #9AC7E1;
}
body.primaire .menu-cycle a:hover {
      color: #9AC7E1;
}
body.college #menu-menu-cycle-2 .current-menu-item a{
  color: #00a7d9;
}
body.college .menu-cycle a:hover {
      color: #00a7d9;
}
body.lycee #menu-menu-cycle-2 .current-menu-item a{
  color: #165486;
}
body.lycee .menu-cycle a:hover {
      color: #165486;
}
body.equipe-pedagogique #menu-menu-cycle-2 .current-menu-item a{
  color: #165486;
}
body.equipe-pedagogique .menu-cycle a:hover {
      color: #165486;
}
.maternelle-slider-text .animated{
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  opacity: 0;
}
.gsp-show-more .gsp-show-more-separator img{
  width: 50px;
  border: 2px solid #149b86;
  border-radius: 50%;
  padding: 12px;
  position: absolute;
  z-index: 99;
  background-color: #fff;
  left: 50%;
  transform: translate(-50% ,0);
}
.gsp-show-more .gsp-show-more-separator{
  text-align: center;
  position: relative;
}
 .gsp-show-more .gsp-show-more-separator::after{
   content: "";
   border-bottom: 1px solid #149b86;
   position: absolute;
   display: block;
   width: 100%;
   left: 0;
   right: 0;
   height: 120px;
   top: -95px;
   background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 1%, rgba(255,255,255,1) 9%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 27%, rgba(255,255,255,0.9) 86%, rgba(255,255,255,1) 100%);
   background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(255,255,255,1) 9%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 27%,rgba(255,255,255,0.9) 86%,rgba(255,255,255,1) 100%);
   background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(255,255,255,1) 9%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 27%,rgba(255,255,255,0.9) 86%,rgba(255,255,255,1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00149b86',GradientType=0 );
 }
 .gsp-show-more .gsp-show-more-separator.expand-top::after{
  background: transparent;
 }
 .gsp-show-more-separator.expand-top{
   display: none;
 }
 .gsp-show-more.gsp-sm{
   display: none;
 }
 .maternelle .programme-details .icon-presenta,
 .maternelle .programme-details  .slick-prev,
 .maternelle .programme-details  .slick-next {
    background: transparent;
}
 .programme-details .slick-prev:before, .slick-next:before {
    color: #000;
}
.maternelle .ui-leaders .icon-presenta,
.maternelle .ui-leaders  .slick-prev,
.maternelle .ui-leaders  .slick-next {
   background: transparent;
}
.ui-leaders .slick-prev:before, .slick-next:before {
   color: #000;
}

/*-------------------------------- Responsive -------------------------------*/

@media (min-width: 992px) {
    .container {
        width: 100%;
        padding: 0 60px;
    }
}
@media (min-width: 1513px) {
    .container {
        width: 1513px;
    }

    .categorie-container{
        width: 1170px;
    }
}
@media only screen and (max-width: 1366px){
    .blur-img .img-single-post-cat{
        height: 429px;
    }

    .sidebar-blocs:before {
        content: '';
        background: url("../images/tag-icon.svg");
        background-size: 70px 92px;
        height: 92px;
        width: 70px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -3px;
        z-index: 112;
    }

    .partage-single {
        bottom: 10%;
    }

    .single-post-cat iframe{
        height: 418px !important;
    }

}
@media only screen and (max-width: 1400px){
    .ui-bg {
        height: 89vh;
    }
}
@media only screen and (max-width: 1200px){
    .logo{
        text-align: right;
    }
    #nav-side-toggel {
        display: block;
    }
    .nav-menus{
        display: none;
    }
    #side-nav {
        width: 44%;
    }
    .nav-close {
        left: -44%;
    }
    .nav-menus{
        width: 44%;
    }

}
@media only screen and (max-width: 1024px){

    .anim-zoom{
        opacity: 1;
    }
    .maternelle-slider-text {
        width: 60%;
    }
    .home-maternelle-finlandway-btn{
      transform: translateX(100%);
    }
    .home-maternelle-finlandway-content-text {
      width: 90% !important;
      top: 60%;
    }

    .item-derigeant {
        width: 33%;
    }
    .item-derigeant:nth-child(4), .item-derigeant:nth-child(5){
        width: 50%;
    }
    .img-galerie{
        height: 250px
    }

    .image-parent-page, .content-presentation{
        padding: 0
    }

    .pole-item .item-image{
        height: 300px;
    }
/*--------------------------------
        Page Contact
---------------------------------*/
    .contact-infos{
        text-align: center
    }
    .contact-infos .fa {
        width: auto;
        position: absolute;
        top: 0;
        transform: translateX(-50%);
        left: 50%;
        display: inline;
    }
    .contact-infos .info-cord {
        width: auto;
        float: none;
        padding: 0px 30px 20px;
        margin-top: 30px;
    }
    .comment-list .reply {
        margin-left: 0;
    }
    .post-cat-item .actualite-img-post {
        height: 250px;
    }

    .post-cat-item h2{
        font-size: 23px;
    }


    .home-maternelle-finlandway-logo {
        position: absolute;
        top: 18em;
        width: 291px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .home-maternelle-finlandway-mark {
        position: absolute;
        top: 2em;
        left: 50%;
        width: 160px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .home-maternelle-finlandway-content-text p {
          font-size: 19px;
          padding: 0px 20px;
          text-align: center;
      }
    .shema-img-pc {
        width: 220px;
    }
    .shema-content-text1 {
        left: -328px;
        top: -38px;
    }
    .shema-content-text2 {
        left: -344px;
        top: 65px;
    }
    .shema-content-text3 {
        left: -295px;
        top: 160px;
    }
    .shema-content-text4 {
        right: -310px;
        top: -43px;
    }
    .shema-content-text5 {
        right: -325px;
        top: 66px;
    }
    .shema-content-text6 {
        right: -295px;
        top: 163px;
    }
    .get-apps-block .desc-txt {
      width: 100%;
    }
    .get-apps-block .download-app img {
      width: 150px;
      margin-top: 50px;
    }
    .get-apps-block {
        padding: 0 0 40px;
          text-align: center;
    }
    .img-single-post-cat img {
        height: 420px;
        width: 100%;
        object-fit: cover;
    }
}
@media only screen and (max-width: 992px){
     #side-nav {
        width: 64%;
    }
    .nav-close {
        left: -64%;
    }
    .nav-menus{
        width: 74%;
    }
    .right-entree {
        height: auto;
        text-align: center;
    }
    .item-time {
        float: left;
        display: block;
        width: 22%;
    }
    .right-entree {
        height: auto;
        text-align: center;
    }
    .accede-entree {
        position: relative;
        display: inline-block;
    }
    .bon-entree{
        position: absolute;
    }
    .item-galerie {
        width: 50%;
    }
    .copyright, .menu-footer > div{
        text-align: center;
    }
/*--------------------------------
        Page CYCLES
----------------------------------*/
    .menu-cycle-bottom{
        display: block
    }
    .menu-cycle-top{
        display: none;
    }
    .cycle-slide-for .cycle-item .item-image {
        height: 400px;
    }
    .cycle-slide-for .slick-prev, .cycle-slide-for .slick-next{
        height: 38px;
        width: 38px;
    }
    .cycle-slide-nav .item-image, .cycle-slide-nav .slick-prev, .cycle-slide-nav .slick-next {
        height: 100px;
    }
    .cycle-slide-nav {
        margin: 0px 30px;
    }
    .cycle-slide-nav .slick-prev {
        left: -30px;
        width: 30px
    }
    .cycle-slide-nav .slick-next {
        right: -32px;
        width: 30px
    }
    .blocs-activites{
        width: 100%;
    }
    .image-half-apropos{
        width: 100%;
        float: none;
        margin-left: 0px;
        margin-top: 30px;
    }
/*--------------------------------
        Page Contact
---------------------------------*/
    .contact-infos .fa {
        top: -30px;
    }
    .contact-infos .row {
        margin: 0px;
    }
    .img-cat-post {
        margin-bottom: 20px;
    }
/*--------------------------------
        Single
---------------------------------*/
    .sidebar-blocs:before {
        background-size: 30px 70px;
        height: 70px;
        width: 30px;
        top: -9px;
    }
    .img-single-post-cat, .img-single-post-cat iframe {
        height: auto;
    }
    .blur-img .img-single-post-cat {
        height: 360px;
    }
    .blur-img .date-post-item {
        top: 32%;
    }
    .blur-img .date-post-item .date {
        padding: 12px 10px;
        font-size: 18px;
        width: 80px;
        height: 80px;
    }
    .partage-single {
        padding: 15px;
    }
    .pad-left {
        padding-left: 15px;
    }
    .pad-right {
        padding-right: 15px;
    }
}
@media only screen and (max-width: 768px){
    .gsp-show-more.gsp-sm{
      display: block;
    }
    .shema-img-pc {
        width: 190px;
        position: relative;
        left: -30px;
    }
    .shema-content-text1 {
        left: -266px;
        top: -68px;
        width: 250px;
        font-size: 18px;
    }
    .shema-content-text2 {
        left: -266px;
        top: 40px;
        width: 250px;
        font-size: 18px;
    }
    .shema-content-text3 {
        left: -264px;
        top: 142px;
        width: 250px;
        font-size: 18px;
    }
    .shema-content-text4 img {
        position: relative;
        left: 13px;
        top: 12px;
    }
    .shema-content-text4 {
        right: -268px;
        top: -52px;
        width: 310px;
    }
    .shema-content-text5 {
        right: -255px;
        top: 58px;
        width: 280px;
        font-size: 18px;
    }
    .shema-content-text6 {
        right: -260px;
        top: 143px;
        font-size: 18px;
        width: 270px;
    }
    .get-apps-block .download-app img {
        margin-top: 20px;
        width: 200px;
    }
    .txt-block.gsp-sm-text{
       max-height: 240px;
       overflow: hidden;
     }
    .img-single-post-cat img {
        height: 352px;
        width: 100%;
        object-fit: cover;
    }
}
@media only screen and (max-width: 767px){
    .mega-sub-menu .menu-item a {
        font-size: 16px;
    }
    .nav-open .mega-sub-menu li{
        width: 100% !important;
    }
    .nav-open .mega-sub-menu > li:nth-child(2), .nav-open .mega-sub-menu > li:nth-child(3){
       display: none !important;
    }
    .text-slide h1, .text-slide h2 {
        font-size: 30px;
    }
    .slide-item2 .btns-slide a {
        height: 120px;
        width: 120px;
    }
    .slide-item2 a:before{
        top: 10px !important;
        background-size: 40px 40px !important;
        height: 40px !important;
        width: 40px !important;
    }
    .rentree-scolaire {
        padding: 50px 0 100px;
    }
    .bon-entree {
        position: absolute;
        bottom: -70px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        width: 100%;
    }
    .contact-info span {
        display: block;
    }
    .down i {
        width: 40px;
        height: 40px;
    }
    .logo img{
        height: 130px;
    }
    .bg-bleu{
        padding: 40px 0px
    }
    .bg-bleu > div{
        margin-bottom: 20px
    }
    .bloc-desc-home{
        padding: 0px;
    }
    .activite-home{
        height: 800px;
    }
    .item-activite {
        width: 50%;
        margin-bottom: 20px;
    }
    .item-actualite{
        margin-bottom: 20px
    }
    .autre-video:before {
        width: calc(100% - 20%);
    }
    .preinscription .adresse-local, .candidature .adresse-local{
        height: auto;
    }
    .chema-pedagogie .img-mobil{
        display: inline-block !important;
    }
    .chema-pedagogie .img-desk{
        display: none !important;
    }
/*--------------------------------
        Page CYCLES
----------------------------------*/
    .titre-cycle, .titre-pole{
        font-size: 36px;
    }
    .image-half-apropos {
        height: 300px;
    }
    .cadre-act-pole .presentation-titre{
        font-size: 28px;
    }
    .menu-pole-bottom .row > div{
        padding: 0
    }
    .post-cat-item {
        width: 100%;
    }
    .post-cat-item h2, .cadre-post-cat {
        min-height: auto;
    }
    .cadre-post-cat{
        height: auto;
    }
    .social-post-item {
        position: relative;
        bottom: auto;
        padding: initial;
        text-align: center;
    }
    .content-posts-item {
        padding: 0 10px;
    }
    .detail-cat-posts {
        margin-bottom: 20px;
    }
    .pad-right {
        padding-right: 0px;
    }
    .pad-left {
        padding-left: 0px;
    }
    .partage-post {
        float: none;
    }
    .btn-post-cat {
        margin-bottom: 15px;
        float: none;
    }
    .sidebar-blocs {
        margin-top: 20px;
    }
    .blur-img .img-single-post-cat {
        height: 220px;
    }
    .blur-img .date-post-item {
        top: 54px;
    }
    .sidebar-blocs:before {
        left: auto;
        right: 10px;
    }
    .partage-single {
        padding: 10px;
        bottom: 8%;
    }
    .partage-single .titre-partage {
        font-size: 18px;
    }
    .partage-single .icon-social .fa {
        font-size: 22px;
    }
    .single-item-page .row > div{
        padding: 0
    }
    .methodologie-block .block-hrader  .ui-right-logo img {
      position: inherit;
    }
   .get-apps-block .desc-txt {
        width: 100%;
        text-align: center;
    }

}
@media only screen and (min-device-width : 320px) and (max-device-width : 568px){

    #side-nav {
        width: 78%;
    }
    .nav-close {
        left: -78%;
    }
    .nav-open .cycle-parents-menu a {
        width: 80% !important;
    }
    .nav-open .btn-sub {
        width: 16%;
    }
    .desc-home {
        text-align: justify;
    }
    .slider-home .slick-prev, .slider-home .slick-next{
        top: 62%;
    }
    .activite-home {
        height: auto;
        background: rgba(255, 255, 255, 0.7);
    }
    .bloc-activite{
        position: relative;
    }
    .item-time {
        float: left;
        display: block;
        width: 47%;
        margin: 0 0 2% 2%;
    }
    .left-entree {
        padding: 30px 10px;
    }

    .item-derigeant, .item-activite, .item-derigeant:nth-child(4), .item-derigeant:nth-child(5), .item-galerie {
        width: 100%;
    }
    .autre-video:before, .autre-actualite:before {
        width: calc(100% - 35%);
    }
    .menu-footer > div{
        width: 50%;
        margin-bottom: 10px;
    }
    .contact-form-home {
        margin: 10px 0px;
    }

/*--------------------------------
        Page CYCLES
----------------------------------*/
    .img-inscrire {
        position: relative;
        float: right;
        right: -7px;
    }
    .img-inscrire img {
        width: 100%;
    }
    .info-inscrir{
        width: 100%;
    }
    .presentation-inscrir{
        text-align: center;
        padding: 20px 6px;
    }
    .cycle-slide-for .cycle-item .item-image {
        height: 300px;
    }
    .social-presenta {
        float: none;
    }
    .cadre-act-pole .presentation-titre{
        font-size: 28px;
    }

/*--------------------------------
        Page Contact
---------------------------------*/
    .contact-infos .info-cord{
        padding:  0px 0px 20px;
    }
    .tri-info{
        display: none !important;
    }
    .info-post-cat span {
        width: 100%;
        margin-bottom: 10px;
    }
    .preinscription .btn-contact {
        font-size: 24px;
    }
    .inscriptions_pre .titre-derigeant{
        font-size: 32px;
    }
/*--------------------------------
        Single
---------------------------------*/
    .titre-singl{
        font-size: 26px;
    }
    .widget_search form {
        width: 100%;
    }
    .archive-blocs{
        padding: 0
    }
    .get-apps-block .download-app a {
    display: block;
    margin-bottom: 30px;
    position: relative;
    left: 0;
  }

}

@media only screen and (max-device-width : 480px){

    .img-inscrire {
        position: relative;
        float: none;
        right: 0;
        display: block;
        text-align: center;
        margin-top: 15px;
    }

    .methodologie-block .block-hrader {
        margin-top: 15px;
    }

    .close-form-popup{
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .form-popup {
        position: fixed;
        background: #fff;
        z-index: 999999;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding-top: 80px;
        overflow: auto;
    }

    .preinscpription-form .btn-send{
        margin-top: 30px;
        margin-bottom: 0;
    }
    .preinscpription-form .btn-send input{
        display: block;
        margin: auto;
    }

    .form-popup .menu-cycle{
        display: none;
    }

    .form-popup .bloc-cordonne{
        display: none;
    }

    .souris-original{
        display: none;
    }

    .souris-mobile{
        display: block !important;
        margin: 50px 0;
    }

    .souris-mobile img {
        margin: auto;
        transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
    }

    .shema-img-pc {
        display: none;
    }
    .shema-img-mobile {
        display: block;
        width: 100%;
    }
    .shema-content-text1 {
        left: 34px;
        top: 14px;
        width: 250px;
        font-size: 18px;
    }
    .shema-content-text2 {
        left: 78px;
        top: 182px;
        width: 250px;
        font-size: 18px;
    }
    .shema-content-text3 {
        left: 79px;
        top: 330px;
        width: 250px;
        font-size: 18px;
    }
    .shema-content-text4 {
        right: 40px;
        top: 665px;
        width: 250px;
    }
    .shema-content-text5 {
        right: 68px;
        top: 820px;
        width: 238px;
        font-size: 18px;
    }
    .shema-content-text6 {
        right: 110px;
        top: 955px;
        font-size: 18px;
        width: 261px;
    }
    .get-apps-block .download-app a {
        display: block;
        margin-bottom: 30px;
        position: relative;
        left: 0;
    }
    .methodologie-block .block-hrader  .ui-right-logo ,
    .methodologie-block .block-hrader  .ui-left-logo {
      text-align: center;
      margin-bottom: 10px;
    }
   .get-apps-block .desc-txt {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }
   .home-maternelle-finlandway-content-text {
    width: 100% !important;
    left: 0;
    text-align: center;
    position: absolute !important;
    top: 52%;
    text-shadow: 0 0 3px white;
  }
  .home-maternelle-finlandway-btn {
    left: 50%;
    bottom: 15px;
    transform: translate(50% ,0 );
  }
  .maternelle-slider-text {
      width: 100%;
      position: absolute;
      top: 34%;
      left: 12%;
  }
  .maternelle-slider-text h5 {
    font-size: 25px;
  }
  .maternelle-slider-text h2 {
    font-size: 24px;
  }
  .maternelle-slider-text p {
    font-size: 21px;
    width: 50%;
  }
  .maternelle-img-4 img {
    position: absolute;
    left: 50px;
    width: 50%;
    top: 11em;
  }
  .gsp-show-more.gsp-sm{
    display: block;
  }
    
  .programme-block  .programme-details{
      margin-top: 3em;
      text-align: center;
      display: block;
  }   
  .programme-block  .programme-details .block-detail{
    width: 50%;
    padding: 1em;
    text-align: center;
    display: inline-block;
    vertical-align: top;
  }
  .programme-block  .programme-details .block-detail p{
    font-family: "Roboto-Condensed";
    font-size: 16px;
    margin-top: 1em;
  } 
  .get-apps-block {
    background-position: 65% center;
  }
  .get-apps-block {
    padding: 0 0 40px;
      text-align: center;
  }
    
  .home-maternelle-finlandway {
        height: 670px;
        position: relative;
        background-size: cover;
        background-position: 52%;
        padding: 40px 0;
  }
    
  .home-maternelle-finlandway::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;  
    background: rgba(255,255,255,0.75);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.44) 50%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,0.75)), color-stop(50%, rgba(255,255,255,0.44)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.44) 50%, rgba(255,255,255,0) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.44) 50%, rgba(255,255,255,0) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.44) 50%, rgba(255,255,255,0) 100%);
    background: radial-gradient(ellipse at center, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.44) 50%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
  }
    
  .galerie-video-home .slick-prev {
    left: -19px;
  }

  .galerie-video-home .slick-next {
    right: -19px;
  }


}
@media only screen and (max-device-width : 320px){
    .souris-mobile img {
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
    }
}
