#content {
	margin-bottom:10px;
	padding:20px 20px 60px 20px;
	clear:both;
	background: #FFF;
}

h1 {
	font-size:1.5em;
	padding:10px 0;
}

h2 {
	font-family: 'dinlight';
	font-size:20px;
	font-weight: bold;
	padding:7px 0;
	text-transform: uppercase;
}

h3 {
	font-size:18px;
	font-weight: bold;
	padding:5px 0;
}

p {
	margin-bottom: 10px;
}

ul.list {
	margin-top:10px;
	margin-bottom:10px;
}

ul.list li {
	list-style:disc;
	list-style-position:inside;
}

/* **************************************************************************************************** */
/* TABLEAUX
/* **************************************************************************************************** */

table {
	width:100%;
	margin:10px 0;
}

table th , table td {
	text-align: center;
	border:1px solid #CCC;
	border-collapse: collapse;
	padding:3px 10px;
	vertical-align: middle;
}

table th {
	background:#EEE;
}

table td {
}

table .th {
	display: none;
}

/* **************************************************************************************************** */
/* FORMULAIRES
/* **************************************************************************************************** */

.form {
}

.form ul li {
	padding-bottom:10px;
}
.form label {
	display:inline-block;
	min-width:150px;
}

.form input[type=text] , .form input[type=password] , .form textarea {
	display:inline-block;
	padding:5px 10px;
	width:100%;
	border:none;
	border:1px solid #CCC;
	background:white;
}

.form textarea {
	width:100%;
	min-height:100px;
}

.form input[type=text]:focus , .form input[type=password]:focus , .form textarea:focus  ,
.form input[type=text]:hover , .form input[type=password]:hover , .form textarea:hover
{
	outline:none;
}

.form select {
	padding:3px 2%;
	width: 100%;
	border: 1px solid #CCC;
}

.form input[type=text].error , .form select.error , .form textarea.error , .form input[type=password].error {
	border:1px solid red;
}

.form input[type=submit] {
	border:none;
	width:200px;
	margin:20px auto;
}

.form ul li.short {
	float:left;
	width:48%;
	margin-right:2%;
}

.form ul li.short.endline {
	margin-left:2%;
	margin-right:0%;
}

.form ul li.short input[type=text] , .form ul li.short input[type=password] , .form ul li.short textarea {
	padding:5px 10px;
	width:100%;
}

.form ul li.long {
	width:100%;
	clear:both;
}

.form ul li.long input[type=text] , .form ul li.long input[type=password] , .form ul li.long textarea {
	padding:5px 10px;
	width:100%;
}

.form .short select {
	width:98%;
}

.bcolor , .form input[type=submit] {
	padding:10px 20px;
	background:#4A6F79;
	color:white;
	display:block;
	cursor:pointer;
	font-size:20px;
	font-family: 'dinmedium';
}

.bcolor:hover , .form input[type=submit]:hover {
	opacity: 0.7;
	text-decoration: none;
}

.bcolor.active , .form input[type=submit].active {
	background:#444;
}

.bcolor {
	display: inline-block;
}

.submits {
	text-align: center;
}
.submits input[type=submit] {
	display: inline-block;
	margin-left:10px;
	margin-right:10px;
}

/* **************************************************************************************************** */
/* PAGINTATION
/* **************************************************************************************************** */

.pagination {
	float:right;
	margin-top:20px;
}

.pagination-item {
	display:block;
	padding:4px 7px;
	background:#DBDBDB;
	color:white;
	float:left;
	margin-right:3px;
	border-radius:15px;
}

.pagination-item.current , .pagination-item:hover {
	cursor:pointer;
	background:#706F6F;
}

/* **************************************************************************************************** */
/* INFOS BULLE
/* **************************************************************************************************** */

.bulle {
	background: rgba( 199 , 0 , 106 , 0.1 );
	border-bottom: 2px solid red;
	padding:10px;
	margin:auto;
	margin-bottom: 7px;
	margin-top: 3px;
	overflow:hidden;
}
.bulle.message {
	background: #a6f8b7;
	border: 1px solid #49f160;
	padding:10px;
	margin-top: 10px;
}
.bulle.errors {
	background: #f36767;
	border: 1px solid #f14343;
	padding:10px;
	margin-top: 10px;
	color:white;
}

/* **************************************************************************************************** */
/* S_SELECT
/* **************************************************************************************************** */

.sSelect {
	display:inline-block;
}

.sSelect .sSelectbar {
	padding:5px 10px;
	cursor:pointer;
	display: inline-block;
	padding-right:30px;
	border: 1px solid #CCCCCC;
	width:200px;
	background: url("../images/elements/arrowselect.png") white no-repeat top right;
}

.sSelect .sSelectUl {
	background:white;
	cursor:pointer;
	width:240px;
	border: 1px solid #CCCCCC;
	position: absolute;
	top:26px;
	left:0;
}

.sSelect .sSelectUl li {
	padding:5px 10px;
	border-bottom: 1px solid #EEEEEE;
}

.sSelect .sSelectUl li:hover {
	background:#EEEEEE;
}

.sSelect .sSelectInput {
	background:white;
	width:100%;
	border:none;
	outline:none;
}

@media screen and (max-width: 600px) {
	/* form responsive */
	.form input[type=text] , .form input[type=password] , .form textarea {
		display:block;
		width:100%;
	}

	.form ul li.short {
		width:100%;
		margin:0;
	}

	.form ul li.short.endline {
		margin:0;
	}

	.form ul li.short input[type=text] , .form ul li.short input[type=password] , .form ul li.short textarea {
		display:block;
		width:100%;
		padding:3px 2%;
	}

	.form select {
		display:block;
		width:100%;
	}



    /* table responsive */
    .table-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        width: 100%;
    }

    /* Annuler les règles qui cassent le tableau */
    table, tbody, table tr {
        display: table;
        display: revert;
        width: auto !important;
    }

    table tr {
        margin-top: 0;
        display: table-row;
    }

    table th {
        display: table-cell;
    }

    table td {
        display: table-cell;
        background: initial !important;
        text-align: center !important;
        border-top: 1px solid #CCC;
    }

    table .th {
        display: none;
    }

    table thead, table .trh {
        display: table-header-group;
    }

}



/* Bandeau */
.bandeau {
	/*height: 500px;*/
	height: 350px;
	background: center;
}
.bandeau h1 {
	padding-top: 180px;
	font-family: 'dinlight';
	font-size: 45px;
	color: #FFF;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}
.bandeau h1 .title {
	display: block;
}
.bandeau h1 .subtitle {
	font-size: 30px;
}
#content-background {
	background: #FFF;
	position: absolute;
	top: -60px;
	bottom: -40px;
	left: 0;
	right: 0;
	-webkit-transform: skewY(-2deg);
	-moz-transform: skewY(-2deg);
	-ms-transform: skewY(-2deg);
	-o-transform: skewY(-2deg);
	transform: skewY(-2deg);
	z-index: -1;
}

/* Colonne de droite (formations, contact) */
.linksright {
	float: right;
	width: 25%;
	padding-left: 30px;
}
.linksright .image {
	position: relative;
}
.linksright .document {
	position: relative;
	background: #4A6F79;
	padding: 30px 0;
	margin-top: -10px;
	text-align: center;
	-webkit-transform: skewY(-2deg);
	-moz-transform: skewY(-2deg);
	-ms-transform: skewY(-2deg);
	-o-transform: skewY(-2deg);
	transform: skewY(-2deg);
}
.linksright .document-link {
	display: block;
	width: 100%;
	color: #FFF;
	font-family: 'dinmedium';
	font-size: 20px;
	opacity: 0.7;
	-webkit-transform: skewY(2deg);
	-moz-transform: skewY(2deg);
	-ms-transform: skewY(2deg);
	-o-transform: skewY(2deg);
	transform: skewY(2deg);
}
.image .background-top-image {
	width: 100%;
	height: 10px;
	background: #FFF;
	position: absolute;
	top: -5px;
	left: 0;
	-webkit-transform: skewY(-2deg);
	-moz-transform: skewY(-2deg);
	-ms-transform: skewY(-2deg);
	-o-transform: skewY(-2deg);
	transform: skewY(-2deg);
}
.linksright .image img {
	width: 100%;
	display: block;
}
.linksright .informations {
	padding: 50px 10px 30px 40px;
	border-color: #DDDDDD;
	border-style: solid;
	border-left-width: 1px;
	border-bottom-width: 1px;
	background: url(../images/info.png) no-repeat;
	background-position: 5px 20px;
}
.linksright .informations .text-info {
	font-family: 'dinmedium';
	font-size: 20px;
	color: #A2C037;
}
.linksright .informations .contact-info {
	font-family: Arial;
	font-size: 14px;
	color: #545454;
	margin-top: 20px;
}
.linksright .informations .contact-info .contact-name {
	font-weight: bold;
}

/* Listing formations (home, formations) */
.container-formation {
	width: 33.33%;
	float: left;
	text-align: center;
}
.container-formation:nth-child(3n+1) {
	clear: left;
}
.formation {
	margin: 20px 0;
	display: inline-block;
	width: 250px;
	color: #646472;
	font-size: 16px;
	font-family: 'dinmedium';
}
.formation:hover img {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	opacity: 1;
}
.formation img {
	width: 250px;
	height: 250px;
	object-fit: cover;
	padding: 5px;
	background: #FFF;
	border-radius: 50%;
	-moz-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.3);
	/* filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=4);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%); */
	filter: gray; /* IE 6-9 */
	opacity: 0.8;
	margin-bottom: 10px;
}
#home-formations-background {
	background: #FFF;
	position: absolute;
	bottom: -50px;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	-webkit-transform: skewY(-1.5deg);
	-moz-transform: skewY(-1.5deg);
	-ms-transform: skewY(-1.5deg);
	-o-transform: skewY(-1.5deg);
	transform: skewY(-1.5deg);
	-moz-box-shadow: 0px -2px 10px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px -2px 10px 0px rgba(0,0,0,0.2);
	-o-box-shadow: 0px -2px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px -2px 10px 0px rgba(0,0,0,0.2);
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=90, Strength=10);
}

/* SLIDER */
body .s_diaporama iframe{
	width: 100%;
	height: calc(((100vw - (100vw - 1220px)) / 2) / 1.78);
}
body.inter .s_diaporama, body.inter .s_diaporama .listimg, body.inter .slick-initialized .slick-slide {
	position: relative;
	text-align: center;
}

body.inter .image_block {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 50px;
}

body.inter .image_block img {
	max-width: 30% !important;
	height: auto;
	object-fit: cover;
}

body.inter .slick-initialized .slick-slide {
	max-height: 400px;
	line-height: 400px;
}
body.inter .s_diaporama .slick-slide img {
	max-height: 400px;
	display: inline-block !important;
	vertical-align: middle;
	max-width: 100%;
}
body.inter .slick-dots {
	text-align: center;
}
body.inter .slick-dots li {
	display: inline-block;
	margin: 5px;
}
body.inter .slick-dots li button {
	font-size: 0;
	border: 1px solid rgba(0,0,0,0.3);
	opacity: 0.8;
	border-radius: 50%;
	padding: 5px;
	background: #37525B;
	outline: 0;
}
body.inter .slick-dots li.slick-active button {
	background: #FFF;
}

@media all and (max-width: 980px){
	body .s_diaporama iframe{
		height: calc(((100vw - (100vw - 1220px)) / 2) / 1.78);
	}
}

/* MODAL */
.modal {
	display: none;
	position: fixed;
	z-index: 6;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.4);
}

.modal.-active {
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal-content {
	position: relative;
	background-color: #fefefe;
	padding: 30px;
	border: 1px solid #888;
	width: 80%;
	height: 80%;
}

.close {
	position: absolute;
	top: 0;
	right: 5px;
	color: #aaaaaa;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}