@media (max-width: 950px) {
#page-container{
overflow-x: hidden !important;
}
}
.et_pb_menu .et-menu>li {
    padding-left: 0;
    padding-right: 0;
}
/* RESPONSIVE FORM */

#responsive-form{
	max-width:100%; 
	margin:0 auto;
    width:100%;
    padding: 0px;

}
.form-row{
	width: 100%;

}

#responsive-form input, #responsive-form select, #responsive-form textarea {
	width:100%;
} 

#responsive-form input[type=submit] {
	width:250px !important;
} 



.column-full{ 
float: left;
position: relative;
	padding: 0.65rem 0.65rem 0.65rem 0px ;
width:100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.column-half{
	float: left;
	position: relative;
	padding: 0.65rem 0.65rem 0.65rem 0px ;
	width:50%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
#responsive-form textarea {
	height: 200px;
}
#responsive-form input , #responsive-form textarea {
	border:0px !important;
}
#responsive-form input[type=submit] {

	background-color: #745e51 !important;
	color:#ffffff;
	cursor:pointer;
}
#responsive-form span {
 color:#4e4e4e;
}
@media (max-width: 767px) {
	.column-half{
		width:100% !important;
	}
	
}

.arx_grid_pdf{
	display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px;
}

.arx_flex_pdf{
	display: flex;
    align-items: center;
}

.arx_flex_pdf .image{
	width: 35%
}

.arx_flex_pdf .image img{
	width: 150px!important
}
.arx_flex_pdf .lien{
	width: 65% 
}
.arx_flex_pdf .lien a{
	font-family: 'Belgrano',Georgia,"Times New Roman",serif;
    font-size: 15px;
    color: #000000!important;
   
}

.arx_flex_pdf .lien p{
	font-family: 'Belgrano',Georgia,"Times New Roman",serif;
    font-size: 17px;
    color: #000000!important;
	padding-bottom: 15px;
}


@media (max-width: 1024px) {
	.arx_grid_pdf{	
		grid-template-columns: repeat(1,1fr);
		 grid-gap: 30px;
}
}
@media (min-width: 1360px) and (max-width: 1540px) {
	.et_pb_menu_0_tb_header.et_pb_menu ul li a{
		font-size: 14px !important
	}
}

@media (max-width: 1359px) {
	.et_pb_menu_0_tb_header.et_pb_menu ul li a{
		font-size: 12px !important
	}
}

.arx_offres{
	height: 40px;
    overflow: hidden;
    line-height: 40px;
    background-color: #594c4e;
    color: #ffffff !important;
    position: relative;
}

.arx_offres .container{
	text-align: center;
    color: #ffffff;
    width: 1000px;
    margin: 0 auto;
}