/*
Theme Name: ANPSP - IKONOKLAST
Description: IKONOKLAST Theme
Author: Agence Ikonoklast
Author URI: https://www.ikonoklast.fr
Template: twentytwenty 
Version: 0.1.0
*/


html {
	font-size: 16px; /* 1rem = 10px */
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

body {
	background: none;
	box-sizing: border-box;
	color: #494753;
	font-family: "Roboto", serif;
	font-size: 16px;
	letter-spacing: normal;
	text-align: left;
}

/* Style general */

.container_pleine_largeur {
	float: left;
	position: relative;
	width: 100%;
	max-width: 2500px;
	padding-top: 0em;
	padding-bottom: 0;
	height: auto;
	margin-left: auto;
    margin-right: auto;
	overflow: hidden;
	z-index: 1;
}


body div#container_pleine_largeur_menu {
	overflow: visible;
	z-index: 99;
}



@media only screen and (min-width: 2500px) {
	.container_pleine_largeur {
	float: left;
	width: 2500px;
	margin-right: 0;
	margin-left: calc(50% - 1250px);
	}
}

/* MENU PRINCIPAL ORDINATEUR */

#menu {
	display: block;
	width: 100%;
	float: left;
	text-align: left;
	padding: 0;
	padding-left: 9vw;
	padding-right: 9vw;
	z-index: 99;
	position: relative;
}


#logo_accueil {
	display: block;
	float: left;
	width: 4.7em;
	height: auto;
	padding: 0;
	margin: 0;
}

#logo_accueil img {
	display: block;
	float: left;
	width: 100%;
	height: 5.1em;
	margin: 0;
	margin-top: 0.5em;
}

.retour_home {
	display: block;
	float: left;
	width: 100%;
	height: 8.5em;
	margin-top: -8em;
	position: relative;
	z-index: 12;
	opacity: 0.5;
}

#container_menu {
	float: left;
	margin-top: 1.2em;
	z-index: 99;
	position: relative;
}

#container_menu ul#menu-menu-principal {
	display: block;
	list-style: none;
	position: relative;
	margin:0;
	margin-top: 0;
	padding: 0;
	text-align: left;
	width: auto;
	float: left;
	margin-left: 1em;
	z-index: 600;
}

@media only screen and (max-width: 1085px) {
	#container_menu ul#menu-menu-principal {
	display: none;
	}
}

#container_menu ul#menu-menu-principal > li {
	display: inline-block;
	float: left;
	width: auto;
	height: 1.3em;
	overflow: visible;
	margin: 0;
	padding: 0;
	border-left: solid 1px #7bbacb;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: 400;
}

#container_menu ul#menu-menu-principal > li > a {
	color: #494753;
	text-decoration: none;
	display: inline-block;
	float: left;
	position: relative;
	margin-top: -0.3em;
	padding: 0.2em 1.2em;
}

#container_menu ul#menu-menu-principal > li:first-child {
	border-left: solid 0;
}

#container_menu ul#menu-menu-principal > li.current_page_item a {
	/*font-weight: 400;*/
	color: #7bbacb;
}

#container_menu ul#menu-menu-principal > li > a:hover {
	color: #7bbacb;
}


		/* Sous menu ordinateur */
		body #container_menu ul#menu-menu-principal li ul {
			position: absolute;
			z-index: 50;
		}
		#container_pleine_largeur_menu > #menu > #container_menu > #menu-menu-principal > li > ul > li > ul {
			display: none;
		}
		#container_pleine_largeur_menu > #menu > #container_menu > #menu-menu-principal > li > ul {
			list-style: none;
			width: auto;
			background: rgba(255,255,255,0.97);
			display: block;
			text-indent: 0;
			padding: 1em 1em;
			padding-left: 1.5em;
			box-shadow: 0px 15px 15px -4px rgba(0,0,0,0.65);
			top: 0.7em;
			margin-left: 0em;
			display: none;
		}
		
		@media only screen and (max-height: 725px) {
			#container_pleine_largeur_menu > #menu > #container_menu > #menu-menu-principal > li > ul {
			width: calc(20vw + 3em);
			}
		}
		
		#container_pleine_largeur_menu > #menu > #container_menu > #menu-menu-principal > li:hover > ul {
			display: block;
		}
		
		
		#container_pleine_largeur_menu > #menu > #container_menu > #menu-menu-principal > li > ul > li {
			margin: 0;
			text-indent: 0;
			padding: 0;
		}
		
		
		#container_pleine_largeur_menu > #menu > #container_menu > #menu-menu-principal > li > ul > li > a {
			display: inline-block;
			height: 7.5em;
			width: 35vw;
			max-width: 18em;
			float: left;
			padding: 1em;
			margin-top: 1.5em;
			font-size: 1.1em;
			font-weight: 500;
			text-decoration: none;
			color: #fff;
			text-transform: lowercase;
		}
		
		@media only screen and (max-height: 725px) {
			#container_pleine_largeur_menu > #menu > #container_menu > #menu-menu-principal > li > ul > li > a {
			height: 5em;
			width: 20vw;
			}
		}
		
		#container_pleine_largeur_menu > #menu > #container_menu > #menu-menu-principal > li > ul > li > a:first-letter {
			text-transform: uppercase;
		}
		
		#container_pleine_largeur_menu > #menu > #container_menu > #menu-menu-principal > li > ul > li#menu-item-98 > a {
				background: #CCC url(images/image-formations-sous-menu.jpg) top center no-repeat;
				background-size: cover;
				cursor: default;
				margin-bottom: 0.5em;
				position: relative;
				margin-top: 1em;
		}
		
		#container_pleine_largeur_menu > #menu > #container_menu > #menu-menu-principal > li > ul > li#menu-item-99 > a {
				background: #CCC url(images/image-formations-continues-sous-menu.jpg) top center no-repeat;
				background-size: cover;
				cursor: default;
				margin-bottom: 0.5em;
		}
		
		
		body #container_pleine_largeur_menu > #menu > #container_menu > #menu-menu-principal > #menu-item-95 > .sub-menu > #menu-item-98 > .sub-menu {
				display: block;
				position: relative;
				float: left;
				list-style: none;
				margin: 0;
				padding: 0;
				text-indent: none;
				float: left;
				width: calc(100% - 1.2em);
				max-width: calc(100% - 1.2em);
		}
		

		body #container_pleine_largeur_menu > #menu > #container_menu > #menu-menu-principal > #menu-item-95 > .sub-menu > #menu-item-98 > .sub-menu li {
			margin: 0;
			padding: 0;
		}
		
		body #container_pleine_largeur_menu > #menu > #container_menu > #menu-menu-principal > #menu-item-95 > .sub-menu > #menu-item-98 > .sub-menu li a {
			display: inline-block;
			font-size: 0.7em;
			background: #679baa;
			padding: 0.4em 0.8em;
			margin: 0.4em;
			float: left;
			width:auto;
			color: #fff;
			text-decoration: none;
			-webkit-transition: all 0.2s ease-in-out 0s;
			-moz-transition: all 0.2s ease-in-out 0s;
			-o-transition: all 0.2s ease-in-out 0s;
			-ms-transition: all 0.2s ease-in-out 0s;
		}
		
		@media only screen and (max-height: 725px) {
			body #container_pleine_largeur_menu > #menu > #container_menu > #menu-menu-principal > #menu-item-95 > .sub-menu > #menu-item-98 > .sub-menu li a {
			font-size: 0.55em;
			}
		}
		
		body #container_pleine_largeur_menu > #menu > #container_menu > #menu-menu-principal > #menu-item-95 > .sub-menu > #menu-item-98 > .sub-menu li a:hover {
			background: #527a85;
			-webkit-transition: all 0.2s ease-in-out 0s;
			-moz-transition: all 0.2s ease-in-out 0s;
			-o-transition: all 0.2s ease-in-out 0s;
			-ms-transition: all 0.2s ease-in-out 0s;
			-ms-transform: scale(1.05); /* IE 9 */
    		-webkit-transform: scale(1.05); /* Safari */
    		transform: scale(1.05);
		}
		
		#container_pleine_largeur_menu > #menu > #container_menu > #menu-menu-principal > #menu-item-95 > .sub-menu > #menu-item-99 > .sub-menu {
			display: block;
			position: relative;
			float: left;
			list-style: none;
			margin: 0;
			padding: 0;
			text-indent: none;
			float: left;
			width: calc(100% - 1.2em);
			max-width: calc(100% - 1.2em);
		}
		body #container_pleine_largeur_menu > #menu > #container_menu > #menu-menu-principal > #menu-item-95 > .sub-menu > #menu-item-99 > .sub-menu li {
			margin: 0;
			padding: 0;
		}
		
		body #container_pleine_largeur_menu > #menu > #container_menu > #menu-menu-principal > #menu-item-95 > .sub-menu > #menu-item-99 > .sub-menu li a {
			display: inline-block;
			font-size: 0.7em;
			background: #679baa;
			padding: 0.4em 0.8em;
			margin: 0.4em;
			float: left;
			width:auto;
			color: #fff;
			text-decoration: none;			
			-webkit-transition: all 0.2s ease-in-out 0s;
			-moz-transition: all 0.2s ease-in-out 0s;
			-o-transition: all 0.2s ease-in-out 0s;
			-ms-transition: all 0.2s ease-in-out 0s;
		}
		
		@media only screen and (max-height: 725px) {
			body #container_pleine_largeur_menu > #menu > #container_menu > #menu-menu-principal > #menu-item-95 > .sub-menu > #menu-item-99 > .sub-menu li a {
			font-size: 0.55em;
			}
		}
		
		body #container_pleine_largeur_menu > #menu > #container_menu > #menu-menu-principal > #menu-item-95 > .sub-menu > #menu-item-99 > .sub-menu li a:hover {
			background: #527a85;
			-webkit-transition: all 0.2s ease-in-out 0s;
			-moz-transition: all 0.2s ease-in-out 0s;
			-o-transition: all 0.2s ease-in-out 0s;
			-ms-transition: all 0.2s ease-in-out 0s;
			-ms-transform: scale(1.05); /* IE 9 */
    		-webkit-transform: scale(1.05); /* Safari */
    		transform: scale(1.05);
		}
		
		
		body li#menu-item-101 {
			text-align: center;
		}
		
		body #container_pleine_largeur_menu > #menu > #container_menu > #menu-menu-principal > #menu-item-95 > .sub-menu > #menu-item-101 a {
			display: inline-block;
			background: #233337;
			width: auto;
			height: auto;
			color: #fff;
			font-size: 0.9em;
			padding: 0.5em  0.6em;
			font-weight: 300;
			-webkit-transition: all 0.2s ease-in-out 0s;
			-moz-transition: all 0.2s ease-in-out 0s;
			-o-transition: all 0.2s ease-in-out 0s;
			-ms-transition: all 0.2s ease-in-out 0s;
			margin-bottom: 0.9em;
			margin-top: 2.3em;
		}
		
		body #container_pleine_largeur_menu > #menu > #container_menu > #menu-menu-principal > #menu-item-95 > .sub-menu > #menu-item-101 a:hover {
			-webkit-transition: all 0.2s ease-in-out 0s;
			-moz-transition: all 0.2s ease-in-out 0s;
			-o-transition: all 0.2s ease-in-out 0s;
			-ms-transition: all 0.2s ease-in-out 0s;
			-ms-transform: scale(1.05); /* IE 9 */
    		-webkit-transform: scale(1.05); /* Safari */
    		transform: scale(1.05);
			background: #7ab6c7;
		}
		
		
				
		@media only screen and (max-height: 725px) {
			body #container_pleine_largeur_menu > #menu > #container_menu > #menu-menu-principal > #menu-item-95 > .sub-menu > #menu-item-101 a {
			font-size: 0.7em;
			margin-bottom: 0;
			margin-top: 1em;
			}
		}

		
		/* Fin sous menu ordinateur */


/* FIN MENU PRINCIPAL ORDINATEUR */


/* Bouton connexion */

#container_connexion {
	display: block;
	text-align: right;
	float: right;
	text-decoration: none;
	text-transform: uppercase;
	color: #7bb9ca;
	font-size: 0.9em;
	padding-top: 0.8em;
}

#container_connexion:hover {
	-ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari */
    transform: scale(1.05);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
}

#container_connexion:active {
	-ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
}

@media only screen and (max-width: 1085px) {
	#container_connexion {
		margin-right: 6em;
		margin-top: 0.2em;
	}
}

#container_connexion span {
	display: block;
	float: left;
	width: auto;
	padding-top: 0.5em;
	padding-left: 0.7em;
	font-weight: 400;
}

@media only screen and (max-width: 1280px) {
	#container_connexion span {
	display: none;
	}
}

#container_connexion img#image_connexion {
	display: inline-block;
	width: 1.6em; 
	height: auto;
	float: left;
}

@media only screen and (max-width: 1085px) {
	#container_connexion img#image_connexion {
	}
}

/* Fin bouton connexion */


/* Diaporama accueil */

#container_diaporama {
	width: calc(100% - 12vw);
	float: left;
	margin-left: 6vw;
	margin-right: 6vw;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

@keyframes zoom {
   from {
        transform: scale(1,1);
   }
   to {
        transform: scale(1.5,1.5);
   }
}

#depicter-1 {
	position: relative;
	z-index: 1;
	-webkit-animation: zoom 40s linear 1s infinite /*alternate*/; /* Chrome, Safari, Opera */
    animation: zoom 40s linear 1s infinite /*alternate*/;
}

#diaporama_accueil {
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
}

#masque_diaporama_accueil {
	width: 100%;
	float: left;
	display: block;
	position: relative;
	margin-top: -8em;
	z-index: 1;
}

#masque_diaporama_accueil img {
	display: block;
	height: 10em;
	width: 100%;
	position: relative;
	z-index: 1;
}

#titre_page_accueil {
	color: #fff;
	font-size: 1.7em;
	line-height: 1.2em;
	font-weight: 300;
	display: block;
	width: 100%;
	float: left;
	position: absolute;
	margin-top: 25vw;
	margin-left: 3.5em;
	background: none;
	z-index: 4;
}

@media only screen and (max-width: 1340px) {
	#titre_page_accueil {
		margin-top: 20vw;
	}
}

@media only screen and (max-width: 1100px) {
	#titre_page_accueil {
		margin-left: 0em;
		margin-top: 0;
		width: 100%;
		height: auto;
		padding-bottom: 4em;
		padding-top: 2em;
		padding-left: 2em;
		padding-right: 2em;
		background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%);
	}
}

@media only screen and (max-width: 766px) {
	#titre_page_accueil {
	}
}

@media only screen and (max-width: 565px) {
	#titre_page_accueil {
		font-size: 1.2em;
	}
}


#titre_page_accueil span {
	font-size: 2.5em;
	font-weight: 600;
}

/* Fin diaporama accueil */

/* Bandes de couleurs */

.container_bandes {
	width: 100%;
	float: left;
	z-index: 12;
}


.bandes_bleus {
	opacity: 0.5;
	background: #7ab6c7;
	display: block;
	width: 5.5em;
	height: 17em;
	position: relative;
	z-index: 10;
}

.bandes_jaunes {
	opacity: 0.5;
	background: #fff055;
	display: block;
	width: 5.5em;
	height: 17em;
	position: relative;
	z-index: 10;
}

#bande_jaune_diaporama {
	float: right;
	margin-right: 10em;
	margin-top: -20em;
}

body #bande_bleu_diaporama {
	float: right;
	position: relative;
	z-index: 15;
	margin-right: 19em;
	margin-top: -17em;
}




.container_bandes_pages {
	width: 100%;
	float: left;
	z-index: 12;
}


#bande_jaune_diaporama_pages {
	float: right;
	margin-right: 10em;
	margin-top: -15em;
	margin-bottom: -15em;
}

body #bande_bleu_diaporama_pages {
	float: right;
	position: relative;
	z-index: 15;
	margin-right: 19em;
	margin-top: -12em;
	margin-bottom: -12em;
}

#container_bandes_formation {
	 width: 100%;
	 float: left;
	 display: block;
	 position: relative;
	 height: 10em;
	 margin-bottom: -20em;
	 z-index: 9;
	 opacity: 0.5;
}

body #bande_bleu_formation {
	display: block;
	float: left;
	height: 17em;
	width: 5.5em;
	background: #7ab6c7;
	position: absolute;
	z-index: 16;
	margin-left: 19em;
}

body #bande_jaune_formation {
	display: block;
	float: left;
	height: 17em;
	width: 5.5em;
	background: #fff055;
	position: absolute;
	z-index: 15;
	margin-top: 2em;
	margin-left: 10em;
}

@media only screen and (min-width: 2500px) {
	#bande_jaune_diaporama {
	margin-right: 8vw;
	}
	
	body #bande_bleu_diaporama {
		margin-right: 13.5vw;
	}
	body #bande_bleu_formation {
		margin-left: 14vw;
	}
	
	body #bande_jaune_formation {
		margin-top: 2em;
		margin-left: 8vw;
	}
}


@media only screen and (min-width: 3000px) {
	#bande_jaune_diaporama {
	margin-right: 8vw;
	}
	
	body #bande_bleu_diaporama {
		margin-right: 12vw;
	}
	body #bande_bleu_formation {
		margin-left: 12vw;
	}
	
	body #bande_jaune_formation {
		margin-top: 2em;
		margin-left: 8vw;
	}
	
	body div#bande_bleu_diaporama_pages {
		margin-right: 12vw;
	}
	
	body div#bande_jaune_diaporama_pages {
		margin-right: 8vw;
	}
}

@media only screen and (min-width: 4000px) {
	#bande_jaune_diaporama {
	margin-right: 8vw;
	}
	
	body #bande_bleu_diaporama {
		margin-right: 11vw;
	}
	body #bande_bleu_formation {
		margin-left: 11vw;
	}
	
	body #bande_jaune_formation {
		margin-top: 2em;
		margin-left: 8vw;
	}
	body div#bande_bleu_diaporama_pages {
		margin-right: 11vw;
	}
	
	body div#bande_jaune_diaporama_pages {
		margin-right: 8vw;
	}
}

@media only screen and (max-width: 1220px) {
	body #bande_bleu_formation {
	height: 17em;
	width: 5.5em;
	z-index: 16;
	margin-left: 14.5em;
	}
	
	body #bande_jaune_formation {
	height: 17em;
	width: 5.5em;
	margin-top: 2em;
	margin-left: 7em;
	}
}

@media only screen and (max-width: 1130px) {
	body #bande_bleu_formation {
	height: 14em;
	width: 5.5em;
	z-index: 16;
	margin-left: 14.5em;
	}
	
	body #bande_jaune_formation {
	height: 17em;
	width: 5.5em;
	margin-top: 2em;
	margin-left: 7em;
	}
}

@media only screen and (max-width: 995px) {
	body #bande_bleu_formation {
	height: 10em;
	width: 5.5em;
	z-index: 16;
	margin-left: 14em;
	}
	
	body #bande_jaune_formation {
	height: 12em;
	width: 5.5em;
	margin-top: 2em;
	margin-left: 6em;
	}
}

@media only screen and (max-width: 900px) {
	body #bande_bleu_formation {
	height: 6em;
	width: 5.5em;
	z-index: 16;
	margin-left: 14em;
	margin-top: 2em;
	}
	
	body #bande_jaune_formation {
	height: 6em;
	width: 5.5em;
	margin-top: 2em;
	margin-left: 6em;
	}
}

@media only screen and (max-width: 565px) {
	body #bande_bleu_formation {
	height: 6em;
	width: 4em;
	z-index: 16;
	margin-left: 10em;
	margin-top: 2em;
	}
	
	body #bande_jaune_formation {
	height: 6em;
	width: 4em;
	margin-top: 2em;
	margin-left: 4em;
	}
}


@media only screen and (max-width: 1100px) {
	.bandes_bleus {
		width: 5.5em;
		height: 17em;
	}
	
	.bandes_jaunes {
		width: 5.5em;
		height: 17em;
	}
	
	body #bande_jaune_diaporama {
		margin-right: 6em;
		margin-top: -20em;
	}
	
	body #bande_bleu_diaporama {
		margin-right: 14em;
		margin-top: -17em;
	}
	
	body div#bande_bleu_diaporama_pages {
		margin-right: 14em;
		margin-top: -13em;
		margin-bottom: -13em;
	}
	
	body div#bande_jaune_diaporama_pages {
		margin-right: 6em;
		margin-top: -16em;
		margin-bottom: -16em;
	}
}

@media only screen and (max-width: 565px) {
	.bandes_bleus {
		width: 4em;
		height: 17em;
	}
	
	.bandes_jaunes {
		width: 4em;
		height: 17em;
	}
	
	body #bande_jaune_diaporama {
		margin-right: 4.5em;
		margin-top: -20em;
	}
	
	body #bande_bleu_diaporama {
		margin-right: 10em;
		margin-top: -17em;
	}
	
	body div#bande_bleu_diaporama_pages {
		width: 4em;
		height: 17em;
		margin-right: 10em;
	}
	body div#bande_jaune_diaporama_pages {
		width: 4em;
		height: 17em;
		margin-right: 4em;
	}
}


/* Fin bandes de couleurs */




/* Contenus page accueil */

#notre_association {
	float: left;
	width: 100%;
	background: #f8f8f8;
	color: #46444f;
	width: calc(100% - 12vw);
	padding: 2em 7em;
	padding-bottom: 4em;
	padding-top: 13em;
	margin-left: 6vw;
	margin-right: 6vw;
	overflow: hidden;
}

@media only screen and (max-width: 650px) {
	#notre_association {
		padding: 2em 3em;
		padding-bottom: 5.5em;
	}
}

#masque_notre_association {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: -13em;
}

#image_masque_notre_association {
	width: 100%;
	height: auto;
}

#texte_association {
	float: left;
	text-align: justify;  /* For Edge */
  	text-align-last: left;
}

#titre_association {
	text-align: center;
	font-size: 2em;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	margin-bottom: 1.2em;
}

@media only screen and (max-width: 1560px) {
	#titre_association {
		position: relative;
		margin-top: -3em;
		margin-bottom: 1.3em;
	}
}

@media only screen and (max-width: 650px) {
	body #titre_association {
		font-size: 1.5em;
		margin-top: 2em;
		margin-bottom: 0.8em;
	}
}


#container_carre_jaune {
	float: left;
	width: 100%;
	position: relative;
}

#container_carre_jaune span.carre_jaune {
	opacity: 0.5;
	background: #fff055;
	display: block;
	width: 5.5em;
	height: 6.5em;
	float: left;
	position: relative;
	z-index: 10;
}


#container_carre_jaune span#carre_jaune_id {
	margin-left: 11em;
	margin-top: -3em;
}

@media only screen and (min-width: 2500px) {
	#container_carre_jaune span#carre_jaune_id {
	margin-left: 8vw;
	margin-top: -3em;
	}
}

@media only screen and (max-width: 1460px) {
	#container_carre_jaune span#carre_jaune_id {
	margin-left: 8em;
	margin-top: -3em;
	}
}

@media only screen and (max-width: 760px) {
	#container_carre_jaune span#carre_jaune_id {
	margin-left: 5em;
	margin-top: -3em;
	}
}

@media only screen and (max-width: 565px) {
	#container_carre_jaune span.carre_jaune {
	width: 4em;
	height: 5em;
	}
	#container_carre_jaune span#carre_jaune_id {
	margin-left: 3.3em;
	margin-top: -3em;
	}
}



#container_carre_jaune2 {
	float: left;
	width: 100%;
	position: relative;
}

#container_carre_jaune2 span.carre_jaune2 {
	opacity: 0.5;
	background: #fff055;
	display: block;
	width: 5.5em;
	height: 6.5em;
	float: right;
	position: relative;
	z-index: 10;
}


#container_carre_jaune2 span#carre_jaune_id2 {
	margin-right: 11em;
	margin-top: -3em;
}

@media only screen and (min-width: 2500px) {
	#container_carre_jaune2 span#carre_jaune_id2 {
	margin-right: 8vw;
	margin-top: -3em;
	}
}

@media only screen and (max-width: 1460px) {
	#container_carre_jaune2 span#carre_jaune_id {
	margin-right: 8em;
	margin-top: -3em;
	}
}

@media only screen and (max-width: 760px) {
	#container_carre_jaune2 span#carre_jaune_id {
	margin-right: 5em;
	margin-top: -3em;
	}
}

@media only screen and (max-width: 565px) {
	#container_carre_jaune2 span.carre_jaune2 {
	width: 4em;
	height: 5em;
	}
	#container_carre_jaune2 span#carre_jaune_id2 {
	margin-right: 3.3em;
	margin-top: -3em;
	}
}

/* Fin contenus page accueil */

/* Elements generiques */

.container_blue_button {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 1em;
	position: relative;
	z-index: 2;
}

.blue_button_anpsp {
	display: inline-block;
	background: #7ab6c7;
	color: #ffffff;
	text-align: center;
	padding: 0.8em 1.2em;
	text-decoration: none;
	font-size: 1.2em;
	position: relative;
	z-index: 20;
}

.blue_button_anpsp:hover {
	-ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari */
    transform: scale(1.05);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	background: #66a0b1;
}

/* Fin éléments génériques*/


/* Carousel actualités */

body div#bdp-carousel-1 div {
	overflow: visible;
}

div#bdp-carousel-1 div.bdp-post-carousel-slide.slick-slide > div:hover {
	-ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari */
    transform: scale(1.05);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
}

div#bdp-carousel-1 div.bdp-post-carousel-slide.slick-slide > div {
	-ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari */
    transform: scale(1);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
}


div.bdp-post-margin-content > div.bdp-post-categories > a {
	display: none;
}

div.bdp-post-margin-content > h2 {
	color: #fff;
	font-family: "Roboto", serif;
	font-weight: 300;
	font-size: 1em;
	text-transform: uppercase;
	background: #7ab6c7;
	padding: 1em;
}

div.bdp-post-margin-content > h2 a {
	color: #fff;
}

div.bdp-post-margin-content > div.bdp-post-content > div {
	font-family: "Roboto", serif;
	font-weight: 400;
	color: #504d4d;
}

div.bdp-post-margin-content > div.bdp-post-date > span {
	font-family: "Roboto", serif;
	font-weight: 300;
	color: #504d4d;
}

div.bdp-post-margin-content > div.bdp-post-content > a {
	font-family: "Roboto", serif;
	font-weight: 300;
	color: #504d4d;
	border: solid 1px #666;
}

div.bdp-post-margin-content > div.bdp-post-content > a:hover {
	font-family: "Roboto", serif;
	font-weight: 300;
	color: #fff;
	background: #5791a1;
	border-color: #5791a1;
}

.bdp-post-carousel button.slick-prev,
div#bdp-carousel-1 > button[type="button"].slick-next.slick-arrow {
	background-color: #7ab6c7 !important;
}

.bdp-post-carousel button.slick-prev:hover,
div#bdp-carousel-1 > button[type="button"].slick-next.slick-arrow:hover{
	background-color: #5e8b98 !important;
}

div.bdp-post-image-bg  {
	margin-top: 1em;
}

#container_actualites {
	position: relative;
	margin-bottom: 0em;
}

@media only screen and (max-width: 900px) {
	body #container_actualites {
	position: relative;
	margin-bottom: 0em;
	}
}

#actualites_accueil {
	float: left;
	position: relative;
	width: calc(100% - 12vw);
	margin-left: 6vw;
	margin-right: 6vw;
	z-index: 1;
}

#actualites_accueil h4 {
	text-align: center;
	font-size: 2em;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	margin-bottom: 0em;
	margin-top: 2em;
	color: #46444f;
}

@media only screen and (max-width: 650px) {
	#actualites_accueil h4 {
		font-size: 1.5em;
	}
}

/* Fin carousel actualités */


/* Bloc formation accueil */


#titre_formations_accueil {
	color: #ffffff;
	font-size: 1.7em;
	line-height: 1.2em;
	font-weight: 300;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	padding-right: 4em;
	padding-left: 4em;
	float: left;
	position: absolute;
	text-align: right;
	font-size: 1.7em;
	line-height: 1.2em;
	font-weight: 300;
	z-index: 11;
	margin-top: 4em;
}
@media only screen and (max-width: 845px) {
	#titre_formations_accueil {
		font-size: 1.4em;
	}
}

#titre_formations_accueil span {
	font-size: 2.5em;
	font-weight: 600;
	text-transform: uppercase;
}

@media only screen and (max-width: 635px) {
	#titre_formations_accueil span {
	font-size: 2.3em;
	}
}

@media only screen and (max-width: 585px) {
	#titre_formations_accueil {
		font-size: 1.2em;
	}
	#titre_formations_accueil span {
	font-size: 2.3em;
	}
}

@media only screen and (max-width: 540px) {
	#titre_formations_accueil {
		font-size: 1.2em;
		padding-right: 2.4em;
		padding-left: 2.4em;
	}
	#titre_formations_accueil span {
	font-size: 1.7em;
	}
}

#diaporama_formation_accueil{
	float: left;
	position: relative;
	width: calc(100% - 12vw);
	margin-left: 6vw;
	margin-right: 6vw;
	z-index: 2;
	margin-top: 2em;
}

#container_images_diapo_formation {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 3em;
	z-index: 2;
}

#images_diapo_formation {
	float: left;
	display: block;
	width: 100%;
	background: #CCC url(images/image_diaporama_formation_accueil_ordi.jpg) top center no-repeat;
	background-size: cover;
	height: 90vh;
	max-height: 70em;
	position: relative;
	z-index: 1;
}

@keyframes zoomformation {
   0%{
        transform: scale(1,1);
   }
   70% {
        transform: scale(1.2,1.2);
   }
   100% {
        transform: scale(1,1);
   }
}

#images_diapo_formation {
	-webkit-animation: zoomformation 15s linear 1s infinite /*alternate*/; /* Chrome, Safari, Opera */
    animation: zoomformation 15s linear 1s infinite /*alternate*/;
}

@media only screen and (max-width: 670px) {
	#images_diapo_formation {
		background: #CCC url(images/image_diaporama_formation_accueil_mobile.jpg) top center no-repeat;
		background-size: cover;
	}
}

#masque_formation_accueil {
	width: 100%;
	float: left;
	position: relative;
	height: auto;
	margin-top: -13vw;
	z-index: 3;
}


#masque_formation_accueil img#image_masque_formation_accueil {
	width: 100%;
	float: left;
	height: 13vw;
	display: block;
	position: relative;
	z-index: 3;
}

@media only screen and (max-width: 1040px) {
	#masque_formation_accueil {
	width: 100%;
	float: left;
	position: relative;
	height: auto;
	margin-top: -18vw;
	}


	#masque_formation_accueil img#image_masque_formation_accueil {
	width: 100%;
	float: left;
	height: 18vw;
	display: block;
	position: relative;
	}
}

#nos_formations {
	float: left;
	position: relative;
	width: 100%;
	background: #f8f8f8;
	color: #46444f;
	width: calc(100% - 12vw);
	padding: 2em 7em;
	padding-bottom: 4em;
	padding-top: 0em;
	margin-left: 6vw;
	margin-right: 6vw;
	margin-top: -3em;
	position: relative;
	z-index: 7;
}

@media only screen and (max-width: 1495px) {
	#nos_formations {
		margin-top: -2em;
	}
}

@media only screen and (max-width: 825px) {
	#nos_formations {
		margin-top: -1em;
	}
}

@media only screen and (max-width: 650px) {
	#nos_formations {
		padding: 2em 3em;
		padding-bottom: 5.5em;
	}
}


#texte_nos_formations {
	float: left;
	text-align: justify;  /* For Edge */
  	text-align-last: left;
	position: relative;
	z-index: 7;
	margin-bottom: 1em;
}

#titre_nos_formations {
	text-align: center;
	font-size: 2em;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	margin-bottom: 1.2em;
	position: relative;
	z-index: 7;
}

@media only screen and (max-width: 1560px) {
	#titre_nos_formations {
		position: relative;
	}
}

@media only screen and (max-width: 650px) {
	body #titre_nos_formations {
		font-size: 1.5em;
		margin-top: 0em;
		margin-bottom: 0.8em;
	}
}



#nos_formations h2 {
	font-weight: 600;
	font-size: 1.2em;
	color: #46444f;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}


#liste_formations_accueil,
#liste_formations_continues_accueil {
	float: left;
	width: 100%;
}

#liste_formations_continues_accueil {
		margin-bottom: 2em;
}


.liste_gauche {
	width: 50%;
	float: left;
	text-decoration: none;
	color: #5fa4b8;
	font-weight: 500;
}

.liste_droite {
	width: 50%;
	float: left;
	color: #5fa4b8;
	font-weight: 500;
}

@media only screen and (max-width: 810px) {
	.liste_droite,
	.liste_gauche {
		width: 100%;
	}

body .liste_gauche p{
		margin: 0;
	}
}

.liste_gauche a,
.liste_droite a {
	color: #5fa4b8;
	font-weight: 500;
	text-decoration: none;
}

.liste_gauche a:hover,
.liste_droite a:hover {
	text-decoration: underline;
}


/* Fin bloc formation accueil */

/* Bloc logo qualiopi accueil */

#container_qualiopi {
	text-align: center;
}

#container_qualiopi img {
	display: inline-block;
	width: 20em;
	min-width: 20vw;
	max-width: 90%;
	height: auto;
	margin: 2em;
}

/* Fin bloc logo qualiopi accueil */

/*Footer */

#footer {
	background: #e6e6e6;
	float: left;
	width: 100%;
	color: #46444f;
}

#contenu_footer {
	float: left;
	width: 100%;
	padding-top: 3em;
}

#image_footer {
	float: left;
	width: 50%;
	height: 28em;
	background: #CCC url(images/image-footer.jpg) top center no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 900px) {
	#image_footer {
	float: left;
	width: 100%;
	margin-top: 2em;
	margin-bottom: 2em;
	}
}

@media only screen and (max-width: 590px) {
	#image_footer {
	height: 20em;
	}
}

#credit_footer {
	width: 100%;
	float: left;
	text-align: center;
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 8em;
	padding-bottom: 1.5em;
	font-size: 0.9em;
	color: #46444f;
}

@media only screen and (max-width: 700px) {
	#credit_footer {
	font-size: 0.8em;
	line-height: 1.3em;
	}
}

#credit_footer a {
	text-decoration: none;
	color: #46444f;
	white-space: nowrap;
}

#credit_footer a:hover {
	text-decoration: underline;
}

#credit_footer strong {
	font-weight: 500;
}

body #credit_footer strong#gras_anpsp_footer {
	display: inline-block;
	font-weight: 700;
	font-size: 1.2em;
	position: relative;
	margin-bottom: -0.2em;
}

#credit_footer span {
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	background: #CCC url(images/Logo-ikonoklast-agence-communication-moutiers-thonons-savoie-haute-suisse-geneve.png) top center no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: -0.2em;
}

@media only screen and (max-width: 700px) {
	#credit_footer span {
	width: 1.2em;
	height: 1.2em;
	}
}


#informations_footer {
	width: 50%;
	float: left;
	text-align: right;
	padding: 0 3em;
	font-size: 1em;
}

@media only screen and (max-width: 900px) {
	#informations_footer {
	width: 100%;
	}
}

body #informations_footer h4 {
	padding: 0;
	margin: 0;
	font-size: 2.2em;
	font-weight: 600;
	margin-bottom: 0.5em;
}

#informations_footer a {
	text-decoration: none;
	color: #46444f;
	white-space: nowrap;
	line-height: 1.5em;
}

#informations_footer a:hover {
	text-decoration: underline;
}

#quicklinks {
	width: auto;
	float: left;
	text-align: left;
}

#quicklinks a {
	display: inline-block;
	width: 4em;
	height: 4em;
}

#quicklinks a:hover {
	-ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari */
    transform: scale(1.05);
	-webkit-transition: all 0.1s ease-in-out 0s;
	-moz-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	-ms-transition: all 0.1s ease-in-out 0s;
}

#quicklinks a#facebook_anpsp {
	margin-right: 1em;
	background: url(images/logo_facebook.png) top center no-repeat;
	background-size: cover;
}

#quicklinks a#phone_anpsp {
	margin-right: 1em;
	background: url(images/logo_telephone.png) top center no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 550px) {
	#quicklinks a {
	width: 2.5em;
	height: 2.5em;
	}
	#quicklinks a#facebook_anpsp {
	margin-right: 0.3em;
	}
	body #informations_footer h4 {
	font-size: 2em;
	}
	#informations_footer {
	padding: 0 2em;
	}
}


#container_bandes_footer {
	float: left;
	width: 100%;
	padding-right: 5em;
	position: relative;
	margin-top: -10em;
}

#bande_bleu_footer {
	float: right;
	opacity: 0.5;
	background: #7ab6c7;
	display: block;
	width: 5.5em;
	height: 17em;
	position: relative;
	z-index: 10;
	margin-left: 3em;
	margin-top: -5em;
}
	
#bande_jaune_footer {
	float: right;
	opacity: 0.5;
	background: #fff055;
	display: block;
	width: 5.5em;
	height: 17em;
	position: relative;
	z-index: 10;
}

@media only screen and (max-width: 565px) {
	#container_bandes_footer {
	padding-right: 2em;
	}
	#bande_bleu_footer {
		width: 4em;
		height: 17em;
		margin-left: 2em;
		margin-top: -5em;
	}
		
	#bande_jaune_footer {
		width: 4em;
		height: 17em;
	}
}

/* Fin footer */

/* Menu mobile */
body a#rmp-menu-title-link > img {
	width: 45%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}

.rmp-menu-item-link:active {
	border-bottom: 0;
}


body li.rmp-menu-item {
	border-bottom: 0;
}
body li.rmp-menu-item:first-child {
	border-top: 0;
}

body li.rmp-menu-item:last-child {
	border: none;
}

ul.rmp-menu .current_page_item a {
	font-weight: 900;
}


ul.rmp-menu .current_page_item span.icones_mobile {
	color: #fff;
}

body a#rmp-menu-title-link > img {
	width: 2em;
	height: auto;
	margin-bottom: 0;
	margin-top: 0;
}

body a#rmp-menu-title-link {
	padding: 0;
	height: auto;
	padding: 0;
}

div#rmp-menu-additional-content-33  a:nth-child(1) {
	display: inline-block;
	width: 2.7em;
	height: 2.7em;
	margin-top: 1em;
	background: url(images/logo_facebook.png) top center no-repeat;
	background-size: cover;
}

div#rmp-menu-additional-content-33  a:nth-child(2) {
	display: inline-block;
	width: 2.7em;
	height: 2.7em;
	margin-top: 1em;
	margin-left: 0.5em;
	background: url(images/logo_telephone.png) top center no-repeat;
	background-size: cover;
}

div#image_menu_mobile_anpsp {
	display: inline-block;
	width:  100%;
	height: auto;
	margin-top: 2em;
	overflow: hidden;
}

@keyframes zoom_menu {
   from {
        transform: scale(1,1);
   }
   to {
        transform: scale(1.5,1.5);
   }
}

div#n2-ss-2 {
	-webkit-animation: zoom_menu 20s linear 1s infinite /*alternate*/; /* Chrome, Safari, Opera */
    animation: zoom_menu 20s linear 1s infinite /*alternate*/;
}

body li#rmp-menu-item-98 > a {
	font-weight: 800;
}

body div#rmp-container-33 {
	box-shadow: 0 0 0.5em rgba(0,0,0,0.5);
}

html body div#rmp-container-33 div#rmp-menu-wrap-33 ul#rmp-menu-33 li.current-menu-item a {
	font-weight: 500;
}

#masque_slider_menu_mobile {
	float: left;
	width: calc(100% + 0.1em);
	position: relative;
	height: 5em;
	background: url(images/masque-diaporama-accueil.png) top center no-repeat;
	background-size: 100% 100%;
	margin-top: -4em;
}

/* Fin menu mobile */


/* Pages */

#container_diaporama_pages {
	width: calc(100% - 12vw);
	float: left;
	margin-left: 6vw;
	margin-right: 6vw;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

div#image_diaporama_pages {
	width: 100%;
	height: 45em;
	float: left;
}

@media only screen and (max-width: 650px) {
	div#image_diaporama_pages {
	max-height: 75vh;
	}
}

#texte_introduction {
	float: left;
	width: 100%;
	background: #f8f8f8;
	color: #46444f;
	width: calc(100% - 12vw);
	padding: 2em 7em;
	padding-bottom: 15em;
	padding-top: 6em;
	margin-left: 6vw;
	margin-right: 6vw;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

@media only screen and (max-width: 650px) {
	#texte_introduction {
		padding: 5em 3em;
		padding-bottom: 15em;
	}
}


#texte_introduction h1,
#texte_introduction h2,
#texte_introduction h3,
#texte_introduction h4,
#texte_introduction h5,
#texte_introduction h6
{
	text-align: center;
	font-size: 2em;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	margin-bottom: 1.2em;
	position: relative;
	z-index: 7;
}

@media only screen and (max-width: 1560px) {
	#texte_introduction h1,
	#texte_introduction h2,
	#texte_introduction h3,
	#texte_introduction h4,
	#texte_introduction h5,
	#texte_introduction h6 {
		position: relative;
	}
}

@media only screen and (max-width: 650px) {
	#texte_introduction h1,
	#texte_introduction h2,
	#texte_introduction h3,
	#texte_introduction h4,
	#texte_introduction h5,
	#texte_introduction h6 {
		font-size: 1.5em;
		margin-top: 0em;
		margin-bottom: 0.8em;
	}
}



#nos_formations h2 {
	font-weight: 600;
	font-size: 1.2em;
	color: #46444f;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}


#masque_introduction {
	width: 100%;
	float: left;
	position: relative;
	height: auto;
	margin-top: -8em;
	z-index: 3;
}

#masque_introduction img {
	float: left;
	width: 100%;
	height: 15em;
	position: relative;
	z-index: 3;
}

@media only screen and (max-width: 990px) {
	#masque_introduction {
	margin-top: -11em;
	z-index: 3;
	}
	
	#masque_introduction img {
		float: left;
		width: 100%;
		height: 10em;
	}
}

body div#texte_introduction a {
	text-decoration: none;
	color: #7ab6c7;
}

/* CONTENU */

#contenu {
	float: left;
	width: 100%;
	background: #ffffff;
	color: #46444f;
	width: calc(100% - 12vw);
	padding: 2em 7em;
	padding-bottom: 6em;
	padding-top: 2em;
	margin-left: 6vw;
	margin-right: 6vw;
	overflow: hidden;
	position: relative;
	z-index: 5;
	margin-top: -5em;
}

@media only screen and (max-width: 980px) {
	#contenu {
		padding: 2em 1em;
		padding-bottom: 5.5em;
	}
}

@media only screen and (max-width: 650px) {
	#contenu {
		padding-bottom: 5.5em;
	}
}

body h1#titre_pages {
	color: #fff;
	font-size: 1.5em;
	line-height: 1.3em;
	font-weight: 300;
	display: block;
	width: 100%;
	float: left;
	position: absolute;
	margin-top: 0;
	margin-left: 0;
	background: none;
	z-index: 4;
	background: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(255,255,255,0) 100%);
	padding: 4em;
	padding-bottom: 6em;
}

body h1#titre_pages span {
	font-size: 2.2em;
	font-weight: 600;
}

@media only screen and (max-width: 1200px) {
	body h1#titre_pages {
	font-size: 1.3em;
	line-height: 1.2em;
	}
	
	body h1#titre_pages span {
		font-size: 2em;
	}
}

@media only screen and (max-width: 700px) {
	body h1#titre_pages {
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 2em;
	padding-bottom: 5em;
	}
	
	body h1#titre_pages span {
		font-size: 1.8em;
	}
}

div#contenu h3,
div#contenu h2 {
	color: #7ab6c7;
	font-size: 2em;
	line-height: 1em;
	font-weight: 700;
	margin-bottom: 0.2em;
	margin-top: 1em;
}

div#contenu h6,
div#contenu h4,
div#contenu h5 {
	color: #7ab6c7;
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1em;
	text-transform: none;
	padding: 0;
	margin: 0;
	margin-bottom: 0.2em;
	margin-top: 1em;
}

div#contenu hr {
	background: #7ab6c7;
	height: 0.4em;
	border: none;
	border-left: #fff055 solid 10vw;
	margin: 0;
	margin-top: 4em;
	margin-bottom: 4em;
}

img.size-pleine-largeur {
	display: inline-block;
	width: 100%;
	height: auto;
	margin: 0;
	margin-top: 1em;
	margin-bottom: 1em;
}

.aligncenter.size-pleine-largeur,
.alignnone.size-pleine-largeur,
.alignright.size-pleine-largeur,
.alignleft.size-pleine-largeur {
	max-width: 100%;
}

table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 1em;
	margin: 4rem 0;
	max-width: 100%;
	overflow: hidden;
	width: 100%;
	vertical-align: top;
}

.alignleft > table {
	margin: 0;
}

.alignright > table {
	margin: 0;
}

th,
td {
	border: 0;
	line-height: 1.4;
	margin: 0;
	overflow: visible;
	padding: 0.5em;
	vertical-align: top;
}

caption {
	background: #dcd7ca;
	font-weight: 600;
	padding: 0.5em;
	text-align: center;
	vertical-align: top;
}

thead {
	vertical-align: bottom;
	white-space: nowrap;
	vertical-align: top;
}

th {
	font-weight: 700;
	vertical-align: top;
}

div#contenu h3,
div#contenu h2 {
	color: #7ab6c7;
	font-size: 2em;
	line-height: 1em;
	font-weight: 700;
}

div#contenu table h1,
div#contenu table h2,
div#contenu table h3,
div#contenu table h4,
div#contenu table h5,
div#contenu table h6 {
	margin: 0;
}



@media only screen and (max-width: 890px) {
		table {
			border: 0;
			border-collapse: separate;
			border-spacing: 0;
			empty-cells: show;
			font-size: 1em;
			margin: 4rem 0;
			max-width: 100%;
			overflow: visible;
			width: 100%;
			display: block;
			float: left;
		}
		
		.alignleft > table {
			margin: 0;
		}
		
		.alignright > table {
			margin: 0;
		}
		
		th,
		td {
			border: 0;
			line-height: 1.4;
			margin: 0;
			overflow: visible;
			padding: 0.5em;
			width: 100%;
			display: block;
			float: left;
			
		}
		
		table p {
			display: block;
			float: left;
		}
		
		div#contenu table h1,
		div#contenu table h2,
		div#contenu table h3,
		div#contenu table h4,
		div#contenu table h5,
		div#contenu table h6 {
			margin: 0;
			display: block;
			width: 100%;
			float: left;
			font-size: 1em;
		}
		
		caption {
			background: #dcd7ca;
			font-weight: 600;
			padding: 0.5em;
			text-align: center;
		}
		
		thead {
			vertical-align: bottom;
			white-space: nowrap;
		}
		
		th {
			font-weight: 700;
		}

}

body #contenu a {
		color: #7ab6c7;
		text-decoration: none;
}

body #contenu a:hover {
		text-decoration: underline;
}


@media only screen and (max-width: 980px) {
		body img.alignnone,
		body img.alignright,
		body img.alignleft {
			width: 100%;
			height: auto;
			margin: 0;
			max-width: 100%;
			margin-bottom: 1em;
			margin-top: 1em;
		}
}

/* Blocs formations */

body div#contenu h2.titres_formations_contenu {
	margin-bottom: 0;
}

.container_blocks_formations {
	float: left;
	position: relative;
	width: 100%;
	max-width: 2500px;
	padding-top: 1.5em;
	padding-bottom: 3.5em;
	height: auto;
	margin-left: auto;
    margin-right: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1.5em;
}

@media only screen and (max-width: 560px) {
		.container_blocks_formations {
		gap: 0.9em;
		}
}

.bloc_formation {
	display: block;
	width: calc(25% - 1.2em);
	height: 18em;
	background: #CCC;
	border-radius: 0.6em;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	overflow: hidden;
	color: #fff;
	position: relative;
	z-index: 1;
	text-decoration: none;
}

html body div.container_pleine_largeur div#last_actu div#listing_actualites div.container_actu_itself,
html body div.container_pleine_largeur div#last_actu div#listing_actualites {
	float: left;
	width: 100%;
	positon: relative;
}

html body div.container_pleine_largeur div#last_actu div#listing_actualites div.container_actu_itself {
	position: relative;
	width: 100%;
	max-width: 2500px;
	padding: 1.5em;
	padding-top: 1.5em;
	padding-bottom: 3.5em;
	height: auto;
	margin-left: auto;
    margin-right: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1.5em;
	background: rgba(255,255,255,0.8);
	margin-top: -10em;
	border-radius: 0.5em 0.5em 0 0;
}

@media only screen and (max-width: 1200px) {
	html body div.container_pleine_largeur div#last_actu div#listing_actualites div.container_actu_itself {
		border-radius: 0;
		margin-top: -5em;
		background: #ffffff;
	}
}

html body div.container_pleine_largeur div#last_actu div#listing_actualites a.bloc_formation {
	width: calc(24% - 0);
}

@media only screen and (max-width: 1500px) {
		.bloc_formation {
		width: calc(33.33% - 1em);
		height: 18em;
		}
}

@media only screen and (max-width: 1080px) {
		.bloc_formation {
		width: calc(50% - 0.9em);
		height: 18em;
		}
		body div#last_actu .bloc_formation {
		height: 20em;
		}
}

@media only screen and (max-width: 629px) {
		.bloc_formation {
		width: calc(50% - 0.9em);
		height: 15em;
		}
		body div#last_actu .bloc_formation {
		width: calc(100%);
		height: 19em;
		}
}

@media only screen and (max-width: 560px) {
		.bloc_formation {
		width: calc(100%);
		height: 17em;
		}
		body div#last_actu .bloc_formation {
		width: calc(100%);
		height: 19em;
		}
}

.bloc_formation:hover {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	-ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari */
    transform: scale(1.05);
}


html body div.container_pleine_largeur div#last_actu a.bloc_formation h3,
html body div.container_pleine_largeur div#contenu a.bloc_formation h3 {
	display: block;
	float: left;
	width: 100%;
	background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%);
	text-align: left;
	font-size: 1vw;
	line-height: 1vw;
	font-weight: 400;
	text-transform: none;
	padding: 1.5vw;
	margin: 0;
	position: relative;
	color: #fff;
	text-shadow: 0 0 2px rgba(0,0,0,0.5);
}

@media only screen and (max-width: 1500px) {
		html body div.container_pleine_largeur div#last_actu a.bloc_formation h3,
		html body div.container_pleine_largeur div#contenu a.bloc_formation h3 {
		font-size: 1.3vw;
		line-height: 1.3vw;
		}
}

@media only screen and (max-width: 1200px) {
		html body div.container_pleine_largeur div#last_actu a.bloc_formation h3,
		html body div.container_pleine_largeur div#contenu a.bloc_formation h3 {
		font-size: 1.5vw;
		line-height: 1.5vw;
		}
}

@media only screen and (max-width: 1080px) {
		html body div.container_pleine_largeur div#last_actu a.bloc_formation h3,
		html body div.container_pleine_largeur div#contenu a.bloc_formation h3 {
		font-size: 1.8vw;
		line-height: 1.8vw;
		}
}

@media only screen and (max-width: 980px) {
		html body div.container_pleine_largeur div#last_actu a.bloc_formation h3,
		html body div.container_pleine_largeur div#contenu a.bloc_formation h3 {
		font-size: 2.1vw;
		line-height: 2.1vw;
		padding: 2.7vw;
		}
}

@media only screen and (max-width: 750px) {
		html body div.container_pleine_largeur div#last_actu a.bloc_formation h3,
		html body div.container_pleine_largeur div#contenu a.bloc_formation h3 {
		font-size: 3vw;
		line-height: 3vw;
		padding: 4vw;
		}
}

@media only screen and (max-width: 560px) {
		html body div.container_pleine_largeur div#last_actu a.bloc_formation h3,
		html body div.container_pleine_largeur div#contenu a.bloc_formation h3 {
		font-size: 5vw;
		line-height: 5vw;
		padding: 7vw;
		}
		html body div.container_pleine_largeur div#last_actu a.bloc_formation h3 {
		font-size: 4.5vw;
		line-height: 4.5vw;
		padding: 7vw;
		}
}

html body div.container_pleine_largeur div#last_actu a.bloc_formation h3 span,
html body div.container_pleine_largeur div#contenu a.bloc_formation h3 span {
	font-size: 1em;
	line-height: 1em;
	font-weight: 800;
	display: inline-block;
	margin-bottom: 0.5em;
}

div.inscription_information {
	float: left;
	width: 100%;
	padding: 1em;
	height: auto;
	position: relative;
	z-index: 1;
	text-align: center;
}

body #contenu div.inscription_information a {
	display: inline-block;
	background: #7ab6c7;
	color: #fff;
	padding: 0.5em 1em;
	font-size: 1em;
	font-weight: 300;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

body #contenu div.inscription_information a:hover {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	-ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari */
    transform: scale(1.05);
	background: #6699a7;
}

body #contenu div.inscription_information a:first-child {
	margin-right: 0.5em;
}
body #contenu div.inscription_information a:last-child {
	margin-left: 0.5em;
}

@media only screen and (max-width: 422px) {
		body #contenu div.inscription_information a:first-child {
		margin-right: 0em;
		margin-bottom: 1em;
		}
		body #contenu div.inscription_information a:last-child {
			margin-left: 0em;
		}
}


/* Fin blocs formations */

/* Archives actualités */

#last_actu {
	width: 85%;
	margin: 0 auto;
	max-width: calc(2500px - 12vw);
	padding: 2em 2em;
	background: rgba(255,255,255,0.8);
	position: relative;
	z-index: 6;
	margin-top: -15em;
	border-radius: 1em;
}

@media only screen and (max-width: 1200px) {
	#last_actu {
	width: calc(100% - 12vw);
	margin-left: 6vw;
	float: left;
	position: relative;
	z-index: 5;
	padding: 0;
	}
}

body ul.page-numbers {
	display: block;
	width: 100%;
	list-style: none;
	float: left;
	text-align: center;
	float: left;
	margin: 0;
	padding: 0;
	padding-bottom: 2em;
}

body ul.page-numbers a {
	text-decoration: none;
	color: #7ab6c7;
}

body ul.page-numbers a:hover {
	text-decoration: underline;
}

body ul.page-numbers a.next {
	font-size: 1.6em;
	font-weight: 700;
	position: relative;
	display: inline-block;
}

body ul.page-numbers li {
	display: inline-block;
}

/* Fin Archives actualités */

/* PAGE 404 */

#contenu_404 {
	float: left;
	width: 100%;
	text-align: center;
	color: #5d5b68;
	position: relative;
	z-index: 15;
	padding-top: 18vh;
	padding-bottom : 35vh;
	font-size: 1.2em;
	font-weight: 300;
}

#contenu_404 span {
	font-weight: 500;
	color: #46444f;
	font-size: 2em;
}


/* FIN PAGE 404 */

/* FIN CONTENU */

/* Page contact */

body a#nous_contacter_quick {
	display: inline-block;
	background: #7ab6c7;
	text-decoration: none;
	color: #fff;
	padding: 0.5em 0.8em;
	margin-top: 1em;
}


body a#nous_contacter_quick:hover {
	-ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari */
    transform: scale(1.05);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	background: #66a0b1;
}

/* Fin page contact */

/* Formulaire connexion espace formateur */

html body div.container_pleine_largeur div#contenu div div form p {
	font-size: 1.2em;
	font-weight: 300;
	text-align: center;
}

html body div.container_pleine_largeur div#contenu div div form p span {
	font-size: 1.8em;
	font-weight: 600;
}

html body div.container_pleine_largeur div#contenu div div form p label input#pwbox-224 {
	margin-left: 40%;
	width: 20%;
}

button#bouton_connexion_inner {
	background: #7ab6c7;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
}

button#bouton_connexion_inner:hover {
	text-decoration: none;
	-ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari */
    transform: scale(1.05);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	background: #66a0b1;
}

html body div.container_pleine_largeur div#contenu div div form p label input#pwbox-224 {
	width: 10em;
	font-size: 1em;
	height: 1em;
	float: left;
	margin-left: calc(50% - 5em);
	display: inline-block;
	margin-bottom: 2em;
	margin-right: calc(50% - 5em);
}

span#titre_connexion {
	line-height: 1em;
	display: inline-block;
	margin-bottom: 0.6em;
}

@media only screen and (max-width: 555px) {
	html body div.container_pleine_largeur div#contenu div div form p#paragraphe_connexion {
	font-size: 1em;
	}
}

/* Fin formulaire connexion espace formateur */