html{
    scroll-behavior: smooth;
}
@font-face {
    font-family: 'Growly grin';
    src: url('../fonts/growly_grin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-Light.woff2') format('woff2'), url('../fonts/Lato/Lato-Light.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-LightItalic.woff2') format('woff2'), url('../fonts/Lato/Lato-LightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-Regular.woff2') format('woff2'), url('../fonts/Lato/Lato-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-Italic.woff2') format('woff2'), url('../fonts/Lato/Lato-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-Bold.woff2') format('woff2'), url('../fonts/Lato/Lato-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-BoldItalic.woff2') format('woff2'), url('../fonts/Lato/Lato-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-Black.woff2') format('woff2'), url('../fonts/Lato/Lato-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-BlackItalic.woff2') format('woff2'), url('../fonts/Lato/Lato-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/Bebas_Neue/BebasNeue-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/Bebas_Neue/BebasNeue-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Kalam';
    src: url('../fonts/Kalam/Kalam-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

 :root {
    font-family: 'Lato';
}

html {
    box-sizing: border-box;
}

*,
 :after,
 :before {
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

input:focus,
a:focus {
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

.cadre {
    height: 100%;
}

.desk {
    display: block;
}

.mob {
    display: none;
}

.textBold {
    font-weight: 700;
}

.textBlack {
    font-weight: 900;
}

.container_page {
    position: relative;
}


/* HEADER */

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15.8rem 0 5.2rem;
    height: auto;
    background-color: transparent;
    position: fixed;
    top: 3.9rem;
    left: 0;
    z-index: 1;
    width: 100%;
    transition-duration: 0.3s;
}
header.active {
    background-color: #ffffff;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
    top: 0;
}

.logo_header {
    width: 32.8rem;
    display: block;
    transition-duration: 0.3s;
}

.logo_header img {
    width: 100%;
    display: block;
}

.menu_header a {
    display: inline-block;
    color: #ffffff;
    text-decoration: underline;
    font-size: 2.4rem;
    margin-right: 3rem;
    font-weight: 900;
}
.menu_header a:last-child {
    margin-right: 0;
}
header.active .menu_header a {
    color: #00367C;
}
header.active .logo_header {
    width: 23.4rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}


/* fin HEADER */


/*  accroche */

.accroche {
    width: 100%;
    height: 100vh;
    background-image: url(../images/accroche-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-height: 108rem;
}

.blc_accroche {
    width: 132rem;
    margin: 0 auto;
}

.text_accroche {
    width: 56rem;
}

h1 {
    font-family: 'Bebas Neue';
    font-size: 6.4rem;
}

.text_accroche p {
    margin: 3rem auto 0 auto;
    font-size: 2.4rem;
    font-weight: 700;
}


/* fin accroche */


/* debut FlÃ¨che qui invite scroller */

.inviteScroll {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 4.25rem;
    opacity: 0;
    transition: .3s;
    animation: afficheCehvron 0.5s 1.5s forwards;
}

@keyframes afficheCehvron {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.groupChevron {
    position: relative;
    width: 8rem;
    height: 3rem;
    margin: 0 auto;
    cursor: pointer;
}
.groupChevron img{
    display: block;
    width: 100%;    
    -webkit-animation: sdb04 2s infinite;
    animation: sdb04 2s infinite;
}

.chevron {
    position: absolute;
    top: 0;
    left: 50%;
    width: 3rem;
    height: 3rem;
    margin-left: -1.2rem;
    border-left: 0.3rem solid #fff;
    border-bottom: 0.3rem solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb04 2s infinite;
    animation: sdb04 2s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb04 {
    0% {
        -webkit-transform: translate(0, 0);
    }
    20% {
        -webkit-transform: translate(0 , 1rem);
    }
    40% {
        -webkit-transform: translate(0, 0);
    }
}

@keyframes sdb04 {
    0% {
        transform: translate(0, 0);
    }
    20% {
        transform: translate(0 , 1rem);
    }
    40% {
        transform: translate(0, 0);
    }
}


/* */


/* Fin FlÃ¨che qui invite scroller */

.blc {
    width: 132rem;
    width: 147rem;
    margin: 0 auto;
}

.container_blc {
    width: 120rem;
    position: relative;
}
.ancre {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    top: -2rem;
    left: 0;
}
#témoignages{
    top: -16rem;
}
#faq{
    top: -12rem;
}

/*  pourquoi */

.pourquoi {
    padding: 8.7rem 0 11.7rem 0;
}

.head_section {
    text-align: center;
    margin-bottom:5.7rem;
}

.head_section h2 {
    font-family: 'Bebas Neue';
    font-size: 6.4rem;
    font-weight: 700;
    color: #00367C;
    text-transform: uppercase;
}

.slick-slider {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.Faq .head_section {
    margin-bottom: 3.7rem;
}

.slick-list.draggable {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.item_slider {
    position: relative;
    border-radius: 2rem;
    overflow: hidden;
    width: 100rem;
    margin-right: 3.9rem;
}

.bg_slider {
    width: 100%;
    height: 61.4rem;
}

.bg_slider img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content_slider {
    position: absolute;
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
    border-radius: 3rem;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 55rem;
    padding: 3rem;
}

.content_slider h3 {
    font-family: 'Bebas Neue';
    font-size: 4rem;
    font-weight: 700;
    color: #00367C;
    text-transform: uppercase;
}

.content_slider .desc_slider {
    font-size: 2rem;
    color: #343F4F;
    margin: 1.6rem auto;
    width: 100%;
}

.liste_slider {
    width: 100%;
    padding: 2.4rem 3rem;
    background-color: #20407B;
    color: #ffffff;
    font-size: 2rem;
    border-radius: 3rem;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}
.item_slider2 .liste_slider,
.item_slider3 .liste_slider {
    background-color: #00367C; 
}
.liste_slider ul {
    margin: 0;
    margin-left: 3rem;
    padding: 0;
}

.liste_slider ul li {
    font-weight: 700;
    padding: 0.15rem 0;
    font-size: 2rem;
}

.blc_dots_arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6rem;
}

.left_arrow,
.right_arrow {
    width: 6.1rem;
    height: 6.1rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition-duration: 0.3s;
}
.left_arrow img,
.right_arrow img{
    display: block;
    width: 100%;
}
.left_arrow img.slick-disabled,
.right_arrow img.slick-disabled{
    display: none;
}


/* Dots slick */

.blc_dots_arrow.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}
.dots_blc{
    margin: 0 2.1rem;
}
.blc_dots_arrow .slick-dots {
    position: relative !important;
    bottom: 0;
    margin: 0;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.blc_dots_arrow .slick-dots li {
    position: relative;
    display: inline-block;
    width: 2.7rem;
    height: 2.7rem;
    margin: 0 2.1rem;
    padding: 0;
    cursor: pointer;
    transition-duration: 0.3s;
}

.blc_dots_arrow .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 2.7rem;
    height: 2.7rem;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.blc_dots_arrow .slick-dots li button:hover,
.blc_dots_arrow .slick-dots li button:focus {
    outline: none;
}

.blc_dots_arrow .slick-dots li button:hover:before,
.blc_dots_arrow .slick-dots li button:focus:before {
    opacity: 1;
}

.blc_dots_arrow .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    text-align: center;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



.blc_dots_arrow .slick-dots li button:before {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background-color: #00367C;
}
.blc_dots_arrow .slick-dots li.slick-active button:before {
    opacity: 1;
    color: black;
    background-color: #EA4722;
}

.blc_dots_arrow .slick-dots li button:before {
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    content: '';
    color: #fff;
}


/* fin Dots slick */


/* fin pourquoi */


/* comportement */

.comportement {
    padding: 0 0 14.3rem 0;
}

.container_comportement {
    background-color: #F2F2F8;
    border-radius: 2rem;
    padding: 13.7rem 12.1rem 7.4rem 8.5rem;
    position: relative;
}

.head_comportement,
.head_comportement3 {
    width: 103.1rem;
    background-color: #20407B;
    border-radius: 1.75rem;
    position: absolute;
    top: -4.6rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 2.1rem 0;
}

.head_comportement h3,
.head_comportement3 h3 {
    position: relative;
    z-index: 1;
    font-family: 'Bebas Neue';
    font-size: 3.9rem;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.025rem;
}


/* labled */

.labled {
    padding: 0.25rem 0.8rem;
    line-height: 0.9;
    position: relative;
    overflow: hidden;
}

.labled::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    z-index: -1;
}

.labled.in-view::before {
    animation: fillBg 2s ease forwards;
}

@keyframes fillBg {
    to {
        width: 100%;
    }
}

.labledRed {
    color: transparent;
    transition-duration: 2s;
}

.labledRed.in-view {
    color: #ffffff;
}

.labledBlue {
    color: #ffffff;
}

.labledWhite {
    color: #EA4722;
}

.labledWhite::before {
    background-color: #ffffff;
}

.labledRed::before {
    background-color: #EA4722;
}

.labledBlue::before {
    background-color: #00367C;
    top: -0.25rem;
}


/* fin labled */

.content_comportement {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
}

.pic {
    width: 43.1rem;
    height: auto;
    position: relative;
    border-radius: 2rem;
    overflow: hidden;
}

.pic img {
    width: 100%;
    display: block;
}

.testateur {
    position: absolute;
    left: 10rem;
    bottom: 3.4rem;
    font-family: 'Bebas Neue';
    font-size: 5rem;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}

.temoignages {
    width: 51rem;
    text-align: center;
}

.temoignages p {
    font-size: 2rem;
    line-height: 140%;
    font-weight: 700;
    color: #343F4F;
    margin: 0 auto 3.5rem auto;
}

.blc_cotte {
    width: 37.3rem;
    height: 26.7rem;
    margin: 4.5rem auto 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.blc_cotte img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.blc_cotte h3 {
    font-family: 'Bebas Neue';
    font-size: 4rem;
    line-height: 110%;
    font-weight: 700;
    color: #00367C;
    text-transform: uppercase;
    position: relative;
}


/* fin comportement */


/* FAQ */

.item_faq {
    margin-bottom: 2rem;
    background-color: #F2F2F8;
    color: #20407B;
    border-radius: 2rem;
    text-align: center;
}
.item_faq:last-child {
    margin-bottom: 0;
}

.item_faq.active {
    color: #ffffff;
    background-color: #00367C;
}

.head_faq {
    cursor: pointer;
    padding: 2.5rem 4.1rem 2.5rem 2.5rem;
    position: relative;
    font-family: 'Bebas Neue';
    font-size: 3.6rem;
    font-weight: 700;
    text-transform: uppercase;
}

.head_faq i {
    position: absolute;
    top: 50%;
    right: 4rem;
    transform: translateY(-50%);
    width: 2.2rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.8rem;
    opacity: 1;
    visibility: visible;
    transition: .3s;
}

.item_faq .open_faq {
    opacity: 1;
    visibility: visible;
}

.item_faq .close_faq {
    opacity: 0;
    visibility: hidden;
}

.item_faq.active .open_faq {
    opacity: 0;
    visibility: hidden;
}

.item_faq.active .close_faq {
    opacity: 1;
    visibility: visible;
}

.body_faq {
    display: none;
    position: relative;
    padding: 0 5rem 3rem 5rem;
    font-size: 1.7rem;
}
.body_faq p {
    margin: 0 auto;
    width: 94.2rem;
    font-size: 2rem;
    line-height: 140%;
}


/* fin FAQ */


/* debut footer */

footer {
    background-image: url(../images/back_footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 74.5rem;
    color: #ffffff;
    margin-top: 9.9rem;
}

.container_section {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding-bottom: 4.9rem;
    padding-top: 7.5rem;
}

.content_footer {
    width: 50.3rem;
    background-color: #EA4722;
    padding: 6.4rem 5.2rem;
    border-radius: 6rem;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: auto;
    margin-right: 57.5rem;
    position: relative;
    overflow: hidden;
}

.content_footer h4 {
    font-family: 'Bebas Neue';
    font-size: 6.4rem;
    font-weight: 700;
    text-transform: uppercase;
}
.content_footer p {
    margin: 1.6rem auto 0 auto;
}
.content_footer p:last-child{
    margin-top: 0;
}
.content_footer p,
.content_footer a {
    font-size: 2.4rem;
    color: #ffffff;
    text-decoration: none;
}
.content_footer a {
    text-decoration: none;
    font-weight: 700;
}
.blc_footer {
    width: 183rem;
    margin: 0 auto;
    display: flex;
    padding: 3.2rem 36.9rem 2.6rem 36.9rem;
    background-color: #00367C;
    border-radius: 2rem;
    justify-content: flex-start;
    align-items: center;
}

.logo_footer {
    width: 14.924rem;
    display: block;
}

.logo_footer img {
    width: 100%;
    display: block;
}
.media-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.media-footer a{
    transition-duration: 0.3s;
}
.media-footer a i {
    transition-duration: 0.3s !important;
}
.url_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100rem;
    margin-left: 4.2rem;
}
.url_footer .text-footer {
    display: flex;
    width: 73rem;
    justify-content: flex-end;
    align-items: center;
}
.url_footer .text-footer span{
    margin-right: auto;
}

.url_footer a,
.url_footer span {
    font-size: 1.4rem;
    color: #ffffff;
    text-decoration: none;
    margin: 0 1rem;
}

.url_footer a:hover {
    text-decoration: underline;
}
.url_footer a i {
    font-size: 2rem;
}

.copyright {
    width: 132rem;
    margin: 1.2rem auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.4rem;
}
.mr-191 {
    margin-right: 19.1rem !important;
}
.media-f {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* fin footer */


/* blc_form */

.blc_form {
    position: fixed;
    right: 5rem;
    top: 50%;
    transform: translateY(calc(-50% + 2.5rem)) scale(0.9);
    width: 41.9rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
    border-top-left-radius: 5.1rem;
    border-bottom-right-radius: 5.1rem;
}

.container_form {
    position: relative;
    height: auto;
}

.picto_form {
    position: absolute;
    right: 0;
    top: -4.8rem;
    width: 9.6rem;
}

.head_form {
    background-color: #ffffff;
    color: #00367C;
    padding: 2.2rem 3.2rem 2.2rem 3.2rem;
    border-top-left-radius: 5.1rem;
}
.a-under {
    text-decoration: none !important;
}
.head_form p {
    margin: 0;
    font-size: 1.6rem;
    line-height: 130%;
    margin-bottom: 1rem;
}
.head_form p:last-child {
    margin-bottom: 0;
}
.head_form a {
    color: #00367C;
    font-weight: 700;
    text-decoration: none;
}
.head_form a:hover{
    text-decoration: underline;
}

.tel a {
    text-decoration: none;
}

.body_form {
    background-color: #20407B;
    padding: 1.5rem 3.2rem 1.5rem 3.2rem;
    color: #ffffff;
}

.body_form p {
    margin: 0;
    font-size: 1.8rem;
    line-height: 130%;
    font-style: italic;
    margin-bottom: 1.3rem;
}
.body_form h5 {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.4rem;
    margin-bottom: 1.4rem;
    margin-top: 1.2rem;
    text-decoration: initial;
}
.body_form h5.error_lab {
    color: red;
    margin-bottom: 0;
}
.body_form h6 {
    font-size: 1.2rem;
    line-height: 120%;
    margin: 0;
}
.body_form h6 a {
    color: #ffffff;
}

.send {
    display: block;
    background-color: #EA4722;
    color: #ffffff;
    font-size: 3rem;
    font-family: 'Bebas Neue';
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    height: 9.4rem;
    text-align: center;
    border-radius: 5.1rem;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 7rem;
}
.groupe_champs input{
    background-color: transparent;
    width: 100%;
    border: none;
    margin-bottom: 1.7rem;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    font-size: 3rem;
    font-family: 'Bebas Neue';
    font-weight: 700;
    padding: 0 0 0.3rem 0.8rem;
    font-size: 2.6rem;
    font-family: 'Lato';
    font-weight: 700;
    font-size: 2.2rem;
}
.groupe_champs input:focus {
    font-family: 'Lato';
    font-size: 2.4rem;
}
.groupe_champs input:focus::placeholder {
  color: transparent;
  opacity: 1; /* Firefox */
}
.groupe_champs input.err {
    border-color: red;
}
.groupe_champs input::placeholder {
  color: #ffffff;
  opacity: 1; /* Firefox */
}

.groupe_champs input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #ffffff;
}
.groupe_champs input:last-child{
    margin-bottom: 0;
}

/* fin blc_form */

.video-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
}

.popup-content {
    position: relative;
    z-index: 10;
    box-shadow: 0 0 10rem #000;
}

.close-popup {
    position: absolute;
    top: -5rem;
    right: -8rem;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    border: none;
    font-size: 6rem;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    cursor: pointer;
    transition-duration: 0.3s;
    transition: all .5s ease-in-out;
}

.close-popup:hover {
    transform: rotate(360deg);
    color: #E63329;
}

.light_btn {
    cursor: pointer;
}

.iframe-wrapper iframe {
    width: 170rem !important;
    height: 80vh !important;
}
.content_footer-credit {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 1;
    top: 0;
    left: 0;
    display: none;
}
.content_footer-credit.active {
    display: block;
}
.content_footer-credit div {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.content_footer-credit div h2,
.content_footer-credit div p{
    color: #20407B;
}
.content_footer-credit div h2 {
    font-family: 'Bebas Neue';
    font-size: 6.4rem;
    line-height: 6.4rem;
    margin-bottom: 1.2rem;
}
.content_footer-credit div p {
    font-family: 'Lato';
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 0;
    font-weight: 400;
}
.content_footer-credit div img {
    display: block;
    position: absolute;
    cursor: pointer;
    transition-duration: 0.3s;
    width: 4.4rem;
    top: 2rem;
    right: 1.7rem;
}
.type_contact,
.civilite {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.1rem;
    margin-right: auto;
    width: 30rem;
    margin-bottom: 1.7rem;
}
.civilite {
    width: 28.1rem;
}
.input-holder input {
    position: absolute;
    bottom: 100%;
    opacity: 0;
    right: 100%;
}
.input-holder label {
    position: relative;
    font-size: 1.8rem;
    line-height: 1.8rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.input-holder label .span1 {
    position: relative;
    top: 0;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    border: 1px solid #ffffff;
    display: block;
    margin-right: 0.9rem;
}
.input-holder input:checked + label .span1 .span2 {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background-color: #EA4722;
    border: 1px solid #EA4722;
    display: block;
}
.groupe_champs-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.groupe_champs-flex input:nth-child(1) {
    width: 14rem;
}
.groupe_champs-flex input:nth-child(2) {
    width: 19rem;
}
.groupe_champs-flex input {
    margin-bottom: 0 !important;
}
.groupe_champs #adressePostale,
.groupe_champs #codePostale,
.groupe_champs #ville,
.groupe_champs #email2,
.form.f2 .groupe_champs #email,
.form.f2 .groupe_champs #telephone {
    display: none;
}
.form.f2 .groupe_champs #adressePostale,
.form.f2 .groupe_champs #codePostale,
.form.f2 .groupe_champs #ville,
.form.f2 .groupe_champs #email2 {
    display: block;
}

.merci-popup {
    position: fixed;
    width: 156.7rem;
    height: 51.6rem;
    border-radius: 4rem;
    background-color: #ffffff;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
    z-index: -1;
    transition-duration: 0.9s;
    display: block;
    opacity: 0;
    width: 66.7rem;
}
.merci-popup.active {
    z-index: 10000;
    opacity: 1;
}
.merci-popup div {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.merci-popup div h2 {
    font-family: 'Bebas Neue';
    font-size: 6.4rem;
    line-height: 6.4rem;
    margin-bottom: 1.2rem;
    color: #20407B;
}
.merci-popup div p {
    font-family: 'Lato';
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 0;
    font-weight: 400;
    color: #20407B;
}
.merci-popup div p p:last-child {
    margin-top: 0;
}
.merci-popup div img {
    display: block;
    position: absolute;
    cursor: pointer;
    transition-duration: 0.3s;
    width: 4.4rem;
    top: 2rem;
    right: 1.7rem;
}
.form_popup_1 {
    transition-duration: 0.9s;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -999;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
}
.succ1 .form_popup_1{
    z-index: 9999;
    opacity: 1;
    opacity: 1;
}
.succ1 .form_popup_1 {
    transition-duration: 1.9s;
}