@font-face {
    font-family: 'rubik';
    src: url(../font/Rubik/Rubik-VariableFont_wght.ttf);
}
@font-face {
    font-family: 'assistant';
    src: url(../font/Assistant/Assistant-VariableFont_wght.ttf);
}

/* RESET */
*, *:before, *:after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}
html { background:#fff; }
body, section, .container {
    font: 62.5% 'assistant', sans-serif;
    display: flex;
    flex-direction: column;
    font-size: 1.1rem;
    color: #000;
    width: 100%;
}
a { color: inherit; text-decoration: none; }
input{ color:#fff !important; } 
ul { list-style: none; }
.hide { display: none !important; }
.hidden{ visibility: hidden; }
.visible { opacity: 1 !important; }
.orange { color:#F6B617 !important; font-size: 1.3rem; }
/* END RESET */

#body-content.dark { background-color: #2d2d2d; color: #fff }

#body-content #header_logo_white { display: none; }
#body-content.dark #header_logo_white { display: initial; }

#body-content #header_logo_black { display: initial; }
#body-content.dark #header_logo_black { display: none; }

#body-content.dark h1,
#body-content.dark h2,
#body-content.dark h3 { font-weight: 100; }

header {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-weight: 700;
    justify-content: center;
    margin-top: 30px;
}

#body-content.dark header { font-weight: 100; }

header .logo {
    text-align: center;
    padding: 13px;
}

header .logo img {
    width: 150px;
}

header .title {
    text-align: center;
}

header .title h1 {
    font-size: 25px;
    padding: 13px;
}

header .text {
    text-align: center;
    font-size: 16px;
    padding: 7px;
}

header .text div {
    padding: 3px;
}

header .description {
    padding: 7px;
}

header .check_icon {
    color: orange;
    font-weight: 900;
    margin-right: 7px;
}

header .contact {
    padding-top: 26px;
}

header .contact div {
    padding: 3px;
    text-align: center;
}

header .contact img {
    width: 50px;
}

/* CARD OFFER */

.f-grow {
    flex-grow: 1;
}

#cards_container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.card_box {
    padding: 23px;
}

.co_d1 {
    align-items: center;
    background-color: #003838;
    border-radius: 10px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 210px;
    position: relative;
    width: 350px;
    z-index: 1;
}

.tall {
    font-size: 10px;
}

@media ( max-width: 380px ) {
    .co_d1 { width:  300px; }
}

#body-content.dark .co_d1 { background-color: #fff; color: #003838; font-weight: 700; }


.co_d1_title {
    transform: translateX(-35px);
    font-size: 25px;
    padding: 26px 0 13px 0;
}

@media ( min-width: 381px ) {
    .co_d1_title { transform: translateX(0px); }
}

.co_d1_text_1 {
    font-size: 50px;
    padding-bottom: 7px;
}

.co_d1_text_1 .small {
    font-size: 25px;
}

.co_d1_text_2 {
    font-size: 16px;
    padding-bottom: 13px;
}

.co_d1_text_3 {
    font-size: 12px;
    
    text-align: center;
}

.co_d1_addon_1 {
    align-items: center;
    background-color: #E33939;
    border-radius: 15px;
    display: flex;
    height: 30px;
    justify-content: center;
    position: absolute;
    right: 20px;
    width: 80px;
    top: 20px;
    transform: rotate(15deg);
    z-index: 1;
}

#body-content.dark .co_d1_addon_1 { color: #fff; font-weight: 100; }

.co_d1_button_1 {
    padding: 7px 0 26px 0;
}

#body-content.dark .co_d1_button_1 { color: #fff; font-weight: 100; }

.co_d1_button_1 span {
    align-items: center;
    background-color:#FBA00B;
    border-radius: 15px;
    display: flex;
    font-size: 20px;
    justify-content: center;
    height: 34px;
    width: 150px;    
}

.co_d1_button_1:hover {
    cursor: pointer;
}

/* END CARD OFFER */

/* REASSURANCE */

.secure_payment {
    margin: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reassurance {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.accepted_payment {
    margin-top: 5px;
    text-align: center;
}

/* END REASSURANCE */

/* TEMOIGNAGES */


.big_title {
    text-align: center;
}

.temoignages_list {
    margin: 20px 0 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
}

@media ( max-width: 1000px ) {
    .temoignages_list { flex-direction: column; }
}

.temoignage {
    width: 400px;
    display: flex;
    flex-direction: column;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    margin: 5px;   
}

@media ( max-width: 450px ) {
    .temoignage { width:  80%; }
}

#body-content.dark .temoignage { font-weight: 100; }

.user_img {
    margin-top: 20px;
    width: 100px;
    min-width: 100px;
    height: 100px;
    background-size: cover !important;
    z-index: 9;
}

.user_title {
    color: #FBA00B;
    font-size: 1.3rem;
    padding-top: 20px;
    text-align: center;
}

.user_temoignage {
    padding: 15px;
    font-size: 1rem;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
}

.user_name {
    margin-top: 20px;
    font-size: 1.5rem;
    font-style: italic;
    align-self: center;
}

.rating {
   padding-top: 20px;
}

#yann {
    background: url("../images/avis-yann-quilfen.png") no-repeat center;
}

#francois {
    background: url("../images/avis-françois-prévost.png") no-repeat center;
}

#pierre {
    background: url("../images/avis-pierre-le-fort.png") no-repeat center;
}

/* END TEMOIGNAGES */

/* FAQ */

.faq {
    align-items: flex-start;
    margin: 30px;
    padding: 30px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    font-weight: 700;
    text-align: center;
}

@media ( max-width: 1000px ) {
    .faq { margin: 0 0 50px 0; width: 100%; }
}
 

#body-content.dark .faq { font-weight: 100; }

.question_parent {
    padding: 2%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 410px;
}

@media ( max-width: 450px ) {
    .question_parent { width:  80%; }
}
 

.question h3 {
    margin: 5px 0;
    color: #fba00b;
    font-size: 1.4rem;
}

/* END FAQ */

/* JEAN */

.jean {
    margin: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 700;
}

#body-content.dark .jean { font-weight: 100; }

.jean_photo {
    width: 100px;
    min-width: 100px;
    height: 100px;
    background: url("../images/profil-sav.png") no-repeat center;
    background-size: cover;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.jean_sentence {
    margin: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
}

.jean .sentence_begin {
    color: #fba00b;
    top: -50px;
    left: 0;
}

.jean_sentence > p {
    font-style: italic;
    font-size: 1.4rem;
}

.jean_name {
    align-self: center;
    margin: 25px;
}

/* END JEAN */

/* POPUP INFO */

#body-content.blur {
    filter: blur(4px);
    -webkit-filter: blur(4px);
    position: relative;
    z-index: 1;   
}

#popup-info-mask {
    height: 100vh;
    position: fixed;
    width: 100vw;
    z-index: 2;
}

#popup-info-content {
    background-color: #003838;
    color: #fff;
    display: flex;  
    height: 475px;
    left: 50vw;
    position: fixed;
    top: 50vh;
    transform: translate( -50%, -50% );
    width: 737px;
    z-index: 2;      
}

#popup-info-content-sm {
    background-color: #003838;
    color: #fff;
    display: flex;
    flex-direction: column;  
    height: 450px;
    left: 50vw;
    position: fixed;
    top: 50vh;
    transform: translate( -50%, -50% );
    width: 309px;
    z-index: 2;     
}

#popup-info-body,
#popup-info-body-sm {
    align-items: center;
    display: flex;
    flex-direction: column;   
}

#popup-info-body {
    width: 60%;
}

#popup-info-img {
    width: 40%;
}

#popup-info-body-sm {
    height: 60%;
}

#popup-info-img-sm {
    height: 40%;
}

    #popup-info-body img,
    #popup-info-body-sm img {
        display: inline-block;
        height: 42px;    
    }

#popup-info-img-full img,
#popup-info-img-full-sm img {
    width: 100%;
}

#popup-info-part-1 {
    padding: 64px 0;
}

#popup-info-part-1-sm {
    padding: 26px 0;
}

#popup-info-part-2 {
    font-size: 24px;
}

#popup-info-part-2-sm {
    font-size: 18px;
}

#popup-info-part-3 {
    padding: 7px 0;
    font-size: 40px;
}

#popup-info-part-3-sm {
    padding: 7px 0;
    font-size: 28px;
}

#popup-info-part-4 {
    font-size: 24px;
}

#popup-info-part-4-sm {
    font-size: 18px;
}

#popup-info-part-5 { 
    font-size: 24px;
    padding-bottom: 7px;
    padding-top: 64px;
}

#popup-info-part-5-sm { 
    font-size: 16px;
    padding-bottom: 7px;
    padding-top: 26px;
}

#popup-info-part-6 {
    font-size: 24px;
    padding-bottom: 128px;
}

#popup-info-part-6-sm {
    font-size: 16px;
    padding-bottom: 26px;
}

#popup-info-close-btn,
#popup-info-close-btn-sm {
    background-color: #fba00b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    position: absolute;
    right: -13px;
    top: -13px;
    width: 26px;
}

#popup-info-close-btn:hover,
#popup-info-close-btn-sm:hover {
    cursor: pointer;
}

@media ( max-width: 992px ) {
    #popup-info-content {
        display: none;
    }

    #popup-info-content-sm {
        display: flex;
    }    
}

@media ( min-width: 992px ) {
    #popup-info-content {
        display: flex;
    }

    #popup-info-content-sm {
        display: none;
    }    
}

/* END POPUP INFO */