/*
    Theme Name: Enfant Jesus
    Version: 1.0
    Author: Bastien (Rose & Piment)
*/

@font-face {
    font-family: 'Poppins Li';
    src: url('fonts/Poppins-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins Me';
    src: url('fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Quicksand Me';
    src: url('fonts/Quicksand-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Quicksand Se';
    src: url('fonts/Quicksand-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.ttf?16l527') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-bulles:before {
    content: "\e900";
}


/*--------------------------------------------------------------
    Generale
--------------------------------------------------------------*/

body,
html {
    width: 100%;
    height: auto;
    font-size: 15px;
    overflow-x: hidden;
    margin-top: 0 !important;
}
body { 
    font-family: 'Poppins Li', Helvetica, sans-serif;
    overflow-x: hidden;
    color: #4d4d4d;
}

section { padding: 3rem 0; } 

b,
strong {
    font-family: 'Poppins Me', Helvetica, sans-serif;
    font-weight: unset;
}

a {
    color: #4d4d4d;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

button:hover,
button:focus, 
a:hover,
a:focus {
    color: #4d4d4d;
    box-shadow: 0 !important;
    outline: 0 !important;
    text-decoration: none;
}

p {
    color: #4d4d4d;
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 14px;
}
p:last-child { margin-bottom: 0; }

li { font-size: 14px; }

h1,
h2,
h3,
h4,
h5,
h6 { font-family: 'Quicksand Me', Helvetica, sans-serif; }

h2 { font-size: 1.5rem; }
h3 { font-size: 1.3rem; }

figure { margin: 0; }

blockquote {
    padding: 1.25rem;
    background-color: #ccc;
    color: #fff
}

.card {
    border-radius: 0;
    border: 0;
    background-color: transparent;
}
.card img,
.card-img { border-radius: 0 !important; }

.modal-content {
    border: 0;
    border-radius: 0;
}

.btn {
    font-family: 'Poppins Li', Helvetica, sans-serif;
    background-color: #f3f2ed;
    border: 1px solid #f3f2ed;
    border-radius: 15px;
    border-bottom-right-radius: 0;
    padding: 0.5rem 1.5rem;
    margin-left: auto;
    display: table;
    font-size: 1.3rem;
    margin: 0 auto;
}
.btn:hover,
.btn:focus { 
    background-color: #ef9653;
    color: #fff;
}

.border-radius {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.bg-marron { background-color: #f3f2ed; }
.bg-orange { background-color: #ef9653 !important; }
.text-orange * { color: #ef9653 !important; }
.text-white * { color: #fff !important; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* IE10+ CSS here */
    .card > * { flex: 0 0 auto; }
}


/*--------------------------------------------------------------
    Titre
--------------------------------------------------------------*/

.titre {
    position: relative;
    margin-top: -2rem;
    z-index: 1;
}
.titre .bubble {
    background-color: #4d4d4d;
    color: #fff;
    font-size: 1.5rem;
    text-transform: uppercase;
    display: table;
    margin: 0 auto;
    border-radius: 15px;
    text-align: center;
    padding: 1rem 2rem;
}
.titre .pointer {
    height: 20px;
    width: 20px;
    background-color: #4d4d4d;
    margin: 0 auto;
    transform: rotate(45deg);
    border-radius: 0 0 5px 0;
    margin-top: -10px;
    position: relative;
    z-index: 0;
}

.titre-traits {
    color: #ef9653;
    text-transform: uppercase;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2rem;
    position: relative;
}
.titre-traits:before {
    content: "";
    position: absolute;
    width: 3rem;
    height: 2px;
    background-color: #ef9653;
    bottom: -0.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.titre-bulles { 
    position: relative;
    text-transform: uppercase;
    padding: 1.5rem 0 1.5rem 2rem;
    margin-bottom: 1.5rem;
    z-index: 1;
}
.titre-bulles:before { 
    font-family: 'icomoon' !important;
    content: "\e900";
    position: absolute;
    font-size: 4rem;
    color: #ef9653;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}


/*--------------------------------------------------------------
    Navigation
--------------------------------------------------------------*/

#navigation { background-color: #f3f2ed; }
#navigation h1 { margin-bottom: 0; }
#navigation .logo-1 { 
    width: 100%;
    min-width: 80px;
    max-width: 100px;
}
#navigation .logo-2 { 
    width: 100%;
    min-width: 50px;
    max-width: 70px;
    border-radius: 50%;
}

#navigation .navbar {
    position: relative; 
    z-index: 15;
    padding: 0.5rem 0;
}
#navigation .navbar .navbar-nav li { padding: 0.2rem; }
#navigation .navbar .navbar-nav li a {
    font-family: 'Poppins Li', Helvetica, sans-serif;
    color: #4d4d4d;
    font-size: 0.9rem;
    text-align: center;
    padding: 0.5rem 0.55rem 0.4rem;
    position: relative;
}

#navigation .navbar .navbar-nav .dropdown-toggle::after { display: none; }
#navigation .navbar .navbar-nav .dropdown-menu {
    border: 0;
    border-radius: 0;
    background-color: #c2b7af;
    margin-top: 0.5rem;
}
#navigation .navbar .navbar-nav .dropdown-menu .nav-item { padding: 0 !important; }
#navigation .navbar .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    padding: 0;
}
#navigation .navbar .navbar-nav .dropdown-menu a {
    font-size: 0.85rem;
    color: #fff !important;
    margin-top: 0;
    text-align: left;
    background-color: transparent !important;
    border: 0;
    display: block;
}
#navigation .navbar .navbar-nav .dropdown-menu a:before { display: none; }
#navigation .navbar .navbar-nav .dropdown-menu a:focus, 
#navigation .navbar .navbar-nav .dropdown-menu a:hover {
    background-color: transparent;
    text-decoration: underline;
}

/* Fixed navigation */

#navigation .navbar.fixed-header {
    background-color: #f3f2ed;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1500;
    padding: 0.5rem 1.8rem;
}
#navigation .navbar.fixed-header:before { display: none; }
#navigation .navbar.fixed-header .navbar-nav { 
    border: 0; 
    padding: 1rem 0;
}
#navigation .navbar.fixed-header .navbar-nav li a { margin-top: 0; }
#navigation .navbar.fixed-header .navbar-nav li a:before { display: none; }

@media screen and (max-width: 991px) {
    #navigation .navbar:before { display: none; }
    #navigation .navbar ul { 
        margin-top: 1rem;
        padding: 0.5rem;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    #navigation .navbar .navbar-nav li {
        border-right: 0;
        width: 100%;
        text-align: center !important;
    }
    #navigation .navbar .navbar-nav li a { 
        padding: 0.1rem 1rem !important;
        width: 100%;
        display: block;
        text-align: center !important;
    }
    #navigation .navbar .navbar-toggler {
        color: #fff;
        font-size: 1.45rem;
        border-color: #ffffff;
        z-index: 15;
        background-color: #c2b7af;
    }
    #navigation .navbar .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewSbx='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
}

@media screen and (max-width: 767px) {
    #navigation { margin-top: 0; }
    #navigation h1 .logo-1 { 
        margin: 0 auto; 
        display: block;
    }

    #navigation .navbar .navbar-nav { margin: 1rem auto 0 !important; }
}

@media screen and (max-width: 575px) {
    #navigation .navbar .navbar-nav li { border-right: 0; }
    #navigation .navbar .navbar-nav li a {
        text-align: center;
        padding: 0.3rem 0 !important;
    }
    #navigation .navbar .navbar-nav { margin-top: 1rem; }
    #navigation .navbar .navbar-nav li { 
        text-align: center;
        padding: 0.2rem 0.5rem;
    }
    #navigation .navbar .navbar-nav li a { 
        padding-bottom: 0; 
        margin-top: 0;
    }
    #navigation .navbar .navbar-nav li a:before { display: none; } 
}


/*--------------------------------------------------------------
    Carousel
--------------------------------------------------------------*/

.carousel-logo {
    position: absolute;
    right: unset;
    bottom: unset;
    left: 10%;
    color: #fff;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-social {
    position: absolute;
    bottom: unset;
    right: 1rem;
    color: #fff;
    text-align: left;
    top: 2rem;
    transform: translateY(-50%);
}

.carousel .carousel-indicators { bottom: 1rem; }
.carousel .carousel-indicators li {
    width: 15px;
    height: 15px;
    background-color: #fff;
    opacity: 1;
    border-radius: 50%;
}
.carousel .carousel-indicators .active { background-color: #ef9653; }

.carousel-control-next, 
.carousel-control-prev { 
    background-color: transparent;
    border: 0;
}

@media screen and (min-width: 1700px) {
    .carousel.accueil .carousel-item { height: 550px; }
    .carousel.accueil .carousel-item img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        transition: transform 0.5s ease;
    }

    .carousel.page .carousel-item { height: 400px; }
    .carousel.page .carousel-item img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        transition: transform 0.5s ease;
    }
}

@media screen and (max-width: 1199px) {
    #carousel-accueil .carousel-logo img { max-width: 300px; }
}

@media screen and (max-width: 991px) {
    #carousel-accueil .carousel-logo img { max-width: 200px; }
}

@media screen and (max-width: 767px) {
    #carousel-accueil .carousel-logo img { display: none; }
}


/*--------------------------------------------------------------
    Breadcrumb
--------------------------------------------------------------*/

.breadcrumb { 
    background-color: transparent;
    padding: 0.35rem 0 0.75rem;
    text-align: center;
    display: block !important;
    margin-bottom: 3rem;
    font-size: 0.85rem;
}
.breadcrumb > li { 
    display: inline-block;
    font-size: 0.8rem;
}
.breadcrumb span { color: #ef9653; }
.breadcrumb a,
.breadcrumb .breadcrumb_last { color: #4d4d4d; }


/*--------------------------------------------------------------
    Mot
--------------------------------------------------------------*/

#mot { background-color: #f3f2ed; }

#mot .titre .bubble,
#mot .titre .pointer { background-color: #f14863; }


/*--------------------------------------------------------------
    Actualites
--------------------------------------------------------------*/

#actualites { 
    border-top: 3px solid #fdccab;
    border-bottom: 3px solid #fdccab;
}

#actualites .titre .bubble,
#actualites .titre .pointer { background-color: #ef9653; }

#actualites .card .card-header { 
    padding: 0;
    position: relative;
}
#actualites .card .card-header time {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1.1;
    color: #fff;
    text-align: center;
    font-size: 20px;
    z-index: 1;
    padding: 1rem 1.3rem;
}
#actualites .card .card-header span { display: block; }

#actualites .card .card-body { 
    margin-top: 0.8rem;
    padding-top: 0.8rem;
}
#actualites .card .card-body .titre-h { font-size: 1.3rem; }
#actualites .card .card-body a.categorie { text-transform: uppercase; }


/*--------------------------------------------------------------
    Single
--------------------------------------------------------------*/

#single { 
    background-image: url('img/fond.jpg');
    border-top: 3px solid #fdccab;
    border-bottom: 3px solid #fdccab;
}

#single .titre .bubble { font-size: 1.3rem; }
#single .titre .bubble,
#single .titre .pointer { background-color: #ef9653; }

#single .row { background-color: #f3f2ed; }

#single article a.categorie { text-transform: uppercase; }
#single article h1 { font-size: 1.8rem; }
#single article .border {
    width: 5rem;
    height: 2px;
    border: 1px dotted #d4cdc6 !important;
}


/*--------------------------------------------------------------
    Pagination
--------------------------------------------------------------*/

.page-numbers { 
    color: #4d4d4d;
    padding: 0.5rem;
}
.page-numbers:after {
    content: '';
    display: inline-block;
    position: relative;
    right: -9px;
    width: 2px;
    height: 8px;
    box-sizing: border-box;
    background-color: #ef9653;
    top: 0;
}
.page-numbers:last-child:after { display: none !important; }
.page-numbers.current {
    font-family: 'Poppins Me', Helvetica, sans-serif;
    color: #ef9653;
}


/*--------------------------------------------------------------
    Ouverture
--------------------------------------------------------------*/

#ouverture { background-image: url('img/fond.jpg'); }
#ouverture .horaires { background-color: #ef9653; }
#ouverture .horaires * { color: #fff; }
#ouverture .horaires img { max-width: 50px; }


/*--------------------------------------------------------------
    Notre Histoire
--------------------------------------------------------------*/

#notre-histoire .timeline {
    margin: 0 auto;
    padding: 0;
    position: relative;
}
#notre-histoire .timeline:before {
    content: '';
    display: block;
    position: absolute;
    border: 1px dotted #d4cdc6;
    left: 50%;
    top: 0;
    margin: 0 0 0 -1px;
    width: 2px;
    height: 100%;
}
#notre-histoire .timeline article {
    width: 100%;
    margin: 0;
    position: relative;
}
#notre-histoire .timeline article:after {
    content: '';
    display: block;
    clear: both;
}
#notre-histoire .timeline article div.inner {
    width: 44%;
    float: left;
    margin: 0;
    border-radius: 6px;
    padding-right: 35px;
    padding-left: 0;
}
#notre-histoire .timeline article:nth-child(2n+2) div.inner {
    float: right;
    padding-right: 0;
    padding-left: 35px;
}
#notre-histoire .timeline article div.inner span.date {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 40px;
    padding: 5px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    border-radius: 100%;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    background: #ef9653;
    color: #fff;
    box-shadow: 0 0 0 7px #fff;
    transform: translate(-50%, -50%);
    z-index: 1;
}
#notre-histoire .timeline article div.inner span.date span {
    display: block;
    text-align: center;
    line-height: 1;
    padding-top: 0.5rem;
}
#notre-histoire .timeline article div.inner p {
    margin: 0;
    font-size: 12px;
    color: #4d4d4d;
    padding: 10px;
    position: relative;
    border: 2px solid #ef9653;
    border-radius: 15px;
}
#notre-histoire .timeline article div.inner p:before {
    content: "";
    background-image: url(img/fond-histoire-1.jpg);
    width: 50px;
    height: 42px;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
}
#notre-histoire .timeline article:nth-child(2n+2) div.inner p:before {
    content: "";
    background-image: url(img/fond-histoire-2.jpg);
    width: 50px;
    height: 42px;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
}

@media screen and (max-width: 575px) {
    #notre-histoire .timeline:before { display: none; }
    #notre-histoire .timeline article div.inner { 
        width: 100%;
        padding: 0 !important;
        margin-top: 2rem;
    }
    #notre-histoire .timeline article div.inner p:before { display: none; }
    #notre-histoire .timeline article div.inner span.date {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto 0.5rem;
        transform: unset;
    }
}


/*--------------------------------------------------------------
    Organigramme
--------------------------------------------------------------*/

#organigramme { background-image: url('img/fond.jpg'); }
#organigramme .border-radius { border: 2px solid #ef9653; }

#organigramme .nom { 
    position: relative;
    margin-bottom: 1rem;
    display: block;
}
#organigramme .nom:before {
    content: "";
    position: absolute;
    width: 3rem;
    height: 2px;
    bottom: -0.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#organigramme .style-1 .nom:before { background-color: #fff; }
#organigramme .style-2 .nom:before { background-color: #ef9653; }

#organigramme .orga-1 { 
    background-image: url('img/fond-1-1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}
#organigramme .orga-2 { 
    background-image: url('img/fond-1-2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}

#organigramme [class*="border-"]:after {
    content: '';
    position: absolute;
    border-top: 2px dotted #ef9653;
    height: 2px;
}
#organigramme .border-1:after {
    width: 5.5rem;
    transform: rotate(-20deg);
    left: -5.5rem;
    bottom: 2rem;
}
#organigramme .border-2:after {
    width: 4.5rem;
    transform: rotate(20deg);
    left: -4.5rem;
    top: 2rem;
}
#organigramme .border-3:after {
    width: 14.5rem;
    transform: rotate(49deg);
    left: -8.5rem;
    top: -6rem;
}
#organigramme .border-4:after {
    width: 25.5rem;
    transform: rotate(71deg);
    left: -15.5rem;
    top: -11rem;
}
#organigramme .border-5:after {
    width: 5.5rem;
    transform: rotate(90deg);
    left: 3.5rem;
    top: -3.5rem;
}
#organigramme .border-6:after {
    width: 2.5rem;
    transform: rotate(-20deg);
    left: -3rem;
    top: 3.5rem;
}
#organigramme .border-7:after {
    width: 2.5rem;
    transform: rotate(20deg);
    left: -3rem;
    top: 3.5rem;
}

@media screen and (max-width: 1199px) {
    #organigramme .border-1:after {
        left: -6rem;
    }
    #organigramme .border-2:after {
        width: 2.5rem;
        left: -2.5rem;
    }
    #organigramme .border-3:after {
        width: 11.5rem;
        left: -6.5rem;
        top: -5rem;
        transform: rotate(61deg);
    }
    #organigramme .border-4:after {
        width: 21.5rem;
        left: -13rem;
        top: -10rem;
    }
    #organigramme .border-6:after {
        width: 1.5rem;
        left: -2rem;
    }
    #organigramme .border-7:after {
        width: 1.5rem;
        left: -2rem;
    }
}

@media screen and (max-width: 991px) {
    #organigramme [class*="border-"]:after { display: none; } 
}


/*--------------------------------------------------------------
    Projet
--------------------------------------------------------------*/

#projet { border-top: 3px solid #f3f2ed; }
#projet .border-right { border-right: 2px dotted #d9d2cc !important; }


@media screen and (max-width: 991px) {
    #projet .border-right { border-right: 0 !important; }
}


/*--------------------------------------------------------------
    Restauration
--------------------------------------------------------------*/

#restauration .border-radius {
    background-image: url('img/restauration.png');
    background-size: initial;
    background-repeat: no-repeat;
    background-position: bottom right;
}
#restauration .btn-telechargement { 
    font-family: 'Poppins Me', Helvetica, sans-serif;
    text-transform: uppercase;
}
#restauration .btn-telechargement span { display: inline-block; }
#restauration .btn-telechargement i,
#restauration .btn-telechargement svg {
    color: #ef9653;
    font-size: 2.9rem;
    margin-right: 10px;
}

@media screen and (max-width: 575px) {
    #restauration .btn-telechargement {
        margin: 0 auto;
        display: table;
    }
}


/*--------------------------------------------------------------
    S'inscrire
--------------------------------------------------------------*/

#sinscrire { background-image: url('img/fond.jpg'); }
#sinscrire .border-radius { border: 2px solid #ef9653; }


/*--------------------------------------------------------------
    Presentation
--------------------------------------------------------------*/

#presentation .card .card-body * { color: #fff; }
#presentation .card .card-body .card-text * { font-size: 12px; }


/*--------------------------------------------------------------
    Enseignants
--------------------------------------------------------------*/

#enseignants { 
    background-image: url('img/fond.jpg');
    border-bottom: 3px solid #f3f2ed;
}
#enseignants .border-radius { border: 2px solid; }
#enseignants ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    list-style: none;
    padding-left: 0;
}
#enseignants ul li {
    border-left: 2px dotted;
    padding-left: 0.5rem;
    margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
    #enseignants ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media screen and (max-width: 575px) {
    #enseignants ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}


/*--------------------------------------------------------------
    Horaires
--------------------------------------------------------------*/

#horaires { position: relative; }
#horaires:after { 
    content: "";
    position: absolute;
    width: 100%;
    height: 10rem;
    z-index: 0;
    top: 50%;
    transform: translateY(-50%);
}
#horaires .border-radius { 
    border: 2px solid;
    z-index: 1;
}

#horaires table {
    border: 1px dotted;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}
#horaires table caption {
    font-size: 1.5rem;
    margin: .5rem 0 .75rem;
}
#horaires table tr {
    background-color: #f3f2ed;
    border: 1px dotted;
    padding: .35rem;
}
#horaires table th,
#horaires table td {
    border: 1px dotted;
    padding: .625rem;
    text-align: center;
}
#horaires table th {
    font-size: .85rem;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    #horaires table { border: 0; }
    #horaires table .intitule { display: none; }
    #horaires table caption { font-size: 1.3rem; }
    #horaires table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    #horaires table tr {
        display: block;
        margin-bottom: .625rem;
    }
    #horaires table td {
        border: 0;
        display: block;
        font-size: .8rem;
        text-align: right;
    }

    #horaires table td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    #horaires table td:last-child { border-bottom: 0; }
}


/*--------------------------------------------------------------
    Infos Pratiques
--------------------------------------------------------------*/

#infos-pratiques { 
    background-image: url('img/fond.jpg');
    border-bottom: 3px solid #f3f2ed;
}
#infos-pratiques .border-radius { border: 2px solid; }

#infos-pratiques .infos { 
    border: 1px dotted; 
    padding: 1rem;
    height: 100%;
}
#infos-pratiques .infos h3 { 
    font-size: 1.2rem;
    margin-bottom: 1rem;
    position: relative;
}
#infos-pratiques .infos h3:before {
    content: "";
    position: absolute;
    width: 3rem;
    height: 2px;
    bottom: -0.5rem;
    left: 0;
}


/*--------------------------------------------------------------
    Contenu
--------------------------------------------------------------*/

.contenu { 
    background-image: url('img/fond.jpg') !important;        
    border-top: 3px solid #f3f2ed !important;
    border-bottom: 0 !important;
}
.contenu .titre .bubble,
.contenu .titre .pointer { background-color: #ef9653; }

.contenu .border-radius { 
    border: 1px solid #ef9653; 
    overflow: hidden;
}

.contenu .card { background-color: #ef9653; }
.contenu .card * { color: #fff; }
.contenu .card .card-body .titre { 
    color: #4d4d4d !important;
    font-size: 0.9rem;
    margin-top: 0;
}

.contenu .photos { position: relative; }
.contenu .photos:after { 
    content: "";
    position: absolute;
    background-color: #f3f2ed;
    width: 999999%;
    height: 5rem;
    z-index: 0;
    top: 50%;
    transform: translateY(-50%);
    left: -500%;
}


/*--------------------------------------------------------------
    Dossiers
--------------------------------------------------------------*/

.documents .folder {
    position: relative;
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.documents .folder .folder-title {
    font-family: 'Poppins Me', Helvetica, sans-serif;
    font-size: 1.2rem;
    color: #ef9653;
    padding-left: 6rem;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
.documents .folder .folder-title:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f07b";
    color: #ef9653;
    position: absolute;
    font-style: normal;
    font-size: 5rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.documents .card {
    border: 2px dotted #ef9653;
    border-radius: 0;
    background-color: transparent;
}
.documents .card .card-title {
    font-family: 'Poppins Me', Helvetica, sans-serif;
    color: #4d4d4d;
    position: relative;
    margin-bottom: 1.5rem;
}
.documents .card .card-title:before {
    content: "";
    position: absolute;
    background-color: #ef9653;
    width: 3rem;
    height: 2px;
    bottom: -0.5rem;
    left: 0;
}
.documents .card img { border-radius: 25px !important; }
.documents .card img.video { width: 100%; }
.documents .card .card-body { padding: 0 0 0 1.25rem; }
.documents .card .card-body .card-text a { line-height: 0.5; }
.documents .card .card-body a:hover,
.documents .card .card-body a:focus,
.documents .card .card-body a:hover span,
.documents .card .card-body a:focus span,
.documents .card .card-body a:hover small,
.documents .card .card-body a:focus small {
    color: #4d4d4d;
    text-decoration: none !important;
}
.documents .card .card-body i {
    color: #ef9653;
    font-size: 1.8rem;
    display: block;
    margin-bottom: 0.5rem;
}
.documents .card .card-body small {
    font-family: 'Poppins Me', Helvetica, sans-serif;
    color: #4d4d4d;
    font-size: 0.7rem;
}

@media screen and (max-width: 575px) {
    .documents .folder h2:after { display: none; } 
}


/*--------------------------------------------------------------
    Contact
--------------------------------------------------------------*/

#contact {  }
#contact .titre .bubble,
#contact .titre .pointer { background-color: #c2b7ae; }

#contact .contact-wrapper .card {
    border: 2px dotted #ef9653;
}
#contact .contact-wrapper .card .card-body .card-title { 
    font-size: 1rem;
    position: relative;
    margin-bottom: 1.5rem;
}
#contact .contact-wrapper .card .card-body .card-title:before {
    content: "";
    position: absolute;
    width: 3rem;
    height: 2px;
    background-color: #ef9653;
    bottom: -0.5rem;
    left: 0;
}
#contact .contact-wrapper .card .card-body * { 
    color: #4d4d4d;
    text-align: left;
}
#contact .contact-wrapper .card .card-body .social-icon-colored * { 
    color: #fff;
    text-align: center;
}

#contact .border-bleu .card { border-color: #3eadcd; }
#contact .border-bleu .card .card-body .card-title:before { background-color: #3eadcd; }

#contact .border-rose .card { border-color: #f14863; }
#contact .border-rose .card .card-body .card-title:before { background-color: #f14863; }

#contact .border-gris .card { border-color: #979694; }
#contact .border-gris .card .card-body .card-title:before { background-color: #979694; }

#contact .border-vert .card { border-color: #82b443; }
#contact .border-vert .card .card-body .card-title:before { background-color: #82b443; }


/*--------------------------------------------------------------
    Contact (Form)
--------------------------------------------------------------*/

#contact-us .form {
    width: 100%;
    height: 45px;
    padding: 10px 15px;
    background: #fafafa;
    border: 1px solid #979694;
    margin-bottom: 15px;
    color: #4d4d4d !important;
    font-size: 0.8rem;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
#contact-us .form:hover { border: 1px solid #3eadcd; }
#contact-us .form:focus {
    color: #fff;
    outline: none;
    border: 1px solid #3eadcd;
}
#contact-us textarea {
    height: 8rem !important;
    max-width: 100%;
}
#contact-us .form-btn {
    display: block;
    font-size: 0.9rem;
    height: auto;
    padding: 0.5rem 2rem;
    color: #fff !important;
    background: #3eadcd;
    border: 1px solid #3eadcd;
    outline: none;
    margin: 0 0 0 auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#contact-us .form-btn:hover {
    background: #fff;
    color: #3eadcd !important;
    border: 1px solid #3eadcd;
}
#contact-us .form-btn:active { opacity: 0.9; }
#contact-us .wpcf7-list-item { margin: 0 !important; }

#contact-us ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #4d4d4d;
    opacity: 1; /* Firefox */
}
#contact-us :-ms-input-placeholder { color: #4d4d4d; }
#contact-us ::-ms-input-placeholder { color: #4d4d4d; }

.wpcf7-list-item-label { 
    color: #4d4d4d !important;
    font-size: 73%;
}
.wpcf7-spinner { display: none; }

.grecaptcha-badge { display: none; }


/*--------------------------------------------------------------
    Footer
--------------------------------------------------------------*/

footer .pre-footer { background-color: #f3f2ed; }
footer .pre-footer ul {
    list-style: none;
    padding-left: 0;
}
footer .pre-footer ul.nav_footer {
    font-family: 'Poppins Li', Helvetica, sans-serif;
    list-style-type: none;
    text-align: center;
    margin-bottom: 1rem;
}
footer .pre-footer ul.nav_footer:last-of-type { margin-bottom: 0; }
footer .pre-footer ul.nav_footer li:last-child { margin-bottom: 0; }
footer .pre-footer ul.nav_footer li a {
    font-size: 0.8rem;
    color: #4d4d4d;
}
footer .pre-footer ul.nav_footer li a:hover,
footer .pre-footer ul.nav_footer li a:focus { 
    color: #4d4d4d;
    text-decoration: underline; 
}
footer .pre-footer .social-links { margin: 0; }
footer .pre-footer ul.social-icon-colored { margin-top: 0; }
footer .pre-footer ul.social-icon-colored li { display: inline-block; }
footer .pre-footer ul.social-icon-colored li a svg,
footer .pre-footer ul.social-icon-colored li a i { font-size: 18px; }

footer .footer * { color: #4d4d4d; }

@media screen and (max-width: 767px) {
    footer .pre-footer .border-right { border-right: 0 !important; }
}

@media screen and (max-width: 575px) {
    footer .pre-footer img { 
        margin: 0 auto; 
        display: block;
    }
    footer .pre-footer * { text-align: center; }
    footer .pre-footer .social-links { 
        padding-left: 0 !important;
        margin-bottom: 0.8rem;
    }
}


/*--------------------------------------------------------------
    Carré
--------------------------------------------------------------*/

.square-box {
    position: relative;
    width: 100%;
    min-width: 150px;
    max-width: 180px;
    border-radius: 100%;
}
.square-box:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.square-box.style-1 {
    background-color: #ef9653;
    box-shadow: 0 0 0 1px #ef9653;
    border: 7px solid #f3f2ed;
}
.square-box.style-1 * {
    color: #fff;
    font-size: 12px;
}
.square-box.style-2 {
    background-color: #f3f2ed;
    box-shadow: 0 0 0 1px #ef9653;
    border: 1px solid #ef9653;
}
.square-box.style-2 * {
    color: #4d4d4d;
    font-size: 12px;
}
.square-box.style-3 {
    min-width: 110px;
    max-width: 120px;
    background-color: #f3f2ed;
    box-shadow: 0 0 0 0 #ef9653;
    border: 2px dotted #ef9653;
}
.square-box.style-3 * {
    color: #4d4d4d;
    font-size: 9px;
}
.square-box .square-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}
.square-box .square-content div {
    display: table;
    width: 100%;
    height: 100%;
}
.square-box .square-content div > span {
    font-family: 'Poppins Me', Helvetica, sans-serif;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.3;
    text-align: center;
}


/*--------------------------------------------------------------
    Logo Slider
--------------------------------------------------------------*/

#carousel-logo { 
    padding: 1rem 0;
    z-index: 1;
    position: relative;
}
#carousel-logo .slick-slide {
    margin: 0 10px;
    border: 0;
}
#carousel-logo .slick-slide img { width: 100%; }
#carousel-logo .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
#carousel-logo .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
#carousel-logo .slick-list:focus { outline: none; }
#carousel-logo .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
#carousel-logo .slick-slider .slick-track,
#carousel-logo .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#carousel-logo .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
#carousel-logo .slick-track:before,
#carousel-logo .slick-track:after {
    display: table;
    content: '';
}
#carousel-logo .slick-track:after { clear: both; }
#carousel-logo .slick-loading .slick-track { visibility: hidden; }
#carousel-logo .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
#carousel-logo [dir='rtl'] .slick-slide { float: right; }
#carousel-logo .slick-slide img { display: block; }
#carousel-logo .slick-slide.slick-loading img { display: none; }
#carousel-logo .slick-slide.dragging img { pointer-events: none; }
#carousel-logo .slick-initialized .slick-slide { display: block; }
#carousel-logo .slick-loading .slick-slide { visibility: hidden; }
#carousel-logo .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
#carousel-logo .slick-arrow.slick-hidden { display: none; }
#carousel-logo .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
    margin-top: 2rem;
}
#carousel-logo .slick-dots li { margin: 0 0.25rem; }
#carousel-logo .slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #4d4d4d;
    text-indent: -9999px;
}
#carousel-logo .slick-dots li.slick-active button { background-color: #d7cfaf; }


/*--------------------------------------------------------------
    Zoom
--------------------------------------------------------------*/

.zoom {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    background-color: #f8f9fa;
    border: 0;
    color: #fff;
    font-size: 1.2rem;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.zoom *,
.zoom *:before,
.zoom *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.zoom img {
    max-width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
}
.zoom figcaption {
    position: absolute;
    top: 1.2rem;
    bottom: 1.2rem;
    left: 1.2rem;
    right: 1.2rem;
    background-color: rgba(239, 150, 83, 0.8);
    border-radius: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
}
.zoom i,
.zoom svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 3rem;
    z-index: 1;
}
.zoom a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.zoom:hover figcaption {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}


/*--------------------------------------------------------------
    Social
--------------------------------------------------------------*/

.social-links { text-align: center; }
.social-links ul {
    position: relative;
    display: inline-flex;
    padding-left: 0;
    margin-bottom: 0;
}
.social-links .social-icon-colored li {
    position: relative;
    display: block;
    margin: 0 5px;
}
.social-links .social-icon-colored li:last-child { margin: 0 5px; }
.social-links .social-icon-colored li a {
    background-color: #4d4d4d;
    position: relative;
    display: block;
    height: 35px;
    width: 35px;
    line-height: 32px;
    text-align: center;
    font-size: 20px;
    color: #f3f2ed;
    border-radius: 50%;
    border: 1px solid #4d4d4d;
    margin: 0 auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.social-links .social-icon-colored li a:hover {
    background-color: #f3f2ed;
    color: #4d4d4d;
    border: 1px solid #4d4d4d;
    -webkit-transform: scale(1) rotate(-360deg);
    -moz-transform: scale(1) rotate(-360deg);
    -ms-transform: scale(1) rotate(-360deg);
    -o-transform: scale(1) rotate(-360deg);
    transform: scale(1) rotate(-360deg);
}


/*--------------------------------------------------------------
    Back to Top
--------------------------------------------------------------*/

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 60px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background-color: #4d4d4d;
    border-radius: 50%;
    display: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;		
}
.scroll-to-top:hover {
    color: #fff;
    background-color: #e3e968;
}


/*--------------------------------------------------------------
    Parallax
--------------------------------------------------------------*/

.parallax {
    position: relative;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    padding: 5rem 0;
}
.parallax .overlay {
    background-color: rgba(0, 87, 134, 0.7);
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}


/*--------------------------------------------------------------
    404
--------------------------------------------------------------*/

.erreur {
    height: 100%;
    background-color: #fff;
    margin-bottom: 6rem;
}
.erreur .text-wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.erreur .title {
    font-size: 5em;
    font-weight: 700;
    color: #222;
    position: relative;
    text-align: center;
}
.erreur .subtitle {
    font-size: 1.5em;
    font-weight: 700;
    color: #4d4d4d;
    position: relative;
    text-align: center;
}
.erreur .buttons { margin-top: 4em; }
.erreur .buttons a.button {
    background-color: #ef9653;
    display: block;
    font-weight: 700;
    text-decoration: none;
    padding: 15px;
    text-transform: uppercase;
    color: white;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.erreur .buttons a.button:hover {
    background-color: #fff;
    color: #ef9653;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.erreur .subtitle:before,
.erreur .title:before {
    content: attr(data-content);
    position: absolute;
    left: -2px;
    text-shadow: 1px 0 blue;
    top: 0;
    color: white;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    -webkit-animation: noise-anim-2 3s infinite linear alternate-reverse;
    animation: noise-anim-2 3s infinite linear alternate-reverse;
}