<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Divi Child
Template: Divi
Description: Divi Child Theme
Author: Lycia Diaz - Astuces Divi
Author URI: https://astucesdivi.com/
*/
/*----------------------------------------- AJOUT CODE ------------------------------------------------------*/
body #page-container #main-content .et_pb_section .et_pb_button {
    /*background-color: #cccccc;*/ 
}
body.single-post #et-main-area .container {
    padding-top: 0;
}
/*----------- MENU Hamburger -------------*/
/*#et-top-navigation:before  {
	content: 'MENU';
	position: absolute;
	right: 65px;
	bottom: 51px;
	color: #a9ca35;
}*/
#telephone {
    background: #000000;
    color: #fff;
    font-weight: bold;
    padding: 15px 25px;
    position: absolute;
    margin: 13px;
	font-size: 18px;
}
svg {
	max-width: 30px;
}
svg.svg_icone {
	width: 15px;
}
#top-menu li a {
    font-size: 15px;
    line-height: 1.5em;
}
h4.et_pb_module_header {
	font-size: 16px !important;
}

@media screen and (min-width: 981px) {
	.et_vertical_nav #main-header #logo {
		margin: 15px 15px 15px 0;
	}
	.et_vertical_nav #main-header .container {
		margin: 0 30px;
	}
}
@media screen and (max-width: 980px) {
	.et_header_style_left #logo, .et_header_style_split #logo {
		max-width: 50%;
		margin: 0 5px;
	}
}
#main-content .container::before {
    content: none;
}
#left-area {
    width: 100%;
    padding-bottom: 23px;
}
.et_header_style_left #et-top-navigation .mobile_menu_bar, .et_header_style_split #et-top-navigation .mobile_menu_bar {
    padding: 10px 20px;
}
#et_top_search {
    margin: 10px;
}
.container {
    /*width: 80%;
    max-width: 1080px;*/
    width: 100%;
    margin: auto;
}
#logo {
    max-height: 80%;
}
/*.et_vertical_nav #main-header .container {
    margin: 0;
}*/
#footer-info {
    text-align: center;
    float: none;
}
#main-header {
    z-index: 200;
}
/*--------- A mettre dans bloc vert (ligne) dans chaque colonne Divi --------*/
.centrer-verticalement {
  display: flex;
  flex-direction: column;
  justify-content: center;

/* Et les dÃ©clinaisons avec prÃ©fixes pour obtenir un rÃ©sultat homogÃ¨ne sur les divers navigateurs  */
  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;
}
#header_divi {
	/*display: flex;*/
}
#header_divi &gt; div {
	display: flex;
	justify-content: flex-end;
}
.entry-content tr td, 
.entry-content tr th,
body.et-pb-preview #main-content .container tr td {
    border: 1px solid #eee;
}
.wp-caption {
    border: 0;
    text-align: center;
    background-color: transparent;
    margin-bottom: 10px;
    max-width: 96%;
    padding: 0;
    display: inline-block;
}
.et-social-icons {
    float: none;
    text-align: center;
    margin: 10px auto;
}
/*---------- Mettre des boutons en ligne : mettre la class boutons-en-ligne sur le bloc vert -------*/
.boutons-en-ligne .et_pb_button_module_wrapper {
    display: inline-block;
    margin: 0 2%;
}
.boutons-en-ligne {
    text-align: center!important;
}
/*-------- Contact form 7 -----*/
.wpcf7 input.wpcf7-submit {
	padding: 10px 30px;
	margin: 10px;
	background: #000000;
	color: #ffffff;
	border: none; 
	font-size: 18px;
}
.wpcf7 label input.wpcf7-form-control {
	padding: 10px 20px;
	
}
.wpcf7 label input.wpcf7-text,
.wpcf7 textarea {
	width: 100%;
}
/*-------- #Contact form 7 -----*/
.et_pb_gutters3 .footer-widget {
    margin-right: 0;
    margin-bottom: 0;
}
#footer-bottom {
	padding: 30px 15px 60px;
}
#section_footer_shop img {
	vertical-align: middle;
}
.nav li ul {
    width: 400px;
	border-top: 0px solid #2ea3f2;
}
.et-menu li li a {
    padding: 10px 20px;
    width: 100%;
}
.et_pb_menu_0_tb_header.et_pb_menu ul.sub-menu &gt; li &gt; a {
	font-size: 20px;
}
.nav ul li a:hover {
	opacity: 1 !important;
	background: transparent !important;
}
#ligne_nos_atouts img {
	max-width: 60%;
}
/*---------- RGPD plugin ---------*/
#cookie-law-info-bar {
	padding: 30px !important;
	font-size: 1em !important;
}
#cookie-law-info-bar span {
    line-height: 1em !important;
}
.cli-plugin-button, .cli-plugin-button:visited, .medium.cli-plugin-button, .medium.cli-plugin-button:visited {
    font-size: 1em !important;
    line-height: 1 !important;
	margin: 5px !important;
}














#main-content,
	#footer-widgets {
		padding-left: 0px;
		padding-right: 0px;
	}
	.et_pb_pagebuilder_layout #main-content {
		padding-left: 0px;
		padding-right: 0px;
	}
@media screen and (min-width:981px){ 
	.et_pb_pagebuilder_layout .theme-after-footer-php {
		/*margin-left: 225px !important;*/
		position: relative;
	}
}
/********************************************* RESPONSIVE **************************************/
@media screen and (max-width:1200px){
/*----------- rendre tableau responsive --------------------
  table, tbody {
    display: block;
    border: 0;
  }
  tr {
    display: table;
  }
  td {
    display: table-row;
  }*/
	
	
}
@media screen and (max-width:981px){
	#et-top-navigation:before  { 
		right: 33px;
		bottom:30px;
	}
	.et_pb_text_0 h1 {
		font-size: 30px !important;
	}
	.et_pb_text_0 h2 {
		font-size: 20px !important;
	}
	.et_pb_text_1 h2 {
		font-size: 20px !important;
	}
}
/*---------- Tablette portrait ou paysage ----------*/
@media screen and (max-width: 768px) {
	/*----------- rendre tableau responsive --------------------
  table, tbody {
    display: block;
    border: 0;
  }
  tr {
    display: table;
  }
  td {
    display: table-row;
  }*/
#header_divi {
	display: block;
}

	
}
@media screen and (max-width: 640px) {
	#cookie-law-info-again {
		font-size: 7pt;
	}
}
@media screen and (max-width: 320px) {
	#cookie-law-info-again {
		display: none !important;
	}
}


</pre></body></html>