@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-style: normal;
    max-width: 100%;
    height: auto;
    overflow-x: hidden;
}

/* HOME PAGE DESKTOP */
/* COOKIES*/
#cookie_consent {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}

.fe_modal,
#rgpd_modal {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}

.fe_modal a,
#rgpd_modal a {
    color: #ed1c24;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-decoration: none;
}

.rgpd_txt {
    color: #626262;
    font-size: 1rem;
    font-weight: normal;
}

.rgpd_txt a {
    color: #ed1c24;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rgpd_txt a:hover {
    color: #626262;
}

.cookie_switch {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 30px;
	cursor: pointer;
	overflow: hidden;
}
.cookie_switch input {
	position: absolute;
	top: -30px;
	left: -30px;
	width: 0;
	height: 0;
}
.cookie_switch input + span {
    position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   background: #99b4df;
   border-radius: 20px;
}
.cookie_switch input:checked + span {
	background: #346abf;
}
.cookie_switch input:disabled + span {
	background: #333;
}
.cookie_switch input + span:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 4px;
	width: 22px;
	height: 22px;
	background: white;
	border-radius: 50%;
	transform: translateY(-50%);
	transition: all .5s;
}
.cookie_switch input:checked + span:before {
	left: 24px;
}
.cookie_togglecol{
    float: left;
    width: 60px;
}
.cookie_togglelabel{
    margin-left: 60px;
}
.cookie_box .toggle_row{
margin-bottom:0.5em;
}
.cookie_box {
    width: 640px;
    height: 480px;
    background: #ffffff;
    padding: 20px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-top: calc(50vh - 220px);
    margin-left: calc(50vw - 300px);
}

.cookie_box>h2 {
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    color: #ed1c24;
    text-transform: uppercase;
}

.popup_conseiller {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}

.cookie_box2 {
    width: 600px;
    height: 600px;
    background: #ffffff;
    padding: 30px 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-top: calc(50vh - 300px);
    margin-left: calc(50vw - 300px);
    overflow: auto;
}

.cookie_box3 {
    width: 800px;
    height: 300px;
    background: #ffffff;
    padding: 30px 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-top: calc(50vh - 300px);
    margin-left: calc(50vw - 300px);
    overflow: auto;
}

.cookie_button {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cookie_box>img {
    position: absolute;
    left: 10px;
    top: 10px;
    cursor: pointer;
}

.cookie_box2>img,
.cookie_box3>img {
    position: absolute;
    left: 10px;
    top: 10px;
    cursor: pointer;
}

.cookie_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cookie_title h2 {
    font-size: 2rem;
    text-transform: uppercase;
    color: #ed1c24;
    font-weight: normal;
    padding-left: 50px;
    text-align: center;
}

.cookie_txt {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 25px;
}

.bandeau_cookies {
    background-image: url("../img/bandeau_cookies.jpg") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

/* BURGER MENU */
.burger_menu_responsive {
    display: none;
}

.burger_menu_responsive input+label {
    position: fixed;
    top: 15px;
    right: 20px;
    height: 30px;
    width: 35px;
    z-index: 20;
}

#burger {
    display: none;
}

.logo_cep_responsive {
    z-index: 1000;
    position: fixed;
    top: 15px;
    left: 20px;
    height: 30px;
    width: auto;
}

.burger_menu_responsive input+label span {
    position: absolute;
    width: 100%;
    height: 4px;
    top: 50%;
    margin-top: -1px;
    left: 0;
    display: block;
    background: #ed1c24;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.burger_menu_responsive input+label span:first-child {
    top: 3px;
}

.burger_menu_responsive input+label span:last-child {
    top: 27px;
}

.burger_menu_responsive label:hover {
    cursor: pointer;
}

.burger_menu_responsive input:checked+label span {
    opacity: 0;
    top: 50%;
}

.burger_menu_responsive input:checked+label span:first-child {
    opacity: 1;
    -webkit-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    transform: rotate(405deg);
}

.burger_menu_responsive input:checked+label span:last-child {
    opacity: 1;
    -webkit-transform: rotate(-405deg);
    -ms-transform: rotate(-405deg);
    transform: rotate(-405deg);
}

.burger_menu_responsive input~nav {
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    z-index: 3;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.33);
}

.burger_menu_responsive input~nav>ul {
    text-align: center;
    position: absolute;
    list-style-type: none;
    top: 10%;
    left: 20%;
    right: 20%;
}

.burger_menu_responsive input~nav>ul>li {
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.active_mobile {
    color: #ed1c24 !important;
}

.burger_menu_responsive input~nav>ul>li>a {
    text-decoration: none;
    color: #626262;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding: 30px 0px 0px 0px;
}

.burger_menu_responsive input:checked~nav {
    height: 370px;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.burger_menu_responsive input:checked~nav>ul>li {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

/* Formulaires desktop */
/* titre */
.form {
    width: 100%;
    height: auto;
    padding: 80px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form>p {
    font-size: 1rem;
    color: #626262;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.form h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 2rem;
    color: #626262;
    line-height: 2.5rem;
    margin-bottom: 30px;
}

.form h2 span {
    font-size: 2rem;
    color: #ed1c24;
}

.section_je_parraine {
    width: 100%;
    height: auto;
    padding: 80px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section_je_parraine>p {
    font-size: 1rem;
    color: #626262;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.section_je_parraine h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 2rem;
    color: #626262;
    line-height: 2.5rem;
    margin-bottom: 30px;
}

.section_je_parraine h2 span {
    font-size: 2rem;
    color: #ed1c24;
}

/* jauge d'avancement */
.jauge {
    width: 20%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.jauge p {
    font-size: 2.7rem;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.1);
}

.jauge .empty_bar {
    width: 30%;
    height: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: rgba(0, 0, 0, 0.1);
}

.complete {
    color: #ed1c24 !important;
}

.demie_barre {
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 50%;
}

.barre_pleine {
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
}

/* sous-titre */
.form h3 {
    text-transform: none;
    text-align: center;
    font-size: 1.2rem;
    color: #626262;
    font-weight: bold;
    margin-top: 30px;
}

.form h3 span {
    color: #ed1c24;
}

.section_je_parraine h3 {
    text-transform: none;
    text-align: center;
    font-size: 1.2rem;
    color: #626262;
    font-weight: bold;
    margin-top: 30px;
}

.section_je_parraine h3 span {
    color: #ed1c24;
}

/* form */
.form_step_1 {
    width: 80%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
}

.form_recap {
    width: 80%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form_step_2 {
    width: 80%;
    position: relative;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0px;
}

.form_row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px;
}

.form_row>input {
    height: 40px;
    font-family: 'Roboto Condensed', sans-serif;
    ;
    outline: none;
    border: none;
    background: rgba(0, 0, 0, 0.05);
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #626262;
    font-weight: normal;
    font-size: 1rem;
}

.form_row_textarea textarea {
    outline: none;
    border: none;
    resize: none;
    background: rgba(0, 0, 0, 0.05);
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
    font-family: 'Roboto Condensed', sans-serif;
    ;
    box-sizing: border-box;
    color: #626262;
    height: 200px;
    font-weight: normal;
    font-size: 1rem;
}

.form_row_textarea>textarea::-webkit-input-placeholder {
    color: #626262;
    font-family: 'Roboto Condensed', sans-serif;
    ;
    font-weight: bold;
    font-size: 1rem;
}

.form_row_textarea>textarea::-moz-placeholder {
    color: #626262;
    font-family: 'Roboto Condensed', sans-serif;
    ;
    font-weight: bold;
    font-size: 1rem;
}

.form_row_textarea>textarea:-ms-input-placeholder {
    color: #626262;
    font-family: 'Roboto Condensed', sans-serif;
    ;
    font-weight: bold;
    font-size: 1rem;
}

.form_row_textarea>textarea::-ms-input-placeholder {
    color: #626262;
    font-family: 'Roboto Condensed', sans-serif;
    ;
    font-weight: bold;
    font-size: 1rem;
}

.form_row_textarea>textarea::placeholder {
    color: #626262;
    font-family: 'Roboto Condensed', sans-serif;
    ;
    font-weight: bold;
    font-size: 1rem;
}

.form_row_textarea {
    width: 100%;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px;
}

.form_row>input::-webkit-input-placeholder {
    color: #626262;
    font-family: 'Roboto Condensed', sans-serif;
    ;
    font-weight: bold;
    font-size: 1rem;
}

.form_row>input::-moz-placeholder {
    color: #626262;
    font-family: 'Roboto Condensed', sans-serif;
    ;
    font-weight: bold;
    font-size: 1rem;
}

.form_row>input:-ms-input-placeholder {
    color: #626262;
    font-family: 'Roboto Condensed', sans-serif;
    ;
    font-weight: bold;
    font-size: 1rem;
}

.form_row>input::-ms-input-placeholder {
    color: #626262;
    font-family: 'Roboto Condensed', sans-serif;
    ;
    font-weight: bold;
    font-size: 1rem;
}

.form_row>input::placeholder {
    color: #626262;
    font-family: 'Roboto Condensed', sans-serif;
    ;
    font-weight: bold;
    font-size: 1rem;
}

.form_row div>input {
    height: 40px;
    font-family: 'Roboto Condensed', sans-serif;
    ;
    outline: none;
    border: none;
    background: rgba(0, 0, 0, 0.05);
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #626262;
    font-weight: normal;
    font-size: 1rem;
}

.form_row_textarea div textarea {
    outline: none;
    border: none;
    resize: none;
    background: rgba(0, 0, 0, 0.05);
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
    font-family: 'Roboto Condensed', sans-serif;
    ;
    box-sizing: border-box;
    color: #626262;
    height: 200px;
    font-weight: normal;
    font-size: 1rem;
}

.form_row_textarea div>textarea::-webkit-input-placeholder {
    color: #626262;
    font-family: 'Roboto Condensed', sans-serif;
    ;
    font-weight: bold;
    font-size: 1rem;
}

.form_row_textarea div>textarea::-moz-placeholder {
    color: #626262;
    font-family: 'Roboto Condensed', sans-serif;
    ;
    font-weight: bold;
    font-size: 1rem;
}

.form_row_textarea div>textarea:-ms-input-placeholder {
    color: #626262;
    font-family: 'Roboto Condensed', sans-serif;
    ;
    font-weight: bold;
    font-size: 1rem;
}

.form_row_textarea div>textarea::-ms-input-placeholder {
    color: #626262;
    font-family: 'Roboto Condensed', sans-serif;
    ;
    font-weight: bold;
    font-size: 1rem;
}

.form_row_textarea div>textarea::placeholder {
    color: #626262;
    font-family: 'Roboto Condensed', sans-serif;
    ;
    font-weight: bold;
    font-size: 1rem;
}

.form_row_textarea {
    width: 100%;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px;
}

.form_row div>input::-webkit-input-placeholder {
    color: #626262;
    font-family: 'Roboto Condensed', sans-serif;
    ;
    font-weight: bold;
    font-size: 1rem;
}

.form_row div>input::-moz-placeholder {
    color: #626262;
    font-family: 'Roboto Condensed', sans-serif;
    ;
    font-weight: bold;
    font-size: 1rem;
}

.form_row div>input:-ms-input-placeholder {
    color: #626262;
    font-family: 'Roboto Condensed', sans-serif;
    ;
    font-weight: bold;
    font-size: 1rem;
}

.form_row div>input::-ms-input-placeholder {
    color: #626262;
    font-family: 'Roboto Condensed', sans-serif;
    ;
    font-weight: bold;
    font-size: 1rem;
}

.form_row div>input::placeholder {
    color: #626262;
    font-family: 'Roboto Condensed', sans-serif;
    ;
    font-weight: bold;
    font-size: 1rem;
}

.form_row>div>span span {
    font-family: 'Roboto Condensed', sans-serif;
    ;
    font-weight: bold;
    font-size: 1rem;
    color: #ed1c24;
}

.full_input {
    width: 100%;
}

.medium_input {
    width: 49%;
}

.small_input {
    width: 31%;
}

.link {
    color: #626262;
    font-family: 'Roboto Condensed', sans-serif;
    ;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.link:hover {
    color: #ed1c24;
}

.link2 {
    color: #ed1c24;
    font-family: 'Roboto Condensed', sans-serif;
    ;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.link2:hover {
    color: #626262;
}

/* INPUT RADIO */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #868686;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* Button form */
.submit_row {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.submit_row_center {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.button {
    padding: 12px 20px;
    background: #626262;
    border: none;
    cursor: pointer;
    font-family: 'Roboto Condensed', sans-serif;
    ;
    font-size: 1rem;
    color: #ffffff;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.button2 {
    padding: 12px 20px;
    background: #908f8f;
    border: none;
    cursor: pointer;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    ;
    font-size: 1rem;
    color: #ffffff;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.button p {
    font-family: 'Roboto Condensed', sans-serif;
    ;
    font-size: 1rem;
    color: #ffffff;
    font-weight: normal;
}

.button_link {
    font-family: 'Roboto Condensed', sans-serif;
    ;
    padding: 12px 20px;
    background: #626262;
    border: none;
    cursor: pointer;
    outline: none;
    color: #ffffff;
    font-size: 1rem;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
}

.button_link p {
    font-size: 1rem;
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
}

.fa-chevron-right {
    color: #ed1c24;
    font-size: 0.7rem;
    margin-left: 5px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.fa-chevron-left {
    color: #ed1c24;
    font-size: 0.7rem;
    margin-right: 5px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.button:hover .fa-chevron-right {
    color: #ffffff;
}

.button_link:hover .fa-chevron-right {
    color: #ffffff;
}

.button:hover .fa-chevron-left {
    color: #ffffff;
}

.button_link:hover .fa-chevron-left {
    color: #ffffff;
}

.button2:hover .fa-chevron-right {
    color: #ffffff;
}

.box_shadow {
    -webkit-box-shadow: 10px 9px 3px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 10px 9px 3px -1px rgba(0, 0, 0, 0.3);
}

.mr_40px {
    margin-right: 40px;
}

.m0 {
    margin-right: 0px !important;
}

.mt_30px {
    margin-top: 30px !important;
}

label.invalid-feeback {
    display: none;
}

.img_filleul {
    width: 60px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: -90px;
    top: 45px;
}

.img_filleul img {
    width: 60px;
    height: auto;
}

/* Recap des filleuls */
.recap_filleuls {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filleul {
    width: 80%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.filleul_number {
    width: 60px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filleul_number img {
    width: 60px;
    height: auto;
}

.filleul_infos {
    max-width: 50%;
    min-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.filleul_infos p {
    max-width: 100%;
    min-width: 100%;
    color: #626262;
    margin-bottom: 7px;
    font-weight: bold;
    font-size: 1rem;
    word-break: break-all;
    text-align: left;
}

.filleul_infos p span {
    text-transform: uppercase;
}

/* Erreurs formulaires */
.is-invalid {
    border: 1px solid #ed1c24 !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.notif_erreurs {
    width: 80%;
    text-align: left;
    margin-top: 20px;
    color: #ed1c24;
}

.form-error-icon {
    display: none;
}

.invalid-feedback {
    display: block;
    margin-top: 10px;
}

/* Homepage SECTION 1 */
.section_navtop {
    width: 100%;
    height: 90vh;
    min-height: 90vh;
    background-image: url("../img/bg_cep.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.nav_desktop {
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 0.7);
    padding: 20px 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

.nav_desktop ul li a img {
    height: 40px;
    width: auto;
}

.nav_desktop ul {
    width: 90%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav_desktop ul li {
    display: inline-block;
}

.nav_desktop ul li:first-child {
    margin-right: 15%;
}

.nav_desktop ul li:last-child {
    margin-right: 0px;
}

.nav_desktop ul li a {
    text-decoration: none;
    color: #626262;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nav_desktop ul li a:hover {
    color: #ed1c24;
}

.cta {
    color: #ffffff !important;
    background: #626262;
    padding: 15px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.cta:hover {
    color: #ed1c24 !important;
}

.h1_home {
    background: rgba(255, 255, 255, 0.8);
    height: auto;
    width: auto;
    padding: 15px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    margin-top: 20px;
}

.h1_home h1 {
    text-transform: uppercase;
    font-weight: bold;
    color: #626262;
    font-size: 1.8rem;
}

.first_span {
    color: #ed1c24 !important;
    font-size: 1rem !important;
}

.last_span {
    color: #ed1c24 !important;
    font-size: 3.5rem !important;
}

div.parrainage {
    width: 100%;
    height: 155px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.parrainage img {
    height: auto;
    width: 382px;
    position: absolute;
    left: calc(50% - 191px);
    right: calc(50% - 191px);
    top: -100px;
}

div.section_img_parrainage {
    width: 100%;
    height: 155px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.section_img_parrainage img {
    height: auto;
    width: 382px;
    position: absolute;
    left: calc(50% - 191px);
    right: calc(50% - 191px);
    top: -100px;
}

/* SECTION 2*/
/* titre */
.section_erreur {
    width: 100%;
    height: auto;
    padding-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section_erreur h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 2rem;
    color: #626262;
    line-height: 2.5rem;
    margin-bottom: 50px;
}

.section_erreur h2 span {
    font-size: 2rem;
    color: #ed1c24;
}

.section_comment_ca_marche {
    width: 100%;
    height: auto;
    padding-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section_comment_ca_marche h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 2rem;
    color: #626262;
    line-height: 2.5rem;
    margin-bottom: 50px;
}

.section_comment_ca_marche h2 span {
    font-size: 2rem;
    color: #ed1c24;
}

/* Etapes de création */
.step_container {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}

.step_flex {
    width: 30%;
    height: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bullet1, .bullet2 {
    width: 22%;
    height: auto;
}

.bullet1 img, .bullet2 img {
    width: 100%;
}

.bullet1 {
    position: absolute;
    left: 22%;
    top: -0.5rem;
}

.bullet2 {
    position: absolute;
    right: 22%;
    top: 2.5rem;
}

.step_number {
    font-size: 5rem;
    text-transform: uppercase;
    font-weight: bold;
    color: rgba(112, 111, 111, 0.5);
    text-align: center;
    margin-bottom: 40px;
}

.dark_gray {
    color: rgba(112, 111, 111, 1) !important;
}

.step_title {
    font-weight: bold;
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #626262;
    margin-bottom: 7px;
}

.step_subtitle {
    font-weight: normal;
    font-size: 1rem;
    text-transform: none;
    color: #626262;
    margin-bottom: 7px;
}

.step_subtitle a {
    font-weight: normal;
    color: #626262;
    font-size: 1rem;
    text-transform: none;
    margin-bottom: 7px;
    -webkit-text-decoration: underline #ed1c24;
    text-decoration: underline #ed1c24;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.step_subtitle a:hover {
    color: #ed1c24;
}

/* SECTION 3*/
/* titre */
.section_mes_gains {
    width: 100%;
    height: auto;
    padding: 80px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f2f2f2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
}

.section_mes_gains h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 2rem;
    color: #626262;
    line-height: 2.5rem;
    margin-bottom: 50px;
}

.section_mes_gains h2 span {
    font-size: 2rem;
    color: #ed1c24;
}

.section_mes_gains_content {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.mid_content {
    width: 30%;
}

.mid_content img {
    width: 100%;
    height: auto;
}

.txt_parrain {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.txt_parrain p {
    font-size: 1.4rem;
    color: #626262;
    font-weight: normal;
}

.txt_parrain p a {
    font-weight: normal;
    color: #626262;
    font-size: 1.4rem;
    text-transform: none;
    margin-bottom: 7px;
    -webkit-text-decoration: underline #ed1c24;
    text-decoration: underline #ed1c24;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.txt_parrain p a:hover {
    color: #ed1c24;
}

.left_content p {
    font-size: 1.4rem;
    color: #626262;
    font-weight: normal;
}

.title_parrain {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.price {
    color: #ed1c24 !important;
    font-size: 4rem !important;
    font-weight: bold !important;
    margin-right: 7px !important;
}

.who {
    color: #626262 !important;
    font-size: 2rem !important;
    line-height: 2rem !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
}

.txt_parrain p span i {
    color: #e5bc23 !important;
    font-size: 0.7rem !important;
}

.mb_30px {
    margin-bottom: 30px;
}

.mt_20px {
    margin-top: 20px;
}

.img_client {
    width: 300px;
    height: auto;
    margin-top: 40px;
}

/* FOOTER */
footer {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 50px 15%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #908f8f;
}

.footer_col {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer_row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 35px;
}

.button img {
    height: 30px;
    width: auto;
    margin-right: 10px;
}

.button_link img {
    height: 30px;
    width: auto;
    margin-right: 10px;
}

.footer_button button:first-child {
    margin-right: 20px;
}

.footer_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer_ul ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 20px;
}

.footer_ul ul li {
    list-style-type: none;
    margin-right: 20px;
    color: #ffffff;
}

.footer_ul ul li:last-child {
    margin-right: 0px !important;
}

.footer_ul ul li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 1rem;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.footer_ul ul li a:hover {
    text-decoration: underline;
}

.footer_image img {
    width: 180px;
    height: auto;
}

.footer_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 15px;
}

.footer_links a {
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    margin-right: 20px;
    text-decoration: none;
    vertical-align: center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.footer_links a:hover {
    background: rgba(255, 255, 255, 0.3);
}

.footer_links a i {
    color: #908f8f;
    font-size: 1.1rem;
    text-align: center;
}

.footer_credits {
    width: 100%;
    margin-top: 35px;
}

.footer_credits p {
    color: #c1c0c0;
    font-size: 0.7rem;
    text-align: justify;
    word-break: break-word;
}

/* CONSEILLER */

.section1_conseiller {
    width: 100%;
    height: 90vh;
    min-height: 90vh;
    background: #dfcca8;
    background-image: url("../img/bg_conseiller_1.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.section2_conseiller {
    width: 100%;
    background: #ffffff;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.form_conseiller {
    min-height: 50vh;
    padding: 150px 0px;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.nav_conseiller {
    background: #F5F0E5 !important;
}

.col {
    width: 100%;
    height: auto;
    padding: 80px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.col a:first-child {
    margin-right: 0px;
    margin-bottom: 40px;
}

.col a:last-child {
    margin-right: 0px;
}

.form_row2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.form_row2>input {
    height: 40px;
    outline: none;
    border: none;
    background: rgba(0, 0, 0, 0.05);
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #626262;
    font-weight: normal;
    font-size: 1rem;
}

.form_row2>input::-webkit-input-placeholder {
    color: #626262;
    font-weight: bold;
    font-size: 1rem;
}

.form_row2>input::-moz-placeholder {
    color: #626262;
    font-weight: bold;
    font-size: 1rem;
}

.form_row2>input:-ms-input-placeholder {
    color: #626262;
    font-weight: bold;
    font-size: 1rem;
}

.form_row2>input::-ms-input-placeholder {
    color: #626262;
    font-weight: bold;
    font-size: 1rem;
}

.form_row2>input::placeholder {
    color: #626262;
    font-weight: bold;
    font-size: 1rem;
}

.illu_validation {
    margin-top: 50px;
    width: 30%;
    height: auto;
}

.menu_interne_container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu_interne {
    width: 307px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu_interne a {
    text-decoration: none;
    color: #626262;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.menu_interne a:hover {
    color: #ed1c24;
}

.selected {
    color: #ed1c24 !important;
}

.form_row3 {
    width: 410px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.form_row3>input {
    height: 40px;
    outline: none;
    border: none;
    background: rgba(0, 0, 0, 0.05);
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #626262;
    font-weight: normal;
    font-size: 1rem;
    margin-right: 20px;
}

.form_row3>input::-webkit-input-placeholder {
    color: #626262;
    font-weight: bold;
    font-size: 1rem;
}

.form_row3>input::-moz-placeholder {
    color: #626262;
    font-weight: bold;
    font-size: 1rem;
}

.form_row3>input:-ms-input-placeholder {
    color: #626262;
    font-weight: bold;
    font-size: 1rem;
}

.form_row3>input::-ms-input-placeholder {
    color: #626262;
    font-weight: bold;
    font-size: 1rem;
}

.form_row3>input::placeholder {
    color: #626262;
    font-weight: bold;
    font-size: 1rem;
}

#form_civ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#parrain_inscription_civ, #conseiller_inscription_civ, #filleul_civ, #form_typepf, #parrain_inscription_typeParrain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* PAGES CMS */
#page_cms {
    width: 100%;
    height: auto;
    padding: 40px 10% 80px 10%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#page_cms h1 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 3.5rem;
    color: #ed1c24;
    margin-bottom: 40px;
}

#page_cms h2 {
    font-size: 1.2rem;
    font-weight: bold;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #626262;
    margin-bottom: 40px;
}

#page_cms h3 {
    color: #e2a034;
    font-size: 1.8rem;
    font-weight: bold;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}

#page_cms h4 {
    color: #626262;
    font-size: 1.1rem;
    font-weight: bold;
    width: 100%;
    text-align: center;
    text-transform: none;
    margin-bottom: 40px;
}

#page_cms h5 {
    color: #626262;
    font-size: 0.9rem;
    font-weight: normal;
    width: 100%;
    text-align: justify;
    text-transform: none;
}

#page_cms p {
    font-size: 1.1rem;
    font-weight: normal;
    width: 100%;
    text-align: justify;
    text-transform: none;
    color: #626262;
    margin-bottom: 40px;
}

#page_cms p span {
    font-weight: bold;
}

#page_cms p i {
    color: #e2a034;
    font-size: 0.7rem;
}

#page_cms a {
    color: #626262;
    word-break: break-all;
    font-weight: bold;
    font-size: 1.1rem;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#page_cms a:hover {
    color: #ed1c24;
}

/* CONTACT */

.contact {
    background-image: url("../img/bg_contact.png") !important;

}

/* FAQ */
.content_faq {
    width: 80%;
}

.faq {
    background-image: url("../img/bg_faq.png") !important;
    background: #dfcca8;
    background-size: cover !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
}

.conditions {
    background-image: url("../img/bg_conditions.png") !important;
    background: #dfcca8;
    background-size: cover !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
}

.faq_row {
    width: 100%;
    margin-bottom: 40px;
}

.question1, .question2, .question3, .question4, .question5, .question6, .question7, .question8 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 0px 20px;
    margin-bottom: 20px;
}

.question1 p, .question2 p, .question3 p, .question4 p, .question5 p, .question6 p, .question7 p, .question8 p {
    font-weight: bold;
    color: #626262;
    font-size: 1.8rem;
}

.question1 div, .question2 div, .question3 div, .question4 div, .question5 div, .question6 div, .question7 div, .question8 div {
    height: 2rem;
    width: 2rem;
    min-height: 2rem;
    min-width: 2rem;
    border: 2px solid #626262;
    border-radius: 50px;
    margin-right: 20px;
    background: url("../img/plus.png");
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
}

.reponse1, .reponse2, .reponse3, .reponse4, .reponse5, .reponse6, .reponse7, .reponse8 {
    color: #626262;
    font-size: 1.3rem;
    text-align: justify;
    padding-left: 60px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.plus {
    background: url("../img/moins.png") !important;
    background-size: 50% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.none {
    display: none;
}

.faq_row p i {
    color: #e2a034;
    font-size: 0.8rem;
}

.parrain_filleul {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
    margin-top: 50px;
}

.parrain_filleul a {
    text-decoration: none;
    font-size: 2rem;
    text-transform: uppercase;
    color: #626262;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.parrain_filleul a:hover {
    color: #e2a034;
}

.parrain_filleul a:first-child {
    margin-right: 40px;
}

.gray {
    background: #f2f2f2 !important;
}

.faq_selected {
    color: #e2a034 !important;
}

/* TABLE */
.liste_parrain {
    border-spacing: 0;
    border-collapse: collapse;
}

.dataTables_wrapper {
    width: 90% !important;
}

.liste_parrain thead tr {
    width: 100%;
}

.liste_parrain thead tr th {
    width: calc(100% / 8) !important;
    height: auto;
    font-family: 'Roboto Condensed', sans-serif;
    ;
    padding: 10px 15px;
    font-size: 1rem;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 5px solid #ed1c24;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background: #626262;
    color: #ffffff;
}

.liste_parrain tbody tr td {
    width: calc(100% / 8) !important;
    padding: 10px 15px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 2px solid #626262;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f2f2f2;
}

.liste_parrain tbody tr td:last-child {
    width: calc(100% / 8) !important;
    padding: 10px 15px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
}

.liste_parrain tbody tr td p {
    max-width: 78px;
    font-size: 1rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-family: 'Roboto Condensed', sans-serif;
    ;
    color: #626262;
    text-align: center;
}

.liste_parrain tbody tr td p.autow {
    max-width: 300px;
}


.table_detail_filleul {
    border-spacing: 0;
    border-collapse: collapse;
    width: 800px;
}

.table_detail_filleul tbody tr {
    width: 100%;
}

.table_detail_filleul tbody tr th {
    width: 400px;
    height: auto;
    font-family: 'Roboto Condensed', sans-serif;
    ;
    padding: 10px 10px;
    font-size: 1rem;
    border-right: 0px;
    border-left: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #ed1c24;
    text-align: left;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #626262;
}

.table_detail_filleul tbody tr td {
    width: 400px;
    padding: 10px 15px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px solid #ed1c24;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.table_detail_filleul tbody tr td p {
    width: 400px;
    font-size: 1rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-family: 'Roboto Condensed', sans-serif;
    ;
    color: #626262;
    text-align: right;
}


.doublon_parrain {
    border-spacing: 0;
    border-collapse: collapse;
}

.doublon_parrain thead tr {
    width: 100%;
}

.doublon_parrain thead tr th {
    width: 128px;
    height: auto;
    font-family: 'Roboto Condensed', sans-serif;
    ;
    padding: 10px 15px;
    font-size: 1rem;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 5px solid #ed1c24;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background: #626262;
    color: #ffffff;
}

.doublon_parrain tbody tr td {
    width: 128px;
    padding: 10px 15px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 2px solid #626262;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f2f2f2;
}

.doublon_parrain tbody tr td p {
    width: 98px;
    font-size: 1rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-family: 'Roboto Condensed', sans-serif;
    ;
    color: #626262;
    text-align: center;
}

.dataTables_filter {
    margin-bottom: 20px;
}

.dataTables_filter label {
    font-family: 'Roboto Condensed', sans-serif;
    ;
    color: #626262;
    font-size: 1rem;
}

.dataTables_filter>label>input {
    font-family: 'Roboto Condensed', sans-serif;
    ;
    color: #626262;
    font-size: 1rem;
}

.dataTables_filter label input::-webkit-input-placeholder {
    color: #626262;
    font-family: 'Roboto Condensed', sans-serif;
    ;
    font-weight: bold;
    font-size: 1rem;
}

.dataTables_filter label input::-moz-placeholder {
    color: #626262;
    font-family: 'Roboto Condensed', sans-serif;
    ;
    font-weight: bold;
    font-size: 1rem;
}

.dataTables_filter label input:-ms-input-placeholder {
    color: #626262;
    font-family: 'Roboto Condensed', sans-serif;
    ;
    font-weight: bold;
    font-size: 1rem;
}

.dataTables_filter label input::-ms-input-placeholder {
    color: #626262;
    font-family: 'Roboto Condensed', sans-serif;
    ;
    font-weight: bold;
    font-size: 1rem;
}

.dataTables_filter label input::placeholder {
    color: #626262;
    font-family: 'Roboto Condensed', sans-serif;
    ;
    font-weight: bold;
    font-size: 1rem;
}

.dataTables_filter label input {
    height: 30px;
    width: 300px;
    font-family: 'Roboto Condensed', sans-serif;
    ;
    outline: none;
    border: none;
    background: rgba(0, 0, 0, 0.05);
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #626262;
    margin-left: 20px;
    font-weight: normal;
    font-size: 1rem;
}

.dataTables_wrapper div div div label {
    font-family: 'Roboto Condensed', sans-serif;
    ;
    color: #626262;
    font-size: 1rem;
}

.dataTables_wrapper div div div label select {
    outline: none;
    height: 30px;
    background: rgba(0, 0, 0, 0.05);
    border: 0px;
}

.dataTables_wrapper div div div label select option {
    color: #626262;
    font-family: 'Roboto Condensed', sans-serif;
    ;
    font-weight: bold;
    font-size: 1rem;
    background: rgba(0, 0, 0, 0.05);
}

.pagination {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination li {
    list-style-type: none;
    margin: 0px 10px;
    outline: none;
}

.pagination li a {
    text-decoration: none;
    color: #626262;
    font-family: 'Roboto Condensed', sans-serif;
    ;
    font-weight: bold;
    font-size: 1rem;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.pagination li a:hover {
    color: #ed1c24;
}

li.active a {
    color: #ed1c24 !important;
}

.dataTables_info {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #626262;
    font-family: 'Roboto Condensed', sans-serif;
    ;
    font-weight: bold;
    font-size: 1rem;
}

/* checkbox */
.form-check {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-check input {
    height: 25px !important;
    width: 25px !important;
    margin-right: 15px;
}

.form-check label {
    color: #626262;
    font-family: 'Roboto Condensed', sans-serif;
    ;
    font-weight: bold;
    font-size: 1rem;
}

/* PARTIE CONSEILLER V2 */
.conseiller_barre {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    background: #626262;
    padding: 20px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.restrict-saisie {
    text-transform: uppercase;
}

.conseiller_barre img {
    height: 30px;
}

/* SIDE MENU CONSEILLER */
.side_menu {
    width: 20%;
    height: calc(100% - 74px);
    background: #f4f0e5;
    position: fixed;
    top: 74px;
    left: 0;
}

.category_sidemenu {
    width: 100%;
    height: auto;
    padding: 25px 10px 25px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(255, 255, 255, 0);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.category_sidemenu i {
    color: #ed1c24;
    font-weight: bold;
    font-size: 0.7rem;
    margin-right: 15px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.category_sidemenu p {
    font-size: 1rem;
    color: #ed1c24;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.category_sidemenu:hover {
    background-color: #ed1c24;
}

.category_sidemenu:hover i {
    color: #ffffff;
}

.category_sidemenu:hover p {
    color: #ffffff;
}

.open_txt {
    color: #ffffff !important;
}

.hidden_links {
    display: none;
}

.open_div {
    background-color: #ed1c24 !important;
}

.rotate_45 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.subcategory {
    width: 100%;
    height: auto;
    padding: 25px 10px 25px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #cfcdc3;
    cursor: pointer;
}

.subcategory>a {
    color: #8e8f8e;
    display: block;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.subcategory>a:hover {
    color: #626262;
}

.side_menu .bloc_category .subcategory:last-child {
    border-top: 1px solid #aaaaa5;
}

.page_container {
    width: 80%;
    height: auto;
    margin-left: 20%;
    margin-top: 74px;
}

.page_container .form_conseiller {
    padding: 50px 0px;
}

.form-check-label .invalid-feedback {
    display: none;
}

.act_links a {
    color: #626262 !important;
}

body.page_erreur .section_navtop {
    width: 100%;
    height: 90vh;
    min-height: 90vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.content_error {
    width: 100%;
    padding: 120px 0px 0px 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.content_error div {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}

.error_text {
    height: 250px;
    width: auto;
    position: absolute;
    left: 20%;
}

.error_visu {
    height: 380px;
    width: auto;
}

.txt_unsuscribe {
    height: 80px;
    width: auto;
    position: absolute;
    left: 15%;
}

.visu_unsuscribe {
    width: 50%;
}

body.page_erreur .button_link {
    margin-top: 20px;
    margin-right: 0px;
}

#plan-site ul li {
    list-style-type: none;
}

#plan-site ul li a {
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom: 15px;
    color: #8e8f8e;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#plan-site ul li a:hover {
    color: #626262;
}

.conseiller_help {
    margin-top: 20px;
}

.conseiller_help p.subheader {
    margin-bottom: 20px;
}

.conseiller_help p.conseiller_conditions {
    margin-bottom: 5px;
    color: #444;
    font-weight: 600;
}

.conseiller_help ul {
    padding-left: 14px;
    margin-bottom: 20px;
}

.conseiller_help .conditions_red{
    color: #ed1c24;
}

.check_conditions {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.check_conditions .form-check {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form_row4 {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.check_conditions a {
    margin-left: 5px;
    margin-bottom: 3px;
    color: #ed1c24;
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.check_conditions a:hover {
    color: #626262;
}

/* CUSTOM CHECK BOX */

.check_conditions .form-check input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.check_conditions .form-check label {
    position: relative;
    cursor: pointer;
}

.check_conditions .form-check label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #dddddd;
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.check_conditions .form-check input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #626262;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mb_10px {
    margin-bottom: 10px;
}

/* bouton supprimer */
.btn-suppr-filleul {
    color: #626262;
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    background: none;
    outline: none;
    border: none;
    font-size: 1rem;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.btn-suppr-filleul:hover {
    color: #ed1c24;
}

.btn-suppr-filleul p i {
    color: #ed1c24;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left !important;
}

#etape1_contact {
    background: rgba(0, 0, 0, 0.05);
    margin-top: 2rem;
    padding: 2rem 3rem;
    color: #626262;
}

#etape1_contact .button_contact_conseiller {
    font-family: 'Roboto Condensed', sans-serif;
    padding: 12px 20px;
    background: #ed1c24;
    border: none;
    cursor: pointer;
    outline: none;
    color: #ffffff;
    font-size: 1rem;
    text-decoration: none;
    margin-left: 2rem;
}

/* TABLETTE PORTRAIT */

@media screen and (min-width : 768px) and (max-width : 1064px) and (orientation : portrait) {

    /* COOKIES*/
    /* COOKIES*/
    #cookie_consent {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10000;
    }

    .fe_modal,
    #rgpd_modal {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10000;
    }

    .cookie_box {
        width: 600px;
        height: 440px;
        background: #ffffff;
        padding: 30px 50px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        margin-top: calc(50vh - 220px);
        margin-left: calc(50vw - 300px);
    }

    .cookie_box2 {
        width: 600px;
        height: 600px;
        background: #ffffff;
        padding: 30px 50px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        margin-top: calc(50vh - 300px);
        margin-left: calc(50vw - 300px);
        overflow: auto;
    }

    .cookie_box3 {
        width: 800px;
        height: 300px;
        background: #ffffff;
        padding: 30px 50px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        margin-top: calc(50vh - 300px);
        margin-left: calc(50vw - 300px);
        overflow: auto;
    }

    .cookie_button {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cookie_title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cookie_title h2 {
        font-size: 2rem;
        text-transform: uppercase;
        color: #ed1c24;
        font-weight: normal;
        padding-left: 50px;
        text-align: center;
    }

    .cookie_txt {
        text-align: center;
        margin-top: 15px;
        margin-bottom: 25px;
    }

    /* home section nav top */
    .burger_menu_responsive {
        display: block;
    }

    .section_navtop {
        width: 100%;
        height: 70vh;
        min-height: 70vh;
        background-image: url(../img/bg_cep.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }

    .h1_home {
        padding: 25px 55px;
    }

    .step_container {
        width: 90%;
    }

    .step_title {
        text-align: center;
    }

    .step_subtitle {
        text-align: center;
    }

    .mid_content {
        display: none;
    }

    .section_mes_gains_content {
        width: 90%;
    }

    .notif_erreurs {
        width: 90%;
    }

    .form_step_1 {
        width: 90%;
    }

    footer {
        padding: 30px 20px;
    }

    .img_filleul {
        left: 45%;
        top: 120%;
    }

    .form_step_2 {
        width: 90%;
    }

    .filleul {
        width: 90%;
    }

    .form_recap {
        width: 90%;
    }

    .form_recap {
        width: 40%;
    }

    .table_detail_filleul {
        width: 100%;
    }

    .liste_parrain tbody tr td {
        width: auto;
        padding: 10px 5px;
        border-right: 0px;
        border-left: 0px;
        border-bottom: 2px solid #626262;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #f2f2f2;
    }

    .liste_parrain {
        width: 90%;
    }

    .footer_button {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer_button a {
        margin-bottom: 10px;
    }

    /* pages conseiller */

    .section1_conseiller {
        width: 100%;
        height: 70vh;
        min-height: 70vh;
        background: #dfcca8;
        background-image: url(../img/bg_conseiller_1.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom;
    }

    .submit_row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    /* faq */
    .parrain_filleul {
        width: auto;
    }

    .content_faq {
        width: 90%;
    }

    .faq_row {
        margin-bottom: 30px;
    }

    .question1 p, .question2 p, .question3 p, .question4 p, .question5 p, .question6 p, .question7 p, .question8 p {
        font-size: 1.4rem;
    }

    .nav_desktop {
        display: none;
    }

    /* partie erreurs */

    .content_error {
        width: 100%;
        height: 100%;
        padding: 70px 0px 0px 0px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .content_error div {
        width: 100%;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: relative;
    }

    .error_text {
        height: auto;
        width: 70%;
        position: relative;
        left: 0;
    }

    .error_visu {
        display: none;
    }

    .txt_unsuscribe {
        height: auto;
        width: 50%;
        position: relative;
        left: 0;
    }

    .visu_unsuscribe {
        display: none;
    }

    /* sidemenu */

    .page_container {
        width: 50%;
        height: auto;
        margin-left: 0;
    }

    .page_container form img {
        width: 70%;
    }

}

/* TABLETTE LANDSCAPE */

@media screen and (min-width : 768px) and (max-width : 1064px) and (orientation : landscape) {

    /* COOKIES*/
    #cookie_consent {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10000;
    }

    .fe_modal,
    #rgpd_modal {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10000;
    }

    .cookie_box {
        width: 600px;
        height: 440px;
        background: #ffffff;
        padding: 30px 50px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        margin-top: calc(50vh - 220px);
        margin-left: calc(50vw - 300px);
    }

    .cookie_box2 {
        width: 600px;
        height: 600px;
        background: #ffffff;
        padding: 30px 50px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        margin-top: calc(50vh - 300px);
        margin-left: calc(50vw - 300px);
        overflow: auto;
    }

    .cookie_box3 {
        width: 800px;
        height: 300px;
        background: #ffffff;
        padding: 30px 50px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        margin-top: calc(50vh - 300px);
        margin-left: calc(50vw - 300px);
        overflow: auto;
    }

    .cookie_button {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cookie_title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cookie_title h2 {
        font-size: 2rem;
        text-transform: uppercase;
        color: #ed1c24;
        font-weight: normal;
        padding-left: 50px;
        text-align: center;
    }

    .cookie_txt {
        text-align: center;
        margin-top: 15px;
        margin-bottom: 25px;
    }

    /* home section nav top */
    .burger_menu_responsive {
        display: block;
    }

    .section_navtop {
        width: 100%;
        height: 80vh;
        min-height: 80vh;
        background-image: url(../img/bg_cep.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }

    .h1_home {
        padding: 25px 55px;
    }

    .step_container {
        width: 90%;
    }

    .step_title {
        text-align: center;
    }

    .step_subtitle {
        text-align: center;
    }

    .mid_content {
        display: none;
    }

    .section_mes_gains_content {
        width: 90%;
    }

    .notif_erreurs {
        width: 90%;
    }

    .form_step_1 {
        width: 90%;
    }

    footer {
        padding: 30px 20px;
    }

    .img_filleul {
        left: 45%;
        top: 120%;
    }

    .form_step_2 {
        width: 90%;
    }

    .filleul {
        width: 90%;
    }

    .form_recap {
        width: 90%;
    }

    .form_recap {
        width: 40%;
    }

    .table_detail_filleul {
        width: 100%;
    }

    .liste_parrain tbody tr td {
        width: auto;
        padding: 10px 5px;
        border-right: 0px;
        border-left: 0px;
        border-bottom: 2px solid #626262;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #f2f2f2;
    }

    .liste_parrain {
        width: 90%;
    }

    .footer_button {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer_button a {
        margin-bottom: 10px;
    }

    /* pages conseiller */

    .section1_conseiller {
        width: 100%;
        height: 70vh;
        min-height: 70vh;
        background: #dfcca8;
        background-image: url(../img/bg_conseiller_1.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom;
    }

    .submit_row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    /* faq */
    .parrain_filleul {
        width: auto;
    }

    .content_faq {
        width: 90%;
    }

    .faq_row {
        margin-bottom: 30px;
    }

    .question1 p, .question2 p, .question3 p, .question4 p, .question5 p, .question6 p, .question7 p, .question8 p {
        font-size: 1.4rem;
    }

    .nav_desktop {
        display: none;
    }

    /* partie erreurs */

    .content_error {
        width: 100%;
        height: 100%;
        padding: 70px 0px 0px 0px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .content_error div {
        width: 100%;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: relative;
    }

    .error_text {
        height: auto;
        width: 70%;
        position: relative;
        left: 0;
    }

    .error_visu {
        display: none;
    }

    .txt_unsuscribe {
        height: auto;
        width: 50%;
        position: relative;
        left: 0;
    }

    .visu_unsuscribe {
        display: none;
    }

    /* sidemenu */

    .page_container {
        width: 80%;
        height: auto;
        margin-left: 0;
    }

    .page_container form img {
        width: 70%;
    }

}

/* MOBILE PORTRAIT */

@media screen and (max-width : 767px) and (orientation : portrait) {


    #page_cms h1 {
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        font-weight: normal;
        font-size: 1.5rem;
        color: #ed1c24;
        margin-bottom: 40px;
        margin-top: 40px;
    }

    /* COOKIES*/
    #cookie_consent {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10000;
    }

    .fe_modal,
    #rgpd_modal {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10000;
    }

    .cookie_box {
        width: 100%;
        height: auto;
        background: #ffffff;
        padding: 30px 30px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        margin-top: 0;
        margin-left: 0;
    }

    .cookie_box2,
    .cookie_box3 {
        width: 100%;
        height: 100%;
        background: #ffffff;
        padding: 30px 50px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        margin-top: 0;
        margin-left: 0;
        overflow: auto;
    }

    .cookie_button {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cookie_title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .burger_menu_responsive {
        display: block;
    }

    .footer_image img {
        display: none;
    }

    .footer_ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
    }

    .footer_ul ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 50%;
    }

    .footer_ul ul li {
        margin-bottom: 15px;
        max-width: 80%;
        text-align: center;
    }

    .footer_bar {
        display: none;
    }

    footer {
        padding: 20px 5%;
    }

    .section1_conseiller {
        height: 40vh;
        min-height: 40vh;
    }

    .parrainage img {
        height: auto;
        width: 192px;
        position: absolute;
        top: -50px;
        left: calc(50% - 96px);
        right: calc(50% - 96px);
    }

    .nav_desktop {
        display: none;
    }

    div.parrainage {
        height: 10px;
    }

    .form_step_1 {
        width: 90%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .form_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0px;
    }

    .medium_input {
        width: 100%;
        margin-bottom: 10px;
    }

    .form h2 {
        text-align: center;
        text-transform: uppercase;
        font-weight: normal;
        font-size: 2rem;
        color: #626262;
        line-height: 2.5rem;
        margin-bottom: 0px;
    }

    .illu_validation {
        margin-top: 0px;
        width: 60%;
        height: auto;
    }

    .menu_interne_container {
        margin-top: 60px;
    }

    .full_input {
        margin-bottom: 10px;
    }

    .form_row3 {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .form_row3>input {
        margin-right: 0px;
    }

    .form h2 span {
        font-size: 2rem;
        color: #ed1c24;
    }

    .form>p {
        font-size: 1rem;
        color: #626262;
        text-align: center;
        font-weight: bold;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .section_navtop {
        height: 40vh;
        min-height: 40vh;
    }

    .small_input {
        width: 50%;
        margin-bottom: 10px;
    }

    .parrain_filleul {
        width: 90%;
    }

    .content_faq {
        width: 90%;
    }

    .question1 p, .question2 p, .question3 p, .question4 p, .question5 p, .question6 p, .question7 p, .question8 p {
        font-weight: bold;
        color: #626262;
        font-size: 1rem;
    }

    .reponse1, .reponse2, .reponse3, .reponse4, .reponse5, .reponse6, .reponse7, .reponse8 {
        color: #626262;
        font-size: 1rem;
        text-align: justify;
        padding-left: 55px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .notif_erreurs {
        width: 90%;
        text-align: center;
    }

    .jauge {
        width: 80%;
    }

    .form {
        width: 100%;
        padding: 50px 0px;
    }

    .form_step_2 {
        width: 90%;
    }

    .submit_row {
        width: 100%;
        height: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .mr_40px {
        margin-right: 10px;
    }

    .form h3 {
        margin-bottom: 30px;
        padding: 0px 5%;
    }

    .filleul {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px 0px 45px 0px;
        border-bottom: 2px solid #ed1c24;
    }

    .form_recap {
        width: 100%;
    }

    .filleul_infos {
        max-width: 90%;
        min-width: 90%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 15px;
    }

    .filleul_infos p {
        margin: 5px 0px;
        text-align: center;
    }

    .filleul_number {
        margin-bottom: 15px;
    }

    .section_comment_ca_marche {
        margin-top: 60px;
        padding-bottom: 0px;
    }

    .h1_home {
        padding: 10px 20px;
    }

    .h1_home h1 {
        text-transform: uppercase;
        font-weight: bold;
        color: #626262;
        font-size: 1.3rem;
    }

    .last_span {
        color: #ed1c24 !important;
        font-size: 2rem !important;
    }

    .section_comment_ca_marche h2 span {
        font-size: 2rem;
        color: #ed1c24;
    }

    .step_container {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .bullet1, .bullet2 {
        display: none;
    }

    .step_flex {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
        border-top: 1px solid #626262;
    }

    .section_mes_gains_content {
        width: 90%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: center;
    }

    .mid_content img {
        display: none;
    }

    .txt_parrain {
        margin-top: 20px;
    }

    .step_flex div img {
        width: 80px;
        height: auto;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .step_number {
        margin-bottom: 20px;
    }

    .table_detail_filleul tbody tr td p {
        width: 100%;
        text-align: right;
    }

    .table_detail_filleul {
        border-spacing: 0;
        border-collapse: collapse;
        width: 100%;
    }

    .table_detail_filleul tbody tr th {
        width: 50%;
        text-align: left;
    }

    .table_detail_filleul tbody tr td {
        width: 50%;
        text-align: left;
    }

    .footer_button {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer_button a {
        margin-bottom: 10px;
    }

    /* partie erreurs */

    .content_error {
        width: 100%;
        height: 100%;
        padding: 70px 0px 0px 0px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .content_error div {
        width: 100%;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: relative;
    }

    .error_text {
        height: auto;
        width: 70%;
        position: relative;
        left: 0;
    }

    .error_visu {
        display: none;
    }

    .txt_unsuscribe {
        height: auto;
        width: 50%;
        position: relative;
        left: 0;
    }

    .visu_unsuscribe {
        display: none;
    }

    /* sidemenu */

    .side_menu {
        display: none;
    }

    .page_container {
        width: 100%;
        height: auto;
        margin-left: 0;
    }

    .page_container form img {
        width: 70%;
    }

    .form_step_1 .submit_row {
        margin-top: 1em;
    }

    #etape1_contact .button_contact_conseiller {
        margin-top: 1em;
        margin-left: 0;
        display: block;
    }

}

/* MOBILE landscape */

@media screen and (max-width : 767px) and (orientation : landscape) {
    #page_cms h1 {
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        font-weight: normal;
        font-size: 1.5rem;
        color: #ed1c24;
        margin-bottom: 40px;
        margin-top: 40px;
    }

    /* COOKIES*/
    #cookie_consent {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10000;
    }

    .fe_modal,
    #rgpd_modal {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10000;
    }

    .cookie_box {
        width: 100%;
        height: auto;
        background: #ffffff;
        padding: 30px 30px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        margin-top: 0;
        margin-left: 0;
    }

    .cookie_box2,
    .cookie_box3 {
        width: 100%;
        height: 100%;
        background: #ffffff;
        padding: 30px 50px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        margin-top: 0;
        margin-left: 0;
        overflow: auto;
    }

    .cookie_button {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cookie_title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .burger_menu_responsive {
        display: block;
    }

    .footer_image img {
        display: none;
    }

    .footer_ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
    }

    .footer_ul ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 50%;
    }

    .footer_ul ul li {
        margin-bottom: 15px;
        max-width: 80%;
        text-align: center;
    }

    .footer_bar {
        display: none;
    }

    footer {
        padding: 20px 5%;
    }

    .section1_conseiller {
        height: 40vh;
        min-height: 40vh;
    }

    .parrainage img {
        height: auto;
        width: 192px;
        position: absolute;
        top: -50px;
        left: calc(50% - 96px);
        right: calc(50% - 96px);
    }

    .nav_desktop {
        display: none;
    }

    div.parrainage {
        height: 10px;
    }

    .form_step_1 {
        width: 90%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .form_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0px;
    }

    .medium_input {
        width: 100%;
        margin-bottom: 10px;
    }

    .form h2 {
        text-align: center;
        text-transform: uppercase;
        font-weight: normal;
        font-size: 2rem;
        color: #626262;
        line-height: 2.5rem;
        margin-bottom: 0px;
    }

    .illu_validation {
        margin-top: 0px;
        width: 60%;
        height: auto;
    }

    .menu_interne_container {
        margin-top: 60px;
    }

    .full_input {
        margin-bottom: 10px;
    }

    .form_row3 {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .form_row3>input {
        margin-right: 0px;
    }

    .form h2 span {
        font-size: 2rem;
        color: #ed1c24;
    }

    .form>p {
        font-size: 1rem;
        color: #626262;
        text-align: center;
        font-weight: bold;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .section_navtop {
        height: 375px;
        min-height: 375px;
    }

    .small_input {
        width: 50%;
        margin-bottom: 10px;
    }

    .parrain_filleul {
        width: 90%;
    }

    .content_faq {
        width: 90%;
    }

    .question1 p, .question2 p, .question3 p, .question4 p, .question5 p, .question6 p, .question7 p, .question8 p {
        font-weight: bold;
        color: #626262;
        font-size: 1rem;
    }

    .reponse1, .reponse2, .reponse3, .reponse4, .reponse5, .reponse6, .reponse7, .reponse8 {
        color: #626262;
        font-size: 1rem;
        text-align: justify;
        padding-left: 55px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .notif_erreurs {
        width: 90%;
        text-align: center;
    }

    .jauge {
        width: 80%;
    }

    .form {
        width: 100%;
        padding: 50px 0px;
    }

    .form_step_2 {
        width: 90%;
    }

    .submit_row {
        width: 100%;
        height: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .mr_40px {
        margin-right: 10px;
    }

    .form h3 {
        margin-bottom: 30px;
        padding: 0px 5%;
    }

    .filleul {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px 0px 45px 0px;
        border-bottom: 2px solid #ed1c24;
    }

    .form_recap {
        width: 100%;
    }

    .filleul_infos {
        max-width: 90%;
        min-width: 90%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 15px;
    }

    .filleul_infos p {
        margin: 5px 0px;
        text-align: center;
    }

    .filleul_number {
        margin-bottom: 15px;
    }

    .section_comment_ca_marche {
        margin-top: 60px;
        padding-bottom: 0px;
    }

    .h1_home {
        padding: 10px 20px;
    }

    .h1_home h1 {
        text-transform: uppercase;
        font-weight: bold;
        color: #626262;
        font-size: 1.3rem;
    }

    .last_span {
        color: #ed1c24 !important;
        font-size: 2rem !important;
    }

    .section_comment_ca_marche h2 span {
        font-size: 2rem;
        color: #ed1c24;
    }

    .step_container {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .bullet1, .bullet2 {
        display: none;
    }

    .step_flex {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
        border-top: 1px solid #626262;
    }

    .section_mes_gains_content {
        width: 90%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: center;
    }

    .mid_content img {
        display: none;
    }

    .txt_parrain {
        margin-top: 20px;
    }

    .step_flex div img {
        width: 80px;
        height: auto;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .step_number {
        margin-bottom: 20px;
    }

    .table_detail_filleul tbody tr td p {
        width: 100%;
        text-align: right;
    }

    .table_detail_filleul {
        border-spacing: 0;
        border-collapse: collapse;
        width: 100%;
    }

    .table_detail_filleul tbody tr th {
        width: 50%;
        text-align: left;
    }

    .table_detail_filleul tbody tr td {
        width: 50%;
        text-align: left;
    }

    .footer_button {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer_button a {
        margin-bottom: 10px;
    }

    /* partie erreurs */

    .content_error {
        width: 100%;
        height: 100%;
        padding: 70px 0px 0px 0px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .content_error div {
        width: 100%;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: relative;
    }

    .error_text {
        height: auto;
        width: 70%;
        position: relative;
        left: 0;
    }

    .error_visu {
        display: none;
    }

    .txt_unsuscribe {
        height: auto;
        width: 50%;
        position: relative;
        left: 0;
    }

    .visu_unsuscribe {
        display: none;
    }

    /* sidemenu */

    .side_menu {
        display: none;
    }

    .page_container {
        width: 100%;
        height: auto;
        margin-left: 0;
    }

    .page_container form img {
        width: 70%;
    }


}