.big-container {
    display: flex;
    justify-content: space-around;
    margin-top: 80px;
}

.big-container h2 {
    text-align: center;
    color: #C9A200;
    font-weight: 100;
    font-size: 35px;
}

.big-container h2 p {
    line-height: 1.5;
    margin: 0;
}

.big-container .container {
    width: 60%;
}

.container-flex {
    display: flex;
    flex-wrap: wrap;
}

.container-flex .picto {
   /* border-radius: 60px;
    width: 60px;
    height: 60px;*/
    display: inline-block;
   /* padding: 10px;
    border: 1px solid #5dbfd4;*/
}

.container-flex .block p{
    color: #292929;
}

.container-flex .cta_landing {
    color: white;
    background-color: #057C95;
    transition-duration: 0.6s;
    border-radius: 6px;
    width: 35px;
    font-size: 24px;
    display: inline-block;
}

.container-flex .cta_landing:hover {
    transform: scale(1.07) rotate(90deg);
}

.container-flex .block {
    background: white;
    padding: 30px;
    text-align: center;
    width: 42%;
    margin: 20px;
    transition-duration: 0.4s;
    border: 1.7px solid #057C95;
}

.big-container .block:hover {
    transform: scale(1.04);
}

.bg_img {
    width: 38%;
    margin-top: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/*QUIZ*/

#fca_qc_quiz_6629.fca_qc_quiz p:not( .fca_qc_back_response ):not( #fca_qc_question_right_or_wrong ):not( .fca_qc_question_response_correct_answer ):not( .fca_qc_question_response_response ):not( .fca_qc_question_response_hint ):not( .fca_qc_question_response_item p ),
#fca_qc_quiz_6629.fca_qc_quiz a:not( .fca_qc_share_link ), #fca_qc_quiz_6629.fca_qc_quiz div:not( .correct-answer ):not( .wrong-answer ) {
    
    color: #fff !important;
}
#fca_qc_quiz_6903.fca_qc_quiz p:not( .fca_qc_back_response ):not( #fca_qc_question_right_or_wrong ):not( .fca_qc_question_response_correct_answer ):not( .fca_qc_question_response_response ):not( .fca_qc_question_response_hint ):not( .fca_qc_question_response_item p ),
#fca_qc_quiz_6903.fca_qc_quiz a:not( .fca_qc_share_link ), #fca_qc_quiz_6903.fca_qc_quiz div:not( .correct-answer ):not( .wrong-answer ) {
    color: #fff !important;
}

.page-id-6914 .site-main h3, .page-id-6831 .site-main h3{
   color: #fff;
}

.page-id-6914 .site-main p, .page-id-6831 .site-main p{
   color: #fff;
}
#fca_qc_quiz_6629.fca_qc_quiz button.fca_qc_button {
    background-color: #292929 !important;
}

#fca_qc_quiz_6903.fca_qc_quiz button.fca_qc_button {
    background-color: #292929 !important;
}


/*.bg_img img{
    max-width: 100%;
    height: auto;
}*/

.block_number_two {
    background: white;
    display: flex;
    justify-content: space-around;
    margin: 30px;
    text-align: center;
}

.block_two_align {
    padding: 30px 0;
}

.block_number_two img {
    margin-top: -50px;
}

.block_two_align a {
    border: 2px solid #057C95;
    border-radius: 24px;
    display: inline-block;
    padding: 10px 50px 10px 50px;
    transition-duration: 0.7s;
    font-size: 24px;
    font-weight: 600;
    color: #057C95;
}


/*QUIZZ*/

  .answer {
    border: 2px solid #5dbfd4;
    border-radius: 24px;
    display: inline-block;
    padding: 10px 50px 10px 50px;
    transition-duration: 0.7s !important;
    font-size: 18px;
    text-align: center;
    text-decoration: none !important;
}

.answer a:hover {
    transform: scale(1.1);
    background-color: #5dbfd4;
    color: #fff;
}

#fca_qc_question {
    color: #bb9f16 !important;
}

div.fca_qc_quiz div.fca_qc_answer_div {

    background-color: #e7e9ed !important;
}
.entry-content *:last-child {
   /* color: #70c6d8;*/
}

/*#fca_qc_your_answer {
    color: black;
}*/
#fca_qc_correct_answer, #fca_qc_your_answer {
    color: black;
}

div.fca_qc_quiz div.wrong-answer {
    background-color: #e7e9ed !important;
}

div.fca_qc_quiz div.wrong-answer p:first-child{
    color: #ea164c !important;
}

#fca_qc_question_right_or_wrong{
   
    color: #ea164c;
    font-weight: bold;
    text-transform: uppercase;
}

.block_two_align a:hover {
    transform: scale(1.1);
    background-color: #057C95;
    color: #fff;
}

div.fca_qc_quiz button.fca_qc_next_question {
    border-radius: 20px !important;
    border: solid 2px #70c6d8 !important;
    color: #70c6d8 !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}

div.fca_qc_quiz button.fca_qc_next_question:hover {
    color: white !important;
    background: #70c6d8 !important;
}

div.fca_qc_quiz div.correct-answer {
    background-color: #e7e9ed !important;
}
div.fca_qc_quiz div.correct-answer p:first-child {
    color: #bb9f16 !important;
}
h3.fca_qc_score_title {
    color: #bb9f16 !important;
}
.fca_qc_score_text {
    font-size: 20px !important;
    text-transform: uppercase;
}

.block_two_align .texte>p {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
}

.landing_banniere{
 

}

.landing_banniere:after{
    background: -webkit-gradient(linear, left top, right top, from(rgba(9,25,80,0.0)),to(rgba(93,191,212,0.0)));
    background: linear-gradient(to right, rgba(9,25,80,0) 0%,rgba(93,191,212,0) 100%);
    height: auto;
}
.landing_banniere .fond_back{
    display: none;
}

@media only screen and (max-width:849px) {
    .bg_img {
        display: none;
    }
    .big-container .container {
        width: 100%;
    }
    .container-flex {
        justify-content: center;
    }
    .block_number_two img {
        display: none;
    }
    .block_two_align .texte>p {
        font-size: 18px;
        line-height: 2;
    }
    .block_two_align .texte>p span {
        font-size: 16px;
    }
    .block_two_align a {
        padding: 7px 41px 7px 40px;
        font-size: 16px;
    }
    .block_two_align {
        padding: 30px 20px;
    }
}

@media only screen and (max-width:518px) {
    .container-flex .block {
        width: 85%;
    }
    .big-container h2 {
        font-size: 24px;
    }
     .answer {
   
    padding: 5px;
    font-size: 14px;
}
}

@media only screen and (max-width: 500px){
  .landing_banniere {
    background-position: 83% 50% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 699px;
  }

}