/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 4.5.3.1643983631
Updated: 2022-02-04 15:06:59

*/

/* menu */
span.select_page {
  	display: none !important;
}
.mobile_nav {
  	background-color: white !important;
    height: 32px;
}
ul#mobile_menu li a {
	color: black !important;
}

/* phone */
@media only screen and (max-width:320px) {
	.entete {
    	display: flex;
    	flex-direction: column;
	}
  	div#telephone_header {
    	margin: auto auto 10px auto;
	}
    .tel_container, .socialnetwork_container {
        flex-grow: 1;
        width: 100%;
    	margin-top: 10px;
    	margin-bottom: 20px;
    }
  	div#socialnetwork_header {
    	text-align: center;
    	margin: 10px auto 20px auto;
	}
  	div#socialnetwork_header {
		text-align: center;
    	margin-top: 30px;
	}
  	.wpcf7-form textarea.champs {
    	width: 90%;
	}
	span.wpcf7-list-item {
    	width: 90% !important;
	}
	input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.champs {
	    width: 90%;
	}
}

/* tablet */
@media only screen and (min-width:321px) and (max-width:768px) {
	.entete {
    	display: flex;
    	flex-direction: column;
	}
  	div#telephone_header {
    	margin: auto auto 10px auto;
	}
    .tel_container, .socialnetwork_container {
        flex-grow: 1;
        width: 100%;
    	margin-top: 10px;
    	margin-bottom: 20px;
    }
  	div#socialnetwork_header {
    	text-align: center;
    	margin: 10px auto 20px auto;
	}
  	div#socialnetwork_header {
		text-align: center;
    	margin-top: 30px;
	}
  	.wpcf7-form textarea.champs {
    	width: 90%;
	}
	span.wpcf7-list-item {
    	width: 90% !important;
	}
	input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.champs {
	    width: 90%;
	}
}

/* Desktop */
@media only screen and (min-width:769px) {
	.entete {
    	display: flex;
    	flex-direction: row;
	}
    .tel_container, .socialnetwork_container {
        flex-grow: 2;
        width: 30%;
    }
  	.logo_container {
    	flex-grow: 3;
	}
  	div#socialnetwork_header {
		text-align: right;
    	margin-top: 30px;
      	white-space: nowrap;
	}
  	.wpcf7-form textarea.champs {
    	width: 30%;
	}
	span.wpcf7-list-item {
    	width: 34% !important;
	}
	input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.champs {
	    width: 30%;
	}
	/***** menu ****/
	.barre a::after {
		content: "|";
    	padding-left: 1.4em;
	}
}

div#telephone_header {
  	max-width: 200px;
    background: black;
    color: white !important;
    border-radius: 20px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    margin-top: 30px;
  	font-weight: 800 !important;
}

div#socialnetwork_header img {
    margin-right: 10px;
}
div#et-top-navigation {
    background-color: black;
    color: white;
    margin-top: -40px;
    z-index: -2;
}
nav#top-menu-nav {
    padding-top: 40px;
}


/**** formulaire ***/
.wpcf7-form  span.wpcf7-form-control-wrap input, .wpcf7-form span.wpcf7-form-control-wrap textarea {
    background-color: black !important;
    color: white !important;
    padding: 10px;
    margin-bottom: 8px;
    border-radius: 20px;
    border: 1px solid white;
}
.wpcf7-form .champs::placeholder, textarea {
    color: white !important;
    font-size: 15px;
    padding-left: 10px;
}

span.wpcf7-list-item-label a {
    color: white;
    font-weight: 700;
}
.wpcf7-submit.champs {
  	margin-left: 7%;
    padding: 10px 30px 10px 30px;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

/***** footer *****/
div#footer-info {
    width: 100%;
    text-align: center;
}
div#block-5 {
    width: 100%;
    text-align: center;
  	margin-top: 60px;
}
.affiche_tel {
    font-size: 26px;
    margin-bottom: 5px;
}
div#block-8 {
    text-align: right;
    width: 100%;
    padding-top: 25px;
}