
body {
    margin: 0px;
    padding: 0px;
    font-family: 'Inter', sans-serif;
}

.contentheader {
    float: right;
    text-align: center;
    width: 50%;
}

span.textetitrevert {
    margin-top: -20px;
    color: #C8D200;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 36px;
    text-transform: uppercase;
}

span.textetitrebleu {
    color: #1F86C4;
    font-family: sans-serif;
    font-size: 30px;
}

.col1smatisslider {
    width: 60%;
    float: left;
    display: grid;
}

.col2smatisslider {
    width: 40%;
    float: left;
}

.titresliderbleu {
    color: #1F86C4;
    font-family: sans-serif;
    font-size: 30px;
    font-weight: bold;
    margin-top: 19px;
}

.textebleuslider {
    font-weight: bold;
    font-size: 20px;
    color: #1F86C4;
    font-family: sans-serif;
    margin-top: -15px;
}

a.ctaslider {
    background-color: #C8D200;
    padding: 20px;
    text-decoration: none;
    color: #1F86C4;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 20px;
}

.btnslider {
    text-align: center;
}

.lien2slider {
    font-size: 17px;
    text-decoration: none;
    padding: 10px;
    font-family: sans-serif;
}

.titreh2 {
    color: #1F86C4;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
}

.titrecol25 {
    color: #151515;
    font-weight: bold;
    text-align: center;
    font-family: sans-serif;
    line-height: 24px;
    font-size: 18px;
}

.col25 {
    width: 21%;
    float: left;
    padding: 2%;
}

.col25.colfooter {
    width: 25%;
}

.fullwidthgrey {
    width: 100%;
    background-color: #ffffff;
    padding: 40px 0px;
}

.fullwidthblack {
    width: 100%;
    background-color: #151515;
    padding: 40px 0px;
    color: #fff;
}

.fullwidthbleu {
    width: 100%;
    background-color: #1F86C4;
    padding: 40px 0px;
}

.centercontent {
    text-align: center;
    font-family: sans-serif;
}

.padrangee.FAQ {
    padding: 40px 0px;
}

.soustitreh2 {
    color: #151515;
    font-family: sans-serif;
    margin-top: -10px;
    font-size: 18px;
}

.bgblanc {
    background-color: #fff;
}

.col1bgblanc,
.col2bgblanc {
    float: left;
    width: 50%;
}

.bgblanc {
    padding-left: 25px;
    display: flex;
    align-items: center;
}

.col2bgblanc {
    background-image: url(../images/choisir-asa-assurance-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 354px;
    background-position: left;
}

.liststyleul {
    display: flex;
    align-items: center;
    margin: 20px 0px;
}


.liststyleulicone {
    padding-right: 20px;
}

.liststyleultexte {
    font-family: sans-serif;
    color: #1F86C4;
    font-size: 20px;
}

.btncta {
    border-radius: 8px;
    border: 2px solid #fff;
    font-size: 20px;
    width: fit-content;
    padding: 20px 50px;
    font-family: sans-serif;
    font-weight: bold;
    background-color: #FF9D1A;
    color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.btncta a {
    text-decoration: none;
    color: #fff !important;
}

.btnctavert {
    width: fit-content;
    padding: 20px;
    font-family: sans-serif;
    font-weight: bold;
    color: #1F86C4;
    background-color: #C8D200;
    margin: 0px auto;
}

.btnctavert a {
    text-decoration: none;
    color: #1F86C4;
}


.soustitreligne {
    position: relative;

}

.paragrapheblack {
    font-size: 16px;
    font-family: sans-serif;
    color: #151515;
    line-height: 24px;
}

.paragraphebleup {
    font-family: sans-serif;
}

.texteblanc {
    color: #fff;
    line-height: 24px;
}

.fullwidthbleupara {
    font-family: sans-serif;
}

.minheightbleu {
    min-height: 155px;
}

.colfooter li {
    list-style: none;
    font-family: sans-serif;
}

.colfooter ul {
    padding-left: 0px;
}

.colfooter a, .colfooter li {
    text-decoration: none;
    font-family: sans-serif;
    font-size: 16px;
    color: #fff !important;
    line-height: 31px;
}


.titrefooterwhite {
    font-family: sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
}


.vert {
    color: #C8D200;
}

.textedivcolicones {
    margin: 0px auto;
    width: fit-content;
    margin-bottom: 50px;
}


.titrecol25bluebg {
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-family: sans-serif;
    line-height: 28px;
    font-size: 23px;
}



@media only screen and (min-width: 768px) {
    .dspflexcenter {
        display: flex;
        align-items: center;
    }

    .smatisslider {
        display: flex;
        align-items: center;
    }

    .divcontainer {
        max-width: 1020px;
        margin: 0px auto;
        display: flow-root;
    }

    .padtopbanner {
        padding-top: 30px;
    }

   
}



@media only screen and (max-width: 767px) {

    .divcontainer {
        width: 88%;
        margin: 0px auto;
        display: flow-root;
        margin-left: 6%;
    }

    .contentheader {
        text-align: center;
        width: 100%;
    }

    .col1smatisslider {
        width: 100%;
        display: grid;
    }

    .col2smatisslider {
        width: 100%;
    }

    .col2smatisslider img {
        width: 80%;
    }

    .smatisslider {
        display: flex;
        flex-flow: column-reverse;
        padding: 0px 20px;
    }

    .btnslider {
        text-align: center;
        margin-top: 53px;
    }

    .titreh2 {
        font-size: 20px;
        line-height: 26px;
    }

    .choisir-section .titreh2 {
        text-align: center;
    }

    .col25 {
        width: 47%;
        float: left;
        padding: 0%;
        margin: 10px 1%;
    }


    .titrecol25 {
        line-height: 21px;
        font-size: 15px;
    }

    a.ctaslider {
        font-size: 16px;
    }

    .textecenter {
        text-align: center;
    }

    .soustitreh2 {
        font-size: 17px;
    }

    .paragraphebleu {
        font-size: 14px;
        line-height: 22px;
    }

    .bgblanc {
        width: 77% !important;
        padding: 6%;
        display: flow-root;
    }

    .col1bgblanc {
        width: 100%;
    }

    .col2bgblanc {
        width: 100%;
        margin-top: 20px;
    }

    .liststyleultexte {
        font-size: 16px;
    }


    .btncta {
        font-size: 15px;
        padding: 15px;
    }

    .col25blue {
        width: 42%;
        float: left;
        padding: 0%;
        margin: 9px 4%;
        font-size: 14px;
    }

    .col25blue img {
        height: 140px;
    }

    span.textetitrevert {
        font-size: 38px;
    }

    span.textetitrebleu {
        font-size: 22px;
    }

    .contentheader {
        margin: 25px 0px;
    }

    .colfooter,  .col25.colfooter {
        width: 100%;
    }

    .col25.colfooter .titrefooterwhite {
        text-align: center;
        margin-bottom: 12px;
    }

    .colfooter a {
        font-size: 14px;
        color: #1F86C4;
        line-height: 25px;
    }

    .colfooter ul {
        margin-top: 3px;
    }

}


@media only screen and (min-width: 768px) {
    .modififrame {
        border: 0px;
        min-height: 750px;
    }
}

@media only screen and (max-width: 768px) {
    .modififrame {
        border: 0px;
        min-height: 950px;
    }
}


/****************************** new css **************************************/

.special-offre {
    background-color: #1F86C4;
    font-size: 18px;
    color: #fff;
    padding: 10px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.form-container {
    max-width: 100%;
    margin-top: 12px;
}


.form-container .form-content h1.form-title, .tarifs-container h1.tarifs-title {
    font-size: 32px;
    color: #1F86C4;
    text-align: center;
    margin-top: 0px;
}
    
.form-container .info-container, .tarifs-container .info-container {
    display: flex;
    gap: 20px;
    justify-content: space-evenly;
    margin-top: 30px;
    margin-bottom: 30px;
}
  
.info-container .info-box {
    border-radius: 8px;
    padding: 15px 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    flex: 1;
    min-width: 195px;
    max-width: 195px;
    color: #B8D14F;

}
  
.info-container .info-box i {
    font-size: 24px;
    margin-bottom: 10px;
}
  
.info-container .info-box p {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
}
  
.info-container .highlight {
    background-color: #B8D14F;
    color: #fff;
}

.info-container .white-highlight {
    background-color: #fff;
    color: #B8D14F;
}
  
.info-container .highlight .big-text {
    font-size: 24px;
    font-weight: bold;
}



.iconsList {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 60px;
    margin-top: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #151515;
}

.iconsList .ic-container {
    height: 75px;
}

.iconsList .colicones {
    flex: 1;
    max-width: 170px;
    padding: 10px;
    min-width: 150px;
}

/************************* result page *************************************/

.tarifs-container {
    max-width: 100%;
    margin-bottom: 20px;
}

.tarifs-container .tarifs-header {
    display: flex;
    font-size: 18px;
    column-gap: 50px;
    padding: 0 80px;
}

.tarifs-container .tarifs-header .item {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    display: flex;
    justify-content: center;
    column-gap: 12px;
    background-color: #1F86C4;
    align-items: center;
    flex: 1;
    font-weight: bold;
    color: #fff;
    padding: 10px 6px;
}   

.tarifs-container .tarifs-header .item .ic-container {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tarifs-container .tarifs-content {
    background-color: #F7F7F7;
    padding: 30px;
    border-radius: 15px;
}

.tarifs-container .tarifs-body {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
}


.tarifs-container .tarifs-progress {
    text-align: center;
    color: #1F86C4;
}

.tarifs-container .progress-container {
    width: 100%;
    margin: 9px 0px 25px 0px;
    background-color: white;
    border: 2px solid #fff;
    height: 15px;
    position: relative;
  }

.tarifs-container .progress-bar {
    background-color: #B8D14F;
    height: 100%;
    width: 100%;
    transition: width 1s linear;
}

.tarifs-container  .timer {
    margin-top: 10px;
    font-size: 18px;
}

.field-error-cg {
    text-align: left;
    display: block;
    font-weight: 600;
    color: #c61544;
    transform: translateY(30%);
    font-size: 1.4rem;
    letter-spacing: -0.3px;
    font-family: ProximaNova;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-left: 5px;
}

/******** ASA Assurances *******/

.header {
    display: flex;
    justify-content: space-between;
}

.header .logo {
    padding: 14px;
    display: flex;
}

.header .logo-mg {
    align-self: center;
}

.header .logo-asa { 
    margin-top: -26px;
    text-align: right;
}

.header .txt{
    align-self: center;
    font-size: 26px;
    color: #1F86C4;
    font-weight: bold;
    padding-top: 15px;
}

.fullwidth {
    width: 100%;
}

.banner {
    position: relative;
    width: 100%;
}

.banner .main-img {
    width: 100%;
    height: auto;
    display: block;
}

.overlay {
    position: absolute;
    top: 50%;
    left: 22%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    padding: 35px 20px;
    width: 460px;
    text-align: center;
}

.overlay .txt {
    text-align: left;
}

.overlay h2 {
    font-size: 36px;
    color: #1F86C4;
    margin-bottom: 0px;
}
.overlay span {
    color: #B8D14F;
    font-weight: 500;
}
.overlay p {
    font-size: 21px;
    color: #1F86C4;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 40px;
}

.info-section {
    display: flex;
    justify-content: center;
    column-gap: 50px;
    padding: 20px;
    margin-top: 12px;
}

.info-section .info-box {
    background-color: #1F86C4;
    color: white;
    padding: 20px 20px 10px 20px; 
    max-width: 365px;
    text-align: left;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    font-size: 18px;
    font-weight: bold;
    flex: 1;
}

.info-section .ic-txt {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 10px;
}

.info-section p {
    margin: 0;
    color: #B8D14F;
}

.info-section p .light{
    font-weight: 300;
}

.info-section .highlight {
    font-weight: bold;
    font-size: 33px;
}

.choisir-section .listli {
    margin-top: 35px;
}

.choisir-section .col1bgblanc {
    padding-top: 20px;
}

.choisir-section .titreh2 {
    color: #1F86C4;
}

.FAQ .titreh2 {
    color: #151515;;
}

.protect-section {
    padding-top: 30px;
}


/************************* end result page *********************************/

/** Rappel step ***/

.rappel-container {
    display: flex;
    font-size: 17px;
    text-align: left;
    gap: 18px;
}

.rappel-container .form-box, .rappel-container .contact-box {
    flex: 1;
}

.rappel-container .contact-box {
    background-color: #e9f2fb;
    padding: 25px 16px;
    border-radius: 10px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rappel-container .contact-box p {
    margin: 0;
}

.rappel-container .contact-box p.title {
    margin-bottom: 9px;
}

.rappel-container .label-select {
    margin-bottom: 15px;
}

.rappel-container .form-box select {
    color: #000;
    background-color: #fff;
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-weight: 400;
    max-width: 100%;
    font-size: 19px;
}

.rappel-container .submitBtn {
    font-style: normal !important;
    padding: 20px 80px !important;
}

.rappel-message {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 90px;
    font-size: 18px;
    line-height: 22px;
    color: #374c9b;
    background-color: white;
    font-weight: bold;
    margin: 50px;
}

/** End Rappel step **/

@media only screen and (max-width: 1490px) {
    .banner .overlay {
        display: none;
    }
}

@media only screen and (max-width: 782px) {
    
    .header { 
        flex-direction: column;
        align-items: center;
    }

    .header .txt{
        padding-top: 0px;
        padding-bottom: 20px;
        text-align: center;
        display: none;
    } 

    .header .logo {
        align-items: center;
    }

    .info-section {
        column-gap: 25px;
    }

    .info-section .highlight {
        font-size: 27px;
    }

    .info-section .info-box {
        font-size: 17px;
    }
    
    .info-section .ic-txt {
        flex-direction: column;
        text-align: center;
    }

    .rappel-container {
        flex-direction: column;
    }

    .tarifs-container .tarifs-header {
        padding: 0 15px;
        column-gap: 15px;
    }

    .tarifs-container .tarifs-header .item {
        flex-direction: column;
        text-align: center;
    }

    .rappel-message {
        margin: 10px;
        padding: 40px 20px;
        font-size: 16px;
    }
    
    .main-banner .divcontainer {
        flex-direction: column;
    }

    .main-banner .support-container {
        justify-content: space-between !important;
        width: 170px !important;
        align-self: center;
    }

    .main-banner .phone-icon-mobile {
        display: block !important;
    }

    .main-banner .phone-icon-desktop {
        display: none;
    }

    .main-banner h1 {
        font-size: 21px !important;
        text-align: center !important;
        margin-bottom: 0px;
    }

    .main-banner .free-text {
        display: none !important;
    }

    .main-banner .support-title {
        justify-content: center;
    }
}

@media only screen and (max-width: 650px) {

    .form-container .info-container, .tarifs-container .info-container{
        flex-direction: column;
        align-items: center;
    }

    .iconsList {
        flex-direction: column;
        align-items: center;
    }

    .box_checkbox {
        padding-right: 20px !important;
        padding-left: 0 !important;
        margin-left: 10px !important;
    }

    .form-container .form-content {
        padding: 0px 0px 40px 0px;
    }

    .form-container {
        margin-top: 0px;
    }
    
    .form-container .form-content h1.form-title {
        padding: 10px;
        font-size: 25px;
        margin-bottom: 0px;
    }

    .special-offre {
        line-height: 2.5rem;
        padding: 20px;
    }

    .form-container .form-content h1.form-title, .tarifs-container h1.tarifs-title {
        font-size: 27px;
    }

    input[type="submit"] {
        white-space: normal;
        padding: 0;
    }
}

