/*
	Theme Name: GallegoSanitairebyinova
	Version: 2.1
	Description: Thème enfant de Divi propulsé par INOVA-WEB
	Template: Divi
	Author: Inova-Web
	Author URI: https://www.inova-web.fr
*/

@import url("../Divi/style.css");

@media screen and (max-width:981px){
	#bandeau{
		
	}
}

.titre{
	letter-spacing : 2px !important;
	font-weight:bold !important;
}

/*------------------------------------------------------------*/
/*--------------------- ZOOM LEGER IMAGES --------------------*/
/*------------------------------------------------------------*/

.zoom{
	overflow:hidden !important;
}

.zoom img{
	transition: all .3s linear !important;
}

.zoom:hover img{
	transform:scale(1.1) !important;
}

/*------------------------------------------------------------*/
/*--------------------- TRAIT ACTUALITÉS ---------------------*/
/*------------------------------------------------------------*/

/*.post-content-inner p {
	margin-bottom:40px;
}

.et_pb_post h2::after{
	content: "";
	position: absolute;
	margin: 40px -215px;
	margin-bottom: 50px;
	border-top: 3px solid #383838;
	width: 5%;
	height: 6px;
}*/


/*------------------------------------------------------------*/
/*------------ REMPLISSAGE BCKG GAUCHE A DTE -----------------*/
/*------------------------------------------------------------*/


.btn-contact{
	background: linear-gradient(to right, black 50%, #FFCE0E 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	padding:15px 35px;
	transition: all .3s ease !important;
}

.btn-contact:hover{
	background-position: left bottom !important;
	color:#fff;
}


/*------------------------------------------------------------*/
/*------------- MENU DU FOOTER EN BLOCK ----------------------*/
/*------------------------------------------------------------*/

#menu_footer ul{
	display:block !important;
}

/*------------------------------------------------------------*/
/*---------------- HOVER ACTUS MOVE UP -----------------------*/
/*------------------------------------------------------------*/

/*.et_pb_post{
	transition: transform 1.2s !important;}

.et_pb_post:hover{
	transform: translateY(-20px) !important;
}*/


/*------------------------------------------------------------*/
/*-------------CENTRAGE VERTICAL DANS DIV---------------------*/
/*------------------------------------------------------------*/
.ds-vertical-align {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ds-vertical-align-bottom {
    display: flex;
    align-items: flex-end;
}

.align-center {
    margin: auto !important;
}


/*------------------------------------------------------------*/
/*----------------ORDRE MOBILE et TABLETTS--------------------*/
/*------------------------------------------------------------*/
@media all and (max-width: 980px) {
	/*** wrap row in a flex box ***/
	.custom_row {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap; /* Safari 6.1+ */
		flex-wrap: wrap;
	}
	 
	/*** custom classes that will designate the order of columns in the flex box row ***/
	.first-on-mobile {
		-webkit-order: 1;
		order: 1;
	}
	 
	.second-on-mobile {
		-webkit-order: 2;
		order: 2;
	}
	 
	.third-on-mobile {
		-webkit-order: 3;
		order: 3;
	}
	 
	.fourth-on-mobile {
		-webkit-order: 4;
		order: 4;
	}
	/*** add margin to last column ***/
	.custom_row:last-child .et_pb_column:last-child {
		margin-bottom: 30px;
	}	 
}


/*------------------------------------------------------------*/
/*-------------------CAROUSEL BOOTSTRAP 4---------------------*/
/*------------------------------------------------------------*/

#main-carousel .carousel .btn:hover {
	background-color: rgba(255, 255, 255, 0.3);
}
#main-carousel .carousel .boxed {
	padding: 10px 15px;
	background-color: rgba(0, 0, 0, 0.8);
	display: inline-block;
}
#main-carousel .carousel .item {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	left: 0 !important;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block !important;
	height: 100vh;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
}
#main-carousel .carousel .item:first-child {
	top: auto;
	position: relative;
}
#main-carousel .carousel .item.active {
	opacity: 1;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
	z-index: 1;
}
#main-carousel .prev,
#main-carousel .next {
	position: absolute;
	top: 50%;
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
	display: inline-block;
	margin-top: -25px;
	font-size: 24px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 4px;
z-index: 5;
}
#main-carousel .prev:hover,
#main-carousel .next:hover {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}
#main-carousel .prev {
	left: 10px;
}
#main-carousel .next {
	right: 10px;
}




#main-carousel .type1 {
    font-size: 46px;
    margin-bottom: 0;
    line-height: 1em;
	letter-spacing: 2px;
	font-weight: 400;
	color:#ffffff;
	text-shadow: 1px 1px 1px #000000;
	text-align: left;
	padding-bottom: 0em
}
#main-carousel .type2 {
    font-size: 81px;
    margin-top: 0;
    text-transform: lowercase;
	letter-spacing: 2px;
	font-weight: 700;
	color:#ffffff;
	text-shadow: 1px 1px 1px #000000;
	text-align: left;
    line-height: 1em;
	padding-bottom: 0em
}

#main-carousel .type3 {
	max-width: 580px;	
	font-size:15px;
	color:#ffffff;
	line-height: 20px;
	text-shadow: 1px 1px 1px #000000;
	text-align: left;
}
#main-carousel .carousel-indicators {
    bottom: 0px !important;
}

#main-carousel .carousel-item  {
	height: 100vh !important;
}
#main-carousel .carousel-caption.centered {
	top:0px !important;
}
#main-carousel .centered {
	margin-top: calc(100vh / 3);
}

/*------------------------------------------------------------*/
/*------------------------FOOTER------------------------------*/
/*------------------------------------------------------------*/

@font-face{
    font-family: 'Roboto Condensed';
    src: url("assets/webfonts/RobotoCondensed-Light.ttf");
}

#containercopy #copyrightrocket:hover {
    background-image:url('assets/img/footer/rocketColor.svg') !important;
}

#containercopy{
    font-family:"Roboto Condensed"; 
	font-weight:700; 
	font-size:12px;
	padding: 25px 0px 25px 0px;
	border-top:1px solid #ffffff; 
	line-height: 2em;
}

#containercopy a.div3 { 
	height: 50px;
	width: 50px;
	display: block;
    height: 50px;
    width: 50px;
    transition: all ease-in-out .5s;
}

#containercopy .cell1 {
	display:inline-block;
	width:50%;
	text-align:left
}

#containercopy .cell2 {
	display:inline-block;
	width:49%;
	text-align:right
}

#containercopy .copyinova {
	display: inline-block; 
	height: 100%
}

#containercopy .copylogo {
	 width: 50px;   
	display: inherit;   
	height: 50px; 
	float: right;  
	margin-left: 25px;
}

@media all and (max-width: 767px) {

	#containercopy .cell1 {
		display:block;
		width:100%;
		text-align:center
	}

	#containercopy .cell2 {
		display:block;
		width:100%;
		text-align:center
	}

	#containercopy .copyinova {
		display: block; 
	}

	#containercopy .copylogo {
		display: block;
		float: none;
		margin:auto;
	}	
}