div.section {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

div.section.autres-demandes {
    position: relative;
    z-index: 1;
}

div.section.autres-demandes .card-aaz {
    max-width: 300px;
}

div.section.a-la-une {
    background: #e1e0e0;
}

div.section.nos-conseils {
    position: relative;
    box-shadow: none;
}

/*.header {
    background-image: url("/assurazot/img/image_accueil.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 700px;
}*/

/*.header .header-content {
    display: flex;
    flex-direction: row;
    min-height: 400px;
    overflow: hidden;
}

.header .header-image {
    width: 60%;
}
.header .header-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header .header-separator {
    width: 35px;
}

.header .header-separator div:nth-child(1) {
    background-color: #2b90cf;
    height: 50%;
}
.header .header-separator div:nth-child(2) {
    background-color: #fab515;
    height: 50%;
}

.header .header-buttons {
    width: 40%;
    display: flex;
}

@media (max-width: 1098px) {
    .header .header-content {
        display: flex;
        flex-direction: column;
    }

    .header .header-image {
        width: 100%;
        height: 100%;
    }
    .header .header-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header .header-separator {
        height: 35px;
        width: 100%;
        display: flex;
    }

    .header .header-separator div:nth-child(1) {
        background-color: #2b90cf;
        width: 50%;
    }
    .header .header-separator div:nth-child(2) {
        background-color: #fab515;
        width: 50%;
    }

    .header .header-buttons {
        width: 100%;
        padding: 0 0 2rem 0;
    }

    div.section.header {
        box-shadow: none;
    }
    
    div.tarif-immediat-card {
        margin-top: 0;
    }
}*/

.header .image-container:not(:first-child) {
    display: none;
    /*transform: scale(0);*/
}

.header .image-container {
    transition: 1s;
}

.header .img-header {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
    max-height: 600px;
}

.header .text {
    position: absolute;
    color: white;
    top: 0;
    left: 0;
    padding: 1rem;
    padding-right: 5rem;
    font-size: 3rem;
    font-weight: bold;
    filter: drop-shadow(0px 7px 29px rgba(100, 100, 111, 0.2));
    text-transform: uppercase;
    text-shadow: rgba(0, 0, 0, 0.6) 0px 2.5035px 18.7762px;
}

.header .sub-text {
    margin: 0;
    width: fit-content;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: white;
    filter: none;
    text-shadow: none;
}

.header .sub-text div:nth-child(1) {
    background-color: #fff;
    color: #2b90cf;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    font-size: 2rem;
}


.header .sub-text div:nth-child(2) {
    position: relative;
    left: 75%;
    background-color: #2b90cf;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    width: fit-content;
    bottom: 0.75rem;
    font-size: 2rem;
}

@media (max-width: 1199px) {
    .header .img-header {
        max-height: 400px;
        object-position: bottom;
        margin-bottom: 2rem;
    }

    .header .text {
        padding: 1rem;
    }

}


@media (max-width: 420px) {
    .header .text {
        font-size: 2rem;
    }
    .header .sub-text {
        font-size: 1rem;
    }

    .header .sub-text div:nth-child(1) {
        font-size: 1rem;
    }


    .header .sub-text div:nth-child(2) {
        font-size: 1rem;
    }

}

.aaz-header-text {
    font-weight: 700;
    font-size: 50px;
    /* line-height: 47px; */
}

.aaz-subheader-text {
    font-weight: 400;
    font-size: 25px;
    /* line-height: 18px; */
}

.aaz-textshadow {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.aaz-radius {
    border-radius: 30px;
}

.header h1 {
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

.header .tarif-immediat-card {
    background-color: white;
    border-radius: 5rem;
    padding: 1rem;
    margin-top: 5rem;
    border-radius: 30px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.tarif-immediat-card .tarif-immediat-card-title {
    background-color: #fab515;
    color: white;
    text-align: center;
    text-transform: uppercase;
    padding: 0.75rem 1.25rem;
    margin: 1rem auto;
    font-weight: bold;
    width: fit-content;
    border-radius: 30px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.button-form-wrapper {
    margin: 0.25rem;
}

.button-form {
    padding: 0.5rem;
    overflow: hidden;
    height: 8rem;
    width: 8rem;
    display: flex;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    transition: 0.15s;
    transform-style: preserve-3d;
}

.button-form:hover {
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.25);
    transform: scale(1.05);
}

.button-form a {
    display: flex;
    flex-direction: column;
}

.button-form img {
    /*width: 100%;*/
    height: 4rem;
    margin: auto;
}

.button-form p {
    color: #009fe3;
}

.card-aaz.a-la-une {
    padding: 0;
}
.card-aaz.a-la-une a img {
    height: 100%;
    padding-bottom: 2rem;
}

.card-aaz.a-la-une.side {
    height: auto;
    width: 100%;
    max-width: 600px;
}

.card-aaz.a-la-une.side .card-aaz-title {
    margin: 2rem;
}

.card-aaz.a-la-une .card-aaz-image {
    border-radius: 20px;
}

a.a-la-une.side {
    text-align: right;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.25rem;
    margin: 1rem;
}

a.nos-conseils {
    text-align: right;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.25rem;
    margin-left: auto;
}

.side-posts {
    padding: 1rem;
}

.nos-conseils iframe {
    border-radius: 10px;
    aspect-ratio: 16/9;
    width: 100%;
}

.big-post .card-aaz.a-la-une {
    max-height: 350px;
    max-width: 600px;
}

.section.avis-clients {
    background-color: #2b90cf;
}

.section.avis-clients .section-title {
    color: #fff;
}

.notes h1 {
    color: #2b90cf;
}

.notes ul {
    padding: 0;
    margin-bottom: 2rem;
    display: flex;
    list-style: none;
    justify-content: center;
}

.notes ul li i {
    font-size: 3rem;
    color: #fab515;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.card-aaz.avis-clients p {
    color: #2b90cf;
}
