/*
Theme Name: enfold child
Template: enfold
Version: 1.0.0
*/

.sub-menu a{
	color:#fff !important;
}

div .textwidget .av_one_third {
    width: 94% !important;
}

.section_contact_ville {
    background-color: #ffd401;
    padding: 3%;
}

.section_contact_ville p{
    color: #2c353d;
    font-size: 34px;
	font-weight: 600;
}

.secion_bloc_ville .flex_column {
	background-color: #f8f8f8;
    padding: 3% !important;
}

.secion_bloc_ville .entry-content-wrapper{
	display: flex;
    flex-wrap: wrap;
}

.secion_bloc_ville .av-special-heading{
    flex: 0 0 100%;
}

.secion_bloc_ville .hr{
    flex: 0 0 100%;
}

.phone a{
	color: #2c353d;
}

.section_contact_ville a{
    color: #2c353d !important;
    font-size: 46px;
    font-weight: 600;
}

.title_page_ville {
    background-color: #fdd400;
    padding: 4%;
}

.title_page_ville p{
    color: #3e3e3e !important;
    font-weight: 600;
}

.top_bar .container{
	display: flex;
    align-items: baseline;
}

.top_bar{
    background-color: #fdd400;
	padding: 5px;
    z-index: 9999999;
    position: relative;
}

.top_bar .container .phone{
	margin-left: 10px;
}

.top_bar .container a{
	display: flex;
    align-items: end;
}

.top_bar .phone a{
    color: #2c353d;
}

.list_ville{
		padding-top:2%;
	}

.top_bar .container p{
	margin: 0%;
	display: flex;
    align-items: end;
}

.section_contact_ville .avia_textblock{
    display: flex;
    justify-content: space-evenly;
}

.section_ville{
	background-color: #f9f9f9;
    padding: 3%;
}

.section_ville li{
	list-style: none;
}

.vignette_phone{
    position: fixed;
    right: 0%;
    top: 48%;
    background-color: #fdd400;
    font-size: 20px;
    padding: 10px 15px;
	transition:all linear 0.5s;
	border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.vignette_phone:hover{
	background-color: #2c353d;
}

.vignette_phone:hover a{
	color: #fdd400 !important;
}

.vignette_phone a{
    display: flex;
    align-items: center;
	color: #2c353d !important;
	font-weight:600;
}

.vignette_phone a i{
	margin-right:10px;
}


@media screen and (max-width: 767px) {
	
	.home h1{
		font-size: 30px !important;
	}
	
	.section_contact_ville p{
		text-align: center;
		line-height: 34px;
	}
	
	.section_contact_ville a{
		font-size: 35px !important;
	}
	
	body .sub-menu a {
		color: #000000 !important;
	}
	
	.section_contact_ville .avia_textblock{
		flex-direction: column;
	}
	
	.top_bar{
		display:none;
	}
	
	body .vignette_phone{
		position:inherit;
	}
}


@media screen and (min-width: 768px) and (max-width: 1023px){
	body .section_contact_ville p {
		color: #2c353d;
		font-size: 30px;
	}
}