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

@font-face {
    font-family: RalewayR;
    src: url(vendor/fonts/Raleway/Raleway-Regular.ttf) format('truetype');
}

@font-face {
    font-family: RalewayL;
    src: url(vendor/fonts/Raleway/Raleway-Light.ttf) format('truetype');
}

@font-face {
    font-family: RalewayB;
    src: url(vendor/fonts/Raleway/Raleway-Bold.ttf) format('truetype');
}

@font-face {
    font-family: RalewayI;
    src: url(vendor/fonts/Raleway/Raleway-Italic.ttf) format('truetype');
}


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

* { box-sizing: border-box; }

html,
body {
    height: 100%;
    width: 100%;
}
html, body, ul { padding: 0; margin: 0; }
body { font-family: "RalewayR", Arial, sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: "RalewayR", Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

a,
a:hover { text-decoration: none !important; }

button:focus,
a:focus { outline:0 !important; }

b,
strong { font-family: "RalewayB", Arial, sans-serif; }

p {
    font-size: 14px;
    line-height: 1.6;
}

.no-padding { padding: 0; }
.no-margin { margin: 0; }
.margin-auto { margin: 0 auto; }

.padding-left { padding-left: 15px; }
.padding-right { padding-right: 15px; }

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.not-transparent.mode-mini {
    background: transparent !important;
}

.grecaptcha-badge { display: none; }


/*--------------------------------------------------------------
    Section
--------------------------------------------------------------*/

section,
section .parallax-section { padding: 4em 0 5em 0; }


/*--------------------------------------------------------------
    Recherche
--------------------------------------------------------------*/

.recherche { padding: 4em 0 5em 0; }
.recherche ul {
    list-style-type: decimal-leading-zero;
    padding-left: 25px;
}
.recherche article { padding: 4em 0 6em 0; }
.recherche h2 {
    font-family: "RalewayL", Arial, sans-serif;
    color: #2c2974;
    border-bottom: 2px solid #e2e2e2;
}
.recherche h2 span { font-family: "RalewayB", Arial, sans-serif; }

#custom-search-input {
    margin: 13px auto 0 auto;
    padding: 0;
    width: 100%;
}
#custom-search-input .search-query {
    padding-right: 3px;
    padding-left: 3px;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#custom-search-input button {
    border: 0;
    background: none;
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -28px;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#4262ac;
}

.search-query:focus + button { z-index: 3; }

@media screen and (max-width: 768px) {
    .brand { background: #fff; }

    #custom-search-input { margin-bottom: 15px; }
}


/*--------------------------------------------------------------
    Header + Nav
--------------------------------------------------------------*/

.page .navbar { border-bottom: 15px solid #e2e2e2; }

.brand {
    background: -webkit-linear-gradient(-15deg, #ffffff 25%, #0d2f6f 80%, #0d2f6f); 
    background: -o-linear-gradient(-15deg, #ffffff 25%, #0d2f6f 80%, #0d2f6f); 
    background: -moz-linear-gradient(-15deg, #ffffff 25%, #0d2f6f 80%, #0d2f6f); 
    background: linear-gradient(-15deg, #ffffff 25%, #0d2f6f 80%, #0d2f6f);
    text-align: right;
}
.brand h1 { margin: 0; }
.brand img { 
    width: 480px;
    display: inline;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}
.navbar-inverse {
    background-color: #ffffff;
    border-color: #ffffff;
}

.navbar {
    margin-bottom: 0px;
    border: 0;
}

.navbar-inverse .navbar-nav>li>a {color: #312e73; }
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:active { background-color: #312e73; }

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #ffffff;
    background-color: #312e73;
}
.navbar-inverse .navbar-toggle { border-color: #2c2974; }
.navbar-inverse .navbar-toggle .icon-bar { background-color: #2c2974; }
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover { background-color: #a4b6db; }

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #009c39;
    text-decoration: none;
    background-color: #ffffff;
    outline: 0;
}

@media screen and (min-width:768px) {
    .navbar { border-radius: 0; }
    .navbar-header { display: none; }
    .navbar { min-height: 0; }
    .navbar-default {
        border: none;
        background: #fff;
        background: rgba(255,255,255,0.9);
    }
    .nav>li>a { padding: 20px; }
    .navbar-nav>li>a { line-height: normal; }
    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.2em;
    }
    .navbar-form { margin-top: 13px; }
}

.home .affix {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-color: #312e73;
    border: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}
.page .affix {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-color: #312e73;
    border: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}
.navbar-inverse.affix .navbar-nav>li>a { color: #ffffff; }

@media screen and (max-width: 768px) {
    .brand { background: #fff; }

    .navbar-inverse .navbar-form { border-color: #fff; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider { background-color: #ccc; }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #009c39;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #2c2974;
        background-color: transparent;
    }
    .navbar-inverse.affix .navbar-toggle { border-color: #ffffff; }
    .navbar-inverse.affix .navbar-toggle .icon-bar{ background-color: #ffffff; }
    .navbar-inverse.affix .navbar-form { border-color: #2c2974; }
}


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

.slider .main-container { padding: 0; }
.slider .carousel-indicators { bottom: 0; }
.slider .carousel-control.right,
.slider .carousel-control.left { background-image: none; }
.slider .carousel .item {
    min-height: 425px; 
    height: 100%;
    width:100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.slider .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
.slider h2 { 
    font-family: "RalewayB", Arial, sans-serif;
    animation-delay: 1s;
}
.slider h3 { 
    font-family: "RalewayL", Arial, sans-serif;
    animation-delay: 2s;
}
.slider .carousel-control {
    width: 6%;
    text-shadow: none;
}
.slider .p {
    padding-top: 125px;
    text-align: center;
}
.slider .p a { text-decoration: underline; }
.slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgba(255,255,255,.4);
    border:none;
}
.slider .carousel-indicators .active{
    width: 16px;
    height: 16px;
    background-color: #fff;
    border:none;
}
.slider [class^="slide"] {
    background-size: cover;
    background-repeat: no-repeat;
}
.slider .carousel-indicators li { border-radius: 0; }
.slider .carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.slider .carousel-fade .carousel-inner .item,
.slider .carousel-fade .carousel-inner .active.left,
.slider .carousel-fade .carousel-inner .active.right { opacity: 0; }
.slider .carousel-fade .carousel-inner .active,
.slider .carousel-fade .carousel-inner .next.left,
.slider .carousel-fade .carousel-inner .prev.right { opacity: 1; }
.slider .carousel-fade .carousel-inner .next,
.slider .carousel-fade .carousel-inner .prev,
.slider .carousel-fade .carousel-inner .active.left,
.slider .carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slider .carousel-fade .carousel-control { z-index: 2; }
.slider .carousel-control .fa-angle-right,
.slider .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.slider .carousel-control .fa-angle-left{
    left: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.slider .carousel-control .fa-angle-right{
    right: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.slider .carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}

@media screen and (max-width: 768px) {
    .slider img.img-circle { display: none; }
}


/*--------------------------------------------------------------
    Sous Categorie
--------------------------------------------------------------*/

.sous-categorie { padding: 2em 0 !important; }
.sous-categorie .bg-image {
    background-size: cover;
    background-position: bottom;
    height: 300px;
    clip-path: polygon(0 0, 100% 0, 100% 94%, 53% 94%, 50% 100%, 47% 94%, 0 94%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 94%, 53% 94%, 50% 100%, 47% 94%, 0 94%);
    margin-bottom: -20px;
}
.sous-categorie .wrapper { width: 100%; }
.sous-categorie a:hover .content { background: #009b3e; }
.sous-categorie .content {
    text-align: center;
    background: #302d73;
    padding: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.sous-categorie .content h2 { 
    margin: 0; 
    color: #ffffff;
    font-size: 25px;
    text-transform: capitalize;
} 

@media screen and (max-width: 768px) {
    .sous-categorie .padding-left { padding-left: 0; }
    .sous-categorie .padding-right { padding-right: 0; }
}


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

.parallax-section {
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 100%;
    background-repeat: no-repeat;
}
.parallax-color {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.7;
}


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

.presentation { padding: 0 !important; }
.presentation .description-titre,
.presentation .description-video-titre {
    font-family: "RalewayL", Arial, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 20px;
    text-align: center;
}
.presentation .description-titre span {
    display: block;
    font-family: "RalewayB", Arial, sans-serif;
    padding-bottom: 8px;
    line-height: 22px;  
}
.presentation .description-video-titre span {
    font-family: "RalewayB", Arial, sans-serif;
    padding-bottom: 8px;
    line-height: 22px;  
}
.presentation p {
    text-align: center;
    color: #ffffff;
}
.presentation .description-video {
    margin-top: -50px;
    padding-bottom: 50px;

}
.presentation .video_presentation {
    margin: 0 auto;
    width: 350px;
}


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

.actualites { padding: 4em 0; }
.actualites h2 {
    font-family: "RalewayL", Arial, sans-serif;
    color: #302d73;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 40px;
    text-align: center;
}
.actualites h2 span {
    font-family: "RalewayB", Arial, sans-serif;
    padding-bottom: 8px;
    line-height: 22px;  
}
.actualites .dl-unsur {
    position: relative;
    float: left;
    width: 100%
}
.actualites .dl-unsur dd {
    width: 100%;
    border-bottom: 1px solid #959595;
    display: block;
    float: left;
}
.actualites .dl-unsur dt { padding-top: 20px; }
.actualites .dl-unsur dt > a {
    width: 100%;
    margin-left: 5px;
    color: #333;
}
.actualites .dl-unsur dt > a {
    margin-top: 0;
    color: #009b3e;
    text-align: left;
    font-size: 18px;
}
.actualites .dl-unsur dd > a > div {
    font-family:sans-serif, serif;
    font-size:17px;
    line-height:1.2em;
}
.actualites .dl-unsur dd> p { margin:0 0 8px 5px; }
.actualites .carousel-caption .learn-btn {
    width: 50%;
    display: block;
    height: auto;
    padding: 15px;
    color: #ffffff;
    background: #322f73;
    border: none;
    border-radius: 0;
    outline: none;
    margin: auto;
}
.actualites .carousel-caption .learn-btn:hover {
    background: #009b3e;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


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

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
}
.carousel-control.right {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
}


/*--------------------------------------------------------------
    Catalogue
--------------------------------------------------------------*/

.catalogue { padding: 0 !important; }
.catalogue h2 {
    font-family: "RalewayL", Arial, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 40px;
    text-align: center;
}
.catalogue h2 span {
    display: block;
    font-family: "RalewayB", Arial, sans-serif;
    padding-bottom: 8px;
    line-height: 22px;  
}

@media screen and (max-width: 768px) {
    .catalogue iframe { width: 100% !important; }
}


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

.breadcrumb,
.breadcrumb a {
    padding: 8px 0;
    margin: 3em 0 1em 0;
    list-style: none;
    background-color: #fff;
    border-radius: 0;
    color: #2c2974;
}


/*--------------------------------------------------------------
    Categorie
--------------------------------------------------------------*/

.categorie h2 {
    color: #2c2974;
    border-bottom: 2px solid #e2e2e2;
}
.categorie .description { padding: 4em 0 6em 0; }
.categorie .description p { text-align: justify; }
.categorie blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #e2e2e2;
}
.categorie h3 {
    color: #2c2974;
    border-bottom: 2px solid #e2e2e2;
    margin-bottom: 35px;
    font-size: 25px;
    font-weight: 100;
}
.categorie h3 span { font-family: "RalewayB", Arial, sans-serif; }
.categorie .thumbnail { border: 1px solid #fff; }
.categorie .thumbnail .caption {
    padding: 9px;
    color: #3a3772;
    text-align: center;
}
.categorie .thumbnail .caption h4 { 
    text-transform: initial;
    font-size: 1.5em;
}
.categorie .thumbnail .caption .btn-produit {
    color: #fff;
    background-color: #3e60ae;
    border-color: #3e60ae;
    border-radius: 0;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
}


/*--------------------------------------------------------------
    Produit
--------------------------------------------------------------*/

.produit h2 {
    color: #2c2974;
    border-bottom: 2px solid #e2e2e2;
}
.produit .image { padding-top: 4em; }
.produit h3 {
    color: #2c2974;
    border-bottom: 2px solid #e2e2e2;
    margin-bottom: 35px;
    font-size: 25px;
    font-weight: 100;
}
.produit h3 span { font-family: "RalewayB", Arial, sans-serif; }
.produit .description [class^="col-"] { margin-top: 3em; }
.produit .description [class^="col-"]:first-child { margin-top: 0; }
.produit ul { padding-left: 15px; }
.produit .btn-telecharger {
    display: table;
    height: auto;
    padding: 15px;
    color: #ffffff;
    background: #4262ac;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin: auto;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    margin: 0 auto;
}
.produit .btn-telecharger:hover {
    background: #009b3e;
    color: white;
    border: none;
}


/*--------------------------------------------------------------
    Bibliotheque
--------------------------------------------------------------*/

.bibliotheque h2 {
    color: #2c2974;
    border-bottom: 2px solid #e2e2e2;
}
.bibliotheque .description { padding: 4em 0 6em 0; }
.bibliotheque .description p { text-align: justify; }
.bibliotheque ul {
    margin-top: 3em;
    list-style: none;
    padding-left: 0;
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}
.bibliotheque li { padding: 10px 0; }
.bibliotheque .btn-telecharger {
    height: auto;
    padding: 10px 15px;
    color: #ffffff;
    background: #4262ac;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin: auto;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    margin: 0 auto;
}
.bibliotheque .btn-telecharger:hover {
    background: #009b3e;
    color: white;
    border: none;
}
.bibliotheque .text { padding-left: 15px; }

@media screen and (max-width:992px) {
    .bibliotheque ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
}

@media screen and (max-width:768px) {
    .bibliotheque ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}


/*--------------------------------------------------------------
    BGSKEW
--------------------------------------------------------------*/

.img-res{
    width: 65%;
    height: auto;
    margin: 0 auto;
}

figure.fig-bgskew{
    position: relative;
    display: block;
    padding: 0 20px;
}
figure.fig-bgskew img{ transform: skew(-5deg); }
figure.fig-bgskew::before{
    content: " ";
    position: absolute;
    width: 65%;
    height: 100%;
    top: 0;
    z-index: 0;
    background-color: #302d74;
    transform: skew(5deg);
    left: 0;
    right: 0;
    margin: 0 auto;
}


/*--------------------------------------------------------------
    Entreprise
--------------------------------------------------------------*/

[class^="entreprise-"] p { text-align: justify; }

.entreprise-historique {
    background-color: #f1f1f1;
}
.entreprise-historique h2 {
    text-align: center;
    color: #2c2974;
    padding-bottom: 1em;
}

.entreprise-politique h2 {
    text-align: center;
    color: #2c2974;
}
.entreprise-politique .box {
    text-align: justify;
    padding: 20px;
}
.entreprise-politique .box h3 { 
    text-align: center;
    color: #009c39;
    font-size: 1.5em;
}
.entreprise-politique .box i {
    text-align: center;
    display: block;
    font-size: 3em;
    color: #2c2974;
}

.entreprise-equipe { 
    color: #fff; 
    padding: 0 !important;
}
.entreprise-equipe h2 {
    text-align: center;
    color: #fff;
    padding-bottom: 1em;
}
.entreprise-equipe .exemple {
    font-family: "RalewayI", Arial, sans-serif;
    padding-top: 2em;
    color: #fff;
    font-size: 1.3em;
    text-align: center;
}

.entreprise-partenaire h2 {
    text-align: center;
    color: #2c2974;
    padding-bottom: 1em;
}
.entreprise-partenaire .img-partenaire { margin-bottom: 3em; }

@media screen and (max-width:992px) {
    .entreprise-historique img { margin-bottom: 2em; }
    .entreprise-equipe img { margin-top: 2em; }
}


/*--------------------------------------------------------------
    Realisations
--------------------------------------------------------------*/

.realisations h2 {
    color: #2c2974;
    border-bottom: 2px solid #e2e2e2;
}
.realisations .accordion {
    margin: 0 auto;
    padding: 2em 0 4em 0;
}
.realisations .accordion-toggle  {
    border-bottom: 1px solid #e2e2e2;
    cursor: pointer;
    margin: 1em 0;
    padding: 0.2em 0;
    position: relative;
    font-size: 1.5em;
    text-transform: initial;
    color: #2c2974;
}
.realisations .accordion-toggle span { font-family: "RalewayB", Arial, sans-serif; }
.realisations .accordion-toggle.active:after {
    content: "";
    position: absolute;
    right: 0;
    top: 17px;
    width: 0;
    height: 0;
    border-bottom: 5px solid #009c39;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
}
.realisations .accordion-toggle:before {
    content: "";
    position: absolute;
    right: 0;
    top: 17px;
    width: 0;
    height: 0;
    border-top: 5px solid #2c2974;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
}
.realisations .accordion-toggle.active:before { display: none; }
.realisations .accordion-content {
    display: none;
    padding-bottom: 3em;
}
.realisations .accordion-toggle.active { color: #009c39; }
.realisations .flexslider { margin: 0; }


/*--------------------------------------------------------------
    Certificats
--------------------------------------------------------------*/

.certificats h2 {
    color: #2c2974;
    border-bottom: 2px solid #e2e2e2;
}
.certificats .description { padding: 4em 0 2em 0; }
.certificats .description p { text-align: justify; }
.certificats blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #e2e2e2;
}
.certificats h3 { color: #009c39; }
.certificats ul {
    margin-bottom: 10px;
    padding-left: 15px;
    font-size: 1.4rem;
}
.certificats .btn-telecharger {
    height: auto;
    padding: 10px 15px;
    color: #ffffff;
    background: #4262ac;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin: auto;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    margin: 0 auto;
}
.certificats .btn-telecharger:hover {
    background: #009b3e;
    color: white;
    border: none;
}


/*--------------------------------------------------------------
    Directive
--------------------------------------------------------------*/

.directive h2 {
    color: #009c39;
    border-bottom: 2px solid #e2e2e2;
}
.directive .image { padding-top: 4em; }
.directive .description { padding: 2em 0; }
.directive .description p { text-align: justify; }
.directive h3 { color: #009c39; }
.directive ul {
    margin-bottom: 10px;
    padding-left: 15px;
    font-size: 1.4rem;
}
.directive .btn-telecharger {
    height: auto;
    padding: 10px 15px;
    color: #ffffff;
    background: #009c39;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin: auto;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    margin: 2em auto 0 auto;
}
.directive .btn-telecharger:hover {
    background: #2c2974;
    color: white;
    border: none;
}


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

.contact h2 {
    color: #2c2974;
    border-bottom: 2px solid #e2e2e2;
    margin-bottom: 1em;
}
.block {
    padding: 15px;
    text-align: center;
}
.block div { 
    display: grid;
    margin-bottom: 15px;
}
.block div:last-child { margin-bottom: 0; }
.block .nom,
.block .telehpone,
.block .email {
    font-size: 15px;
    color: #fff;
}
.block a {
    text-decoration: none;
    color: #fff;
}


/*--------------------------------------------------------------
    Politique et Mentions
--------------------------------------------------------------*/

.confidentialite h2 {
    color: #2c2974;
    border-bottom: 2px solid #e2e2e2;
}
.confidentialite .description { padding: 4em 0 6em 0; }
.confidentialite .description p { text-align: justify; }
.confidentialite .description ul { padding-left: 40px; }


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

footer { padding-top: 3em; }
footer .footer-top { 
    background-color: #e2e2e2;
    padding-top: 30px;
    color: #302d73;
    padding-bottom: 20px;
}
footer .footer-bottom {
    background-color: #ffffff;
    min-height: 350px;
    padding-top:25px;
    border-top: 10px solid #ffffff;
    color: #322f73;
}
footer .footer-bottom img.partenaires { padding: 0 10px 10px 10px; }
footer .footer-bottom img.contact { margin-bottom: 15px; }
footer .titre-top,
footer .titre-bottom {
    font-family: "RalewayL", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px;
}
footer .titre-top span,
footer .titre-bottom span {
    font-family: "RalewayB", Arial, sans-serif;
    padding-bottom: 8px;
    line-height: 22px;  
}
footer .footerul {
    list-style-type: none;
    float: left;
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 15px;
    color: #322f73;
}
footer .footerul li a {
    color: #322f73;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}
footer .footerul li img { width: 150px; }
footer .footerul p {
    color: #3a3772;
    font-size: 13px;
}
footer .footerul p a {
    color: #3a3772 !important;
    font-weight: 700 !important;
}
footer .copyright {
    width: 100%;
    float: left;
    min-height: 70px;
    padding-top: 12px;
    text-align: center;
    color: #ffffff;
    background: -webkit-linear-gradient(180deg, #ffffff, #464380, #0d2f6f); 
    background: -o-linear-gradient(180deg, #ffffff, #464380, #0d2f6f); 
    background: -moz-linear-gradient(180deg, #ffffff, #464380, #0d2f6f); 
    background: linear-gradient(180deg, #ffffff, #464380, #0d2f6f);
}
footer .copyright a,
footer .copyright a:hover { 
    text-decoration: none;
    color: #ffffff;
}
footer .copyright p { margin-top: 15px; }
footer .social {
    padding-left: 0;
    margin-top: 15px;
    list-style-type: none;
}
footer .social li {
    background: none repeat scroll 0 0 #322f73;
    border: 2px solid #322f73;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0 8px 0 0;
    padding: 0;
    text-align: center;
    width: 36px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
footer .social li:hover {
    transform: scale(1.15) rotate(360deg);
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
}
footer .social li a { color: #EDEFF1; }
footer .social li:hover {
    border: 2px solid #4464ac;
    background: #4464ac;
}
footer .social li a i {
    font-size: 20px;
    margin: 0;
    color: #fff !important;
}
footer .social li:hover a i { color: #3a3772 !important; }

footer .form {
    width: 100%;
    padding: 18px 15px;
    background: #f8f8f8;
    border: 1px solid rgba(0, 0, 0, 0.075);
    margin-bottom: 20px;
    color: #727272 !important;
    font-size: 13px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 10;
}
footer form .wpcf7-list-item-label { font-size:13px; }
footer .form:hover { border: 1px solid #4262ac; }
footer .form:focus {
    color: #3a3772;
    outline: none;
    border: 1px solid #4262ac;
}
footer textarea {
    height: 132px !important;
    max-height: 132px !important;
    max-width: 100%;
}
footer input {
    position: relative;
    z-index: 9999;
}
footer input[type="submit"]:disabled,
footer input[type="submit"]:disabled:hover { background: #bbbbbb; }
footer span.wpcf7-list-item { margin: -1em 0 0 1em !important; }
footer .button {
    padding: 8px 12px;
    background: #0A5175;
    display: block;
    width: 120px;
    margin: 21px 0 0px 0;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    font-size: 0.8em;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
}
footer .button:hover {
    background: #8BC3A3;
    color: #ffffff;
}
footer .form-btn {
    width: 180px;
    display: block;
    height: auto;
    padding: 15px;
    color: #ffffff;
    background: #312e74;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
}
footer .form-btn:hover {
    background: #009b3e;
    color: white;
    border: none;
}
footer .form-btn:active { opacity: 0.9; }

@media (max-width:768px) {
    footer .footerul {
        float: none;
        width: 100%;
    }
    footer .titre-bottom { margin-top: 2em; }
}


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

.body {
    background-color: #fff;
    padding: 8em 0 5em 0;
}

.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;
}

.title {
    font-size: 4em;
    font-weight: 700;
    color: #2f2d73;
    position: relative;
    text-align: center;
    line-height: 1.2;
}

.subtitle {
    font-size: 2rem;
    font-weight: 700;
    color: #029b3f;
    position: relative;
    text-align: center;
}

.buttons { margin: 30px; }
.buttons a.button {
    background-color: #275da2;
    font-weight: 700;
    border: 2px solid #ffffff;
    text-decoration: none;
    padding: 15px;
    margin-top: 1rem;
    display: block;
    text-transform: uppercase;
    color: white;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.buttons a.button:hover {
    background-color: #029b3f;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.subtitle:before, .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;
}