/* assets/styles.css */

/* Prevent Multiple Contact Form 7 Submissions */

.wpcf7-form.submitting .wpcf7-submit {
    pointer-events: none;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.no_margin_bt {
    margin-bottom: 0 !important;
}

.no_wrap {
	white-space: nowrap !important;
}

.ul_margin ul {
    margin-left: 35px;
}

.bg_img_project {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.page-content a {
    text-decoration: none !important;
}


@media screen and (max-width: 767px) {
	
	.order_1 {
    	order: -1;
	}
	
}

/** Politique ****/

.annexe_table table th,
.annexe_table table td {
	text-align: left !important;
    background-color: transparent !important;
	border-color: #533E25;
}

.annexe_table table th {
	color: #fff;
    background-color: #D98042 !important;
}

@media screen and (max-width : 650px) {
	
	.annexe_table table {
		overflow-x: auto; 
		max-width: 100%; 
  		display: block; 
  		white-space: nowrap;	
	}
	
}
