/*
Theme Name: Divi child theme
Description: Theme enfant du theme Divi. Vous pouvez desormais le personnaliser sans risquer de perdre vos modifications
Author: lepetitprinceduweb
Author URI: https://lepetitprinceduweb.fr
Template: Divi
Version: 1.0
*/

/*#################### GENERAL ####################*/
/* couleur primaire => hex : color : #439edd; RVB : color :  rgba(67,158,221, 0.5) */
body{

}
h1{

}
h2{

}
p{

}

/*#################### MENU ####################*/
#top-menu {

}
#top-menu li {

}
#top-menu li a {

}
#top-menu li a:hover {

}

/* sous-menu */

/*************************************************************************************************************/
/************************************************ SITE WEB ***************************************************/
/*************************************************************************************************************/

/*##### page : accueil ######*/
.page-id-5{}
.page-id-5 #et-main-area{
	border : solid red 5px !important;
}

/*#################################################*/
/*################ VERSION MOBILES ################*/
/*################ VERSION MOBILES ################*/
/*################ VERSION MOBILES ################*/
/*#################################################*/
/* This code will apply for mobile :*/
/*@media screen and (max-width: 481px) */
@media (max-width: 481px){
	
	/*##### page accueil : mobile ######*/
	.page-id-5 ul li ul {

	}
}

/*#################################################*/
/*################ VERSION TABLETS ################*/
/*################ VERSION TABLETS ################*/
/*################ VERSION TABLETS ################*/
/*#################################################*/
/*code will apply for tablet : tablettes*/
@media (min-width: 482px) and (max-width:781px) {
	
	/*##### page accueil : mobile ######*/
	.page-id-5 ul li ul {
		width: inherit !important;
	}
}
