:root{
    --bleu: #005FA6;
    --bleuFonce: #004aad;
    --orange: #E3510F;
    --orange-2: #E8603D;
    --rouge: #ff4252;
    --rougeFonce: #9d1315;
    --jaune: #F6D110;
    --font: "WixMadeforText";
    --maxWidthBig: 1920px;
    --maxWidthInside: 1440px;
    --maxWidth: 1520px;

    --container-space-x : calc((var(--maxWidth) - var(--maxWidthInside)) / 2);
    --container-big-space-x : calc((var(--maxWidthBig) - var(--maxWidthInside)) / 2);
}

@media(max-width: 1920px){ :root{--container-big-space-x : calc((100vw - var(--maxWidthInside)) / 2);} }
@media(max-width: 1520px){ :root{--container-space-x : var(--container-big-space-x);} }
@media(max-width: 1470px){ :root{--container-big-space-x: 15px;} }

html, body {margin: 0; padding: 0; position: relative;}
body{
    width: 100%;
    max-width: 100vw;
    min-height: 100vh;
}

p{
    color: var(--bleu);
}
.deco-traits-all{
    position: absolute;
    z-index: 1;
    width: 100%;
    max-width: 1137px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    height: 100%;
}
.deco-traits-all .trait{
    width: 1px;
    height: 100%;
    border: 0.6px dashed rgba(0,74, 173, 0.3);
    position: relative;
}


.home .deco-traits-all{
    display: none;
}



.deco-traits-all .trait::after {
    content: '';
    display: block;
    position: absolute;
    height: 60px;
    width: 2px;
    top: 0;
    left: -1px;
    background: linear-gradient(to bottom, rgba(227,81, 15, 0) 0%, var(--orange) 75%, var(--orange) 100%);
    animation: drop-line-deco 45s 0s infinite ease-in-out;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
    animation-delay: 0s;
}

.deco-traits-all  .trait:nth-child(1)::after{
    animation-delay: 1s
}
.deco-traits-all  .trait:nth-child(3)::after {
    animation-delay: 2s
}


@keyframes drop-line-deco {
    0% {
        top: -50%
    }
    100% {
        top: 110%
    }
}


a{text-decoration: none;}
img, svg, video, iframe{display: block;}

.sc-container{
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}
.elementor-location-single,
.elementor-location-archive,
#content{
    position: relative;
    z-index: 2;
}

.reset-button:active,
.reset-button:focus,
.reset-button:hover,
.reset-button {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    overflow: visible !important;

    background: transparent !important;

    /* inherit font & color from ancestor */
    color: inherit !important;
    font: inherit !important;

    /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
    line-height: normal !important;

    /* Corrects font smoothing for webkit */
    -webkit-font-smoothing: inherit !important;
    -moz-osx-font-smoothing: inherit !important;

    /* Corrects inability to style clickable `input` types in iOS */
    -webkit-appearance: none !important;
    outline: none !important;
}

/* Remove excess padding and border in Firefox 4+ */
.reset-button::-moz-focus-inner {
    border: 0 !important;
    padding: 0 !important;
}

.btn-blue{
    background-color: var(--bleu) !important;
    padding: 5px 10px !important;
    font-family: var(--font);
    text-transform: uppercase !important;
    border: 1px solid var(--bleu) !important;
    outline: none !important;
    border-radius: 5px;
    font-size: 20px !important;
    line-height: 100%;
    color: #fff !important;
    font-weight: bold !important;
    white-space:  nowrap;
}
.btn-blue:focus,
.btn-blue:active,
.btn-blue:hover{
    background-color: #fff !important;
    color: var(--bleu) !important;
}

.btn-yellow{
    background-color: var(--jaune) !important;
    padding: 5px 10px !important;
    font-family: var(--font);
    text-transform: uppercase !important;
    border: 1px solid var(--jaune) !important;
    outline: none !important;
    border-radius: 5px;
    font-size: 20px !important;
    line-height: 100%;
    color: #fff !important;
    font-weight: bold !important;
    white-space:  nowrap;
}
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow:hover{
    background-color: #fff !important;
    color: var(--jaune) !important;
}


.btn-orange{
    background-color: var(--orange) !important;
    padding: 5px 10px !important;
    font-family: var(--font);
    text-transform: uppercase !important;
    border: 1px solid var(--orange) !important;
    outline: none !important;
    border-radius: 5px;
    font-size: 20px !important;
    line-height: 100%;
    color: #fff !important;
    font-weight: bold !important;
    white-space:  nowrap;
}
.btn-orange:focus,
.btn-orange:active,
.btn-orange:hover{
    background-color: #fff !important;
    color: var(--orange) !important;
}

.btn-red{
    background-color: var(--rougeFonce) !important;
    padding: 5px 10px !important;
    font-family: var(--font);
    text-transform: uppercase !important;
    border: 1px solid var(--rougeFonce) !important;
    outline: none !important;
    border-radius: 5px;
    font-size: 20px !important;
    line-height: 100%;
    color: #fff !important;
    font-weight: bold !important;
    white-space:  nowrap;
}
.btn-red:focus,
.btn-red:active,
.btn-red:hover{
    background-color: #fff !important;
    color: var(--rougeFonce) !important;
}
.gm-style h4{
    margin: 0 0 10px;
}
.gm-style .map_marker_info{
    min-height: 162px;
}

@media (max-width: 767px){
    .deco-traits-all{
        display: none;
    }
    .btn-yellow,
    .btn-orange,
    .btn-blue,
    .btn-red{
        font-size: 16px !important;
        padding: 3px 7px !important;
        border-radius: 3px;
    }
}