/* LANDING ONLINE CONSULTATION 2023 */


/***/

.obj_section {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 80px 0;
	color: #000;
	font-family:'FuturaBT-Book', sans-serif;
	font-weight: 400;
	background-color: #fff;
	}
.obj_section.section_hero + .obj_section  {
    padding-top: 80px;
    }
.obj_section + .obj_section  {
    padding: 0 0 80px;
    }
.obj_section .ctn_section {
	width: 960px;
	margin: 0 auto;
	}


@media screen and (max-width: 767px) {

    .pg_landing_online_consultation div.main {
        padding: 94px 0 0;
        min-height: unset;
        }

}


/* ======================================== */
/*  section_hero
/* ======================================== */

.section_hero {
	opacity: 1;
	height: 400px;
	padding: 0;
	background: rgb(235,235,235);
	}
.section_hero .ctn_section {
	opacity: 1;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    width: 960px;
    margin: 0 auto;
    padding: 0;
	}

.section_hero .ctn_text {
    width: 50%;
    margin: auto 0;
    padding: 40px 0;
	}
.section_hero .ctn_text .t_title {
    position: relative;
    display: inline-block;
    margin: 10px 0 50px 0;
    padding: 0;
    font: 80px/1 "SilverThreadJF", Arial;
    letter-spacing: 3px;
    color: #000;
    text-transform: uppercase;
	}
.section_hero .ctn_text .t_title em{
    color: #007298;
    }
.section_hero .ctn_text .t_subtitle {
    margin: 0;
    font: 30px/1em "FuturaBT-Book", Arial;
    color: #000;
    text-transform: uppercase;
    }
.section_hero .ctn_text .t_desc {
    margin: 0;
    font: 26px/1em "FuturaBT-Book", Arial;
    color: #000;
    text-transform: uppercase;
    }

.section_hero .ctn_background {
	position: absolute;
	z-index: 1;
	opacity: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	}
.section_hero .ctn_background img {
	height: 100%;
 	width: 100%;
	object-fit: cover;
	object-position: center center;
	}

/***/

@media screen and (min-width: 768px) {

	.section_hero .ctn_background.background_mobile {
		display: none;
		}
	
	}

@media screen and (max-width: 767px) {
	
	.section_hero {
		height: 280px;
		}
	.section_hero .ctn_section {
		width: 100%;
        align-items: flex-start;
		}

	.section_hero .ctn_text {
        height: auto;
        width: 100%;
        margin: unset;
        padding: 25px 40% 25px 25px;
		}
	.section_hero .ctn_text .t_title{
		font-size: 50px;
        margin: 10px 0 20px 0;
		}
	.section_hero .ctn_text .t_subtitle {
		font-size: 14px;
        padding-right: 30px;
		}
    .section_hero .ctn_text .t_desc {
        font-size: 13px;
        padding-right: 30px;
        }

	.section_hero .ctn_background {
		height: 280px;
		}

	.section_hero .ctn_background.background_desktop {
		display: none;
		}
	.section_hero .ctn_background.background_mobile {
		display: block;
		}	
	}



/* ======================================== */
/*  section_edito
/* ======================================== */

.section_edito .ctn_section {
	display: flex;
	align-items: center;
	width: 960px;
	margin: 0 auto;
	}
.section_edito .ctn_section > * + * {
	margin-left: 30px;
	}

.section_edito .ctn_section .ctn_text > * + * {
    margin-top: 20px;
    }

.section_edito .t_title {
    font: 30px/1em "FuturaBT-Book", Arial;
    color: #007298;
    text-transform: uppercase;
    } 
.section_edito .t_subtitle {
    font: 16px/1.4em "FuturaBT-Book", Arial;
    text-transform: uppercase;
    } 
.section_edito .t_desc {
    font: 16px/1.4em "FuturaBT-Book", Arial;
    } 


/***/
.section_edito .ctn_image {
	position: relative;
	width: 50%;
	}
.section_edito .ctn_image img {
	width: 100%;
	object-fit: cover;
    }

/***/
.section_edito .ctn_text {
	width: 50%;
	}
.section_edito .ctn_text .ctn_image {
	display: block;
	height: auto;
	width: auto;
	max-width: 100%;
	}
.section_edito .ctn_text .ctn_image img {
	display: block;
	height: auto;
	width: auto;
	}
.section_edito .ctn_image .t_caption_1{
	position: absolute;
	display: block;
	font-size: 24px;
	line-height: 1;
	background-color: #000000;
	padding: -7px -15px;
	color: #fff;
	right: -40px;
	top: -40px;
	z-index: 1;
}

/***/

.section_edito.is_full .ctn_text{
	width: 860px;
	}
.section_edito.is_full .t_title {
    max-width: 660px;
    }
    

/***/
.section_edito.has_columns .ctn_section{
    flex-direction: column;
    }
.section_edito.has_columns .ctn_title{
    width: 960px;
    margin: 0 auto;
    }
.section_edito.has_columns .ctn_columns {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin: 20px 0 0 0;
    width: 100%;
    }
.section_edito.has_columns .ctn_columns .ctn_step{
    position: relative;
    width: 300px;
    text-align: center;
    margin-top: 40px;
    }
.section_edito.has_columns .ctn_columns > * + * {
    margin-left: 30px;
    }

.section_edito.has_columns .ctn_columns .ctn_step > * + * {
    margin-top: 20px;
    }
.section_edito .ctn_columns .ctn_image {
    display: block;
    position: relative;
    width: 100px;
    margin: 0 auto;
    }
.section_edito .ctn_columns .t_title {
    font: 22px/1em "FuturaBT-Book", Arial;
    }
.section_edito.has_columns .ctn_columns .ctn_step .t_desc{
    padding: 0 20px;
    }


/***/

@media screen and (max-width: 767px) {

	.section_edito .ctn_section {
        flex-direction: column;
        width: calc(100% - 50px);
        padding: 0 25px;
        align-items: flex-start;
		}
    .section_edito.is_full .ctn_text {
        width: 100%;
        }
	.section_edito .ctn_section > * + * {
		margin: 30px 0 0 0;
		}	

    .section_edito.has_columns .ctn_columns {
        flex-direction: column;
        align-items: center;
        }
    .section_edito.has_columns .ctn_columns > * + * {
        margin-left: 0px;
        }

	/***/

	.section_edito .ctn_text {
		width: 100%;
		}
	.section_edito .ctn_text .ctn_image,
	.section_edito .ctn_text .ctn_image img {
		width: 100%;
		}
	
	}


/* ======================================== */
/*  section_form
/* ======================================== */

.section_form{
	width: 960px;
	margin: 0 auto;
	}
.section_form .ctn_form{
	margin-top: 50px;
	}
.section_form .t_title {
    font: 26px/1em "FuturaBT-Book", Arial;
    color: #007298;
    text-transform: uppercase;
    }
.section_form fieldset{
    display: flex;
    flex-flow: row wrap;
    flex-direction: column;
	}
.section_form fieldset label{
	padding: 0 20px 10px 0;
	font: 16px/1.2em "FuturaBT-Light", Arial;
    color: #666666;
    }
.section_form fieldset .t_subtitle{
    text-transform: uppercase;
    font: 16px/1.4em "FuturaBT-Light", Arial;
    margin: 30px 0 20px;
    }	
.section_form fieldset .ctn_form-element label{
	padding: 0 10px 0 0;
	}	
.section_form fieldset .ctn_labels label{
	display: block;
	padding: 0 0 10px 0;
    font: 13px/1.2em "FuturaBT-Light", Arial;
    color: #666666;
	}
.section_form .ctn_checkbox .form_element {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    }

.section_form fieldset .ctn_radio,
.section_form fieldset .ctn_checkbox{
	margin-bottom: 40px;
	}	
.section_form fieldset .ctn_input,
.section_form fieldset .ctn_select{
	display: flex;
	flex-flow: column wrap;
	margin-bottom: 40px;
	max-width: calc(50% - 20px);
	}

.section_form fieldset input[type="text"],
.section_form fieldset input[type="password"],
.section_form fieldset input[type="email"]{
   width: 100%;
	height: 38px;
	box-sizing: border-box;
	}
			
.section_form fieldset .t_disclaimer{
	margin: 20px 0 0;
	font: 13px/1.2em "FuturaBT-Light", Arial;
	color: #666666;
	}	
.section_form .obj_recaptcha {
   margin: 30px 0;
   text-align: left;
	}
.section_form .ctn_btn {
	display: block;
	margin: 0 0 20px;
	}
.section_form .t_required{
	font: 13px/1.2em "FuturaBT-Light", Arial;
	color: #666666;
	}

@media screen and (max-width:767px){	

    .section_form .ctn_section {
        flex-direction: column;
        width: calc(100% - 50px);
        padding: 0 25px;
        align-items: flex-start;
        }

    .section_form fieldset .ctn_input, 
    .section_form fieldset .ctn_select{
		width: 100%;
		max-width: 100%;
		}
	.section_form fieldset .col.left,
	.section_form fieldset .col.right{
		padding:0;
		}
	.section_form {
		padding: 30px 25px;
		max-width: 100%;
		box-sizing: border-box;
		}	
	.section_form .obj_recaptcha {
		margin: 20px 0;
		}

	/**/

	.section_form fieldset label{
		font: 14px/1em "FuturaBT-Light", Arial;
		}	

}