<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&amp;display=swap');
html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Ubuntu', sans-serif;
}
h1, h2, h3, h4, h5{
	color: #045661;
}
strong {
    font-weight: 500;
}
/*---------------------------LES CLASSES------------------------*/	
.slicknav_menu {
	display: none;
}
.fullWidth {
	width: 100%;
}
.contentWidth {
	max-width: 1400px;
	margin: auto;
}
.smallContentWidth {
	max-width: 1000px;
	margin: auto;
}
.grid2 {
	display: grid;
	grid-template-columns: 50% 50%;
	grid-template-rows: 1auto;
}
.grid3 {
	display: grid;
	grid-template-columns: 33.3333% 33.3333% 33.3333%;
	grid-template-rows: 1auto;
}
.grid4 {
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
	grid-template-rows: 1auto;
}
.grid5 {
	display: grid;
	grid-template-columns: 20% 20% 20% 20% 20%;
	grid-template-rows: 1auto;
}
.grid7030 {
	display: grid;
	grid-template-columns: 70% 30%;
	grid-template-rows: 1auto;
}
.grid2575 {
	display: grid;
	grid-template-columns: 25% 75%;
	grid-template-rows: 1auto;
}
.grid4060 {
	display: grid;
	grid-template-columns: 40% 60%;
	grid-template-rows: 1auto;
}

iframe {
    width: 100%;
}

a {
	color: #21afb8;
}

.button {
    text-align: center;
    padding-top: 50px;
}
.button i.fas.fa-arrow-left {
    margin-right: 7px;
}
a.button1 {
display: inline-block;
padding: 0.35em 1.2em;
border: 0.1em solid #1c2761;
margin: 0 0.3em 0.3em 0;
border-radius: 0.12em;
box-sizing: border-box;
text-decoration: none;
font-weight: 300;
color: white;
text-align: center;
transition: all 0.2s;
	background: #07515c;
}
a.button1:hover {
color: #07515c;
background-color: #FFFFFF;
}



/*-------------------------------------MENU--------------------------------------*/

nav.primary-navigation {
	text-align: right;
}
nav {
	padding: 15px 30px 30px 0;
}
nav.primary-navigation ul li {
	list-style: none;
	margin: 0 auto;
	display: inline-block;
	padding: 0 0 0 30px;
	position: relative;
	text-decoration: none;
	text-align: center;
}
nav.primary-navigation li a {
	color: #1c2761;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
}
nav.primary-navigation li a:hover {
	color: #045661;
}
nav.primary-navigation li:hover {
	cursor: pointer;
}
nav.primary-navigation ul li ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	padding-left: 0;
	left: 0;
	display: none;
	background: white;
	z-index: 10000000;
}
nav.primary-navigation ul li:hover &gt; ul, nav.primary-navigation ul li ul:hover {
	visibility: visible;
	opacity: 1;
	display: block;
	min-width: 250px;
	text-align: left;
	padding-top: 20px;
	box-shadow: 0px 3px 5px -1px #ccc;
}
nav.primary-navigation ul li ul li {
	clear: both;
	width: 100%;
	text-align: left;
	margin-bottom: 20px;
	border-style: none;
}
nav.primary-navigation ul li ul li a:hover {
	padding-left: 10px;
	border-left: 2px solid #045661;
	transition: all 0.3s ease;
}
a {
	text-decoration: none;
}
a:hover {
	color: #045661;
}
ul li ul li a {
	transition: all 0.5s ease;
}
	

/*---------------------------------------------LOGO----------------------------------------------------*/
#logo {
    float: left;
    padding: 10px 10px 10px 0;
}
#logo img {
    height: 125px;
}
/*-----------------------------------CONTENU--------------------------------*/
h1, h2, h3, h4, h5 {
	color: #045661;
}
.titre{
	margin-bottom: 60px;
}
.textWidth {
	max-width: 800px;
	margin: auto;
}
#content {
	clear: both;
	padding: 100px 15px;
	color: #1b2660;
}
#content p {
	font-size: 19px;
	font-weight: 100;
	line-height: 1.5;
}
#content li {
    font-size: 19px;
    font-weight: 100;
    line-height: 1.2;
}
/*----------------------------------- IMAGES CONTENU--------------------------------*/
#content img {
	max-width: 1000px;
	margin: auto;
	display: block;
	max-height: 400px;
	object-fit: cover;
	max-width: 100% !important;
}
/*-----------------------------------BANDEAU pages--------------------------------*/
#bandeauPage {
	height: 200px;
	clear: both;
	z-index: 1000;
}
#bandeauPage img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
#sousBandeauPage {
	z-index: -1000;
	margin-top: -30px;
	height: 100px;
	position: absolute;
}
#sousBandeauPage img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

/*----------------------------------HORAIRES pages SECTIONS--------------------------------------*/
#grilleHoraire {
	padding: 5px 20px 20px;
	box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
}
#grilleHoraire h2, #grilleHoraire h3 {
	font-weight: 400;
}
#grilleHoraire h2 {
	border-bottom: 2px solid #dbdbdb;
	padding-bottom: 20px;
}
#grilleHoraire h3 {
	font-size: 16px;
}
.lineGrille {
	line-height: 28px;
    color: #727272;
}
/*span.heure {
	margin-right: 25px;
	font-weight: 500;
}*/


/*---------------------------------------------------FOOTER----------------------------------------*/
 #piedFormations {
	padding-top: 50px;
	margin-top: 50px;
	background: url(../images/bandeau_bas_vert_1919_533.jpg);
	object-fit: cover;
	padding-bottom: 50px;
}
#formationsFooter a {
	display: block;
	line-height: 28px;
	color: white;
	font-size: 16px;
	font-weight: 100;
}
#formationsFooter a:hover {
	color: #b3c6c9;
}
#piedFormations p {
	color: white;
	font-size: 26px;
	margin-top: 0;
	border-bottom: 1px solid #21afb8;
	padding-bottom: 15px;
}

#coordonneesFooter {
	padding: 30px 0 15px 0;
}

footer {
    background: white;
    padding: 5px;
    text-align: center;
    color:#07515c ;
    font-size: 14px;
    letter-spacing: 1px;
}
/*Reseaux*/
#Follow{   
	display: inline-flex;
    font-size: 27px;
    padding: 20px 10px;
}
#Follow .icone {
    margin: 20px;
}
#Follow a{
	color: #6d6d6d;
}
	#Follow a:hover {
    color: #045661;
}
/*---------------------------------------------------RESPONSIVE-------------------------------------------------------------------*/
@media (max-width: 1600px) {
	.accordion {
		max-width: 1200px;
	}
	.contentWidth {
		max-width: 1200px;
		padding: 0 15px;
	}
	.smallContentWidth {
		padding: 0 15px;
	}
	.grid7030 {
		display: grid;
		grid-template-columns: 65% 35%;

	}
	.textSection {
		padding-right: 50px;
	}
	
}




@media screen and (max-width:1200px) {
	.slicknav_menu {
		display: block;
		position: fixed;
		top: 0;
		z-index: 10000;
		width: 100%;
	}
	nav {
		display: none;
	}
	#logo {
		margin-top: 60px;
	}
}

@media (max-width: 800px) {
	.grid3,.grid4,.grid5,.grid6  {
		grid-template-columns: 50% 50%;
	}

	#piedFormations .grid3 {
		grid-template-columns: 100%;
	}
	#bandeauPage {
		height: 130px;
		padding-top: 20px;
	}
	.textWidth {
		margin: 0 15px;
	}
}

</pre></body></html>