/*
Theme Name: MACA Express
*/
body{
    font-family: 'Poppins', sans-serif;	
    font-weight:300;
    margin: 0;
    overflow-y: scroll;
    font-size: 16px;
    color:#213856;
}
.home main {
    padding-top: 0;
    background: #fff;
}
main {
    margin-top: 0px;
    background: #f4f4f4;
    padding-top: 100px;
}
b, strong {
    font-weight: 600;
}
a {
    color: #ff8000;
}
a:hover {
    color: #FF8000 !important;
    text-decoration: none;
}
img {
    width: 100%;
}
h1 {
    font-size: 34px;
    text-align: center;
    margin-bottom: 50px;
    color:#213856;
    font-weight: 500;
}
button {
    background: #ff8000;
    border: 2px #ff8000 solid;
    padding: 7px 20px;
    color:#fff;
    font-size: 17px;
    letter-spacing: 1px;
    transition: all 0.5s ease 0s;
}
button:hover {
    background: transparent;
    color:#ff8000;
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    padding: 10px 0;
    justify-content: center;
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}
nav.navbar-main {
  background: rgba(255,255,255,1);
}
@media only screen and (min-width: 992px){ 
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
.home header nav.logoheader a {
    content:url('https://www.macaexpress.be/layout/uploads/2020/01/logomaca-white.png');
    max-width: 170px;
    transition: all 0.5s ease 0s;
}
.home nav.navbar-main {
    background: transparent;
}
header nav.logoheader a {
    content:url('https://www.macaexpress.be/layout/uploads/2020/01/maca-logo.png');
    max-width: 120px;
    transition: all 0.5s ease 0s;
}
.menu-topbar ul {
    display: flex;
    list-style: none;
    margin-bottom: 0;
}
#top-maca .menu-topbar .menu-item {
    padding: 0;
    line-height: 20px;
}
.menu-topbar ul li a {
    text-transform: none;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #fff;
}
.connectform {
    cursor:pointer;
}
.macaconnectform {
    display: block;
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 1px;
    margin-right: 3rem;
    z-index: 9999;
    padding: 20px;
    background: #213856;
    margin-top: -1px;
}
.connecttop .wpcf7-text {
    margin-bottom: 5px;
font-size: 14px;
padding: 5px;
}
.connecttop .buttonconnect {
    background: #ff8000;
border: 1px solid #ff8000;
width: auto;
padding: 5px 10px;
text-transform: uppercase;
color: #fff;
font-size: 13px;
}
.menu-topbar ul li.menu-item::after {
    content: '|';
    padding: 0 10px;
    color:  #fff;
}
.menu-topbar ul li.menu-item:last-child::after {
    content: '';
    padding: 0;
}
#top-maca {
    background: #213856;
    border-bottom: 1px solid #ff8000;
}
.navbar-expand-lg .navbar-collapse {
    justify-content: center;
}

.navbar-nav .menu-item:last-child {
    background:#ff8000;
text-align: center;
}
.navbar-nav .menu-item:last-child a:hover {
    color:#fff !important;
}
#navbarNav ul {
    align-items: center;
}
header .stickymenu nav.logoheader a {
    content:url('https://www.macaexpress.be/layout/uploads/2020/01/maca-logo.png');
    max-width: 100px;
    transition: all 0.5s ease 0s;
}
.navbar-nav a::after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    background: #FF8000;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
.navbar-nav li:last-child a::after {
    height: 0px;
}
.navbar-nav a:hover::after {
    width: 100%;
    left: 0;
}
#home img {
    width:100%;
    object-fit: cover;
    height: 70vh;
}
.mainmenu {
    position: absolute !important;
}
.navbar-nav{
    text-transform: uppercase;
    margin-bottom: 0;
}
.navbar-main {
    width: 100%;
    z-index: 1000;
    transition: 0.2s ease-out;
    font-size: 0.8rem;
}
.navbar-nav a{
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    color:#213856;
    text-decoration: none;
    display: inline-block;
    padding: 0;
    position: relative;
}
.stickymenu {
    position: fixed;
    top: 0px;
    animation-name: black;
    animation-duration: 0.7s;
    -webkit-box-shadow: 0px 0px 31px -13px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 31px -13px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 31px -13px rgba(0,0,0,0.75);
}
.home .navbar-nav .sub-menu a {
    color: #213856;
}
.sub-menu {
    position: absolute;
    display: none;
    top: 73px;
    background-color: #fff;
    width: 100%;
    max-width: 200px;
    border-top: solid 2px #FF8000;
    list-style: none;
}
.home .sub-menu {
    top:90px;
}
.menu-item:hover .sub-menu {
    display: block;
    padding: 0;
}
.navbar-nav .sub-menu .menu-item, .stickymenu .navbar-nav .sub-menu .menu-item {
    letter-spacing: 1px;
padding: 10px;
transition: all 0.5s ease 0s;
}
.navbar-nav .sub-menu .menu-item:last-child, .stickymenu .navbar-nav .sub-menu .menu-item:last-child {
    background: transparent;
}
.navbar-nav .sub-menu .menu-item:last-child a, .stickymenu .navbar-nav .sub-menu .menu-item:last-child a {
    color: #213856;
}
.navbar-nav .sub-menu .menu-item:last-child a:hover, .stickymenu .navbar-nav .sub-menu .menu-item:last-child a:hover {
    color:#ff8000 !important;
}
.grecaptcha-badge {
    display:none;
}
.navbar-nav .sub-menu li:last-child a::after {
    bottom: 0;
content: "";
display: block;
height: 1px;
left: 50%;
position: absolute;
background:#FF8000;
transition: width 0.3s ease 0s, left 0.3s ease 0s;
width: 0;
}
.navbar-nav .sub-menu .menu-item a {
    font-size: 14px;
}
.home .stickymenu .navbar-nav a {
    color: #213856;
}
.navbar-nav .menu-item:last-child a {
    display: flex;
    align-items: center;
    color: #fff;
}
.navbar-nav .menu-item:last-child a i {
    font-size:30px;
    padding-right: 7px;
}
.stickymenu .navbar-nav .menu-item:last-child a {
    color:#fff;
}
.p-3 {
    padding: 1rem !important;
}
.pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
}
.pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.stickymenu{
    position: fixed;
    top: 0px;
    animation-name: sticky;
    animation-duration: 0.7s;
    -webkit-box-shadow: 0px 0px 31px -13px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 31px -13px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 31px -13px rgba(0,0,0,0.75);
    background: #fff;
}
.ml-auto, .mx-auto {
    margin-left: auto !important;
}
.mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
}
.navbar-nav .menu-item {
    padding: 41px 15px 40px 10px;
}
.navbar-nav .menu-item {
    letter-spacing: 2px;
    padding: 20px;
    color: lightgrey;
    transition: all 0.5s ease 0s;
}
.stickymenu .navbar-nav .menu-item {
    padding: 15px 20px;
    transition: all 0.5s ease 0s;
}
.logoheader {
    padding:0;
}
.valeur-maca {
    display: flex;
    align-items: first baseline;
    justify-content: center;
}
.prefix-count, .suffix-count, .count-up, .count1, .count2, .count3 {
    text-align: center;
}
#count-maca {
    padding-top: 60px;
    outline: 2px solid #ff8000;
    outline-offset: -15px;
    -webkit-box-shadow: 0px 0px 42px -11px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 42px -11px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 42px -11px rgba(0,0,0,0.5);
    padding-bottom: 60px;
    margin-top: -100px;
    position: relative;
    background:#fff;
    margin-bottom: 70px;
}
.prefix-count {
    font-weight: 400;
    font-size: 24px;
    color:#aaa;
}
.suffix-count {
    color:#213856;
    font-weight: 400;
    font-size: 20px;
}
.count-up, .count1 {
    font-size: 55px;
    color:#213856;
    margin: 0 auto 20px;
}
.count2, .count3 {
    font-size: 55px;
}
.valeur-maca {
    color:#213856;
    margin: 0 auto 20px;
}
.valeur-suite {
    font-size: 17px;
    padding-right: 5px;
}
#top-maca ul li:last-child a {
    color:#ff8000;
    font-weight:600;
}
@keyframes stickymenu {	
    from{
        transform: translateY(-200px)}
    to{
        transform: translateY(0px)}
}
.navbar-nav {
    list-style: none;
}
.navbar-nav .menu-item a:hover{
    color: #a5bb9b;
}
#full-height {
    position: relative;
    overflow: hidden;
    background-color: white;
}
.arrow {
    text-align: center;
    position: absolute;
    left: 0;
    margin: auto;
    right: 0;
    top: 80%;
    bottom: 20%;
    color: white;
}
.arrow .fal {
    font-size: 50px;
    padding: 0px;
    border: none;
    background: none;
}
footer {
    background: #213856;
    color:#fff;
padding: 70px 0 0;
font-size: 16px;
}
.name-footer {
    color: #ff8000;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 36px;
    line-height: 22px;
}
footer h3 {
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 2px;
    font-weight: 600;
    border-bottom: solid 1px #fff;
    margin-bottom: 25px;
    padding-bottom: 10px;
}
footer .text-news {
    font-size: 15px;
    font-style:italic;
    margin-bottom: 10px;
}
footer input {
    width:100%;
    font-size: 15px;
    padding: 5px;
}
footer button {
    background: #ff8000;
    border: 2px #ff8000 solid;
    padding: 2px 10px;
    color:    #fff;
    font-size: 15px;
    letter-spacing: 0;
    transition: all 0.5s ease 0s;
    margin-top: 5px;
}
.top-phone {
    color:#fff;
float: left;
display: flex;
align-items: center;
}
.top-phone a {
    color:#fff;
}
.top-phone i {
    font-size:20px;
    padding-right: 10px;
}
.adress-footer, .phone-footer {
    margin-bottom: 15px;
}
footer a {
    color: #fff;
}
.footer-maca2 ul, .footer-maca3 ul {
    list-style: none;
    padding-left: 0;
}
.logo-footer {
    text-align: center;
}
.logo-footer img {
    margin:50px auto 40px;
    max-width: 135px;
}
.contact-footer {
    text-align: center;
font-size: 22px;
}
.contact-footer a {
    color:#78c15f;
}
.contact-footer span {
    color: #fff;
padding: 0 15px;
}
footer .icon-footer {
    display: flex;
    justify-content: space-around;
    margin: 40px auto 0;
    width: 100px;    
}
.icon-footer a i {
    color:     #fff;
    font-size: 27px;
}
.copyright {
    text-align: center;
    padding: 20px 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    border-top:#d8c2ad solid 1px;
    margin-top: 20px;
}
.stickymenu .navbar {
    padding:0;
}
.copyright a {
    color:#fff;
}
.lb-dataContainer {
    padding-top: 25px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.lb-data .lb-caption {
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.lightbox .lb-image {
    border-radius: 0;
    border: 0px solid white;
    list-style: none;
    padding: 0;
    position: relative;
    font-weight: 300;
}
#myVideo {
    display: inherit;
    width: 100%;
    height: 90vh;
    object-fit: cover;
}
.home .navbar-nav a {
    color: #fff;
}
#home-maca .text-center {
    font-weight: 400;
font-size: 40px;
letter-spacing: 5px;
margin-right: -5px;
text-transform: none;
color:white;
}
#home-maca .article-center {
    left: 0;
    margin: auto;
    right: 0;
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
}
h1.main-title {
    text-align: center;
}
h1.main-title span {
color:#fff;
padding: 10px 20px;
font-size: 35px;
letter-spacing: 2px;
font-weight: 500;
}
#count-maca h1 {
    font-size: 34px;
text-align: center;
margin-bottom: 50px;
color:#213856;
font-weight: 500;
}
#count-maca h1:after {
    content: '';
position: absolute;
width: 6%;
height: 7px;
left: 47%;
background:#ff8000;
margin-top: 55px;
right: 47%;
}
#cta-home {
    padding-top: 70px;
    padding-bottom: 70px;
    background:#f3f3f3;
}
#cta-home img {
    object-fit: cover;
    height: 225px;
}
#cta-home h2 {
    color:#213856;
    font-size: 20px;
    text-align: center;
    margin-top:15px;
    font-weight: 600;
}
#cta-home a:hover h2 {
    text-decoration: none;
}
.box-cta {
    background: #fff;
    padding:5px;
}
.overlay-cta {
    position: relative;
}
.overlay-cta .cta-hover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: rgba(255, 128, 0,0.5);
    visibility: visible;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    -ms-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -webkit-backface-visibility: hidden;
    z-index: 1000;
    cursor: pointer;
}
.overlay-cta:hover .cta-hover {
    z-index: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
.overlay-cta .cta-hover i {
    position: absolute;
    background-color: #ff8000 !important;
top: 50%;
left: 50%;
margin: -10px 0 0 -10px;
font-size: 19px;
color: #fff;
width: 35px;
height: 35px;
line-height: 35px;
display: inline-block;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
color:    #fff;
    text-align: center;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}
#cta-home a {
    cursor: pointer;
}
.parallax-maca {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}
.article-maca img {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
        height:270px;
}
.text-maca {
    width: 60%;
background:#fff;
padding: 40px;
margin: 0 auto 0 0;
outline: 2px solid #213856;
outline-offset: -15px;
}
.text-maca p:last-child {
    margin-bottom: 0;
}
#news-maca {
    padding-top: 70px;
padding-bottom: 70px;
}
#news-maca h2 {
    font-size: 34px;
text-align: center;
margin-bottom: 80px;
color:#213856;
font-weight: 500;
}
#news-maca h2:after {
   content: '';
position: absolute;
width: 6%;
height: 7px;
left: 47%;
background:#ff8000;
margin-top: 55px;
right: 47%; 
}
.article-maca h3 {
color:#213856;
font-size: 22px;
text-align: center;
margin-top: 15px;
font-weight: 600;
padding: 0 15px;
min-height: 80px;
}
.article-maca {
    outline: 2px solid #ff8000;
outline-offset: -15px;
padding-bottom: 25px;
background: #f3f3f3;
margin-bottom:30px;
}
.alerte {
    background: #ff8000;
    text-align: center;
    padding:15px;
    color:#fff;
    margin-bottom: 25px;
}
.button-more {
    margin-top: 65px;
text-align: center;
}
#faq, #about, #value, #engagement, #end, #services, #express-service, #standard-service, #distri-service, #stockage, #select-services, #devis, #news, #news-single, #contact, #team, #booking, #onboard {
    padding-top: 70px;
    padding-bottom: 70px;
}
#team .text-intro {
    margin-bottom: 30px;
}
.name-team {
    text-align: center;
margin-top: 10px;
font-size: 18px;
font-weight: 600;
}
.title-team {
    text-align: center;
}
.email-title {
    text-align: center;
margin: 10px 0 25px;
}
#gmap .gmap {
    filter: grayscale(75%);
}
#gmap iframe {
    width: 100%;
}
.email-title button {
    padding:5px;
    font-size: 13px;
    
}
#value, #select-services {
    background: #213856;
}
#team .value-zone {
    padding:0;
}
.subtitle-team {
    color:#ff8000;
text-align: center;
font-weight: 600;
font-size: 20px;
margin-bottom: 20px;
}
#atout, #express-service, #distri-service, #team {
    background: #fff;
}
#value h1 {
    color:#fff;
}
#select-services h3 {
    color:#FF8000;
    text-align: center;
    font-size: 20px;
text-transform: uppercase;
}
#select-services .zone-services {
padding: 35px 0 0;
border: 0;
color:#fff;
margin: 0;
text-align: justify;
}
#select-services .text-intro {
    margin-top: 0;
}
#end .faq-zone {
    background:#fff;
    padding: 50px;
    outline: 2px solid #ff8000;
outline-offset: -15px;
}
.faq-zone {
    background:#fff;
    padding: 60px 50px;
    outline: 2px solid #ff8000;
    outline-offset: -15px; 
}
#end .text-intro {
    margin-top: 35px;
}
#end h4 {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
}
.value-zone {
    padding: 60px 50px;
    outline: 2px solid #fff;
    outline-offset: -15px; 
}
.cta-page {
    text-align: center;
    margin-top: 50px;
}
#services h2 {
    margin-top: 65px;
    font-size: 22px;
    margin-bottom: 0;
}
#services .text-intro {
    margin-top: 25px;
}
#news .faq-zone {
    outline: 0;
    outline-offset: 0;
}
#faq h1:after, #about h1:after, #value h1:after, #engagement h1:after, #services h1:after, #news h1:after, #news-single h1:after, #contact h1:after, #devis h1:after, #team h1:after, #booking h1:after {
    content: '';
    position: absolute;
    width: 6%;
    height: 7px;
    left: 47%;
    background: #ff8000;
    margin-top: 55px;
    right: 47%;
}
#engagement h1 {
    margin-bottom:65px;
}
#faq h2 {
    font-size: 18px;
    font-weight: 600;
    padding-top: 15px;
}
.list-faq {
    margin-top:30px;
    background:#fff;
    padding: 60px 50px;
}
.element-faq div p:last-child {
    margin-bottom: 0;
}
.element-faq {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px dotted #ddd;
}
.element-faq:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.faq-zone a {
    color:#ff8000;
    
}
.type-form label a {
    font-weight: 400;
}
.element-faq h3 {
    font-size: 18px;
   font-weight: 600;
   background: #f3f3f3;
   padding:7px;
}
.text-intro p:last-child {
    margin-bottom: 0;
}
.text-intro {
    margin-top: 65px;
    text-align: justify;
}
#engagement .text-intro {
    margin-top:0px
}
#engagement .text-intro h3 {
    font-size: 18px;
line-height: 20px;
margin-bottom: 7px;
}
#faq .text-intro {
    margin-top:0;
}
#value .text-intro {
    color:#fff;
}
.engagement-element {
    display:flex;
    align-items: center;
    margin-top:25px;
}

.icon-engagement i {
    font-size: 40px;
    width:80px;
}
.img-atout img {
    height: 100vh;
object-fit: cover;
max-width: 100%;
width: 100%;
}
.img-atout h3 {
    font-size: 50px;
color: white;
font-weight: 300;
letter-spacing: 1px;
background:rgba(0,0,0,0.2);
    left: 0;
    margin: auto;
    right: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.newsletter-footer #mc_embed_signup form {
    padding: 0;
}
.newsletter-footer #mc_embed_signup .button {
    line-height: 0;
    margin: 5px 5px 10px 0;
    background: #ff8000;
    border: 2px #ff8000 solid;
    padding: 2px 10px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0;
    transition: all 0.5s ease 0s;
    border-radius: 0;

}
.atout-text {
    background:#f3f3f3;
padding: 50px 100px;
margin-left: -100px;
width: 80%;
text-align: justify;
}
.atout-text .text-intro {
    margin: 20px 0;
    font-weight: 400;
}
.atout-text ul, #express-service ul, #standard-service ul, #distri-service ul, #onboard ul, #stockage ul {
    list-style: none;
padding: 0 0 0 15px;
}
.atout-text ul li, #express-service ul li, #standard-service ul li, #distri-service ul li, #onboard ul li, #stockage ul li {
    padding-left: 1.3em;
    line-height: 30px;
}
#menu-item-399 a {color:#FF8000}
.atout-text ul li:before, #express-service ul li:before, #standard-service ul li:before, #distri-service ul li:before, #onboard ul li:before, #stockage ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}
.bck-title {
    display: none;
    margin-top: -60px;
    font-size: 400px;
    width: 400%;
    margin-left: -40px;
    color: #f3f3f3;
    position: absolute;
    font-weight: bold;
    max-width: 100%;
}
#express-service h3, #standard-service h3, #distri-service h3, #stockage h3, #onboard h3 {
    border-left: 4px solid #ff8000;
    padding-left: 25px;
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}
#express-service .text-intro, #standard-service .text-intro, #stockage .text-intro, #distri-service .text-intro, #onboard .text-intro {
    margin-top:0px;
}
#express .bck-title, #stockage .bck-title, #onboard .bck-title {
    color: #eee;
}
.zone-services {
    padding: 35px;
border: 2px solid #ff8000;
margin: 35px 0;
}
.cta-service {
    text-align: center;
    margin-top:45px;
}
.conclusion {
    font-size: 13px;
}
.conclusion p {
    margin-bottom: 0;
}
.title-news {
    margin-bottom:35px;
}
.single-content {
    width:100%;
}
.single-content img {
    object-fit: cover;
    height:50vh;
    width: 100%;
}
.content-maca-single {
    margin-top:30px;
}
.date-single {
    font-size: 14px;

margin-top:35px;
}
.date-single span {
    background:#f3f3f3;
padding: 5px;
}
.back-news {
    margin-top: 25px;
}
.back-news a {
    color:#213856;
font-weight: 600;
}
.coordonnee {
    text-align: center;
}
.coordonnee h2 {
    font-size: 20px;
}
.phone-contact {
    margin-top: 15px;
}
.text-contact {
    margin:50px 0;
}
.text-contact p:last-child {
    margin-bottom: 0;
}
#booking .text-intro {
    text-align: center;
}
.button-booking {
    text-align: center;
margin-top: 30px;
}
.list-booking .text-intro {
    margin-top:0;
}
.list-booking h2 {
    color: #fff;
font-size: 18px;
margin-top: 30px;
padding-top: 30px;
border-top: dotted 1px #ccc;
}
.list-info {
    color:#fff;
    margin-top:25px;
}
.list-info ol {
    margin-bottom: 0;
}
h2.special-booking {
    color:#ff8000;
}
.form-maca {
    margin-top: 20px;
padding-top: 20px;
border-top: 1px dotted #ccc;
}
.form-maca input {
    width: 100%;
font-size: 15px;
padding: 7px;
margin-bottom: 14px;
border:#aaa solid 1px;
}
label {
    font-weight: 600;
    margin-bottom: 15px;
}
.form-maca select {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    background-color:#fff;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.gdpr-maca label {
    display: flex;
margin-bottom: .5rem;
font-weight: 400;
align-items: baseline;
}
.gdpr-maca span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}
.submit-maca {
    margin-top:25px;
}
.submit-maca input {
    background: #ff8000;
    border:1px solid #ff8000;
    width:auto;
    padding:7px 25px;
    text-transform: uppercase;
    color:#fff;
}
.submit-maca input:hover {
    background: transparent;
    color:#ff8000;
}
.gdpr-maca label input {
    width: auto;
padding: 0;
margin: 0 10px 0 0;
}
.gdpr-maca label span {
    font-size: 14px;
line-height: 18px;
}
#devis .text-conclusion {
    margin-top: 25px;
}
.page-template-page-devis .text-end {
    font-style:italic;
    font-size: 15px;
    margin-top:25px;
}
@media only screen and (max-width: 1400px){ 
    .atout-text {
    padding: 50px 80px;
    width: 100%;

    }
}
@media only screen and (max-width: 1200px){ 
    .navbar-nav .menu-item {
        padding: 30px 15px;
        letter-spacing:1px;
    }
}
@media only screen and (max-width: 1150px){ 
    .navbar-nav .menu-item {
        letter-spacing: 1px;
        padding: 30px 12px;
    }
    .navbar.pr-md-5, .px-md-5 {
        padding-right: 0 !important;
    }
   }
@media only screen and (max-width: 1040px){ 
    .navbar-nav .menu-item {
        letter-spacing:0.5px;
        padding: 30px 10px;
    }
}
@media only screen and (max-width: 995px){ 
    .navbar-nav .menu-item {
        letter-spacing:0.5px;
    }
}
@media only screen and (max-width: 992px){ 
    .navbar.pr-md-5, .px-md-5 {
        padding-right: 3rem !important;
    }
    .navbar .p-3 {
        padding-left:0 !important;
    }
    .navbar-nav a {
        color: #000;
        font-size: 17px;
    }
    .navbar-nav .menu-item {
        letter-spacing: 2px;
        padding: 10px 10px 10px 30px;
    }
    .navbar-light .navbar-toggler {
        border: none !important;
        outline: none;
        box-shadow: none;
        background-color: rgba(255,255,255,0.5);
        border-radius: none;
        margin-top: 10px;
    }
    #navbarNav {
        background-color: #fff;
    }
    .home .navbar-nav a {
    color: #213856;
}
    .navbar-light .navbar-toggler {
        color: rgba(0,0,0,.5);
        border-color: rgba(0,0,0,.1);
        border-radius: 0;
    }
    .navbar-light .navbar-toggler:focus{
        border: none !important;	
        outline: none;
        box-shadow: none;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        content: "";
        background: no-repeat center center;
        background-image: none;
        background-size: auto;
        background-size: 100% 100%;
    }
    .navbar-nav li:first-child {
        margin-top:20px;
    }
}
@media only screen and (max-width: 768px){ 
    .stickymenu .navbar-nav .menu-item {
        transition: all 0.5s ease 0s;
        padding: 10px 10px 10px 30px;
    }
    .zone-specialite {
        margin-bottom: 25px;
    }
    #faq, #about, #value, #engagement, #services, #express-service, #standard-service, #distri-service, #stockage, #select-services, #news, #news-single {
    padding-top: 40px;
    padding-bottom: 40px;
}
.faq-zone, .value-zone {
padding: 30px;
}
.icon-engagement i {
    width: 60px;
}
.img-atout img {
    height: 80vh;
}
.atout-text {
    padding: 30px;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 30px;
}
#end {
    padding-top:0;
    padding-bottom: 0;
}
#end .faq-zone {
    padding: 30px;
}
.menu-topbar ul {
    padding-left: 0;
}
#top-maca {
    display: grid;
}
#top-maca .menu-topbar {
    margin-left: 0 !important;
}
.mainmenu {
    justify-content: space-between;
}
ul.menu-maca {
    padding-bottom: 30px;
}
.navbar-nav .menu-item {
    letter-spacing: 1px;
    padding: 10px;

}
.navbar-nav .menu-item a {
text-transform: uppercase;
}
#home-maca .text-center, h1.main-title span {
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 2px;
}
.home header nav.logoheader a {
    max-width: 140px;
}
.home nav.navbar-main {
    padding: 0 20px !important;
}
#count-maca h1 {
    font-size: 30px;

}
.count-up, .count1, .count2, .count3 {
    font-size: 45px;
}
.text-maca {
    width: 100%;
}
.home nav.stickymenu.navbar-main, nav.stickymenu.navbar-main {
    padding: 0 20px !important;
    justify-content: space-between;
}
.zone-services {
    padding: 20px;
}
}