@import url('https://fonts.googleapis.com/css2?family=Kalam&display=swap');

:root {
    --beige: #F6E6D1;
    --orange: #ED6C53;
    --bleu: #50A2A7;
    --blanc: #FBF8F8;
    --noir: #000000;
    --grey: #908D8D;
    --text: #35373a;
}

html {
    width: 100% !important;
    overflow-x: hidden;
}

p, a, span, li , .ast-custom-button{
    font-size: 20px;
}

a {
    color: var(--text);
} 

.elementor-element-95d6639 div {
    box-shadow: none !important;
}

.sub-menu {
	max-width: 200px;
}

.site-header {
    background-color: #fff;
    position: fixed;
    width: 100%;
    box-shadow: -2px 9px 5px -10px rgba(0,0,0,0.3);
}

.flex-input {
    display: flex;
    flex-direction: row;
    margin-bottom: -5px !important;
}

.flex-input div:first-child {
    margin-right: 15px;
}

.flex-input div:last-child {
    margin-left: 15px;
}

form span {
    margin-bottom: 10px;
}

.condition {
    font-size: 12px !important;
}

@media screen and (max-width: 950px) {
    .site-header {
        top: 0;
    }

    .flex-input {
        flex-direction: column;
        margin-bottom: 0;
    }
    
    .flex-input div:first-child {
        margin-right: 0px;
    }
    
    .flex-input div:last-child {
        margin-left: 0px;
    }
    
}

/* Footer */

#footer {
    background-color: var(--beige);
    box-shadow: inset 0px 5px 10px rgba(0, 0, 0, 0.05);
}

.title-footer {
    font-family: 'Kalam';
    font-size: 25px;
    font-weight: bold;
    color: var(--orange);
}

.footer-primary {
    display: flex;
    margin: 0 10%;
}

.footer-link {
    display: grid;
    grid-template-columns: 0.33fr 0.33fr 0.33fr;
    grid-template-rows: auto auto;
    width: 100%;
    padding-top: 100px;
}

.footer-link__coordonnes {
    grid-row: 1;
    grid-column: 1;
}

.footer-link__annexes {
    grid-row: 1;
    grid-column: 2;
}

.footer-link__ressources {
    grid-row: 1;
    grid-column: 3;
}

.footer-link__copyright {
    grid-row: 2;
    grid-column: 1/4;
    text-align: center;
    margin: 30px 0;
}

.footer-link p {
    margin-bottom: 5px;
}

.content-footer {
    margin-top: 30px;
}

.footer-image {
    width: 30%;
    background: var(--orange);
    padding-top: 100px;
    box-shadow: inset 0px 5px 10px rgba(0, 0, 0, 0.05);
}

.footer-image__img {
    text-align: center;
    margin-top: -50px;
    margin-bottom: 20px;
}

.rs-list {
    display: flex;
    justify-content: space-around;
}

.rs-list-item {
    width: 58px;
    background-color: white;
    padding: 13px;
    padding-bottom: 6px;
    border-radius: 100px;
}


.footer-link__annexes ul, .footer-image__rs ul {
    list-style: none;
    margin: 0;
}

.footer-link__annexes li {
    margin-top: 5px;
}

.footer-image__rs ul {
    margin: 0 10%;
}

@media screen and (max-width: 950px) {
    .ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link {
        padding-left: 20px !important;
    }

    .footer-primary {
        flex-direction: column;
    }

    .footer-link {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto;
        padding-top: 40px;
    }
    
    .footer-link__coordonnes {
        grid-row: 1;
        grid-column: 1;
    }
    
    .footer-link__annexes {
        grid-row: 2;
        grid-column: 1;
        padding-top: 40px;
    }
    
    .footer-link__ressources {
        grid-row: 3;
        grid-column: 1;
        padding-top: 40px;
    }
    
    .footer-link__copyright {
        display: none;
    }

    .footer-image {
        width: 100vw !important;
        padding-top: 100px;
        padding-bottom: 40px;
        margin-left: -22px;
        margin-top: 40px;
    }

    .footer-link__copyright-mobile {
        text-align: center;
        margin: 0;
        padding: 20px 0;
    }

    .footer-link__copyright-mobile p {
        margin-bottom: 0px !important;
    }
}

@media screen and (min-width: 950px) {
    .footer-link__copyright-mobile {
        display: none;
    }
}

@media screen and (max-width: 1600px) {
    .footer-primary {
        margin: 0 5%;
    }

    .footer-image {
        width: 35%;
    }
}