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

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

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

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

@font-face {
    font-family: Lato Bl;
    src: url(fonts/Lato-Black.ttf) format('truetype');
}


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

body,
html {
    width: 100%;
    height: auto;
    font-size: 16px;
}
body { 
    font-family: 'Lato Re', Helvetica, sans-serif;
    overflow-x: hidden;
    color: #045d8c;
}

section { padding: 4em 0; } 

a {
    color: #0058a4;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    text-decoration: underline !important;
}
a:hover {
    color: #ec773b;
    text-decoration: underline !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

b,
strong {
    font-family: 'Lato Bo', Helvetica, sans-serif;
    font-weight: initial;
}

iframe { border: 0; }

label { color: #555; }

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

h1,
h2 { font-size: 2em; }

ul{ padding-left: 0; }
ul li ul { padding-left: 40px; }
ul li { list-style: none; }
ul li:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 6px;
    content: "\f111";
    margin-right: 8px;
    vertical-align: middle;
    display: inline-block;
}

.line {
    background-color: #ec773b;
    width: 50px;
    height: 3px;
    position: relative;
    display: block;
    margin: 1.5rem 0;
}
.line-center {
    background-color: #ec773b;
    width: 50px;
    height: 3px;
    position: relative;
    display: block;
    margin: 1.5rem auto;
}

.text-muted { color: #6c757d !important; }

.bg-blanc { background-color: #fff; }
.bg-gris { background-color: #f9f9f9; }
.bg-bleu { background-color: #045d8c; }

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

/*--------------------------------------------------------------
    Header
--------------------------------------------------------------*/

header .header-top {
    position: relative;
    font-size: 1em;
    background: #fff;
    padding: 1.5em 0;
}
header .header-top a {
    position: relative;
    display: inline-block;
    color: #045d8c;
    text-decoration: none !important;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
header .header-top a:hover { color: #045d8c; }
header .header-top .social-links { border-bottom: 1px solid #045d8c; }
header .header-top .social-links ul {
    display: table;
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}
header .header-top .social-links ul li {
    padding: 0 0.3em;
    float: left;
    margin-bottom: 0.2em;
}
header .header-top .social-links ul li:before,
header .header-top .contact-links ul li:before { display: none; }
header .header-top .social-links ul li a {
    color: #fff;
    padding: 0.15em 0.45em;
    border-radius: 4px;
}
header .header-top .social-links ul li.lang-item { text-transform: uppercase; }
header .header-top .social-links ul li.lang-item a { 
    color: #045d8c;
    padding: 0;
}
header .header-top .social-links ul li.current-lang a { color: #3498db !important; }
header .header-top .social-links ul li a:hover { opacity: 0.8 }
header .header-top .social-links ul li i { text-align: center; }
header .header-top .contact-links ul {
    display: table;
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}
header .header-top .contact-links ul li {
    padding: 0.5em 0.3em 0 0.3em;
    float: left;
}
header .header-top .contact-links ul li .contact {
    background-color: #045d8c;
    padding: 0.11em 0.6em 0.16em 0.6em;
    border: #045d8c solid 1px;
    color: #fff !important;
}
header .site-heading {
    text-transform: uppercase;
    line-height: 1;
    padding: 0;
    margin: 0;
}
header .site-heading img { max-width: 220px; }
header .site-heading .site-heading-upper {
    display: block;
    font-size: 2rem;
    font-weight: 800;
}
header .site-heading .site-heading-lower {
    font-size: 5rem;
    font-weight: 100;
    line-height: 4rem;
}

@media screen and (max-width: 768px) {
    header .header-top {
        margin-top: 0.5em;
        margin-bottom: 1.5em;
    }
    header .header-top .top-left,
    header .header-top .top-right {
        width: 100%;
        text-align: center;
    }
    header .site-heading {
        text-align: center;
        margin-bottom: 0.5em;
    }
}


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

#mainNav { 
    font-family: 'Lato Re', Helvetica, sans-serif;
    background-color: #045d8c;
    padding: 0.5em 1em;
}
#mainNav .navbar-brand { color: #ec773b; }
#mainNav .collapse.navbar-collapse > div { margin: 0 auto; }
#mainNav .navbar-nav .nav-item:before { display: none; }
#mainNav .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-size: 1.1em;
    text-decoration: none !important;
}
#mainNav .navbar-nav .nav-item.active .nav-link { color: #ec773b; }
#mainNav .navbar-nav .nav-item.current-page-ancestor .nav-link { color: #ec773b; }

#mainNav .navbar-nav .dropdown-menu .dropdown-item{ text-decoration: none !important; }

@media screen and (min-width: 992px) {
    #mainNav.navbar { padding: 0; }
    #mainNav .navbar-nav .nav-item {
        position: relative;
        padding-right: 0.7rem;
        padding-left: 0.7rem;
    }
    #mainNav .navbar-nav .nav-item .nav-link {
        font-size: 0.9em;
        padding-right: 0;
        padding-left: 0;
        text-transform: uppercase;
    }
    #mainNav .navbar-nav .nav-item .nav-link:hover,
    #mainNav .navbar-nav .nav-item.active .nav-link { color: #fff; }
    #mainNav .navbar-nav .nav-item .nav-link:hover:before,
    #mainNav .navbar-nav .nav-item.active .nav-link:before,
    #mainNav .navbar-nav .nav-item.current-page-ancestor .nav-link:before{
        content: " ";
        height: 5px;
        width: 45%;
        background-color: #ec773b;
        margin: 0 auto;
        bottom: -2px;
        position: absolute;
        display: block;
        left: 0;
        right: 0;
    }
    #mainNav .navbar-nav .dropdown-menu {
        margin: .5rem 0 0;
        border: 0 solid rgba(0,0,0,0);
        border-radius: 0;
        border-bottom: 3px solid #045d8c;
    }
    #mainNav .navbar-nav .dropdown-menu .dropdown-item:active {
        color: #555;
        text-decoration: none;
        background-color: #f9f9f9;
    }
}

@media screen and (min-width: 768px) {
    #mainNav .navbar-nav .nav-item.active .nav-link { color: #ec773b; }
}


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

.breadcrumb {
    font-family: 'Lato Li', Helvetica, sans-serif;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    font-size: 0.9em;
    text-align: center;
    display: block;
    margin: 1rem auto;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #ec773b;
    content: ">";
}
.breadcrumb li.breadcrumb-item { display: inline-block; }
.breadcrumb li.breadcrumb-item a,
.breadcrumb li.breadcrumb-item strong {
    font-family: 'Lato Li', Helvetica, sans-serif;
    color: #929497;
    text-decoration: none !important;
}


/*--------------------------------------------------------------
    Block - actualites-1
--------------------------------------------------------------*/

#actualites-1 h1,
#actualites-1 h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 2rem;
}
#actualites-1 .blog-img {
    border-top: 2px #f06600 solid;
    padding: 0.5em 0;
}
#actualites-1 .blog-text { margin-top: 1.5em; }
#actualites-1 .blog-text h2,
#actualites-1 .blog-text h3 {
    color: #555;
    font-size: 1.5em;
    margin-bottom: 0.5em;
    padding-bottom: 0;
    text-transform: unset;
    letter-spacing: 0;
}
#actualites-1 .blog-text h2 a,
#actualites-1 .blog-text h3 a {
    color: #555;
    text-decoration: none !important;
}
#actualites-1 .blog-text h2 a:hover,
#actualites-1 .blog-text h3 a:hover { color: #ec773b; }
#actualites-1 .blog-text span {
    color: #333;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 0.8em;
    position: relative;
}
#actualites-1 .blog-text span::before {
    background: #ec773b none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    right: -70px;
    top: 11px;
    width: 50px;
}
#actualites-1 .blog-text > p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #333;
    margin-bottom: 0;
}
#actualites-1 .blog-custom-size {
    -moz-box-flex: 0;
    flex: 0 0 48%;
    max-width: 48%;
}
#actualites-1 div.nth .blog-wrapper { margin-top: 3rem; }
#actualites-1 div.nth:nth-of-type(-n+3) .blog-wrapper { margin-top: 0; }
#actualites-1 a.btn-orange {
    border: 1px solid #3498db;
    background-color: #3498db;
    text-decoration: none !important;
}
#actualites-1 a.btn-orange:hover {
    border: 1px solid #ec773b;
    text-decoration: underline !important;
}

@media screen and (max-width: 992px) {
    #actualites-1 div.nth:nth-of-type(-n+3) .blog-wrapper { margin-top: 3rem; }
    #actualites-1 div.nth:nth-of-type(-n+2) .blog-wrapper { margin-top: 0; }
}

@media screen and (max-width: 768px) {
    #actualites-1 div.nth:nth-of-type(-n+3) .blog-wrapper { margin-top: 3rem; }
    #actualites-1 div.nth:nth-of-type(-n+2) .blog-wrapper { margin-top: 3rem; }
    #actualites-1 div.nth:first-of-type .blog-wrapper { margin-top: 0; }
}


/*--------------------------------------------------------------
    Block - call-to-action-1
--------------------------------------------------------------*/

#call-to-action-1.mt { margin-top: 4em; }
#call-to-action-1.mb { margin-bottom: 4em; }
#call-to-action-1 { 
    padding-top: 4em;
    background-color: #045d8c;
    color: #fff;
    border-bottom: 1em solid #f9f9f9;
    margin-bottom: 2em;
}
#call-to-action-1 h2 { 
    text-transform: uppercase;
    letter-spacing: 1px;
}
#call-to-action-1 .line { background-color: #fff; }
#call-to-action-1 a,
#call-to-action-1 a:hover {
    color: #fff !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
#call-to-action-1 a.btn-orange {
    border: 1px solid #fff;
    color: #045d8c !important;
    margin-top: 0;
    text-align: center;
    width: 100%;
    background-color: #fff;
}
#call-to-action-1 a.btn-orange:hover {
    border: 1px solid #ec773b;
    color: #fff !important;
}


/*--------------------------------------------------------------
    Block - candidats-1
--------------------------------------------------------------*/

#candidats-1 h1,
#candidats-1 h2 {
    text-transform: uppercase;
    color: #045d8c;
    text-align: center;
    margin-bottom: 1rem;
}
#candidats-1 ul li:before { display: none; }
#candidats-1 #accordion .card:before {  }
#candidats-1 #accordion .card:first-child { margin-top: 1em; }
#candidats-1 #accordion .card .card-header:first-child { border-radius: 0; }
#candidats-1 #accordion .card {
    border-bottom: none;
    margin-bottom: 1em;
    text-align: center;
    background-color: #fff;
    border: 1px solid #eeeeee;
}
#candidats-1 #accordion .card .card-header {
    border-bottom: none;
    margin-bottom: 0;
    text-align: center;
    background-color: #fff;
    border: none;
}
#candidats-1 #accordion .card .triangle:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    z-index: 1;
    border-width: 11px;
    border-style: solid;
    border-color: transparent;
}
#candidats-1 #accordion .card .triangle.bottom:before {
    border-top-color: #045d8c;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#candidats-1 #accordion .card .card-header .btn-link {
    font-family: 'Lato Re', Helvetica, sans-serif;
    color: #045d8c;
    width: 100%;
}
#candidats-1 #accordion .card .card-header h3 {
    font-family: 'Lato Bo', Helvetica, sans-serif;
    font-size: 1em;
    margin-bottom: 0;
}
#candidats-1 #accordion .card .card-header .meta {
    font-size: 0.8em;
    text-align: right;
    color: #555;
    margin-bottom: 0;
}
#candidats-1 #accordion .card .card-header .meta .job-type {
    color: #ec773b;
    text-transform: uppercase;
}
#candidats-1 #accordion .card .card-body ul {
    list-style: none;
    padding-left: 0;
    text-align: center;
}
#candidats-1 #accordion .card:hover .card-header {
    border-bottom: none;
    margin-bottom: 0;
    text-align: center;
    background-color: rgba(0,0,0,.03);
}
#candidats-1 #accordion .card:hover .triangle.bottom:before {
    border-top-color: #ec773b;
}
#candidats-1 #accordion .card:hover .card-header .btn-link {
    color: #ec773b;
    text-decoration: none;
}
#candidats-1 input {
    width: 100%;
    height: 50px;
    padding: 10px;
    background: #fff;
    font-size: 16px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
#candidats-1 input:hover { border: 1px solid #ec773b; }
#candidats-1 input:focus {
    outline: none;
    border: 1px solid #ec773b;
}
#candidats-1 input[type="search"] {
    margin-bottom: 0 !important;
    width: 100% !important;
}
#candidats-1 input[type="checkbox"] { 
    width: unset !important;
    height: unset !important;
}
#candidats-1 input[type="submit"] {
    background: #eeeeee;
}

#candidats-1 .description p {
    color: #555;
    font-size: 1.1em;
}
#candidats-1 .btn-orange {
    display: table;
    margin: 0 auto;
}

/* Job Manager */

.single-job {
    display: flex !important;
    flex-direction: column !important;
}
.single-job .job-manager-error { order: 2 !important; }
.single-job .single_job_listing { order: 1 !important; }

.select2 { margin-bottom: -7px; }
.select2 .select2-selection--multiple {
    background-color: transparent !important;
    border: 1px solid transparent !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3498db;
    color: #fff;
}
.select2-search.select2-search--inline { width: 100% !important; }

[class^="select"] ul { padding: 0 !important; }
[class^="select"] ul li:before { display: none !important; }

.job_types {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    border: 1px solid #eee !important;
    border-width: 0 1px !important;
}
.job_types:after { clear: both !important; }
.job_types:after,
.job_types:before {
    content: "" !important;
    display: table !important;
}
.job_types label { margin-bottom: 0 !important; }
.job_types li {
    text-transform: uppercase !important;
    border-bottom: 1px solid #eee !important;
    padding: 20px !important;
    width: 100% !important;
    text-align: center !important;
}
.job_types li:last-child { border-bottom: 0 !important; }

.showing_jobs.wp-job-manager-showing-all { display: none !important; }

@media screen and (min-width: 768px) {
    .job_types li {
        border: 1px solid #eee !important;
        border-width: 0 1px 1px 0 !important;
        width: 50% !important;
        float: left !important;
    }
    .job_types li:nth-child(2n) { border-right: 0 !important; }
}

@media screen and (min-width: 992px) {
    .job_types li {
        border-width: 0 1px 0 0 !important;
        width: auto !important;
    }
    .job_types li:nth-child(2n) { border-right: 1px solid #eee !important; }
}

/* Simple Job Board */

.sjb-page .list-data { margin: 5px 0; }
.sjb-page #single .job-type { color: #ec773b !important; }
.sjb-page #single h2,
.sjb-page #single .job-description,
.sjb-page #single .job-description p,
.sjb-page .list-data .job-location,
.sjb-page .list-data .job-date { color: #045d8c !important; }
.sjb-page .sjb-filters .form-control {
    height: 50px !important;
    margin-bottom: 15px !important;
}
.sjb-page .sjb-detail .list-data h3 { color: #555 !important; }
.sjb-page .list-data .job-info h4 a:hover { color: #ec773b !important; }
.sjb-page #single .job-location,
.sjb-page #single .job-location a,
.sjb-page #single .job-date,
.sjb-page #single i { color: #949494 !important; }
.sjb-page .jobpost-form {
    border: 1px solid #eee;
    padding: 15px;
    margin-bottom: 4em;
}
.sjb-page .jobpost-form .required { margin-left: 5px; }
.sjb-page .sjb-detail .job-features .table { border-top: 1px solid #e1e1e1; }
.sjb-page .sjb-detail .job-features .table td:first-child { padding-left: 15px !important; }

.sjb-listing .list-data .job-type  { color: #ec773b !important; }

.sjb-page .sjb-detail .jobpost-form .file div,
.sjb-page .btn { border-radius: 0 !important; }
.sjb-page .no-job-listing { text-align: center; }

.sjb-filters .btn-search {
    background: #3498db !important;
    color: #fff !important;
    border: 1px solid rgb(225, 225, 225);
}


/*--------------------------------------------------------------
    Block - carousel-logo
--------------------------------------------------------------*/

#carousel-logo.pt { padding-top: 4em; }
#carousel-logo.pb { padding-bottom: 4em; }
#carousel-logo { padding-top: 0; }
#carousel-logo .slick-slide {
    margin: 0px 20px;
    border: 1px solid #f9f9f9;
}
#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; }


/*--------------------------------------------------------------
    Block - carousel-1
--------------------------------------------------------------*/

#carousel-1 .carousel-caption {
    color: #fff;
    left: auto;
    max-width: 550px;
    right: 15%;
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
    bottom: auto;
    background-color: rgba(4, 93, 140, 0.9);
    padding: 3em 2em;
    font-size: 0.9em;
    text-align: left;
}
#carousel-1 .carousel-caption p:last-child { margin-bottom: 0; }
#carousel-1 .carousel-caption h1,
#carousel-1 .carousel-caption h2 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media screen and (max-width: 1200px) {
    #carousel-1 .carousel-caption {
        max-width: 750px;
        bottom: initial;
        padding: 2em 2em;
    }
}

@media screen and (max-width: 992px) {
    #carousel-1 .carousel-caption {
        left: auto;
        max-width: none;
        right: 0;
        top: 0;
        position: relative;
        width: 100%;
        transform: none;
    }
}


/*--------------------------------------------------------------
    Block - carousel-2
--------------------------------------------------------------*/

#carousel-2 { position: relative; }
#carousel-2 .triangle:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    z-index: 1;
    border-width: 11px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #fff;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#carousel-2 h1,
#carousel-2 h2 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 0.8em;
}
#carousel-2 .carousel-caption {
    color: #fff;
    max-width: 650px;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(4, 93, 140, 0.9);
    padding: 3em 2em;
    font-size: 0.9em;
    text-align: left;
    bottom: initial;
}
#carousel-2 .carousel-caption p:last-child { margin-bottom: 0; }

@media screen and (max-width: 992px) {
    #carousel-2 .carousel-caption {
        background-color: transparent !important;
        position: relative;
        display: inline;
        left: 0;
        right: 0;
    }
    #carousel-2 .carousel-control-prev,
    #carousel-2 .carousel-control-next { display: none; }
}


/*--------------------------------------------------------------
    Block - block-1
--------------------------------------------------------------*/

#contenu-1.pt { padding-top: 4em; }
#contenu-1.pb { padding-bottom: 4em; }
#contenu-1 h2 {
    color: #045d8c;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 0.8em;
}
#contenu-1 div.nth .card {
    margin-top: 2rem;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
}
#contenu-1 div.nth .card:hover {
    -ms-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}
#contenu-1 div.nth:nth-of-type(-n+2) .card { margin-top: 0; }
#contenu-1 .card.card-image .card-body {
    position: absolute;
    z-index: 150;
    width: 100%;
    text-align: center;
    bottom: 0;
}
#contenu-1 .card.card-image a .card-text { 
    text-transform: uppercase;
    color: #fff;
}
#contenu-1 .card.card-image a:hover .card-text { text-decoration: underline; }

#contenu-1 .card.card-texte .card-body {
    background-color: #29ace1;
    color: #fff;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

@media screen and (max-width: 992px) {
    #contenu-1 div.nth:nth-of-type(-n+2) .card { margin-top: 2rem; }
    #contenu-1 div.nth:first-of-type .card { margin-top: 0; }
}


/*--------------------------------------------------------------
    Block - contenu-2
--------------------------------------------------------------*/

#contenu-2.mt { margin-top: 4em; }
#contenu-2.mb { margin-bottom: 4em; }
#contenu-2 { position: relative; }
#contenu-2 .triangle:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    z-index: 1;
    border-width: 11px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #fff;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#contenu-2 h2 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 0.8em;
}


/*--------------------------------------------------------------
    Block - contenu-3
--------------------------------------------------------------*/

#contenu-3 { color: #fff; }
#contenu-3.pt { padding-top: 4em; }
#contenu-3.pb { padding-bottom: 4em; }
#contenu-3 h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background-color: #045d8c;
    padding: 0.2em 0;
    margin-bottom: 1rem;
}


/*--------------------------------------------------------------
    Block - contenu-4
--------------------------------------------------------------*/

#contenu-4.pt { padding-top: 4em; }
#contenu-4.pb { padding-bottom: 4em; }
#contenu-4 .tab-style-01 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 0;
    margin-bottom: 60px;
}
#contenu-4 .tab-style-01 li { padding: 0.5em; }
#contenu-4 .tab-style-01 li:before { display: none; }
#contenu-4 .tab-style-01 .nav-item .nav-link {
    color: #555;
    background-color: transparent;
    border-bottom: 3px solid #e5e5e5;
    border-radius: 0;
    font-size: 1.4em;
    text-decoration: none !important;
    padding: 0;
    margin: 0;
    min-width: 9em;
    text-align: center;
}
#contenu-4 .tab-style-01 .nav-item .nav-link.active,
#contenu-4 .tab-style-01 .nav-item .show > .nav-link {
    background-color: #fff;
    border-bottom: 3px solid #ec773b;
}

@media screen and (max-width: 768px) {
    #contenu-4 .tab-style-01 {
        margin-bottom: 40px;
        display: grid;
    }
    #contenu-4 .tab-style-01 li { padding: 0.7em; }
}


/*--------------------------------------------------------------
    Block - contenu-5
--------------------------------------------------------------*/

#contenu-5.pt { padding-top: 4em; }
#contenu-5.pb { padding-bottom: 4em; }
#contenu-5 h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 2rem;
}
#contenu-5 .blog-text { margin-top: 1.5em; }
#contenu-5 .blog-text h3 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
    color: #555;
    display: inline-block;
    position: relative;
}


/*--------------------------------------------------------------
    Block - feature-1
--------------------------------------------------------------*/

#feature-1 .overlay { z-index: 0; }
#feature-1 .container { z-index: 10; }
#feature-1.mt { margin-top: 4em; }
#feature-1.mb { margin-bottom: 4em; }
#feature-1 h2 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    z-index: 10;
    position: relative;
}
#feature-1 .line-center {
    background-color: #fff;
    margin-bottom: 2rem;
}
#feature-1 .card {
    background-color: #ecf0f1;
    border-radius: 0;
    padding: 1.2em;
    height: 100%;
}
#feature-1 .card h3 {
    font-family: 'Lato Li', Helvetica, sans-serif;
    color: #045d8c;
    font-size: 1em;
    padding-top: 1em;
    margin-bottom: 0;
    text-align: center;
}
#feature-1 .card .card-body { padding: 0; }
#feature-1 .card .card-img-top { 
    max-width: 84px;
    margin: 0 auto;
    border-radius: 0;
}
#feature-1 .card-container {
    display: grid;
    perspective: 700px;
}
#feature-1 .card-container .card-flip {
    display: grid;
    grid-template: 1fr / 1fr;
    grid-template-areas: "frontAndBack";
    transform-style: preserve-3d;
    transition: all 0.7s ease;
}
#feature-1 .card-container .card-flip div {
    backface-visibility: hidden;
    transform-style: preserve-3d;
}
#feature-1 .card-container .card-flip .front { grid-area: frontAndBack; }
#feature-1 .card-container .card-flip .back {
    grid-area: frontAndBack;
    transform: rotateY(-180deg);
}
#feature-1 .card-container:hover .card-flip { transform: rotateY(180deg); }

@media screen and (max-width: 992px) {
    #feature-1 .card-container { margin-bottom: 1.5em; }
}


/*--------------------------------------------------------------
    Block - feature-2
--------------------------------------------------------------*/

#feature-2.mt { margin-top: 4em; }
#feature-2.mb { margin-bottom: 4em; }
#feature-2 h2 {
    color: #555;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}
#feature-2 .box {
    width: 175px;
    height: 175px;
    background: #005c8e;
    margin: 0.4em auto;
}
#feature-2 .box .card-img-top {
    display: block;
    margin: 0 auto;
    width: 70px;
    border: 4px solid #fff;
    background: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#feature-2 .box h3 {
    font-family: 'Lato Re', Helvetica, sans-serif;
    color: #fff;
    font-size: 0.9em;
    text-align: center;
    margin-bottom: 0;
    margin-top: 1em;
}


/*--------------------------------------------------------------
    Block - feature-3
--------------------------------------------------------------*/

#feature-3 { padding: 0; }
#feature-3.mt { margin-top: 4em; }
#feature-3.mb { margin-bottom: 4em; }
#feature-3 .overlay {
    background-color: rgba(0, 92, 142, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
#feature-3 h2 {
    color: #045d8c;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    z-index: 10;
    position: relative;
    padding-bottom: 1rem;
}
#feature-3 .card {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 1.2em;
}
#feature-3 .card .card-title p:last-child { margin-bottom: 0; }
#feature-3 .card .counter-wrapper { 
    font-family: 'Lato Re', Helvetica, sans-serif;
    color: #fff;
    font-size: 3.5em;
}
#feature-3 .card h3 {
    font-family: 'Lato Li', Helvetica, sans-serif;
    color: #fff;
    font-size: 1em;
    margin-bottom: 0;
}
#feature-3 .card .card-body { padding: 0; }


/*-------------------------------------------------------------
    Block - historique-1
--------------------------------------------------------------*/

#historique-1.pt { padding-top: 4em; }
#historique-1.pb { padding-bottom: 4em; }
#historique-1 h2 {
    color: #045d8c;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    padding-bottom: 2rem;
}
#historique-1 .block-texte {
    background-color: #24a1ae;
    padding: 2em;
    color: #fff;
}
#historique-1 .block-texte h3 { text-transform: uppercase; }
#historique-1 .block-texte p { text-align: justify; }
#historique-1 .block-histoire { padding: 2em; }
#historique-1 .block-histoire ol { padding-left: 0; }
#historique-1 .block-histoire ol li {
    list-style: none;
    border-left: 1px solid #045d8c;
    padding-left: 15px;
}
#historique-1 .block-histoire ol li:before {
    margin-right: 10px;
    content: "";
    height: 30px;
    vertical-align: middle;
    width: 30px;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(img/puce-bleu.png);
    background-position: center 5px;
    background-size: 90% auto;
}
#historique-1 .block-histoire ol li .date {
    font-family: 'Lato Bl', Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.2em;
}
#historique-1 .block-histoire ol li p {
    margin-bottom: 0;
    padding-bottom: 1em;
    font-size: 0.9em;
}
#historique-1 .block-histoire ol li:last-child p { padding-bottom: 0; }


/*--------------------------------------------------------------
    Block - list-1 (blanc)
--------------------------------------------------------------*/

#list-1 { 
    padding: 0;
    color: #333;
}
#list-1.pt { padding-top: 4em; }
#list-1.pb { padding-bottom: 4em; }
#list-1 ul li:before { display: none; }
#list-1 #accordion .card:before {  }
#list-1 #accordion .card {
    position: relative;
    background-color: #fff;
    border: none;
    border-radius: 0;
}
#list-1 #accordion .card .card-header:first-child { border-radius: 0; }
#list-1 #accordion .card:last-child .card-header { margin-bottom: 0; }
#list-1 #accordion .card .card-header {
    border-bottom: none;
    margin-bottom: 1em;
    text-align: center;
    background-color: #fff;
    border: 1px solid #eee;
}
#list-1 #accordion .card .triangle:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    z-index: 1;
    border-width: 11px;
    border-style: solid;
    border-color: transparent;
}
#list-1 #accordion .card .triangle.bottom:before {
    border-top-color: #045d8c;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#list-1 #accordion .card .card-header .btn-link {
    font-family: 'Lato Re', Helvetica, sans-serif;
    color: #045d8c;
    text-decoration: none !important;
}
#list-1 #accordion .card .card-header .btn-link:hover { text-decoration: underline !important; }
#list-1 #accordion .card .card-body ul {
    list-style: none;
    padding-left: 0;
    text-align: center;
}
#list-1 #accordion .card:hover .card-header {
    border-bottom: none;
    margin-bottom: 1em;
    text-align: center;
    background-color: rgba(0,0,0,.03);
}
#list-1 #accordion .card:last-child:hover .card-header { margin-bottom: 0; }
#list-1 #accordion .card:hover .triangle.bottom:before {
    border-top-color: #ec773b;
}
#list-1 #accordion .card:hover .card-header .btn-link {
    color: #ec773b;
    text-decoration: none;
}


/*--------------------------------------------------------------
    Block - list-3
--------------------------------------------------------------*/

#list-3.pt { padding-top: 4em; }
#list-3.pb { padding-bottom: 4em; }
#list-3 h2 {
    color: #045d8c;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    z-index: 10;
    position: relative;
    padding-bottom: 1rem;
}
#list-3 .box {
    background-color: #045d8c;
    padding: 1em;
    color: #fff;
    margin: 1em 0em;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
}
#list-3 .box:hover {
    -ms-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}
#list-3 i { font-size: 3em; }
#list-3 p { margin-bottom: 0; }
#list-3 a,
#list-3 a:hover,
#list-3 a:focus { text-decoration: none !important; }


/*--------------------------------------------------------------
    Block - list-4
--------------------------------------------------------------*/

#list-4.pt { padding-top: 4em; }
#list-4.pb { padding-bottom: 4em; }
#list-4 .box {
    background-color: #045d8c;
    padding: 1em;
    margin: 0.5em 0em 1em 0;
}
#list-4 .pays {
    text-transform: uppercase;
    color: #555;
}
#list-4 img { width: 30px; }
#list-4 p { margin-bottom: 0; }
#list-4 ul { margin-bottom: 0; }
#list-4 ul li:before { display: none; }
#list-4 ul li a {
    color: #fff;
    text-decoration: none !important;
}
#list-4 ul li a:hover,
#list-4 ul li a:focus { text-decoration: underline !important; }

/*--------------------------------------------------------------
    Block - testi-1
--------------------------------------------------------------*/

#testi-1.pt { padding-top: 4em; }
#testi-1.pb { padding-bottom: 4em; }
#testi-1 .items { margin: 0 1em; }
#testi-1 .quote {
    background: #3498db;
    padding: 15px 20px 5px 15px;
    margin-bottom: 30px;
}
#testi-1 .quote:after {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 18px 0 18px;
    border-color: #3498db transparent transparent transparent;
    position: relative;
    top: 37px;
    left: 20px;
}
#testi-1 .quote p {
    font-family: 'Lato Li', Helvetica, sans-serif;
    color: #fff;
    text-align: justify;
}
#testi-1 .people {
    margin-left: 25px;
    margin-bottom: 80px;
}
#testi-1 .people .photo {
    background-color: #f9f9f9;
    border-radius: 100px;
    width: 80px;
    height: 80px;
    float: left;
    margin: -10px 10px 0 -10px;
}
#testi-1 .people p {
    position: relative;
    top: 5px;
    text-transform: uppercase;
}
#testi-1 .people p:nth-child(2) {
    font-size: 1.2em;
    margin-bottom: 0;
}
#testi-1 .people p:nth-child(3) {
    font-family: 'Lato Li', Helvetica, sans-serif;
    font-size: 14px;
    color: #929497;
}
#testi-1 a {
    color: #ffffff;
    float: right;
    text-transform: uppercase;
}


/*--------------------------------------------------------------
    Block - texte-1
--------------------------------------------------------------*/

#texte-1.pt { padding-top: 4em; }
#texte-1.pb { padding-bottom: 4em; }
#texte-1 h2 {
    color: #045d8c;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
}
#texte-1 p:last-of-type { margin-bottom: 0; }


/*--------------------------------------------------------------
    Block - texte-2
--------------------------------------------------------------*/

#texte-2.mt { margin-top: 4em; }
#texte-2.mb { margin-bottom: 4em; }
#texte-2.parallax { border: 0; }
#texte-2 h2 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    z-index: 10;
    position: relative;
}
#texte-2 .block-texte {
    background-color: rgba(4, 93, 140, 0.9);
    padding: 2em 3em;
    color: #fff;
}


/*--------------------------------------------------------------
    Block - texte-3
--------------------------------------------------------------*/

#texte-3.pt { padding-top: 4em; }
#texte-3.pb { padding-bottom: 4em; }
#texte-3 h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
}


/*--------------------------------------------------------------
    Block - texte-4
--------------------------------------------------------------*/

.overlay2 {
    background:transparent; 
    position:relative; 
    width:640px;
    height:480px; /* your iframe height */
    top:480px;  /* your iframe height */
    margin-top:-480px;  /* your iframe height */
}

#texte-4.pt { padding-top: 4em; }
#texte-4.pb { padding-bottom: 4em; }
#texte-4 {
    color: #fff;
    padding-bottom: 0;
}
#texte-4 h1,
#texte-4 h2 {
    color: #fff;
    background-color: #fff;
    padding: 0.7em 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.2em;
    display: inline-block;
}
#texte-4 .line-center {
    background-color: #ec773b;
    margin-bottom: 2rem;
}


/*--------------------------------------------------------------
    Block - titre
--------------------------------------------------------------*/

#titre.pt { padding-top: 2em; }
#titre.pb { padding-bottom: 2em; }
#titre h1,
#titre h2 {
    color: #045d8c;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}
#titre i { font-size: 2em; }
#titre p { 
    color: #555;
    font-size: 1.1em;
}


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

#single .single-head h2 { 
    font-family: 'Lato Bo', Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 0;
}
#single .single-head small { font-size: 100%; }
#single .single-head small a {
    color: #ec773b;
    text-transform: uppercase;
    text-decoration: none !important;
}
#single .single-head small a:hover { text-decoration: underline !important; }
#single .single-head .time { color: #949494; }
#single .img-box:before {
    position: absolute;
    content: '';
    background: url(img/about-shap.png);
    width: 24em;
    height: 23em;
    left: -2em;
    bottom: -2em;
    background-size: cover;
    background-repeat: no-repeat;
}
#single .img-box img {
    position: relative;
    width: 100%;
    z-index: 1;
}
#single .single-content { 
    margin-top: 4em;
    margin-bottom: 3em;
}
#single h3.sous-titre { 
    color: #045d8c;
    padding-top: 1em;
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-size: 1.5em;
    border-top: 2px dashed #ccc;
}
#single .blog-wrapper {
    background-color: #fff;
    padding: 2em 1em;
    border: 1px solid #f9f9f9;
}
#single .blog-text h4 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
}
#single .blog-text h4 a {
    color: #555;
    text-decoration: none !important;
}
#single .blog-text h4 a:hover { text-decoration: underline !important; }
#single .blog-text span {
    color: #949494;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    position: relative;
}
#single .blog-text span::before {
    background: #ec773b none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    right: -70px;
    top: 11px;
    width: 50px;
}

/* Job Manager */

#single .single-job {  margin-top: 3em; }

.job-listing-meta li:before { display: none; }

.job_description {
    margin: 0 0 2.5em !important;
    color: #555 !important;
}

.job_application { margin-bottom: 0 !important; }
.job_application input[type=button] {
    border: 1px solid #045d8c !important;
    color: #fff !important;
    display: inline-block !important;
    font-family: 'Lato Re', Helvetica, sans-serif !important;
    font-size: 0.9em !important;
    line-height: 1 !important;
    padding: 1em 1.8em !important;
    background-color: #045d8c !important;
    width: 100% !important;
    text-transform: uppercase !important;
}
.job_application input[type=button]:hover { 
    color :#fff !important;
    border: 1px solid #ec773b !important;
    background-color: #ec773b !important;
}


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

footer {
    width: 100%;
    background-color: #f9f9f9;
    padding: 0 0 1.5em 0;
    color: #333;
}
footer p {
    font-size: 0.75em;
    color: #333;
    padding-bottom: 0px;
    margin-bottom: 0.5em;
}
footer a { color: #333; }
footer a:hover { text-decoration: underline; }
footer .footer-before {
    background: url(img/footer-bg.png);
    width: 100vw;
    height: 210px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.7;
}
footer .title_footer {
    padding-top: 1.5em;
    font-size: 1em;
    color: #555;
}
footer .line-center { margin: 1rem auto; }
footer ul.nav_footer {
    margin: 0px;
    list-style-type: none;
    padding: 0;
    font-size: 0.75em;
}
footer ul.nav_footer li { 
    list-style: none;
    padding: 0 0 0.5em 0;
}
footer ul.nav_footer li:before { display: none; }
footer ul.nav_footer li a {
    color: #333;
    text-decoration: none !important;
}
footer ul.nav_footer li a:hover {
    color: #333;
    text-decoration: underline !important;
}

footer .social_footer_ul {
    display: table;
    margin: 1.1em auto 0 auto;
    padding-left: 0;
    list-style-type: none;
}
footer .social_footer_ul li {
    padding: 0.5em 0.3em 0 0.3em;
    float: left;
}
footer .social_footer_ul li:before { display: none; }
footer .social_footer_ul li a {
    color: #fff;
    padding: 0.46em 0.68em;
    border-radius: 4px;
    text-decoration: none !important;
}
footer .social_footer_ul li a:hover { opacity: 0.8 }
footer .social_footer_ul li i {
    text-align: center;
}


/*--------------------------------------------------------------
    Table
--------------------------------------------------------------*/

table {
    color: #555;
    border-collapse: collapse;
    width: 100%;
    min-width: 245px;
}
table td,
table th {
    text-align: left;
    border: 1px solid #ddd;
    padding: 8px;
}
table th {
    background-color: #045d8c;
    color: #fff;
    border: 1px solid #999;
}
table tr { transition: background-color ease 80ms; }
table tr:nth-child(odd) { background-color: #f9f9f9; }
table tr:hover { background-color: #ddd; }
table p { margin-bottom: 0; }

@media screen and (min-width: 576px) {
    table thead tr:first-child td { 
        background-color: #045d8c;
        color: #fff;
    }
    .table-title { display: none; }
}


/*--------------------------------------------------------------
    Modal
--------------------------------------------------------------*/

.modal { padding-right: 0 !important; }
.modal .close {
    top: 0.2em;
    position: absolute;
    right: 0.5em;
    color: #fff;
    opacity: 1;
    font-size: 2em;
}
.modal .modal-body { padding: 0; }
.modal .modal-body h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    padding-top: 1em;
}
.modal .modal-body h3 {
    font-family: 'Lato Li', Helvetica, sans-serif;
    color: #fff;
    text-align: center;
    font-size: 1.1em;
}
.modal .modal-body img { 
    display: block;
    max-width: 12em;
    margin: 0 auto;
    padding-bottom: 2.5em;
}
.modal .modal-body .single-content { padding: 2em; }
.modal .modal-body .single-content p { color: #555; }
.modal .modal-body .single-content p:last-child { margin-bottom: 0; }


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

.page-numbers { 
    color: #555;
    padding: 0.5em;
}
.page-numbers:after {
    content: '';
    display: inline-block;
    position: relative;
    right: -9px;
    width: 7px;
    height: 7px;
    border: 2px solid;
    box-sizing: border-box;
    color: #ec773b;
    top: -1px;
}
.page-numbers:last-child:after { display: none !important; }
.page-numbers.current { color: #ec773b; }


/*--------------------------------------------------------------
    Boutons
--------------------------------------------------------------*/

.btn-orange {
    border: 1px solid #045d8c;
    color: #fff;
    display: inline-block;
    font-family: 'Lato Bo', Helvetica, sans-serif;
    font-size: 0.9em;
    line-height: 1;
    margin-top: 2.4em;
    padding: 1em 1.8em;
    position: relative;
    transform: perspective(1px) translateZ(0px);
    transition: color 0.3s ease 0s;
    vertical-align: middle;
    background-color: #045d8c;
    text-decoration: none !important;
}
.btn-orange:hover { 
    color: #fff;
    border: 1px solid #ec773b;
}
.btn-orange::before {
    background: #ec773b none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 50% 0 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}
.btn-orange:hover::before { transform: scaleY(1); }


/*--------------------------------------------------------------
    Sticky Nav
--------------------------------------------------------------*/

.navbar.fixed {
    border-bottom: 1px solid #fff;
    transition-property: margin-top,margin-right;
    transition-duration: .5s,.1s;
    transition-delay: 0;
    transition-timing-function: cubic-bezier(0.22,0.99,0.62,1);
    -moz-transition-property: margin-top,margin-right;
    -moz-transition-duration: .5s,.1s;
    -moz-transition-delay: 0;
    -moz-transition-timing-function: cubic-bezier(0.22,0.99,0.62,1);
    -o-transition-property: margin-top,margin-right;
    -o-transition-duration: .5s,.1s;
    -o-transition-delay: 0;
    -o-transition-timing-function: cubic-bezier(0.22,0.99,0.62,1);
    -ms-transition-property: margin-top,margin-right;
    -ms-transition-duration: .5s,.1s;
    -ms-transition-delay: 0;
    -ms-transition-timing-function: cubic-bezier(0.22,0.99,0.62,1);
    -webkit-transition-property: margin-top,margin-right;
    -webkit-transition-duration: .5s,.1s;
    -webkit-transition-delay: 0;
    -webkit-transition-timing-function: cubic-bezier(0.22,0.99,0.62,1);
    padding: 0.5em 1em !important;
    position: fixed;
    top: 0;
    z-index: 500;
    width: 100%;
}


/*--------------------------------------------------------------
    Barre de Recherche
--------------------------------------------------------------*/

#mk-fullscreen-searchform {
    position: relative;
    verticle-align: middle;
}
#mk-fullscreen-searchform:focus {
    outline: none;
    border: none;
}

#mk-fullscreen-search-input::-webkit-input-placeholder {
    color: #fff;
}
#mk-fullscreen-search-input::-moz-placeholder {
    color: #fff;
}
#mk-fullscreen-search-input:-ms-input-placeholder {
    color: #fff;
}
#mk-fullscreen-search-input:-moz-placeholder {
    color: #fff;
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform input[type=submit] {
    position: absolute;
    width: 100px;
    height: 100%;
    background-color: transparent;
    border: 0;
    right: 0;
    top: 0;
}
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform .fullscreen-search-icon {
    font-size: 25px;
    position: absolute;
    right: 15px;
    width: 25px;
    top: 30px;
    color: #fff;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input {
    width: 600px;
    background-color: transparent;
    -webkit-box-shadow: 0 3px 0 0 #fff;
    -moz-box-shadow: 0 3px 0 0 #fff;
    box-shadow: 0 3px 0 0 #fff;
    border: 0;
    text-align: center;
    font-size: 35px;
    padding: 20px;
    color: #fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input:focus {
    boder: none;
    outline: none;
}
.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show {
    visibility: visible;
    opacity: 1;
}
.mk-fullscreen-search-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: #045d8c;
    text-align: center;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -ms-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
}
.mk-fullscreen-search-overlay {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.mk-fullscreen-search-overlay { z-index: 999; }
.mk-fullscreen-search-overlay .mk-fullscreen-close:link,
.mk-fullscreen-search-overlay .mk-fullscreen-close:visited { color: #fff; }
.mk-fullscreen-search-overlay .mk-fullscreen-close {
    position: absolute;
    right: 1.5em;
    top: 1em;
    font-size: 1.7em;
    -webkit-transition: transform ease-out .2s;
    -moz-transition: transform ease-out .2s;
    -ms-transition: transform ease-out .2s;
    -o-transition: transform ease-out .2s;
    transition: transform ease-out .2s;
    transform: rotate(0deg);
}
.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show #mk-fullscreen-search-wrapper {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    ms-transform: scale(1);
}
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper {
    display: inline-block;
    max-width: 1000px;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    ms-transform: scale(0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.search-trigger {
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    margin-bottom: -9px;
    display: block;
}
.search-trigger #search-button {
    display: relative;
    background-color: #f5f5f5;
    vertical-align: middle;
    height: 30px;
    width: 30px;
    border: #045d8c solid 1px;
    cursor: pointer;
    opacity: 1;
    padding-right: 10px;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.search-trigger #search-button i {
    color: #045d8c !important;
    font-size: 15px;
    position: absolute;
    left: 7px;
    top: 6px;
}

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

#recherche h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 2rem;
    text-align: center;
}
#recherche .resultat li:before { display: none; }
#recherche .resultat li {
    border-top: 1px solid #cccccc;
    padding: 15px 15px 10px;
    margin-bottom: 1em;
}
#recherche .resultat h3 {
    font-size: 1.3em;
    margin-bottom: 0;
    margin-top: 0;
}
#recherche .resultat p {
    color: #555;
    margin-top: 5px;
    margin-bottom: 5px;
}
#recherche .alert p { 
    text-align: center;
    margin-bottom: 0;
}


/*--------------------------------------------------------------
    Sticky Button
--------------------------------------------------------------*/

#sticky-button {
    position: fixed;
    right: -198px !important;
    top: 18em;
    width: 200px !important;
    height: 25px !important;
    z-index:99999;
    transform: rotate(90deg);
    transform-origin: left top 0;
}
#sticky-button a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    border: 1px solid #fff;
    color: #ffffff;
    font-size: 16px;
    background: #ec773b;
    padding: 5px 15px 10px 15px;
    text-decoration: none !important;
}
#sticky-button a:hover {
    background: #045d8c;
    text-decoration: none;
}

@media only screen and (max-width: 992px) {
    #sticky-button { top: 100px !important; }
}

@media only screen and (max-width: 768px) {
    #sticky-button { display: none; }
}


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

#carousel-logo { padding-top: 0; }
#carousel-logo .slick-slide {
    margin: 0px 20px;
    border: 1px solid #f9f9f9;
}
#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; }


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

#contact-us .form {
    width: 100%;
    height: 50px;
    padding: 15px;
    background: #f8f8f8;
    border: 1px solid rgba(0, 0, 0, 0.075);
    margin-bottom: 25px;
    color: #727272 !important;
    font-size: 13px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
#contact-us .form:hover { border: 1px solid #ec773b; }
#contact-us .form:focus {
    color: #fff;
    outline: none;
    border: 1px solid #ec773b;
}
#contact-us textarea {
    height: 21.5em !important;
    max-height: 21.5em;
    max-width: 100%;
}
#contact-us input[type="file"] {
    cursor: pointer;
    width: 100%;
    height: 50px;
    padding: 13px;
    background: #f8f8f8;
    border: 1px solid rgba(0, 0, 0, 0.075);
    margin-bottom: 25px;
    color: #727272 !important;
    font-size: 13px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
#contact-us .form-btn {
    width: 100%;
    display: block;
    height: auto;
    padding: 15px;
    color: #fff;
    background: #045d8c;
    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);
}
#contact-us .form-btn:hover {
    background: #045d8c;
    color: #fff;
    border: none;
}
#contact-us .form-btn:active { opacity: 0.9; }
#contact-us .wpcf7-list-item { margin: 0 !important; }

.grecaptcha-badge { display: none; }


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

div.btn-back-to-top {
    padding: 0.5rem 1rem;
    position: fixed;
    right: 1rem;
    bottom: 2rem;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
    border-radius: 0;
}
div.btn-back-to-top.scrolled {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
div.btn-top {
    color: #fff;
    background-color: #ec773b;
    border-color: #ec773b;
}
div.btn-top:active,
div.btn-top:focus,
div.btn-top:hover {
    color: #fff;
    background-color: #045d8c !important;
    border-color: #045d8c !important;
}
div.btn-top .fa { font-size: 1.8em; }


/*--------------------------------------------------------------
    Animations - image news
--------------------------------------------------------------*/

figure.snip1205 {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #ffffff;
    text-align: center;
    margin-bottom: 0;
}
figure.snip1205 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
figure.snip1205 img {
    max-width: 100%;
    width: 100%;
    vertical-align: top;
    padding-top: 0 !important;
}
figure.snip1205 i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 1.5em;
    color: #2d96dd;
    width: 60px;
    height: 57px;
    line-height: 60px;
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
figure.snip1205 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}
figure.snip1205:hover img {
    opacity: 0.3;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
figure.snip1205:hover i {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}


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

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

@media screen and (min-width: 576px) {
    .parallax { background-attachment: scroll; }
}


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

.erreur { background-color: #fff; }
.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: #045d8c;
    position: relative;
    text-align: center;
    line-height: 1.2;
}
.erreur .subtitle {
    font-size: 1.5em;
    font-weight: 700;
    color: #555;
    position: relative;
    text-align: center;
    line-height: 3.2;
}
.erreur .buttons {
    margin-top: 3em;
    display: flex;
}
.erreur .buttons a.button {
    background-color: #ec773b;
    font-weight: 700;
    border: 2px solid #fff;
    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: #045d8c;
    color: #fff;
    -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;
}

/*--------------------------------------------------------------
    WP RSS FEEDER
--------------------------------------------------------------*/

.wp_rss_retriever_item:before {
    content: "";
}
.wp_rss_retriever_item_wrapper a.wp_rss_retriever_title {
    display: inline-block;
}
.wp_rss_retriever_item_wrapper .wp_rss_retriever_title {
    font-size: 1.2em;
}


/*--------------------------------------------------------------
    Youtube Background
--------------------------------------------------------------*/

body .bg_video,
html .bg_video {
    background: #000;
    position: absolute;
    z-index: -99;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
body .bg_video .tv,
html .bg_video .tv {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
body .bg_video .tv .screen,
html .bg_video .tv .screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0 !important;
    z-index: 1;
    margin: auto;
    opacity: 0;
    transition: opacity 0.5s;
	width: 100%;
	height: 100vw;
}
body .bg_video .tv .screen.active,
html .bg_video .tv .screen.active { opacity: 1; }
body .video_thumb,
html .video_thumb {
    position: absolute;
    z-index: -98;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover;
    background-position: center;
}

#carousel-1 .bg_video {
    background: #000; 
    position: absolute; 
    z-index: unset; 
    width: 100%; 
    height: 100%; 
    top: 50%; 
    left: 0; 
    transform: translateY(-50%);
    transition: opacity 0.5s;
}
#carousel-1 .bg_video .tv {
    position: absolute; 
    top: 50%; 
    left: 0; 
    z-index: unset; 
    width: 100%; 
    height: 100%;  
    overflow: unset; 
}
#carousel-1 .bg_video .tv .screen {
    position: absolute;
    top: 0;
    right: unset; 
    bottom: unset; 
    left: unset; 
    z-index: unset; 
    margin: unset; 
    opacity: unset; 
    transition: opacity 0.5s; 
    transform: translateY(-50%);
		width: 100%;
	height: 100vw;
}
#carousel-1 .video_thumb {
    position: relative;
    z-index: -1;
    width: 100%;
    height: 100%;
}