/* ------------------------------------------------- *\
                                                     
                    global                   
                                                     
\* ------------------------------------------------- */


:root {}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 9999s ease-in-out 0s;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #f8f7f8;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 40px;
}

a {
    outline: none !important;
}

.layout-header * {
    font-size: 0px;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.layout-main * {
    font-size: 0px;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.layout-footer {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #000;
    margin-top: 100px;
}

.layout-footer * {
    font-size: 0px;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.layout-footer div {
    display: flex;
    justify-content: space-around;
}

.layout-footer nav ul {
    display: flex;
    justify-content: space-around;
}


.layout-footer nav ul li {
    display: inline-block;
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    list-style-type: none;
    font-family: 'helvetica';
    font-size: 14px;
    color: #ddd;
}


.layout-footer nav ul li a {
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
}

.layout-footer nav ul li:after {
    content: '';
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 1px;
    height: 10px;
    margin-top: 11px;
    background-color: #ddd;
    margin-left: 20px;
    margin-right: 20px;
}

.layout-footer nav ul li:last-child:after {
    display: none;
}

@media screen and (max-width:1150px) {
    .layout-footer {
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .layout-footer div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .layout-footer nav ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .layout-footer nav ul li:after {
        display: none;
    }

}


@media screen and (max-width:1024px) {

    .layout-content {
        padding-left: 10px;
        padding-right: 10px;
    }


}

/* ------------- .layout-content .call-to-action-blue ------------- */


.layout-content .call-to-action-blue {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: 650px;
    padding-top: 80px;
}

.layout-content .call-to-action-blue a,
.layout-content .call-to-action-blue p {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    margin-bottom: 0;    
    font-family: 'bebas';
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    background: linear-gradient(90deg, #2358b080, #87d1f4);
    padding: 12px 30px;
    border-radius: 5px;
    line-height: 1.3;
}


.layout-content .call-to-action-blue a:before,
.layout-content .call-to-action-blue p:before {
    content: '';
    display: block;
    position: absolute;
    top: -52px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 60px;
    height: 60px;
    background-image: url(../images/call-to-action-blue-arrow.png);
    background-size: 100%;
    background-repeat: no-repeat;
}


@media screen and (max-width:600px) {
    .layout-content .call-to-action-blue {
        width: 100%;
    }

    .layout-content .call-to-action-blue a br {
        display: none;
    }
}



/* ------------------ .bloc-selection-formulaire ----------------- */

.bloc-selection-formulaire .message {
    max-width: 610px;
    font-family: 'futura';
    font-size: 17px;
    line-height: 1.6;
    font-weight: normal;
    text-transform: uppercase;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.bloc-selection-formulaire .selecteur {
    width: 100%;
    max-width: 750px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.bloc-selection-formulaire .selecteur>div {
    display: flex;
    align-items: center;
    margin: 0px;
    width: 300px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}


.bloc-selection-formulaire .selecteur .button-professionnel,
.bloc-selection-formulaire .selecteur .button-particulier {
    cursor: pointer;
}

.bloc-selection-formulaire .selecteur>div h3 {
    margin-bottom: 10px;
    font-size: 18px;
}

.bloc-selection-formulaire .selecteur .call-to-action-blue {
    padding-top: 40px;
    width: 100%;
}

.bloc-selection-formulaire .selecteur .call-to-action-blue p:before {
    width: 50px;
    height: 50px;
    top: -40px;
}

.bloc-selection-formulaire .selecteur .call-to-action-blue p {
    font-size: 20px;
    width: 100%;
}

.bloc-selection-formulaire .selecteur>p {
    width: 50px;
    text-align: center;
    margin-top: 50px;
    font-size: 30px;
    font-family: 'futura';
    text-transform: uppercase;
    color: #000;
    font-weight: 100;
    line-height: 1;
}


@media screen and (max-width:750px) {

    .bloc-selection-formulaire .selecteur>div {
        width: 100%;
        max-width: 400px;
    }

    .bloc-selection-formulaire .selecteur>p {
        width: 100% !important;
        margin-top: 30px !important;
    }

    .bloc-selection-formulaire .selecteur>p {
        font-size: 0px;
    }

    .bloc-selection-formulaire .selecteur>p:before {
        content: 'ou';
        font-size: 18px;
    }

}

