/*

Theme Name:     DiviChild

Description:   

Author:         By noOpr

Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

/* STYLE GENERIQUES */
.blk{display:block;}
.fullframe{width:100%;}
/* centrer du contenue verticalement */
.dc-centrer-verticalement {
	display: flex;
	flex-direction: column;
	justify-content: center;
  	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	 -moz-box-orient: vertical;
	 -moz-box-direction: normal;
	  -ms-flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
}
.dc-align-right{
-webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;	
}
.dc-align-center{
-webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;		
}


/** RTL/LTR Sur tablette et Mobile **/
@media only screen and (max-width : 980px) {
  .dc_inverser_colonnes-section .dc_inverser_colonnes-ligne {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}



/* ENCART PAGE ATTENTE */

@media only screen and (min-width: 981px){
	
	
}

/*======================
MENU DESK 1250
======================*/
@media screen and (max-width: 1250px){

}

/*======================
MENU DESK 1120
======================*/
@media screen and (max-width: 1120px){

}

/*======================
TABLETTE 980 /PHONE/
======================*/
@media screen and (max-width: 980px){
	.noMobile{display:none;}
}

/*======================
MOBILE 780 /PHONE/
======================*/
@media screen and (max-width: 767px){ 
    .noMobile{display:none;}
}

/*======================
MOBILE 640 /PHONE/
======================*/

@media screen and (max-width: 640px){
	
}


/*======================
MOBILE 450 /PHONE/
======================*/

@media (max-width: 450px){
	
}


/*======================
MOBILE 370 /IPHONE 4/
======================*/

@media (max-width: 370px){

	
}

/*======================
MOBILE 370 /IPHONE 4/
======================*/

@media (max-width: 340px){

}




