/*
    Theme Name: Alliance Expertise Comptable
    Version: 1.0
    Author: Bastien (Rose & Piment)
*/

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

@font-face {
    font-family: 'Montserrat It';
    src: url('fonts/Montserrat-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

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


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

body,
html {
    width: 100%;
    height: auto;
    font-size: 15px;
    overflow-x: hidden;
}
body { 
    font-family: 'Montserrat Li', Helvetica, sans-serif;
    color: #333;
}

section { padding: 3rem 0; } 

a {
    color: #333;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
a:hover {
    color: #d7cfaf;
    text-decoration: underline;
}

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

p {
    color: #444;
    font-size: 0.95rem;
}
p:last-child { margin-bottom: 0; }

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

h1 {
    font-size: 2.2rem;
    text-transform: uppercase;
    color: #003567;
    z-index: 1;
    position: relative;
}

h2 {
    font-size: 1.3rem;
    text-transform: uppercase;
    color: #003567;
}

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


/*--------------------------------------------------------------
    Top Bar
--------------------------------------------------------------*/

.top-bar .navbar { 
    border-bottom: 0;
    z-index: 11000; 
}
.top-bar .navbar .navbar-nav > .nav-item {
    padding: 0.5rem 0;
    border-right: 0;
    position: relative;
}
.top-bar .navbar .navbar-nav > .nav-item .nav-link { margin: 0 0.5rem; }
.top-bar .navbar .dropdown-menu a.dropdown-item {
    font-family: 'Montserrat Se', Helvetica, sans-serif;
    text-align: center;
    color: #013668;
    border-bottom: 1px solid #ebe7d8 !important;
    padding: 0.5rem 0.3rem;
    font-size: 0.8rem;
    margin: 0;
}


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

.navbar { 
    background-color: #fff;
    padding: 0;
    z-index: 10500;
    border-bottom: 15px solid #003567;
}
.navbar .navbar-nav > .nav-item {
    padding: 0.3rem 0;
    border-right: 2px solid #d7cfaf;
    position: relative;
}
.navbar .navbar-nav > .nav-item.active:after {
    content: "";
    width: 4rem;
    height: 4px;
    background-color: #d7cfaf;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    right: 0;
    left: 0;
}
.navbar .navbar-nav > .nav-item:last-child { border-right: unset; }
.navbar .navbar-nav > .nav-item .nav-link {
    font-family: 'Montserrat Se', Helvetica, sans-serif;
    color: #003567;
    text-transform: uppercase;
    margin: 0 1rem;
    font-size: 0.8rem;
    padding: 0 0.3rem;
    text-align: center;
}
.navbar .navbar-nav > .nav-item .nav-link:hover,
.navbar .navbar-nav > .nav-item .nav-link:focus { color: #d7cfaf; }

.navbar .social { position: relative; }
.navbar .social:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(img/background-1.png);
    background-size: initial;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.navbar .dropdown-menu {
    background-color: #d7cfaf;
    border-radius: 0;
    border: 0;
    margin: 0.5rem 0 0 0;
    padding: 0;
}
.navbar .dropdown-menu a.dropdown-item {
    text-align: center;
    color: #013668;
    border-bottom: 1px solid #ebe7d8 !important;
    padding: 0.5rem 1.5rem 0.4rem 1.5rem;
    font-size: 0.9rem;
}
.navbar .dropdown-menu a.dropdown-item:last-child { border-bottom: 0; }
.navbar .dropdown-menu a.dropdown-item:focus,
.navbar .dropdown-menu a.dropdown-item:hover {
    background-color: #003567;
    color: #d7cfaf;
}
.navbar .dropdown-menu .current_page_item a.dropdown-item,
.navbar .dropdown-menu :active a.dropdown-item {
    font-family: 'Montserrat Se', Helvetica, sans-serif;
    background-color: unset;
    color: #003567;
}

@media screen and (max-width: 992px) {
    .navbar { padding: 0.5rem; }
    .navbar .navbar-nav { margin-top: 1rem; }
    .navbar-light .navbar-toggler {
        color: #003567;
        border-color: #003567;
        margin-right: 3rem;
    }
    .navbar .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,57,140, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
    .navbar .navbar-nav .nav-item { text-align: center; }
    .navbar .navbar-nav .nav-item .nav-link { border-right: unset; }
    .navbar .social:after { background-repeat: repeat; } 
    .navbar .social {
        text-align: center;
        margin-top: 1rem;
    }
    .navbar .social .nav { display: inline-flex; }
}

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

.sticky {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}


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

.breadcrumb {
    font-family: 'Montserrat Se', Helvetica, sans-serif;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    font-size: 0.9rem;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 2rem;
    border-bottom: 1.5rem solid #ccc;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #009fe3;
    padding-right: .2rem;
    content: ">";
}
.breadcrumb li.breadcrumb-item { display: inline-block; }
.breadcrumb li.breadcrumb-item a,
.breadcrumb li.breadcrumb-item strong {
    font-weight: 100;
    color: #333;
    text-decoration: none !important;
}
.breadcrumb li.breadcrumb-item.active {
    color: #014b97;
    padding-left: 0;
}


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

.titre-1 { padding: 3rem 0; }
.titre-1:after {
    content: "";
    width: 10rem;
    height: 8rem;
    position: absolute;
    z-index: 0;
    top: 0rem;
    bottom: 0;
    left: -2rem;
    right: 0;
    background-color: transparent;
    border: 15px solid #ebe7d8;
}

.titre-2 {
    padding: 3rem 0 1.5rem 0;
    margin-right: -3rem;
}
.titre-2:after {
    content: "";
    width: 7rem;
    height: 10rem;
    position: absolute;
    z-index: 0;
    top: 1rem;
    bottom: 0;
    right: -3rem;
    background-color: transparent;
    border: 15px solid #ebe7d8;
}

.titre-3 {
    padding: 2rem 0;
    text-align: center;
}
.titre-3:after {
    content: "";
    width: 7rem;
    height: 10rem;
    position: absolute;
    z-index: 0;
    top: -3rem;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: transparent;
    border: 15px solid #ebe7d8;
    margin: 0 auto;
}

.titre-4 {
    padding: 2rem 0;
    text-align: center;
}
.titre-4:after {
    content: "";
    width: 7rem;
    height: 10rem;
    position: absolute;
    z-index: 0;
    top: -2rem;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: transparent;
    border: 15px solid #ebe7d8;
    margin: 0 auto;
}

.sous-titre-1 { padding: 3rem 0 2rem 0; }
.sous-titre-1:after {
    content: "";
    width: 8rem;
    height: 6rem;
    position: absolute;
    z-index: -1;
    top: 1rem;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    border: 15px solid #ebe7d8;
}


/*--------------------------------------------------------------
    Cabinet
--------------------------------------------------------------*/

#cabinet h2 {
    font-size: 2.2rem;
    text-transform: uppercase;
    color: #003567;
    z-index: 1;
    position: relative;
}
#cabinet .container {
    position: relative;
    padding: 3rem 15px;
}
#cabinet .container:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(img/background-2.png);
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: center right;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#cabinet .border-white { border: 15px solid #fff; }

@media screen and (max-width: 992px) {
    #cabinet .container:after { background-position: center bottom; }
}


/*--------------------------------------------------------------
    Expertise
--------------------------------------------------------------*/

#expertise h2 {
    font-size: 2.2rem;
    text-transform: uppercase;
    color: #003567;
    z-index: 1;
    position: relative;
}
#expertise .container { position: relative; }
#expertise .container:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(img/background-2.png);
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: center left;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#expertise .card {
    margin-top: 3rem;   
    background-color: #d7cfaf;
    border-color: #d7cfaf;
    border-radius: 0;
}
#expertise .card .card-img-top {
    position: absolute;
    max-width: 100px;
    margin: 0 auto;
    top: -3rem;
    right: 0;
    left: 0;
}
#expertise .card .card-body {
    padding: 0.75rem 0;
    margin-top: 1.75rem;
}
#expertise .card .card-body h3 { font-size: 1.4rem; }
#expertise .card .card-body hr {
    border-top: 5px solid #fff;
    width: 4rem;
}


/*--------------------------------------------------------------
    Temoignages
--------------------------------------------------------------*/

#temoignages h2 {
    font-size: 2.2rem;
    text-transform: uppercase;
    color: #003567;
    z-index: 1;
    position: relative;
}
#temoignages .carousel-item * {
    font-family: 'Montserrat It', Helvetica, sans-serif;
    color: #003567;
    text-align: center;
}
#temoignages .carousel-item small.nom {
    font-family: 'Montserrat Se', Helvetica, sans-serif;
    color: #d7cfaf;
    text-transform: uppercase;
    text-align: right;
    display: block;
}


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

#actualites h2 {
    font-size: 2.2rem;
    text-transform: uppercase;
    color: #003567;
    z-index: 1;
    position: relative;
}
#actualites .card {
    background: url(img/background-2.png);
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: 4rem bottom;
    border: none;
    border-radius: 0;
    margin-left: 4rem;
}
#actualites .card .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#actualites .card .card-body {
    background-color: #fff;
    position: relative;
    margin-left: -4rem;
    margin-top: -4rem;
    margin-bottom: 2rem;
    margin-right: 5rem;
    -webkit-box-shadow: 6px 8px 15px -10px rgba(0,0,0,1);
    -moz-box-shadow: 6px 8px 15px -10px rgba(0,0,0,1);
    box-shadow: 6px 8px 15px -10px rgba(0,0,0,1);
}
#actualites .card .card-body .card-title {
    color: #003567; 
    margin-bottom: 0.3rem;
}
#actualites .card .card-body time {
    font-size: 90%;
    color: #666;
    margin-bottom: 0.6rem;
    display: block;
}
#actualites .card .card-body .btn-primary {
    background-color: transparent;
    border-color: transparent;
    color: #b1aa8f;
    text-decoration: underline;
    padding: 0;
}

.wp-rss-aggregator ul {
    list-style: none;
    padding-left: 0;
}
.wp-rss-aggregator ul li {
    margin-bottom: 1rem;
    text-align: justify;
    background: #ebe7d8;
    padding: 1rem 1rem 0.3rem 1rem;
}
.wp-rss-aggregator ul li a {
    font-family: 'Montserrat Se', Helvetica, sans-serif;
    font-size: 0.9rem;
    text-transform: uppercase;
    color: #003567;
}
.wp-rss-aggregator ul li .feed-date {
    font-size: 90%;
    color: #666;
    margin-bottom: 0.6rem;
    display: block;
}

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

#single { 
    background-color: #fff;
    margin-top: 2rem;
}
#single .date {
    color: #666;
    border-bottom: 1px solid #b1aa8f;
    margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
    #single img.thumb {
        margin: 0 auto;
        display: block;
    }
}



/*--------------------------------------------------------------
    Equipe
--------------------------------------------------------------*/

#equipe { position: relative; }
#equipe:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(img/background-3.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#equipe .card {
    -webkit-box-shadow: 0 0 15px -10px rgba(0,0,0,1);
    -moz-box-shadow: 0 0 15px -10px rgba(0,0,0,1);
    box-shadow: 0 0 15px -10px rgba(0,0,0,1);
}
#equipe .card .card-img-top { 
    max-width: 250px;
    margin: 0 auto;
	height: auto;
}
#equipe .card .card-title {
    font-family: 'Montserrat Se', Helvetica, sans-serif;
    color: #003567;
    text-align: center;
    margin-bottom: 0;
}
#equipe .card .card-text * { text-align: center; }
#equipe .card hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgb(0 53 103);
    width: 65%;
}
#equipe .card .card-job {
    color: #aba384;
    text-transform: uppercase;
    font-size: 90%;
    text-align: center;
}


/*--------------------------------------------------------------
    Missions
--------------------------------------------------------------*/

#missions .card {
    border: 0;
    position: relative;
    background-color: transparent;
}
#missions .mission .card:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(img/background-4.png);
    background-size: initial;
    background-repeat: no-repeat;
    background-position: center left;
    position: absolute;
    z-index: -1;
    top: -2rem;
    left: 3rem;
    right: 0;
}
/*#missions .mission:last-child .card:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(img/background-4.png);
    background-size: initial;
    background-repeat: no-repeat;
    background-position: center left;
    position: absolute;
    z-index: -1;
    top: 2rem;
    left: 3rem;
    right: 0;
}*/
#missions .mission .card hr { border-top: 1px solid rgb(215 207 175); }

@media screen and (max-width: 992px) {
    #missions .mission .card:after,
    #missions .mission:last-child .card:before { display: none; }
}


/*--------------------------------------------------------------
    Chiffres
--------------------------------------------------------------*/



#chiffres .card {
    background-color: #003567;
    -webkit-box-shadow: 0 0 15px -10px rgba(0,0,0,1);
    -moz-box-shadow: 0 0 15px -10px rgba(0,0,0,1);
    box-shadow: 0 0 15px -10px rgba(0,0,0,1);
}
#chiffres .card .counter {
    font-family: 'Montserrat Se', Helvetica, sans-serif;
    font-size: 3rem;
    color: #d7cfaf;
    text-align: center;
    padding: 1rem;
}
#chiffres .card * {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}
#chiffres .card hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgb(255 255 255);
    width: 65%;
}


/*--------------------------------------------------------------
    Valeurs
--------------------------------------------------------------*/

#valeurs .valeurs { position: relative; }
#valeurs .valeurs:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(img/background-5.png);
    background-size: initial;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: -1;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
#valeurs .card {
    -webkit-box-shadow: 0 0 15px -10px rgba(0,0,0,1);
    -moz-box-shadow: 0 0 15px -10px rgba(0,0,0,1);
    box-shadow: 0 0 15px -10px rgba(0,0,0,1);
    padding-top: 2rem;
    border: 0;
}
#valeurs .card .card-title {
    font-family: 'Montserrat Se', Helvetica, sans-serif;
    background-color: #003567;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 0.8rem;
    margin-top: -4.8rem;
}
#valeurs .card .card-text * { text-align: center; }

@media screen and (max-width: 576px) {
    #valeurs .valeurs:after { display: none; }
}


/*--------------------------------------------------------------
    Nos Domaines
--------------------------------------------------------------*/

#domaines .card {
    border: 0;
    position: relative;
    -webkit-box-shadow: 0 0 15px -10px rgba(0,0,0,1);
    -moz-box-shadow: 0 0 15px -10px rgba(0,0,0,1);
    box-shadow: 0 0 15px -10px rgba(0,0,0,1);
    border-radius: 0.5rem;
    padding: 1.25rem 3.25rem;
}
#domaines .card h3 {
    background-color: #cec49e;
    color: #022756;
    text-align: center;
    position: absolute;
    top: -5rem;
    width: 100%;
    padding: 1rem 1rem 0.8rem 1rem;
    margin-left: -3rem;
}
#domaines .card h3:after {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: -3rem;
    transform: translateY(-50%);
    text-align: left;
}
#domaines .card .card-body * { margin-bottom: 0; }
#domaines .card .card-body.bordure { border-right: 2px solid #cec49e; }

@media screen and (max-width: 992px) {
    #domaines .card h3 { font-size: 1.2rem; }
    #domaines .card .card-body.bordure { 
        border-right: 0;
        border-bottom: 2px solid #cec49e;
    }
}

@media screen and (max-width: 768px) {
    #domaines .card { padding: 1.25rem; } 
    #domaines .card h3 { margin-left: 0; }
    #domaines .card h3:after { display: none; }
}


/*--------------------------------------------------------------
    Services
--------------------------------------------------------------*/

#services .galerie {
    list-style: none;
    padding-left: 0;
    position: relative;
    padding: 3rem 0 2rem 0;
    margin-bottom: 0;
}
#services .galerie:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(img/background-6.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 70% center;
    position: absolute;
    z-index: -1;
    top: 0;
}
#services .galerie > div { margin-bottom: 1rem; }

@media screen and (max-width: 992px) {
    #services .galerie:before { display: none; }
}


/*--------------------------------------------------------------
    Nous Contacter
--------------------------------------------------------------*/

#nous-contacter .card {
    background-color: #f2f2f2;
    border: 0;
    border-radius: 0;
}
#nous-contacter .card.card-body * { color: #003567; }


/*--------------------------------------------------------------
    Formulaire
--------------------------------------------------------------*/

#formulaire { position: relative; }
#formulaire:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(img/background-8.png);
    background-size: initial;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: -1;
}
#formulaire .card {
    -webkit-box-shadow: 0 0 15px -10px rgba(0,0,0,1);
    -moz-box-shadow: 0 0 15px -10px rgba(0,0,0,1);
    box-shadow: 0 0 15px -10px rgba(0,0,0,1);
}
#formulaire .card h2 {
    background-color: #d7cfaf;
    text-align: center;
    font-size: 1.2rem;
    margin: 0 3rem 1rem;
    padding: 4.3rem 0 1.2rem;
    position: relative;
}
#formulaire .card h2:after {
    content: url(img/rendez-vous.png);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    right: 0;
}


/*--------------------------------------------------------------
    Nous Situer
--------------------------------------------------------------*/

#nous-situer { position: relative; }
#nous-situer:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(img/background-8.png);
    background-size: initial;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: -1;
    top: 4rem;
}

@media screen and (max-width: 992px) {
    #nous-situer:before { display: none; }
}


/*--------------------------------------------------------------
    FAQ
--------------------------------------------------------------*/

#faq .card { border: 0; }
#faq .card .card-header {
    background-color: transparent;
    border-bottom: 1px solid transparent;
}
#faq .card .card-header button {
    display: block;
    position: relative;
}
#faq .card .card-header button:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f077"; 
    position: absolute;
    right: 1.25rem;
}
#faq .card .card-header  button[aria-expanded="true"]:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078"; 
}
#faq .card .card-header .btn-link {
    color: #003567;
    text-transform: uppercase;
    background-color: #f2f2f2;
    padding: 0.5rem 1.25rem;
    border-radius: 0;
}
#faq .card .card-body { background-color: #fff; }


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

#contact-us .form,
#booking_form1 input,
#booking_form1 textarea,
#booking_form1 select {
    font-family: 'Montserrat Se', Helvetica, sans-serif;
    width: 100%;
    height: 40px;
    padding: 10px 0;
    background: #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #b2b2b2;
    border-radius: 0;
    margin-bottom: 20px;
    color: #727272 !important;
    font-size: 13px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
#booking_form1 label,
.wpcf7-list-item-label {
    font-family: 'Montserrat Se', Helvetica, sans-serif;
    color: #b2b2b2 !important;
    font-size: 12px;
    display: block;
    text-align: justify;
}
#booking_form1 input,
#booking_form1 textarea,
#booking_form1 select {
    margin-bottom: 0;
    padding: 1px 0;
}
#contact-us .form:hover,
#contact-us .form:focus,
#booking_form1 input:focus, 
#booking_form1 input:hover {
    color: #fff;
    outline: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #003567;
}
#contact-us textarea,
#booking_form1 textarea {
    height: 7.5em !important;
    max-width: 100%;
}
#booking_form1 textarea { margin-top: 10px; }
#contact-us .form-btn,
#booking_form1 .btn {
    display: block;
    height: auto;
    padding: 10px;
    color: #fff;
    background: #003567;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 auto;
}
#contact-us .form-btn:hover,
#booking_form1 .btn:hover {
    background: #d7cfaf;
    color: #003567;
    border: none;
}
#booking_form1 .btn {
    text-shadow: unset !important;
    -moz-text-shadow: unset !important;
    -webkit-text-shadow: unset !important;
    padding: 10px 2rem !important;
}
#contact-us .form-btn:active,
#booking_form1 .btn:active { opacity: 0.9; }
#contact-us .wpcf7-list-item { margin: 0 !important; }

#booking_form1 [type="checkbox"]:not(:checked), 
#booking_form1 [type="checkbox"]:checked {
    height: 15px;
    width: 15px;
}

#contact-us ::placeholder,
#booking_form1 ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b2b2b2;
    opacity: 1; /* Firefox */
}

#contact-us :-ms-input-placeholder,
#booking_form1 ::placeholder { /* Internet Explorer 10-11 */
    color: #b2b2b2;
}

#contact-us ::-ms-input-placeholder,
#booking_form1 ::placeholder { /* Microsoft Edge */
    color: #b2b2b2;
}

.grecaptcha-badge { display: none; }


/*--------------------------------------------------------------
    Calendar
--------------------------------------------------------------*/

.bk_calendar_frame { margin: 0 auto !important; }

.wpbc_booking_form_structure.wpbc_form_center .wpbc_structure_calendar,
.wpbc_booking_form_structure.wpbc_form_center .wpbc_structure_form {
    margin: 1px auto !important;
    width: 100% !important;
}

.datepick-inline {
    background: none repeat scroll 0 0 #012557 !important;
    border: 0 !important;
    box-shadow: unset !important;
    -moz-box-shadow: unset !important;
    -webkit-box-shadow: unset !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}
.datepick-inline .datepick-header {
    color: #fff !important;
    font-weight: 400 !important;
    text-shadow: unset !important;
}
.datepick-inline .datepick-title-row th {
    border: 1px solid #012557 !important;
    color: #fff !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
}
.datepick-inline .datepick { background: #012557 !important; }
.datepick-inline .calendar-links {
    background-color: #012557 !important;
    background: #012557 !important;
    border-bottom: 1px solid #012557 !important;
}
.datepick-inline .calendar-links .datepick-prev a,
.datepick-inline .calendar-links .datepick-next a,
.datepick-inline .calendar-links .datepick-prev a:hover,
.datepick-inline .calendar-links .datepick-next a:hover {
    color: #d7cfaf !important;
    font-weight: 400 !important;
    text-shadow: unset !important;
}
.block_hints .date2approve.block_check_in_out,
.block_hints .block_pending,
.datepick-inline .date2approve,
.block_hints .block_pending a,
.datepick-inline .date2approve a {
    color: #afa88f !important;
    font-weight: 400 !important;
    text-shadow: unset !important;
}
.datepick-inline .datepick-one-month .datepick .datepick-current-day { background-color: #2f558a !important; }
.block_hints .block_free, .block_hints .block_time,
.block_hints .block_booked, .block_hints .block_pending,
.block_hints .block_check_in_out,
.datepick-inline .datepick-days-cell {
    border: 1px solid #012557 !important;
    color: #fff !important;
}

.wpbc_timeslot_day_bg_as_available .datepick-inline .date_available {
    color: #fff !important;
    text-shadow: unset !important;
    background-color: #022658 !important;
}

.block_hints .block_free a,
.block_hints .block_time,
.datepick-inline .date_available a {
    color: #d7cfaf !important;
    font-weight: 400 !important;
    text-shadow: unset !important;
}

.block_hints .date2approve.block_check_in_out,
.block_hints .block_pending,
.datepick-inline .date2approve,
td.timespartly.check_in_time.check_out_time.check_in_time_date_approved.check_out_time_date2approve div.check-in-div,
td.timespartly.check_in_time.check_out_time.check_out_time_date_approved.check_in_time_date2approve div.check-out-div { background-color: #d7cfaf !important; }


/*--------------------------------------------------------------
    Recrutement
--------------------------------------------------------------*/

.sjb-page {
    margin-bottom: 3rem !important;
    background-color: transparent !important;
}
.sjb-page .v1 { background-color: transparent !important; }
.sjb-page .job-detail { margin-left: 3rem !important; }
.sjb-page .job-detail h3 {
    font-family: 'Montserrat Se', Helvetica, sans-serif !important;
    font-size: 2.2rem !important;
    text-transform: uppercase !important;
    color: #003567 !important;
    z-index: 1 !important;
    position: relative !important;
    padding: 3rem 0 !important;
}
.sjb-page .job-detail h3:after {
    content: "" !important;
    width: 10rem !important;
    height: 8rem !important;
    position: absolute !important;
    z-index: -1 !important;
    top: 0rem !important;
    bottom: 0 !important;
    left: -3.5rem !important;
    right: 0 !important;
    background-color: transparent !important;
    border: 15px solid #ebe7d8 !important;
}
.sjb-page .sjb-detail .list-data .v1 h3 { font-family: 'Montserrat Se', Helvetica, sans-serif !important; }
.sjb-page .form-control,
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .file div,
.sjb-page .btn { border-radius: 0 !important; }

@media screen and (max-width: 767px) {
    .sjb-page .job-detail { margin-left: 0 !important; }
}


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

footer .pre-footer { background-color: #003567; }
footer .pre-footer * {
    color: #fff;
    font-size: 0.9rem;
    list-style: none;
}
footer .pre-footer hr {
    border-top: 1px solid rgb(215 207 175);
    width: 60%;
    margin-left: 0;
}
footer .pre-footer h2 {
    color: #fff;
    font-size: 0.70rem;
    padding: 0;
    margin-bottom: 0.5rem;
}
footer .pre-footer ul.nav_footer {
    list-style-type: none;
    padding: 0;
    margin-bottom: 1.5rem;
    height: 100%;
}
footer .pre-footer ul.nav_footer.bordure { border-right: 1px solid #d7cfaf; }
footer .pre-footer ul.nav_footer:last-of-type { margin-bottom: 0; }
footer .pre-footer ul.nav_footer li { 
    list-style: none;
    padding: 0;
}
footer .pre-footer ul.nav_footer li:before { display: none; }
footer .pre-footer ul.nav_footer li a {
    color: #fff;
    font-size: 0.9rem;
}
footer .pre-footer ul.nav_footer li a:hover { text-decoration: underline; }

footer .pre-footer .social {
    display: inline-flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    float: right;
}
footer .pre-footer .social .icon-button { margin: 0 5px; }
footer .pre-footer .social .icon-button i { font-size: 23px; }

footer .footer {
    background-color: #fff;
    margin: 2.2rem 0 2rem 0;
}
footer .footer p {
    font-size: 0.70em;
    color: #fff;
    padding-bottom: 0px;
    margin-bottom: 0.5em;
}

@media screen and (max-width: 768px) {
    footer .pre-footer ul.nav_footer.bordure { border-right: 0; }
}

@media screen and (max-width: 576px) {
    footer .pre-footer * { text-align: center; }
    footer .pre-footer hr { margin: 1rem auto; }
    footer .pre-footer h2 {
        text-align: center;
        display: block;
        text-decoration: underline;
    }
    footer .pre-footer ul.nav_footer { text-align: center; }
}


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

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


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

.carousel-indicators {
    position: relative;
    margin-top: 2rem;
}
.carousel-indicators li {
    width: 15px;
    height: 15px;
    background-color: #003567;
    border-radius: 50%;
    opacity: 1;
}
.carousel-indicators .active { background-color: #d7cfaf; }


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

div.btn-back-to-top {
    background-color: #ebe7d8;
    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 span { 
    color: #004195;
    font-size: 2.8em;
    font-weight: 900;
}
div.btn-top span:active,
div.btn-top span:focus,
div.btn-top span:hover {color: #d7cfaf; }


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

.social .icon-button {
    cursor: pointer;
    display: inline-block;
    font-size: 23px;
    margin: 0 10px;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.social .icon-button i {
    background: #d7cfaf;
    color: #003567;
    height: 40px;
    line-height: 40px;
    border-radius: 25px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 40px;
    z-index: 10;
}