/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


/*//////////////////////   éléments   /////////////////////*/

/*-entete des rubiques-*/
.blue_text {
	color: #4D7899 !important;
}
.blue_text h2.title {
	color: #4D7899;
}
.green_text {
	color: #4FB696 !important;
}
.green_text h2.title {
	color: #4FB696;
}
.pink_text {
	color: #E75295 !important;
}
.pink_text h2.title {
	color: #E75295;
}
.title_box {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	width: 100%;
	height: auto;/*font-family: raleway, Arial, Helvetica, sans-serif;*/
}
.title {
	font-weight: 100; 
	font-size: 34px;
	letter-spacing: 10px;
	text-transform: uppercase;
	margin: 10px 0 0;
}
.title_desc {
	font-weight: 400;
	font-size: 17px;
	letter-spacing: 0.3px;
	margin: 20px 0 0;
	text-align: center;
    padding: 0 20px;
}
.title_catch {
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin: 20px 0 0;
}
.title_arrow {
	width: 0px;
	border: 10px solid transparent;
	border-top: 10px solid;
	margin: 20px 0 0;
}
/*-main slider-*/
h1.slide_head{
	text-align:center !important;
	font-weight:700 !important;
	color:#4FB696;
	line-height:40px !important;
}
/*-block texte rubiques-*/
.blue_bg {
	background-color: #4D7899 !important;
}
.green_bg {
	background-color: #4FB696 !important;
}
.pink_bg {
	background-color: #E75295 !important;
}
.right {
	align-items: flex-end !important;
	text-align: right;
}
.rub_block_text .fusion-column-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.rub_block_cont {
	display: flex;
	flex-direction: row;
	align-content: center;
}
.rub_block_text {
	position: relative;
	display: flex;
	flex-direction: column;
	align-content: center;
}
.rub_text_box {
	display: flex;
	flex-direction: column;
	align-content: flex-start;
	align-items: flex-start;
	width: 100%;
	height: auto;
	padding: 0 100px;
}
.part_title {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 8px;
	text-transform: uppercase;
}
.title_small{
	font-size: 14px !important;
}
.part_catch {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 10px 0 0 0;
}
.part_separator {
	flex: none;
	display: block;
	height: 7px;
	width: 150px;
	margin: 20px 0 0 0;
}
.light_separator {
    flex: none;
    display: block;
    height: 4px;
    width: 150px;
    margin: 20px auto 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.part_text {
	margin: 20px 0 0 0;
}

.listing {
    display: flex;
    flex-wrap: wrap;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 1px;
	justify-content: flex-start;
    margin-top: 10px;
}
.text_center {
    text-align: center !important;
    margin-top: 40px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.listing_brand {
	justify-content: center;
}
.listing_item {
    margin: 5px 0;
}
.item_half{
	width: 50%;
}
.item_full{
	width: 100%;
}
.item_pic {
    width: 100px;
    margin: 0 15px;
}
/*----rub test----*/
.rub_col_test {
	display: flex;
	flex-direction: row;
	width: 100%;
	align-items: center;
}
.slide_box_test {
	display: block;
	flex: none;
	width: 50%;
	overflow: hidden;
	height: auto;
}
.rev_col {
	flex-direction: row-reverse;
}

/*----end rub test----*/
@media only screen and (max-width: 800px) {
.rub_col_test {
	flex-direction: column;
}
.rev_col {
	flex-direction: column;
}
.rub_block_text {
	/*height: 200px;*/
}
.slide_box_test {
	width: 100%;
	height: auto;
}
	.rub_text_box {
		margin:40px 0;
		    padding: 0 60px;
	}

}
@media only screen and (max-width: 550px){
	.item_half {
    width: 100%;
}
}
/*-rubrique service-*/
.services_slide {
position: absolute !important;
  top: 0 !important;
  z-index: -1 !important;
}
.serv_rub_desc {
	text-align: center;
	z-index: 2;
	margin: 20px 0 500px 0 !important;
}
@media only screen and (max-width: 1050px) {
	.serv_rub_desc {
	margin: 20px 0 260px 0 !important;
}
}
@media only screen and (max-width: 800px) {
	.services_slide {
	position: relative !important;
		    margin-top: 80px !important;
}
	.serv_rub_desc {
	margin: 20px 0 -70px 0 !important;
}
	.serv_desc{
		text-align: center;
		align-items: center;
		margin: 10px 0;
	}
}
/*-rubrique equipe-*/
#equipe_details.rub_block_cont {
	margin-top: -55px;
}
/*-footer-*/

.contact_box {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
}
.contact_title {
	text-transform: uppercase;
}
.contact_info_box {
	display: flex;
	flex-direction: row;
	width: 100%;
}
.contact_left_block {
	margin: auto;
	padding: 0 40px;
}
.contact_name {
	display: block;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 4px;
}
.contact_adress {
}
.contact_separator {
	display: block;
	width: 150px;
	height: 7px;
	margin: 20px 0;
}
.contact_horaire {
	text-transform: uppercase;
	margin: 5px 0;
	letter-spacing: 2px;
}
.contact_right_block {
	margin: auto;
	display: flex;
	flex-direction: column;
}
.contact_info_block {
	display: flex;
	margin: 10px 0;
	align-items: center;
}
.contact_ico {
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 10px 0 0;
}
.contact_info {
	/*text-transform: uppercase;*/
}
.contact_bg {
	display: block;
	width: 100%;
	overflow: hidden;
	height: auto;
}
.contact_bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media only screen and (max-width: 550px) {
	.contact_info_box {
	flex-direction: column;
}
	.contact_name {
    display: block;
    text-transform: uppercase;
    margin: 30px 0 10px 0;
	}
	.contact_right_block {
    margin: 40px;
	}
	.contact_pop_up .modal-content .contact_right_block{
		margin: 0;
	}
}
/*-footer-*/
.my_footer{
	z-index: 9999;
}
/*-copyright footer-*/
.fusion-copyright-notice {
	padding-top: 20px;
}
img.logo_wb {
	display: inline-block;
	width: 80px;
	margin-top: -30px;
}
#toTop:hover {
	background-color: #4FB696 !important;
}

@media only screen and (max-width: 550px) {
img.logo_wb {
    width: 50px;
    margin-top: -14px;
}
}
/*-contact button-*/
.my_contact_but{
	display: block;
	position: fixed;
	    width: 20px;
    height: 20px;
    padding: 20px;
    box-sizing: content-box;
	z-index: 99;
	left: 50px;
	bottom:50px;
	box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.3) !important;
	background-color: #4FB696;
	border-radius: 50%;
	transform-origin: center center;
	transition: 0.3s ease-out all;
}
.my_contact_but:hover{
	box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.3) !important;
	transform: scale(1.1);
}
@media only screen and (max-width: 550px) {
	.my_contact_but{
        padding: 13px;
    bottom: 25px;
    z-index: 10020;
    left: unset;
    right: 25px;
	}
}
/*-pop up contact-*/
.contact_pop_up .modal-content{
	    border-radius: 0;
	border: none;
	margin-top: 35px;
}
.contact_pop_up .modal-content h3{
	font-family: montserrat;
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.contact_pop_up .modal-content .contact_right_block{
	color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 15px;
}
.contact_pop_up .modal-content .contact_right_block .contact_info_block{
	/*flex-direction: column;*/
}
.contact_pop_up .modal-content .contact_right_block .contact_info_block .contact_ico {
    display: block;
    width: 20px;
    height: 15px;
    margin: 0 30px 0 0;
}
.contact_pop_up .modal-content .modal-body {
    padding: 40px !important;
}
@media (min-width: 900px){
.modal-sm {
    width: 500px !important;
}
}