/*Theme Name: Divichild
Theme URI: https://smartboat.fr
Description: Thème enfant du thème Divi
Author: tf
Author URI: https://www.canalcreative.com
Template: Divi
Version: 1.0
*/

/* CSS Document */

/*----------------GLOBAL----------------------*/

.et_pb_button,
.et_button_no_icon .et_pb_button, 
.et_pb_button:hover,
.et_button_no_icon .et_pb_button:hover{
	padding: .3em 3em !important;
}



/*----------------HEADER----------------------*/
.current_page_item a{
	font-weight:600 !important;
}


/*----------------FOOTER----------------------*/
#main-footer{
	background-image:url(https://smartboat.fr/wp-content/uploads/2025/07/bg-footer.jpg);
	background-size:cover;
	background-position:center;
}

/*----------------PAGE ACCUEIL----------------------*/


/*----------------TOUTES PAGES------------------------*/




/*////////////////////////////////////////////////////////////////////
//  12 - Media Queries
////////////////////////////////////////////////////////////////////*/

/* iPad Landscape */
@media only screen and (max-width: 1200px) {
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {	
}

/* iPad Portrait */
@media only screen and (max-width: 990px) {
}

@media only screen and (max-width: 975px) and (orientation:portrait) {
}

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

/*layouts smaller than 600px, iPhone and mobiles*/
@media only screen and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px)  {
}
	
@media screen and (max-width: 650px) {
	.sectionHeader h1,
	h1, h2{
		font-size:25px !important;
	}
	
	.sectionHeader p{
		font-size:16px !important;
		line-height: 1.8;
	}
	.sectionHeader{
		padding-bottom: 200px !important;
	}
}

/* iPhone Landscape */
@media screen and (max-width: 480px) and (orientation: landscape) {
}

/* iPhone Portrait */
@media screen and (max-width: 480px) and (orientation: portrait) {
}

