
/* CSS Document */
@charset "iso-8859-1";
/*			STYLE GENERAL	 	   */
/*			HABILLAGE PAGE 		   */
/*			HOME			 	   */
/*			PAGE			 	   */
/*			MENU			 	   */
/*			PIED PAGE		 	   */
/*			AUTRE			 	   */
/*			FORM		 		   */

/*

Rouge # bd2d46
jaune # fcbf00
noir # 000
gris # 8a8a8a
gris claire # eeeff1

*/

/*** IMPORT RESET CSS **
@import url(reset.css);*/

/*** GRID 6 colonnes ***/
/*@import url(uikit.almost-flat.grid.css);*/

/* latin */
@font-face {
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 400;
    src: local('Cabin Regular'), local('Cabin-Regular'), url('fonts/Cabin-Regular.ttf') format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}



/* masque RGAA */
.invisible, .masque, .hidden, #acces .masque
{
	position:absolute;
	top:-5000px;
	left:-5000px;
	overflow:hidden;
	width:1px;
	height:1px;
}

/*********** STYLE GENERAL *********/

html
{
	font-size:100%;
}

html, body
{
	/* prevent horizontal scrolling */
	overflow-x: hidden;
}
body
{
	/* dans cms.css */
}

hr {
	border : 1px inset #d4d7d9;
	color : #d4d7d9;
}

.centered-height, .aheight {
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
    width: auto;
}


/*** lien ***/
/* Remember "LoVe/HAte" Linking */
/* dans cms.css */

a.button {
	display : inline-block;
}

/*** TITRE ***/
/* dans cms.css */

/*** Style générique ***/
.fixed { position:fixed; }
.relative { position:relative; }
.absolute { position:absolute; }
.static { position:static; overflow:hidden; }

.inline { display:inline; }
.inlineblock { display:inline-block; }
.block { display:block; }

.floatleft { float:left; }
.floatright { float:right; }
.floatnone { float:none; }

.textleft {	text-align:left; }
.textright { text-align:right; }
.textcenter { text-align:center; }
.textjustify { text-align:justify; }

.width80 { width:80%; }
.width60 { width:60%; }
.width50 { width:50%; }
.width47 { width:47%; }
.width45 { width:45%; }
.width35 { width:35%; }
.width33 { width:33.33333333%; }
.width25 { width:25%; }

.margin0 { margin:0; }
.marginauto { margin:auto; }

.marginright { margin-right:1em; }
.marginleft { margin-left:1.5em; }

.marginbottom { margin-bottom:2em; }
.margintop { margin-top:3em; }
.margintop-2 { margin-top:-2em; }

.vmiddle { vertical-align:middle; }
.vtop { vertical-align:top; }
.vbottom { vertical-align:bottom; }

.big { font-size:120%; }
.mini { font-size:80%; }
.fontsize80 { font-size:80%; }
.fontsize85 { font-size:85%; }
.fontsize90 { font-size:90%; }
.fontsize110 { font-size:110%; }
.fontsize120 { font-size:120%; }

.color1, .color1 a {  }
.color2, .color2 a {  }
.color3, .color3 a {  }
.color4, .color4 a {  }
.color5, .color5 a {  }

.lowercase { text-transform:lowercase; }
.uppercase { text-transform:uppercase; }

body .mobile { display:none !important; }

.form-group .error .information, .error { color :#bf4220; text-transform : uppercase; }

.liste li {
	float:left;
	width:270px;
}


.icon_container {
	margin : 5px 0;
	display:inline-block;
	width : 28px;
	height : 28px;
	border-radius : 14px;
	background : #8d9598;
	text-align : center;
}

/* `Clear Floated Elements */
/* dans cms.css */

/* http://sonspring.com/journal/clearing-floats */
.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	/*visibility: hidden;
	width: 0;*/
	height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before, .clearfix:after
{
	content: '.';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after { clear: both; }

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
.ie6 .clearfix, .ie7 .clearfix { zoom: 1; }

/* separation */
/* dans cms.css */



/*** Cookies ****/
#cookies_content,
#cookies_content  p {
	color: #fff;
}
#cookies_content {
    position : fixed;
    bottom : 0;
    left : 0;
    width : 100%;
    min-height : 50px;
    background : #444;
    z-index: 60;
}

.alert_txt {
    padding : 5px 55px 5px 0;
    margin : 0;
    min-height : 50px;
    line-height : 50px;
    vertical-align : middle;
}
.alert_txt a { color:#ff6b6b; }

.alert_close {
    position : absolute;
    top : 50%;
    right : 0;
    width : 50px;
    min-height : 30px;
    margin-top : -15px;
}

.alert_close a {
    display : block;
    padding : 5px 8px;
    min-height : 20px;
    line-height : 20px;
    position : relative;
    display : inline-block;
    background : red;
    border-radius : 3px;
    color : #ffffff;
    text-decoration : none;
}
.alert_close a:hover,
.alert_close a:focus,
.alert_txt a:hover,
.alert_txt a:focus{
    opacity: 0.7;
}


.picto-cross {
    display : block;
    width : 24px;
    height : 2px;
    position : absolute;
    top : 14px;
    left : 3px;
    background : black;
    
    transform-origin : center center;
    
    transform : rotate(45deg);
    -ms-transform : rotate(45deg);
    -webkit-transform : rotate(45deg);
}

.picto-cross:after {
    content : '';
    position : absolute;
    top : 0;
    left : 0;
    margin : 0;
    display : block;
    width : 24px;
    height : 2px;
    background : black;
    
    transform-origin : center center;
    
   transform : rotate(90deg);
    -ms-transform : rotate(90deg);
    -webkit-transform : rotate(90deg);
}




/***** LANG CHANGER *****/

#accesmenu #lang_container {
	width : 110px;
	height : 16px;
	position : relative;
}
#accesmenu #lang_changer {
	margin : 0;
	width : 110px;
	height : 16px;
	padding-top : 20px;
	z-index : 4;
	position : absolute;
	top : 0;
	left : 0;
}

#accesmenu #lang_changer span {
	display : inline-block;
}

#accesmenu #lang_changer li {
	display : none;
	height : 20px;
	line-height : 20px;
	background : #ffffff;
	padding : 0 5px;
}

#accesmenu #lang_changer:hover li {
	display : block;
}

#accesmenu #lang_changer li.active {
	display : block;
	position : absolute;
	top : 0;
	left : 0;
	right : 0;
	height : 16px;
	line-height : 16px;
}

#accesmenu #lang_changer li a {
	margin : 0;
}

#accesmenu #lang_changer .flag {
	width : 18px;
	height : 16px;
	line-height : 16px;
}

#accesmenu #lang_changer .flag svg {
	display : inline-block;
	margin-top : 3px;
}

#accesmenu #lang_changer .flag + .aheight {
	min-width : 70px;
	text-align : left;
}

#accesmenu #lang_changer a {
	color : #000000;
	height : 16px;
	line-height : 16px;
}
#accesmenu #lang_changer a:hover,
#accesmenu #lang_changer a:focus { color: #c6007e; }

#accesmenu #lang_changer li.active a:after {
	content : "\e903";
	position : absolute;
	top : 6px;
	right : 7px;
	font-size : 8px;
	font-family: 'k-font' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* table layout */
/* ------------------ */
/* Deuxième façon de positionner les éléments (table-cell) :
- .row (display: table) est une nouvelle ligne,
- .col (display: table-cell) est un élément autonome dans la ligne. */

/*
.row {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.row > *,
.col {
	display: table-cell;
	vertical-align: top;
}
*/

/* blocks that must contain floats */
/* Les blocks qui doivent se placer sous les flottants, donc constituer des nouvelles lignes, sont .clear, .line et .row
Accessoirement, les boîtes qui doivent contenir des élements flottants sans débordements sont des .clearfix, .line et .mod */
/*.clearfix:after,
.line:after,
.mod:after {
	content: "";
	display: table;
	clear: both;
}*/


/* elements design generiques */

#contenu, .container#contenu {
	margin-top : 30px;
}
#contenu_content {

    margin-bottom: 30px;
}
.main_section {
    float: left;
    width: 68%;
    padding-right: 10px;
    box-sizing: border-box;
}
#col_right{
    width: 32%;
    float:right;
}
.bribe_home_block {
    margin-bottom:40px;
    text-align: justify;
    font-size: 16px;
}
/*.bribe_home_block iframe{
    float:left;
    width:100%;
	height: 250px;
}*/
.bribe_home_block p {
    /*float:left;
    width:50%;*/
	padding-right: 15px;
    box-sizing: border-box;
	line-height: 1.2;
	font-family:'Calibri','Titillium Web', sans-serif;
}

#news .colonne_droite {
}

.colonne_gauche {
	float:left;
	width : 670px;
}

/*** TITRE ***/
/* dans cms.css */

/*
.title_actu{
    font-family: Tahoma;
    font-weight: 700;
    color: #c6007e;
    font-size: 16px;
    padding-bottom: 8px;
}
.title_actu::before{
    border-bottom: 2px solid #565594;
    width: 120px;
    content: '';
    position: absolute;
    bottom: 0px;
}
*/
#documents_downloads ul li a{
	font-size: 20px;
}
#documents_downloads ul li a:hover{
	color: #565594;
}


/* Largeur élément général de la page */

.widthgen, .container { margin: 0 auto; position:relative; } /* largeur générique */

.container_padding {
	padding : 0 20px;
}
#bandeau, #mots, .widthgen, .container
{
	width:960px;
}
#bandeau, #contenu
{ /* anul le bug positionnement ie 5 */
	text-align:left;
}


/* picto font */
.picto {
    display: inline-block;
    vertical-align: middle;
}
.picto01 {
	height : 40px;
	width : 40px;
	border-radius : 50%;
	display:block;
	/*background : #d5d6d3;*/
	position:relative;
	/*margin : 0.6em auto auto auto;*/
}
[class^="icon-"] {
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.picto01 [class^="icon-"] {
	color : #001489;
	font-size:2.5rem;
	vertical-align: middle;
}
/*.picto01:hover [class^="icon-"],*/
/*.picto01:focus [class^="icon-"] { color : #19b2c0; }*/

#social_header .picto01:hover [class^="icon-"],
#social_header .picto01:focus [class^="icon-"] { color : #81847c; }


.picto02 {
	height : 25px;
	width : 40px;
	border-radius : 50%;
	display:block;
	/*background : #d5d6d3;*/
	position:relative;
	margin : 0.6em auto;
}

.picto02 [class^="icon-"],
.picto02 [class*=" icon-"]{
    color: #515151;
    font-size: 1.5em;
}
.picto.up, .picto.down { font-size:15px; }

.picto .text { display:none; }

/*** Button ***/
.button {
	position:relative;
	background-color:#19b2c0;
	border:1px solid #8be6ee;
	color: #c5fcff;
	font-size:220%;
	font-weight:300;
	padding: 5px 15px;
	line-height:1.2;
	
	-moz-box-shadow: 4px 5px 0px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:  4px 5px 0px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 4px 5px 0px 0px rgba(0, 0, 0, 0.3);

	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.button:hover,
.button:focus {
	background-color:#0094a1;
	border: 1px solid rgba(0,0,0,0.2);
	color: #fff;
	text-decoration:none;

	-moz-box-shadow: 6px 8px 0px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:  6px 8px 0px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 6px 8px 0 0 rgba(0, 0, 0, 0.3);
}
.transition {
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.button [class^="icon-"] {
	color:#2b5973;
	font-size:35px;
	vertical-align:middle;
	
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.button:hover [class^="icon-"],
.button:focus [class^="icon-"] {
	color : #86f8fe;
}
.button .text {
	position:relative;
	z-index:1;
	display:inline-block;
	margin-left:10px;
	vertical-align:middle;
}

.button .text span { display:block; line-height:0.8; }


.button .text .item1 { font-size:21px; font-weight:300; }
.button .text .item2 { font-size:27px; font-weight:700; }


/****** Social ****/
.social {
	display: inline-block;
	margin : 0;
	min-width : 100px;
	line-height : 30px;
	text-align : left;
	margin : 10px 0 0 0;
}

.social ul { margin:auto; }

.social li{
	display : inline-block;
	margin:auto 0.3em;
}
#social_header { margin-top:41px; }

#partage { position:absolute; z-index:1; top:-5px; right:230px; opacity:0.3; }
#partage:hover { opacity:0.6; }



/**** Alerte Info ***/
.no_alert_slider { margin:auto; }
.alerte {
	background-color:#c6007e;
	color:#fff;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);
    position: relative;
    z-index: 2;
}
.alerte .container {
    padding:10px;
    box-sizing: border-box;
}
.alerte .container .item_1{
    float:left;
    background: white;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
}
.alerte .container .item_1 .picto{
    color:#c6007e;
    font-size: 25px;
    margin-top: 10px;
}
.alerte .container .item_2{
    float:left;
    margin-left:10px;
    width: calc(100% - 45px - 10px );
}
.alerte .container .item_2 .alerte_date{
    background: white;
    color:#c6007e;
    float:left;
    font-size:12px;
    font-weight:bold;
    border-radius: 2px;
    padding: 3px 6px;
}
.alerte .container .item_2 .alerte_text{
    clear: both;
    float: left;
    font-weight: bold;
    margin-top: 5px;
}
.alerte_text .sub_text{
    font-weight: 400;
}

.alerte .text {
    font-size:16px;
    font-weight: bold;
    margin-top: 5px;
}

.alerte .picto1,
.alerte .picto2 { display:block; line-height:0.8; }

.alerte .picto1 { font-size:30px; font-weight:300; }
.alerte .picto2 { font-size:46px; font-weight:700; }


/**** etablissement ***/
.etablissement {
	position:relative;
	background-color:#19b2c0;
	color:#fff;
	font-weight:300;
	/*overflow:hidden;*/
}
.etablissement:before,
.etablissement:after {
	content:" ";
	position : absolute;
	width : 50%;
	top:0;
	bottom:0;
}
.etablissement:before { left:0; }
.etablissement:after { right:0; }

.etablissement:before,
.etablissement .item_1 { background-color:#94bb01; }

.etablissement:after,
.etablissement .item_2 { background-color:#f88e13; }



.etablissement .item_1,
.etablissement .item_2 { z-index:1; position:relative; }

.etablissement .container {}
.etablissement .t1 { font-size:36px; }
.etablissement .t2 { font-size:23px; }
.etablissement .text { font-size:25px; }

.etablissement .bloc {
	display:block;
	min-height:200px;
	line-height:200px;
	text-align:right;
	text-decoration:none;
}

.etablissement .visuel {
	position:absolute;
	bottom:0;
	left:20px;
	width:270px;
	height:200px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
}
.etablissement .item_1 .visuel { background-image:url(../img/visuel.ecole.jpg); }
.etablissement .item_2 .visuel { background-image:url(../img/visuel.college.jpg); }

.etablissement .bloc:hover .visuel,
.etablissement .bloc:focus .visuel {
	opacity:0.7;
}

.etablissement .t1 {
	position:relative;
	z-index:1;
	font-size:55px;
	margin-right:20px;
	font-weight:200;
}

.etablissement .item_1 .t1 { color:#deff61; }
.etablissement .item_2 .t1 { color:#ffe0a4; }

.etablissement .bloc:hover .t1,
.etablissement .bloc:focus .t1 { color:#fff; }

.etablissement .button.menu {
	position:absolute;
	right:10px;
	bottom:-24px;
}




/**** rassurance ***/
.rassurance {
	position:relative;
	background-color:#494889;
	color:#fff;
	font-weight:300;
}
.rassurance .width50 {
	float:left;
}
.rassurance .container { padding:6px 0; }
#rassurance_footer .container { line-height:1; }
.rassurance .t1 { font-size:36px; }
.rassurance .t2 { font-size:23px; }
.rassurance .text { font-size:25px; }

/***** Contenu ****/
.contenu_content {
	position:relative;
}
/*.contenu_content .stitre {
	font-size:45px;
	font-weight:300;
}*/
.pattern01 {
	background-color:#fff;
	/*background:url(../img/pattern.png) repeat center center #fff;*/
}


/***** HEADER ACCES *****/

#acces_content
{ /* acces rapide haut page */
	position:absolute;
	z-index:52;
	top:0;
	right:0;
	left:0;
	padding:6px 0px;
}

/*** Acces rapide Contenu haut page ***/

#accesmenu
{
	margin:auto;
	text-align:right;
}
#accesmenu li
{
	/*float:left;*/
	display:inline-block;
	margin:0;
	list-style:none;
	color:#ccc;
}
#accesmenu li a
{
	display:inline-block;
	cursor:pointer;
	color:#000;
	margin: 0 0 0 12px;
	font-weight : normal;
	text-decoration:none;
	line-height:20px; /* bug ie8 */
}
#accesmenu li a span[class^="icon-"],#accesmenu li a span[class*=" icon-"]
{	
	font-size:13px;
	margin-right:5px;
}
#accesmenu li a span.accesmenu_text
{	
	float:right;
	font-size:11px;
	margin-top:-1px;
}
#accesmenu li a:hover,
#accesmenu li a:focus,
#accesmenu li a:hover strong
{
	color:#173749;
}
#accesmenu .current a, #accesmenu .current a:hover,
#accesmenu .current a strong, #accesmenu .current a:hover strong
{
	color: #173749;
}
#accesmenu li  a strong
{
	font-size:110%;
	font-weight:bold;
}

/****** Menu Mobile ****/
#accesmenu .mobile { display:none; }
#accesmenu .menu_mobile {
	position:absolute;
	top:0;
	left:0px;
	z-index:1;
}
#accesmenu .menu_mobile a {
	display : block;
	width : 48px;
	height : 50px;
	line-height : 48px;
	text-align : center;
	margin:auto;
}
#accesmenu .menu_mobile a:hover,
#accesmenu .menu_mobile a:focus {
	background : #c6007e;
}
.menu_mobile a .picto {
	background:none;
	position:relative;
	width:24px;
	height:17px;
	vertical-align:middle;
	margin:auto;
}
.menu_mobile a .picto .fil {
	position:absolute;
	left:0;
	width:100%;
	height:0;
	border-top:3px solid #0f2171;
	transition: all 0.3s ease-in-out 0s;
}

.menu_mobile a:hover .picto .fil,
.menu_mobile a:focus .picto .fil	{
	border-top: 3px solid #ffffff;
}

.menu_mobile .picto .p01 { top:0; }
.menu_mobile .picto .p02 { top:50%; margin-top:-1.5px; }
.menu_mobile .picto .p03 { bottom:0; }

/* close state */

.menu_mobile a .extended .p01 {
    transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	/*height : 4px;*/
}

.menu_mobile a .extended .p03 {
    transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	bottom:auto;
}

.menu_mobile a .extended .p01,
.menu_mobile a .extended .p03 {
    top: 7px;
    -ms-transform-origin: 50% 50% 0;
	-webkit-transform-origin: 50% 50% 0;
	transform-origin: 50% 50% 0;
}

.menu_mobile a .extended .p02 {
	border-top:3px solid rgba(255,255,255,0);
	opacity:0;
}

/***** popin navigation *****/
*::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.speed {
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.7s;
  -moz-transition: -moz-transform 0.7s;
  transition: transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  -moz-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
}

.cd-main {
  /*position: relative;*/
  z-index: 61;
  /* fix bug on iOS */
  /*height: 100vh;*/
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /*padding: 200px 5%;*/
  background-color: #e7e9e4;/**/
  /* Force Hardware Acceleration in WebKit */
  /*-webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);*/
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 0.7s;
  -moz-transition: -moz-transform 0.7s;
  transition: transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  -moz-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
}
.navigation-is-open .cd-main {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}



.cd-nav {
  position: fixed;
  z-index: 60;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.7s;
  -moz-transition: visibility 0s 0.7s;
  transition: visibility 0s 0.7s;
}
#kpop_contain { margin-bottom:20px; text-align:center; }

#kpop_contain img.fullimg { max-height : 80vh; }
#kpop_contain img.fullimg { max-height : calc(100vh - 25vh); }

.cd-nav .cd-navigation-wrapper {
  text-align:left;
  /* all navigation content */
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 40px 5% 40px 5%; /* calc(5% + 80px) */
  box-sizing:border-box;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.7s;
  -moz-transition: -moz-transform 0.7s;
  transition: transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  -moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
}
.navigation-is-open .cd-nav {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.navigation-is-open .cd-nav .cd-navigation-wrapper {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  -moz-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
}


/* picto */

.cd-nav-trigger {
  display:inline-block;
  margin-bottom:2em;
  /*position: fixed;
  left: 5%;
  top: 50px;*/
  cursor:pointer;
  z-index: 60;
  height: 54px;
  width: 54px;
  background-color: #0e364d;
  border-radius: 50%;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.5s, background-color .2s ease-in;
  -moz-transition: -moz-transform 0.5s, background-color .2s ease-in;
  transition: transform 0.5s, background-color .2s ease-in;
}
.cd-nav-trigger:hover,
.cd-nav-trigger:focus {
  background-color: #0094a1;
}
.cd-nav-trigger .cd-nav-icon {
  /* icon created in CSS */
  /* Hamburger */
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 22px;
  height: 2px;
  background-color: #ffffff;
}
.cd-nav-trigger .cd-nav-icon::before,
.cd-nav-trigger .cd-nav-icon:after {
  /* Hamburger */
  /* upper and lower lines of the menu icon */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s, width 0.5s, top 0.3s;
  -moz-transition: -moz-transform 0.5s, width 0.5s, top 0.3s;
  transition: transform 0.5s, width 0.5s, top 0.3s;
  /* Flèche */
  width: 50%;
}
.cd-nav-trigger .cd-nav-icon::before {
  /* Hamburger */
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
  /* Flèche */
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-nav-trigger .cd-nav-icon::after {
  /* Hamburger */
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
  
  /* Flèche */
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*.no-touch .cd-nav-trigger:hover .cd-nav-icon::after,
.no-touch .cd-nav-trigger:focus .cd-nav-icon::after,
.no-touch .cd-nav-trigger:hover .cd-nav-icon::before,
.no-touch .cd-nav-trigger:focus .cd-nav-icon::before {
   Flèche 
   width: 60%;
}*/

.no-touch .cd-nav-trigger:hover .cd-nav-icon::after {
  /* Hamburger */
  /*top: 2px;*/
}
.no-touch .cd-nav-trigger:hover .cd-nav-icon::before {
  /* Hamburger */
  /*top: -2px;*/
}
.cd-nav-trigger svg {
  position: absolute;
  top: 0;
  left: 0;
}
/*
.cd-nav-trigger circle {
   circle border animation 
  -webkit-transition: stroke-dashoffset 0.4s 0s;
  -moz-transition: stroke-dashoffset 0.4s 0s;
  transition: stroke-dashoffset 0.4s 0s;
}*/
.navigation-is-open .cd-nav-trigger {
  /* rotate trigger when navigation becomes visible */
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::after,
.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
  /* animate arrow --> from hamburger to arrow */
  width: 50%;
  -webkit-transition: -webkit-transform 0.5s, width 0.5s;
  -moz-transition: -moz-transform 0.5s, width 0.5s;
  transition: transform 0.5s, width 0.5s;
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::after, .no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::before {
  top: 0;
}
/*
.navigation-is-open .cd-nav-trigger circle {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.4s 0.3s;
  -moz-transition: stroke-dashoffset 0.4s 0.3s;
  transition: stroke-dashoffset 0.4s 0.3s;
}
*/




/* no-js */

.no-js main {
  height: auto;
  overflow: visible;
}
/*

.no-js .cd-nav {
  position: static;
  visibility: visible;
}
.no-js .cd-nav .cd-navigation-wrapper {
  height: auto;
  overflow: visible;
  padding: 100px 5%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
*/



/********** BANDEAU ***********/
#header, #sticky_header {
	z-index:51;
}

#bandeau, #header
{
	position:relative;
	margin:auto;
	height:101px;
}

#logo
{
	position:absolute;
	z-index:5;
	top:-10px;
	left:-10px;
    overflow:visible;
}
#logo a {
	display:block;
	border-radius:50%;
	padding:20px 12px;
    margin:auto 10px;
	box-shadow: 0 0 0 0px rgba(23, 55, 73, 0.1);
    overflow:visible;
    
	-o-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
#logo a:hover,
#logo a:focus {
	z-index:50;
    box-shadow: 0 0 0 10px rgba(23, 55, 73, 0.1);
} 
/*
#logo a:after {
	position:absolute;
	top:0;
	left:0;
	content:" ";
	border-radius:50%;
	width:174px;
	height:160px;
	padding:20px 12px;
    transition: all 350ms ease-in-out 0s;
	box-shadow:none;
	**background-color:rgba(255,0,4,1);
}
#logo a:hover:after,
#logo a:focus:after {
	left:50%;
	top:50%;
	margin-left:-287px;
	margin-top:-280px;
	width:573.8px;
	height:560px;
	box-shadow: 0 0 0 1500px rgba(23, 55, 73, 0.8);
    transition: all 150ms ease-in-out 0s;
}*/
#logo img {
	display:block;
	margin:auto;
	width:150px;
}

#accroche
{
	display:none;
	position:absolute;
	top:15px;
	left:320px;
	width: 300px;
	font-size:18px;
	font-style:italic;
	color:#565b55;
}
/* sticky */
#header.sticky #sticky_header {
	position:fixed;
	z-index:5;
	left:0;
	right:0;
	background-color:rgba(255,255,255,0.95);
	box-shadow:  0px 0px 5px rgba(0,0,0,0.2);
}

#header.sticky #bandeau { height:56px; }
#header.sticky #logo {
	margin: -37px;

	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
}
#header.sticky  #logo img {  }
#header.sticky #accroche { font-size: 12px; left: 190px; top: 6px; }
#header.sticky #social_header { margin-top: 12px; }
#header.sticky .social { }
#header.sticky #partage { top:9px; right:190px; }
#header.sticky .social .picto01 [class^="icon-"] { font-size:30px; }

#header.sticky #sticky_header #mh { padding-left: 100px; }
#header.sticky #sticky_header #mh a { font-size: 13px; padding: 0 5px; }


/************* Sticky ***********************/
#sticky {
	position:fixed;
	z-index:12;
	right:4%;
	top:125px;
	text-align:center;
	background-color:#f4f4f4;
	border:4px solid #e8e5e6;
}
#sticky>ul{
	margin:0;
}
#sticky a .text {
	background-color:#515151;
}
#sticky a {	
    padding: 5px;
}
#sticky a:hover,
#sticky a:focus {
	opacity:1;
}
#sticky a .text {
    display:block;
    position: absolute;
	z-index:-1;
    right: 0px;
    top: 50%;
	min-width:0;
	opacity: 0;
    visibility:hidden;
    color: #fff;
    padding: 10px 20px;
	margin-top:-20px;
    -webkit-transition: right 0.2s ease-in-out, opacity 0.2s ease-in-out, max-width 0.2s ease-in-out;
    -ms-transition: right 0.2s ease-in-out, opacity 0.2s ease-in-out, max-width 0.2s ease-in-out;
    transition: right 0.2s ease-in-out, opacity 0.2s ease-in-out, max-width 0.2s ease-in-out;
    white-space: nowrap;
}
#sticky a:hover .text,
#sticky a:focus .text {
    opacity: 1;
    right: 50px;
	min-width:50px;
	max-width:300px;
	width:auto;
    visibility:visible;
}
#sticky a .text:after {
	right: 100%;
	top: 0;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	overflow:hidden;
	position: absolute;
	pointer-events: none;
	border-top:17px solid #515151;
	border-right:6px solid #515151;
	border-bottom:17px solid transparent;
	border-left:6px solid transparent;
}


#sticky a.up .text,
#sticky a.down .text { display:none; }

#sticky.top { top:5px; }
#sticky.none { display:none; }

#sticky .nav-up,
#sticky .nav-down { position:relative; }

#sticky .nav-up { top:-12px; margin-top:-25px; }
#sticky .nav-down { bottom:-12px; margin-bottom:-25px; }


#sticky ul li { margin:0px; }

#sticky .icon-iso9001-1 { z-index:1; }
#sticky .icon-iso9001-2 { color:#0d2e40; }
#sticky a.picto [class^="icon-"],
#sticky a.picto [class*="icon-"] {
    display : inline-block;
    border-radius : 50%;
}

#sticky a.picto:hover [class^="icon-"],
#sticky a.picto:hover [class*="icon-"] {
    -webkit-box-shadow: 0px 0px 0px 8px rgba(86, 85, 148, 0.5);
    box-shadow: 0px 0px 0px 8px rgba(86, 85, 148, 0.5);
    background : rgba(86, 85, 148, 0.5);
    color : #ffffff;
}


/************ Animation bandeau **********/
.bandeau_section { position:relative; background-color:#2b5973; }
#slider_content { overflow:hidden; } /* #003887*/

#slider {
	max-width:1300px; /* 960px */
	max-height:474px; /* 350px */
}


#slider
{
	position:relative;
	margin:auto;
	overflow:hidden;
	/*border:#e00 1px solid;*/
}

/* JQuery k-animation Photo Slider with Semi Transparent Caption */
.slideshow {
	position:relative;
	list-style:none;
	overflow:hidden;
	margin:0;
	padding:0;
	min-height:100%; /* pour hauteur mode fade bxslider */
	/*border:#00f 1px solid;
	background-color:#0F0;*/
	
}	

ul.slideshow li {
	margin:0;
	padding:0;
}
/* JQuery k-animation Photo Slider with Semi Transparent Caption */

/* colorbox override */

#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight{ background-image:url(images/border3.png);}
#cboxMiddleLeft, #cboxMiddleRight{background-image:url(images/border4.png);}

/*********** CAROUSEL **************/
.bx-wrapper .bx-viewport {
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	border:none !important;
	left:auto;
	background:none;
}
.bx-wrapper { margin-bottom: 0px; }
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto { bottom:30px; }

/* PAGER */
.bx-wrapper .bx-pager {	padding-top: 0px; height:0; z-index:4; text-align:center; }

/* taille img */
.bx-wrapper img {
	display: block;
	margin:auto;
	/*width: 100%;*/
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #999;
	text-indent: 9999px;
	font-size:0px;
	width: 24px;
	height: 14px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover  { background: #f4238a; }
.bx-wrapper .bx-pager.bx-default-pager a.active { background: #19b2c0; }

/* galerie */
.gallery_content {
	display:block;
	/*min-width:500px;*/
	margin:2em auto;
}
.gallery_content { margin:auto; }
.gallery_content img {
	/*width:auto !important;*/
}
.gallery_content .gallery, .gallery { margin:auto; list-style:none; }
.gallery_content .gallery li, .gallery li { margin:auto;}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-controls-direction a {
	background:none;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	outline: 0;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	text-align:center;
	z-index: 4;
	background : #a0a0a0;
	background : rgba(0,0,0,0.3);
}

.bx-wrapper .bx-prev { 
	left: 0px;
}
.bx-wrapper .bx-next { 
	right: 0px;
}

.bx-wrapper .bx-controls-direction a:hover{
	background : rgba(0,0,0,0.6);
}

.bx-wrapper .bx-controls-direction a .arrow:before,
.gallery_content .bx-wrapper .bx-controls-direction .bx-prev:before,
.gallery_content .bx-wrapper .bx-controls-direction .bx-next:before,
#news .bx-wrapper .bx-controls-direction .bx-prev:before,
#news .bx-wrapper .bx-controls-direction .bx-next:before {
	text-indent: 0px;
	font-family: 'k-font';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 40px;
	height : 40px;
	width : 40px;
	text-align:center;
	color : #ffffff;
	color : rgba(255,255,255,0.8);
	font-size : 30px;
	display: block;
	margin : 0 auto;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	-o-transition: color .2s ease-in;
	-webkit-transition: color .2s ease-in;
	-moz-transition: color .2s ease-in;
	transition: color .2s ease-in;
}

.bx-wrapper .bx-controls-direction a.bx-prev .arrow:before,
.gallery_content .bx-wrapper .bx-controls-direction .bx-prev:before
/*,*/
/*#news .bx-wrapper .bx-controls-direction .bx-prev:before */
{
	content: "\e912";
}

.bx-wrapper .bx-controls-direction a.bx-next .arrow:before,
.gallery_content .bx-wrapper .bx-controls-direction .bx-next:before
/*,*/
/*#news .bx-wrapper .bx-controls-direction .bx-next:before*/
{
	content: "\e913";
}

.bx-wrapper .bx-controls-direction a:hover .arrow:before,
.bx-wrapper .bx-controls-direction a:focus .arrow:before {
	color : #fff;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}


/* Slider islide_content */
.islide_content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* text-align: center; */
    /* height: 300px; */
    /* vertical-align: middle; */
    /*width: 100%;*/
    /* padding: 0; */
    /* font-size: 100%; */
    /* background: rgba(0, 63, 35, 0.7); */
}
.islide_content .title,
.islide_content .desc {
	text-align:left;
	margin:0;
	line-height : 1;
	word-wrap: normal;
	text-transform:none;
}
.islide_content .title span,
.islide_content .desc span {
	display:inline-block;
    text-shadow: 2px 2px #2f6184;
}
.islide_content .block_text{
    margin: 0 auto;
    padding-left: 125px;
    box-sizing: border-box;
}
.islide_content .title {
    margin-bottom: 5px;
    text-align: left; }
.islide_content .desc {
    margin-top: 10px;
    text-align: left; }

.islide_content .title span {
	color: #fff;
	/*font-size: 60px;*/
	font-size: 3.7vw;
	font-weight: 300;
    margin-top:20px;
}
.islide_content .desc span{
    color:#fff;
    /*font-size:40px;*/
    font-size:2.2vw;
    font-weight: bold;
}


/* slideshow_entreprise */
.slideshow_entreprise .islide_content {
	/*top:5%;
	font-size:70%;*/
	
	width:auto;
	background-color:rgba(255,255,255,0.7);
	padding:5px 20px;
}





.row .grid-in {
	height : 100%;
}

#formcontact .row > div,
.formcontact .row > div {
	margin-bottom : 10px;
}

#formcontact .grid-in,
.formcontact .grid-in {
	position : relative;
	min-height : 50px;
    line-height : 50px;
    vertical-align : top;
}

#formcontact .grid-in.textarea-grid,
.formcontact .grid-in.textarea-grid {
	min-height : 190px;
}

#formcontact label,
.formcontact label {
	font-size : 14px;
	font-weight : 400;
}

#formcontact label.label,
.formcontact label.label {
	position : absolute;
	top : 0;
	left : 0;
	z-index : 2;
	height : 40px;
	line-height : 40px;
	width : 120px;
    padding : 0 20px;
}

#formcontact .grid-in select,
.formcontact .grid-in select {
    display : inline-block;
    margin-left : 130px;
    min-height : 40px;
    line-height : 40px;
    vertical-align : top;
    margin-top : 0;
    width : calc(100% - 130px);
}

#formcontact .grid-in select option,
.formcontact .grid-in select option {
    padding : 0;
    border : 0;
	height : 36px;
	line-height : 36px;
}

#formcontact input, #formcontact textarea,
.formcontact input, .formcontact textarea {
    box-sizing : border-box;
	position : absolute;
	top : 0;
	left : 0;
	z-index : 1;
	min-height : 40px;
	margin : 0;
	width : 100%;
	padding-left : 130px;
    
    border : 2px solid #E7E9E4;
	
	-o-transition: all .1s ease-in;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	transition: all .1s ease-in;
}

#formcontact textarea,
.formcontact textarea  {
    min-height : 190px;
}

#formcontact input[type='radio'],
.formcontact input[type='radio'] {
    position : static;
    display : inline-block;
    opacity : 0;
    visibility : hidden;
    width : auto;
    padding : 0;
}


#formcontact input[type='radio'] + label,
.formcontact input[type='radio'] + label {
    position : relative;
    padding-left : 30px;
}

#formcontact input[type='radio'] + label:after,
.formcontact input[type='radio'] + label:after {
    content : '';
    height : 22px;
    width : 22px;
    display : block;
    border : 2px solid #E8E8E8;
    border-radius : 50%;
    position : absolute;
    top : 0;
    left : 0;
}

#formcontact input[type='radio']:checked + label:before,
.formcontact input[type='radio']:checked + label:before {
    content : '';
    height : 16px;
    width : 16px;
    display : block;
    background : #3F4244;
    border-radius : 50%;
    position : absolute;
    top : 3px;
    left : 3px;
}

#formcontact input.focus, #formcontact textarea.focus,
.formcontact input.focus, .formcontact textarea.focus {
	left : 130px;
	padding-left : 5px;
	width : calc( 100% - 130px );
}

#formcontact .submit,
.formcontact .submit {
	height : 40px;
    line-height : 40px;
	background : #43A6BF;
	border : 0;
	color : #ffffff;
	font-family : 'Raleway', sans-serif;
	text-transform : uppercase;
	font-weight : 700;
	width : auto;
	padding : 0 30px;
	margin : 10px auto;
	display : block;
    position : static;
	
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

#formcontact .submit:hover,
.formcontact .submit:hover {
	background : #F1784B;
}

/* formulaire inscription enfant*/
#formcontact.form_inscription  label.label,
.formcontact.form_inscription  label.label {
	width: 170px;
}
#formcontact.form_inscription .marged input, #formcontact.form_inscription .marged textarea,
.formcontact.form_inscription .marged input, .formcontact.form_inscription .marged textarea {
	padding-left: 160px;
}

/* buttons style */
.btn1{
	padding:17px 42px;
	border:3px solid #cfe9ea;
	color:white;
	font-size:1.8vw;
	position:inherit;
	/*margin-right: 50px;*/
	margin-bottom: 44px;
	bottom: 0;
	right: 1%;
	transition: all 0.5s ease;
}
.btn1:hover{
	color:#c6007e;
	background:rgba(255,255,255,0.9);
}
.btn2{
	font-family: "Cabin";
	font-size: 20px;
	padding: 8px 25px;

	border: 3px solid #cfe9ea;
	color: white;
	font-weight: 300;
	display: block;
	text-align: center;
	width: 80%;
	box-sizing: border-box;
	margin: 0 auto
}
.btn2:hover{
	border: 3px solid #8584ce;
	color:#fff;
}
.btn3{
	padding: 15px 30px;
	border: 3px solid #cfe9ea;
	color: white;
	font-family: "Titillium Web";
	font-weight: 300;
	font-size: 16px;
	display: block;
	text-align: center;
	width: 80%;
	box-sizing: border-box;
	margin: 0 auto
}
.btn3:hover{
	border: 3px solid #8584ce;
	color:#fff;
}


/***** PAGE *****/

#contenu
{
	margin: 0 auto;
	padding: 0;
	/*padding-bottom : 50px;*/
	min-height:50px;
}

/**** COLONNE ***/
#colonne1
{
	position:relative;
	float: left;
	width: 245px; /* largeur ie dans ie.css du a text-align:justify dans #contenufond p */
	margin-right: 10px; /* bug de 3px dans ie 6 avec les flottant modif dans ie.css */
	padding:15px 0px 10px 0px;	
	/*background: burlywood;*/
}
#colonne2
{
	position:relative;
	float: right;
	width: 245px; /* largeur ie dans ie.css du a text-align:justify dans #contenufond p */
	margin-left: 10px; /* bug de 3px dans ie 6 avec les flottant modif dans ie.css */
	padding:15px 0px 10px 0px;
	/*background: burlywood;*/
}
/**** CONTENT ***/
#bloc
{
	position:static; /* indispensable */
	overflow: hidden; /* établi un contexte de formatage qui l'empeche de glisser sous les colonne 1 et 2 */
	margin:0 0px 0 0px;
	padding:0px 0px 10px 0px;
	/*background: #f03;*/
}
#conteneur /* utile car #bloc position static */
{
	position:relative;
	margin:20px 20px;
	text-align:justify;
}
p
{
	margin: 0.8em 0 0.8em 0;
}
.margin_content { margin: 2em 10px; }

/**** breadcrumb ****/
.breadcrumb_content { background-color:#e7e9e4; }
.breadcrumb > nav {
	margin:0.6em 10px 0.6em 190px;
	text-align:left;
}
.breadcrumb, .breadcrumb a { color:#3a3e39; }  /* 134a96 */
.breadcrumb a {
	display:inline-block;
	background-color:#e7e9e4;
	border-radius:1px;
	padding:4px 6px;
	font-weight:700;
	margin:1px 0;
	border:1px solid #e7e9e4;
}
.breadcrumb a:hover, .breadcrumb a:focus { color:#3a3e39; background-color:rgba(255,255,255,0.1); border:1px solid #fff;  }

.breadcrumb .picto { vertical-align:baseline; font-size:20px; margin-right:3px; }


/* INTRANET */
/* menu */
.menu_intranet {
    background-color:#f4f4f4;
    padding:20px 15px;
}
.menu_intranet li {
    display:block;
    margin:3px auto;
}
.menu_intranet a {
    text-transform:uppercase;
    font-size:14px;
    display:block;
    padding:3px 0;
}
.menu_intranet .icon-arrow-right,
.menu_intranet .text { vertical-align:middle; } 
.menu_intranet .icon-arrow-right { font-size:10px; }
/* agenda google doc */
.planing_intranet iframe { width:100%; height:314px; }
.planing_intranet.show-map iframe{ height:600px; }
.hide,
.planing_intranet.show-map .hide-link { display:none; }
.planing_intranet.show-map .hide { display:inline-block; }
.link-map .picto { font-size:10px; }
/* contenu intranet */
.contenu_intranet .container { width:auto; }

.filters {
	margin-bottom: 10px;
	text-align: right;
}


/*** CMS home ***/
.bloc_actu_home .cms { line-height:1.3; text-align:justify; }
/*.bloc_actu_home .cms h1,
.bloc_actu_home .cms h2  { font-size:30px; }*/

/***** NEWS *****/

/*.bloc_actu .stitre {
    font-size: 45px;
    font-weight: 300;
	display:block;
}*/
.bloc_actu { padding-right:10px; }

/* A la une */
.news_article.highlight { margin-bottom:2em; }
.news_header {
    line-height: 55px;
    min-height: 55px;
    background: #f5f5f5;
    position:relative;
    overflow: hidden;
    border-top-left-radius: 5px;
}
.picto_news {
    transform: rotate(-56deg);
    width: 150px;
    text-align: center;
    position: absolute;
    left: -63px;
    overflow: hidden;
    padding-bottom: 5px;
    background:#718d9c;
}
.picto03 { background-color:#565b55; padding:6px; }
.picto03 [class^="icon-"] { color : #fff; }
.picto03 .icon-news, .picto03 [class^="icon-"] { font-size: 0; }
.picto03 .icon-news:before, .picto03 [class^="icon-"]:before { font-size:42px; }
.picto03 .icon-news:before { color:#b7bab1; }

.bloc_actu .picto02 {
	height : auto;
	width : auto;
	border-radius : 50%;
	display:inline-block;
	position:relative;
	margin : auto;
	padding: 6px;
}

.bloc_actu .picto02 [class^="icon-"] {
    position: relative;
    color: white;
    transform: rotate(41deg);
    padding-left: 23px;
}

.news_article{
}

.news_title{
    padding: 5px 5px 5px 60px;
}
.news_header .date {
    font-size: 12px;
    font-weight: normal;
    color: white;
    font-family: Titillium Web;
    padding-left: 10px;
}
.cms .news_header .date { display:block; font-size:14px; }
.news_header .title { font-size:20px; font-weight:300; line-height:1.2; }
.news_article.highlight .title { font-size:18px; font-weight:300; color:#565b55; }

.news_content, .title {
	margin:auto;
}

.news_content {
	text-align:justify;
	line-height:1.3;
	font-size:15px;
	overflow:hidden;
}
.news_img {
	float:left;
	margin-right:30px;
	margin-bottom:10px;
	max-width:100%;
	/*max-height:300px;
	overflow:hidden;*/
}

/* image vertical */
.bloc_actu_liste .news_img a {
	display:block;
	text-align:center;
	background-color:#e3e3e3;
}

/* col */
.bloc_actu_liste { margin-right:-10px } /* inverse margin .news_col */
.news_col {
	padding-right:10px;
    margin-bottom: 30px;
	/*width:275px;
	float:left;
	margin: auto 24px;*/
}
/*.news_col .news_content { min-height:265px; }*/
/*#news .news_col .news_content { min-height:340px; }*/
.bloc_actu_liste .news_img {
	float:none;
	margin-right:auto;
	margin-bottom:10px;
	max-width:100%;
	max-height:200px;
    height: 200px;
	overflow:hidden;
	text-align:left;
}
.bloc_actu_liste .news_img.vertical a { height:175px; }

.bloc_actu_liste .news_img img { max-height:100%; max-width:100%; }

/* link */
.news_header a,
.news_txt a,
.news_header .title {
    color:#173749;
    text-decoration:none;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
}
.news_txt{
	margin-top:10px;
}
.news_txt a{
    font-size:14px;
    font-family: 'Calibri', sans-serif;
}
.news_content .textright{
    font-weight: bold;
}
.bloc_actu_liste .news_article:hover,
.bloc_actu_liste .news_article:focus,
.news_article.highlight .news_img a:hover,
.news_article.highlight .news_img a:focus,
.cms .news_header a:hover,
.cms .news_header a:focus { opacity:0.85; text-decoration:none; }

.news_link,
.news_link:hover,
.news_link:focus {
	display:inline-block;
	text-align:right;
	color:#19b2c0;
	margin:2px auto;
	font-size:90%;
}
.news_link:hover,
.news_link:focus,
.news_article:hover .news_link { text-decoration:underline; }

.bloc_actu .sep { margin:1em auto; }

/**** AGENDA *****/
.agenda_block {
	background: #f4f4f4;
	padding:20px 15px;
}
.title_agenda{
	font-family:Tahoma;
	font-weight:700;
	color:#c6007e;
	font-size:20px;
	margin: 1em 0 1em 0;
}
.agenda_footer_link{
	text-align: right;
}
.agenda_footer_link a{
	/*color: white;*/
	font-size: 13px;
	font-weight: bold;
}
.agenda .item {
    margin:1em auto;
    line-height:50px;
    border-bottom: 1px solid #e8e8e8; }

.agenda .item .title { font-size:16px; font-weight:300; line-height:0.9; }

.agenda .picto_agenda {
	float:left;
	min-height:62px;
	margin-right:10px;
}
.agenda .picto01 { position:relative; }
.agenda .day {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-12px;
	margin-top:-8px;
	font-size:20px;
	font-weight:700;
	font-family: 'Titillium Web', sans-serif;
}
.agenda .item .date {
    font-size:10px;
    font-weight:700;
    text-align: center;
	color: #718d9c;
}

.agenda .item .picto01 [class^="icon-"] {
	color : #718d9c;
}
.agenda .item.vert .picto01 [class^="icon-"] {
	color : #94bb01;
}
.agenda .item.vert .date {
	color : #94bb01;
}
.agenda .item.rose .picto01 [class^="icon-"] {
	color : #f4238a;
}
.agenda .item.rose .date {
	color : #f4238a;
}
.agenda .item.orange .picto01 [class^="icon-"] {
	color : #f88e13;
}
.agenda .item.orange .date {
	color : #f88e13;
}
.agenda .item.bleu .picto01 [class^="icon-"] {
	color : #2d64c0;
}
.agenda .item.bleu .date {
	color : #2d64c0;
}
.agenda .item.violet .picto01 [class^="icon-"] {
	color : #a66df1;
}
.agenda .item.violet .date {
	color : #a66df1;
}
.agenda .item.turquoise .picto01 [class^="icon-"] {
	color : #19b2c0;
}
.agenda .item.turquoise .date {
	color : #19b2c0;
}

/* couleur */
/*.general .picto [class^="icon-"],*/
/*.general .date { color: #f4238a; }*/

/*
.college .picto [class^="icon-"],
.college .date { color: #f88e13; }

.association .picto [class^="icon-"],
.association .date { color: #a66df1; }

.tous .picto [class^="icon-"],
.tous .date { color: #2b5973; }
*/
/* link */
.agenda,
.agenda a { color:#000; }

.agenda .item a:hover,
.agenda .item a:focus { opacity:0.8; }

/* page agenda */
.item_month { margin:1em; }
.item_month2 h2 { color:#fff; }



/****** MAP *****/
.map img { max-width: none; }
.map { height:412px; position:relative; z-index:1; }
/*.map.map2 { height:550px; }*/
.popmap_info { padding:20px; }

.popmap_info { text-align:left; }
.map .t1, .map .popmap_info a { color:#00135f; }
.map .popmap_info a  { text-decoration:underline; }
.map .popmap_info a:hover, .map .popmap_info a:focus  { text-decoration:none; }
.map .t1 { font-size:140%; }
#map_canvas { height:800px; }

/* bloc adresse */
#map_content { position:relative; overflow:hidden; }
#map_content .container {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:1;
    height:0;
}
#map_content .container .badge_block{
    position:absolute;
    top:42px;
    right:0;
}
.colonne_droite .badge_block{
    position: relative;
    margin-bottom: 30px;
}
#map_content .uk-grid { position:relative; height:0; }

/*.adresse_content,*/
/*.contact_map,*/
/*#social_footer { float:left; clear:both; }*/

.adresse_content {
	font-weight:300;
	font-family: Calibri,"Titillium Web";
}
.adresse_content pre {
	font-weight:300;
	font-family: Calibri,"Titillium Web";
	
}

.social .picto01 .icon-google { font-size: 45px; }

/* visuel commun map et inscription en ligne*/
.badge_block,
.badge_block a {
    color: white;
}
.badge_block a:hover,
.badge_block a:focus {
    text-decoration:underline;
}
.badge_block {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: #565594;
    line-height: 1.2;
    font-size: 16px;
}
#map_content .badge_block {
    width: 240px;
}
.badge_block_title{
    margin-left:88px;
    min-height:80px;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Cabin', sans-serif;
}
h2.badge_block_title {
    color : #ffffff;
}

.icon_badge_title {
    background: #8584ce;
    color: white;
    font-size: 55px;
    position: absolute;
    top: -7px;
    left: -7px;
    width:93px;
    height:88px;
    text-align: center;
    vertical-align: middle;
    line-height: 93px;
}
.button_badge {
    margin: 3px 0;
    
	word-wrap:normal;
	-webkit-hyphens: manual;
	-moz-hyphens: manual;
	-ms-hyphens: manual;
	-o-hyphens: manual;
	hyphens: manual;
}

/********** MENU ***********/
/********** MENU HAUT ***********/

#mh_content  { /*min-height:60px;*/ }

#mh_content,
#mh ul li,
#mh a { 
	/*line-height:60px;*/
	}

#mh_content { 
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	z-index:4;
	text-align:center;	
}
#mh_content:before,
#mh_content:after {
	content:" ";
	width : 50%;
	height : 0;
	display : block;
	position : absolute;
	left:0;
	bottom:1px;
	border-bottom:4px solid #c6007e;
}
#mh_content:after {
	left:auto;
	right:0;
	/*border-bottom:4px solid #19b2c0;*/
}

#mh {  
   text-align: left;
    padding-left: 185px;
    box-sizing: border-box;}

#mh ul {
	list-style:none;
	margin:0;
	margin-left:0;
	display : block;
}
#mh ul li {
	position: relative;
	z-index:1;
	display:inline-block;
	margin:auto;
	vertical-align : middle;
    
	-o-transition: z-index 0ms  ease-in;
	-webkit-transition: z-index 0ms ease-in;
	-moz-transition: z-index 0ms ease-in;
	transition: z-index 0ms ease-in;
}
#mh ul li:hover {
	z-index:2;
}
#mh a {
	color:#718d9c;
	padding:0 13px;
	display:inline-block;
	cursor:pointer;
	vertical-align:middle; /* centre en haut le menu */	
	font-size: 18px;
    font-weight: bold;
	line-height:normal;
	text-decoration:none;
}

/* coloration liste actualités */
.bloc_actu>div.news_article.vert .picto_news, .bloc_actu_liste>div.news_article.vert .picto_news{
	background: #94bb01;
}
.bloc_actu>div.news_article.rose .picto_news, .bloc_actu_liste>div.news_article.rose .picto_news{
	background: #f4238a;
}
.bloc_actu>div.news_article.orange .picto_news, .bloc_actu_liste>div.news_article.orange .picto_news{
	background: #f88e13;
}
.bloc_actu>div.news_article.bleu .picto_news, .bloc_actu_liste>div.news_article.bleu .picto_news{
	background: #2d64c0;
}
.bloc_actu>div.news_article.violet .picto_news, .bloc_actu_liste>div.news_article.violet .picto_news{
	background: #a66df1;
}
.bloc_actu>div.news_article.turquoise .picto_news, .bloc_actu_liste>div.news_article.turquoise .picto_news{
	background: #19b2c0;
}
/* coloration menus footer*/
/*#mb li:nth-child(n+1) .tf { color:#f4238a; }*/

/*#mb li:nth-child(n+2) .tf { color:#94bb01; }*/

/*#mb li:nth-child(n+3) .tf { color:#f88e13; }*/

/*#mb li:nth-child(n+4) .tf { color:#a66df1; }*/

/*#mb li:nth-child(n+5) .tf { color:#fff; }*/


/* coloration menus header*/
/*#mh li:nth-child(n+1) a{ color:#f4238a; }

#mh li:nth-child(n+2) a{ color:#94bb01; }

#mh li:nth-child(n+3) a { color:#f88e13; }

#mh li:nth-child(n+4) a{ color:#2d64c0; }

#mh li:nth-child(n+5) a{ color:#a66df1; }

#mh li:last-child  a { color:#19b2c0; }

#mh li:nth-child(n+1) a:before,
#mh li:nth-child(n+1) .blocsmenu_content { background-color:#f4238a; }
#mh li:nth-child(n+2) a:before,
#mh li:nth-child(n+2) .blocsmenu_content { background-color:#94bb01; }
#mh li:nth-child(n+3) a:before,
#mh li:nth-child(n+3) .blocsmenu_content { background-color:#f88e13; }
#mh li:nth-child(n+4) a:before,
#mh li:nth-child(n+4) .blocsmenu_content{ background-color:#2d64c0; }
#mh li:nth-child(n+5) a:before,
#mh li:nth-child(n+5) .blocsmenu_content{ background-color:#a66df1; }
#mh li:last-child     a:before,
#mh li:last-child     .blocsmenu_content{ background-color:#19b2c0; }
*/

/* coloration menus footer*/

#mb li .tf,
#mb li a .tf { color:#718d9c; }

#mb li.rose .tf { color:#f4238a; }

#mb li.vert .tf { color:#94bb01; }

#mb li.orange .tf { color:#f88e13; }

#mb li.bleu .tf { color:#2d64c0; }

#mb li.violet .tf { color:#a66df1; }

#mb li.turquoise  .tf { color:#19b2c0; }

#mb li.gris  .tf { color:#718d9c; }


/* coloration menus header*/
#mh li.rose a{ color:#f4238a; }

#mh li.vert a{ color:#94bb01; }

#mh li.orange a { color:#f88e13; }

#mh li.bleu a{ color:#2d64c0; }

#mh li.violet a{ color:#a66df1; }

#mh li.turquoise  a { color:#19b2c0; }

#mh li.anthracite  a { color:#515151; }

#mh li.rose a:before,
#mh li.rose .blocsmenu_content { background-color:#f4238a; }
#mh li.vert a:before,
#mh li.vert .blocsmenu_content { background-color:#94bb01; }
#mh li.orange a:before,
#mh li.orange .blocsmenu_content { background-color:#f88e13; }
#mh li.bleu a:before,
#mh li.bleu .blocsmenu_content{ background-color:#2d64c0; }
#mh li.violet a:before,
#mh li.violet .blocsmenu_content{ background-color:#a66df1; }
#mh li.turquoise a:before,
#mh li.turquoise .blocsmenu_content{ background-color:#19b2c0; }
#mh li.gris a:before,
#mh li.gris .blocsmenu_content{ background-color:#718d9c; }
#mh li.anthracite a:before,
#mh li.anthracite .blocsmenu_content{ background-color:#515151; }

#mh a:before {
	content:" ";
	height: 4px;
	display: block;
	position: absolute;
	left:1px;
	right:0;
	bottom:1px;
	background-color: #718d9c;
	overflow:hidden;
	
	-o-transition: all 100ms  ease-in;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}
#mh li .blocsmenu_content{ background-color:#718d9c; }

#mh a:after {
	content:" ";
	height : 4px;
	display : block;
	position : absolute;
	left:0;
	right:0;
	bottom:1px;
	border-left:1px solid #fff;
	overflow:hidden;
}
#mh li:first-child a:after {
	border-left:none;
}

#mh a span {
	line-height : 40px;
	position:relative;
	z-index:1;
}
#mh a .text{
	text-transform:none;
}
#mh>ul>li:hover>a,
#mh>ul>li:focus>a,
#mh>ul>li>a:focus,
#mh>ul>li.current > a,
#mh>ul>li.current > a:hover
{
	color:#fff;
}
#mh a:hover:before,
#mh a:focus:before,
#mh ul li:hover > a:before,
#mh ul li:focus > a:before,

#mh .current a:before,
#mh .current a:hover:before,

#mh li .blocsmenu a:hover:before,
#mh li .blocsmenu a:focus:before,
#mh .blocsmenu .current a:before,
#mh .blocsmenu .current a:hover:before
{
	height:90%;
}


/* hover */
#mh ul li:hover .blocsmenu,
#mh ul li:focus .blocsmenu {
	display: block;
	max-height:900px;
}


#mh a .icon-arrow-down { display:none; font-size:8px; margin-right:6px; line-height:1; transition : transform 0.15s; }
#mh a:hover .icon-arrow-down,
#mh a:focus .icon-arrow-down { transform : rotate(180deg); }


/* sous menu */

/*#mh #mh02 .blocsmenu { display: block; }*/
#mh .blocsmenu {
    display: block;
    position: absolute;
    left: 0;
    /*top: 60px;*/
    z-index: 6;
	max-height:0;
	overflow:hidden;
}
#mh .blocsmenu_content {
    min-width: 200px;
    padding: 10px;
}

#mh .blocsmenu li {
    display: block;
	margin:auto;
	text-align:left;
}
#mh li .blocsmenu a {
    display: block;
	font-size:14px;
	white-space:nowrap;
	color:#fff;
}
#mh li .blocsmenu a:before { height : 2px; background-color: #fff; background-color: rgba(255,255,255,0.3); }
#mh li .blocsmenu a:after { border-left:none; }

/********** MENU BAS ***********/
#mb
{
	margin:auto;
	font-weight:300;
}
#mb ul
{
	list-style:none;
	margin:0;
	margin-left:0;
	line-height:1.5;
}
#mb ul li
{
	/*float:left;*/
	display:block;
	color:#d0f1f3;
	margin:6px auto 6px auto;
	font-size:12px;
	line-height:1.1;
}
#mb ul .tf { font-size:18px; font-weight:700; }
#mb ul li > ul { margin-top:1em; margin-bottom:1em; }

#mb a
{
	color:#d0f1f3;
	padding:2px 5px;
	display:inline-block;
	border-radius: 3px;
}
#mb .footer_link_icon a
{
	color:#fff;
	padding: 0px;
	display: block;
}
#mb .footer_link_icon a:hover span {
	border : 1px solid #ffffff;
}

#footer #mb ul ul li a:hover,
#footer #mb ul ul li a:focus
{
	color:#565594;
	background : #ffffff;
}
#footer #mb ul ul .current a,
#footer #mb ul ul .current a:hover
{
	color:#fff;
}




/******* PIED PAGE ********/

/******* PIED PAGE ********/
/*******   FOOTER  ********/

/*** SEO ***/
#desc_h,
#desc_f {
	text-align:justify;
	position:relative;
	/*z-index:5;*/
}
#colorbox #desc_h { padding:40px 40px 5px 40px; font-size:110%; text-align:justify; }
#desc_f {
	margin-top:15px;
	overflow:hidden;
	font-size:12px;
	font-style:italic;
}
#desc_f .link_plus { margin-left:5px; }
#desc_f .link_plus a { color:#fff; }
#desc_f .link_plus a:hover,
#desc_f .link_plus a:focus { text-decoration:underline; }

#cboxOverlay{background:#3a3e39; opacity: 0.9; filter: alpha(opacity = 90);}


/* Style pied page */

#footer_content { 
	margin:auto;
	background: #565594;
	margin-top: 0;
	position: relative;
}

#logo_footer{
    display: inline-block;
}
#logo_footer a{
    display: inline-block;
    border-radius: 50%;
    padding: 15px 10px;
    transition: all 100ms ease-in-out 0s;
    box-shadow: none;
    width: 75px;
    height: 75px;
    box-sizing: border-box;
}
.block_logo_adresse{
    border-bottom:1px solid white;
    padding-bottom:10px;
}
#block_adresse{
    display: inline-block;
    font-size:12px;
    padding-left: 10px;
    box-sizing: border-box;
    line-height: 1.3;
}
.block_adresse_main{
    font-size:15px;
}
.footer_block_2{
    padding-left: 20px;
}
.footer_block_1{
	font-weight: 300;
	font-family: Calibri,"Titillium Web";
}
.footer_block_1 pre{
	font-weight: 300;
	font-family: Calibri,"Titillium Web";
	float:left;
}
.footer_block_1 .logo_maristes_footer {
	width: 70px;
	height: auto;
	background: white;
	border-radius: 50%;
	padding: 20px 12px;
	float: left;
	margin-right: 10px;
}
.footer_block_1 .logo_maristes_footer img {
	height: auto;
}
.footer_block_1 p{
	line-height: 1.3;
}

.footer_block_1,
.footer_block_2{
    float:left;
}
.footer_link_icon{
	clear:both;
}
.footer_link_icon li span{
    font-size:16px;
    color:#ffffff;
    float:left;
    padding : 6px;
    border-radius : 50%;
    border : 1px solid #565594;
}


#footer {
	color : #ffffff;
	text-align:left;
}

#footer .item1 a {
	color : #ffffff;
}

#footer .item2 a.current {
	color : #95c11f;
}

#footer .item1 a:hover, #footer .item1 a:focus,
#footer .item2 a:hover, #footer .item2 a:focus {
	color: #e65454;
}
#footer .item2 .current > a, #footer .item2 .current > a:hover
{
	color:#e65454; /* 134a96 */
}

#footer_content .button {
    font-size: 21px;
    padding: 15px 20px;
	width:158px;
}


#footer .item1, #footer .item2, #footer .item3 {
	float:left;
	margin-top:2em;
	margin-bottom:2em;
	line-height:1.2;
}
#footer .item1 .logo_content {
	background-color:#fff;
	border-radius:5px;
	padding:7px 10px 4px 7px;
}
#footer .item1 .logo_content,
#footer .item1 .logo_content img { width:185px; }

.adresse_footer strong { font-weight:700; }

#footer .item3 { text-align:center; line-height:260px; }
#footer .item3 .social { float:none; margin-top:3em; }

/*** MOTS BAS PAGE ***/

#mots
{
	display:none;
	margin:auto;
	text-align:justify;
	line-height: 9px;
}


/* MOTS REF */
.ref, .ref a, .ref a:link, .ref a:visited {
	color: #bbb;
	font-size: 10px;
	letter-spacing: 0px;
	text-decoration: none;
	text-align: justify;
	/*font-weight: normal;*/
	display:inline;
}
.ref a:hover, .ref a:focus {
	color: #666;
	/*font-weight:normal;
	font-size: 10px;*/
	letter-spacing: 0px;
}

/*** SIGNATURE KYXAR ***/
.kyxar,
.kyxar a { color: #999;}

.kyxar {
	position: absolute;
	z-index:10;
	white-space: nowrap;
	right:10px;
	margin-top:3px;
	margin-bottom:3px;
	bottom : 5px;
	padding: 0px;
	line-height : 25px;
	font-size: 9px;
}

.kyxar a {
	font-size: 9px;
	text-decoration: none;
	letter-spacing: 1px;
	position:relative;
}

.kyxar a:hover {
	color: #eee;
}
.kyxar a .none {
	position:absolute;
	bottom:13px;
	right:0;
	height:0;
	overflow:hidden;
}
.kyxar a .none span {
	display:inline-block;
	background-color:rgba(255,255,255,0.1);
	border-radius:3px;
	padding:5px 10px;
	line-height:1;
	font-weight:300;
	font-size: 9px;
}
.kyxar a:hover .none,
.kyxar a:focus .none {
	height:28px;
}




/***** CONTACT *****/

#contact #contenu header, .cms #contenu .container > header {
	margin : 30px 0;
}

#contact header p {
	font-size : 16px;
	line-height : 24px;
	color : #5a5a5a;
}

#contact .container > .item_50 {
	width : 449px;
	margin-right : 31px;
	margin-bottom : 50px;
}

#contact .container > .item_50.last {
	margin-right : 0px;
	margin-left : 31px;
}

.form-group .item_100 {
	width : 100%;
	margin : 10px 0;
}

.form-group .item_100 .item_100 {
	width : 352px;
	float : left;
}

.form-group .item_100 .information {
	line-height : 18px;
}

.form-group .information,
.form-group label {
	font-family: 'Calibri', sans-serif;
	font-size: 20px;
	font-weight: 300;
	color: #c6007e;
	line-height: 15px;
	padding-bottom: 10px;
	display: block
}
.form-group .information {
	font-family: 'Titillium Web', sans-serif;
	display : block;
	float : left;
	margin : 14px 0 5px 0;
	padding : 0 0 0 5px;
	width : 150px;
}
.form-group.information.first { margin-top:5px; }
.form-group .information.item2 { margin-left:10px; width : 59px; }

.form-group .item_50 {
	width : 150px;
	margin : 5px 0;
}

.form-group .item_100 .item_50 {
	width : 170px;
}

.form-group input,
.form-group textarea,
.form-group select {
	background : transparent;
	line-height : normal;
	font-size : 18px;
	width : 352px;
	box-sizing:content-box;
}

.form-group .item_50 input {
	width : 128px;
}


.form-group .centered-height {
	position : relative;
}

.form-group input[type='radio'] {
	width : 18px;
	height : 18px;
	background : transparent;
	opacity : 0;
	visibility : hidden;
	margin : 0;
	position : absolute;
	top : 0;
	right : 0; 
}

.form-group input + label .radio {
	width : 16px;
	height : 16px;
	display : block;
	position : absolute;
	top : 0;
	right : 0;
	border:1px solid #a8aba3;
	border-radius:50%;
}

.form-group input:checked + label .radio:before {
	content:" ";
	width : 10px;
	height : 10px;
	display : block;
	position : absolute;
	z-index:1;
	top : 3px;
	right : 3px;
	border-radius:50%;
	background-color:#a8aba3;
}

.form-group input[type='radio'] + label {
	padding-right : 30px;
	position : relative;
	display : inline-block;
	line-height : 18px;
}

/*#formcontact .submit_section {*/
	/*text-align : left;*/
/*}*/

.form-actions input[type="submit"] {
	font-size: 20px;
	border: 3px solid #cfe9ea;
	color: white;
	font-weight: 300;
	display: block;
	text-align: center;
	box-sizing: border-box;
	margin: auto;
    height: 50px;
    line-height: 45px;
    min-width:250px;
}

.form-actions input[type="submit"]:hover, .form-actions input[type="submit"]:focus {
	color: #c6007e;
	background: rgba(255,255,255,0.9);
	cursor:pointer;
}

p.information {
	font-size : 12px;
	font-style : italic;
	color : #a0a0a0;
}

#titretd1, #titretd2
{
	width:12em;
}

.form-group, .formcontact
{
	margin-left:0px;
	margin:auto;
	margin-bottom : 30px;
}
.form-group legend, .formcontact legend
{
	padding-left:0px;
	margin-bottom:0.5em;
}

.submit
{
	width:250px;
	height:46px;
	display:inline-block;
	margin-right:12px;
}
.submit:hover
{
	
}

/* contact */

/*.input.normal, input.focus,*/
/*textarea.normal, textarea.focus,*/
/*select.normal, select.focus*/
/*{*/
	/*padding:6px 10px;*/
/*}*/

.form-group input,
.form-group textarea,
.form-group select
{
	padding:6px 10px;
}

.checkboxform, .inputform
{ /* config txt dans .txt dans form plus bas*/
	line-height:2em;
	font-weight:bold;
}
.checkboxform span
{
	display:block;
	float:left;
	width:17em;
}
.inputform .spanform
{
	display:block;
	float:left;
	width:21em;
}



/****** FORMULAIRE ******/

form {
	margin:0;
}
select, textarea, input[type="text"], input[type="password"]{		/*** configuration general ***/
	color: #3a3e39;
	background-color: transparent;
	font-size:120%;
	font-weight : normal;
	border : 2px solid #E7E9E4;

	-o-transition: border .4s ease-in, background .4s ease-in, color .4s ease-in;
	-webkit-transition: border .4s ease-in, background .4s ease-in, color .4s ease-in;
	-moz-transition: border .4s ease-in, background .4s ease-in, color .4s ease-in;
	transition: border .4s ease-in, background .4s ease-in, color .4s ease-in;
}

textarea {
	height : 8em;
}

textarea.focus, input[type="text"].focus, input[type="password"].focus {
	border-color : #3a3e39;
}


#contact_content .item_50.first {
	width:580px;
}

/**************** CMS RULES ***************/

/*
.cms {
	text-align:justify;
	font-size:16px;
	line-height:1.3;
}

.cms img {
	display : block;
}
*/
.item_25 {
	width : 25%;
	float : left;
	background : #f5f5f5;
	height : 330px;
	position:relative
}


.item_50 {
	width : 50%;
	float : left;
}

.item_430 {
	width : 430px;
	float : left;
	margin-bottom : 50px;
}

.item_520 {
	width : 520px;
	float : left;
}

    
.alert_slider li {
    display : block;
    height : 45px;
    display : block;
    padding : 10px 0;
    float : none;
}

.alert_slider li .item_2,
.alert_slider li .item_1 {
    transition : all 0.3s ease-in-out;
}

.alert_slider li.loading .item_1 {
    transform : translateY(-100px);
    opacity : 0;
}

.alert_slider li.loading .item_2 {
    opacity : 0;
}


/* MEDIA QUERY */

/*
4 break points dont les tailles sont les suivantes

    - Supérieur à 940px de large pour les écrans de bureau
    - Entre 768 et 939px de large pour les tablette en mode portrait
    - Moins de 767px de large pour les smartphones en mode paysage
    - Moins de 380px de large pour les smartphone en mode portrait
*/

/*
@-ms-viewport {
width: device-width;
}
*/

body:before { display:none; position:fixed; z-index:10; top:0; left:38%; opacity:0.8; padding:2px 10px; font-size:70%; color:#000; background-color:#eee; }
/* garder max-width: et pas max-width : car sinon repond.js ne fonctionne pas */
@media screen and (max-width: 767px) {
	body { -ms-text-size-adjust: none; -webkit-text-size-adjust: none; }
	figure img { height:auto; margin:0; padding:0; max-width:100% !important; }
	body { font-size: 90%; }
	body:before { content:"@media (max-width : 767px)"; }
	
	/* Largeur élément général de la page */
	#bandeau, #mots, .widthgen, .container
	{
		max-width:none;
		min-width:inherit; /* inherit / 100% ie7 */
		width:auto;
	}
	.margin_content {
		margin: 20px 10px;
	}
	
	body .mobile, #accesmenu .mobile { display:block !important; }
	.desktop { display:none; }
	
	h1,
	.titre { font-size:20px; }
	h2,
	.stitre { font-size:20px; }
	h3,
	.sstitre { font-size:18px; }

    .main_section {
        float: none;
        width: auto;
        padding-right: 0px;
        box-sizing: border-box;
    }
    .bribe_home_block{
        margin-bottom:20px;
    }
	.bribe_home_block p{
		float:none;
		width:auto;
   		 margin-bottom:20px;
	}
	.bribe_home_block iframe {

		margin-bottom:20px;
	}
    #col_right{
        float:none;
        width:auto;
    }
	
	/**** COLONNE ***/
    .main_section,
    #col_right{
        float: none;
    }
	/*.colonne_droite,*/
	/*#news .colonne_droite {*/
		/*margin-bottom:3em;*/
	/*}*/
	.colonne_droite .twitter-timeline,
	.colonne_droite iframe { max-width: 90% !important; width:90% !important; height:480px !important; min-height:480px !important; }
	
	/********** BANDEAU ***********/
	#bandeau,
	#header,
	#header.sticky #bandeau {
		min-height: 50px;
		height:auto;
		margin: auto;
		position: relative;
	}
	#header.sticky #sticky_header {
		position:relative;
		background-color:#fff;
		box-shadow:none;
		left:auto;
		right:auto;
		z-index:auto;
	}
	#logo,
	#header.sticky #logo
	{
		left:30px;
		margin: -41px;

		-webkit-transform: scale(0.38);
		-moz-transform: scale(0.38);
		-ms-transform: scale(0.38);
		-o-transform: scale(0.38);
		transform: scale(0.38);
	}
	#accroche { display:none; }
	#social_header,
	#header.sticky #social_header { margin-top: 10px; }
	#social_header .picto01 [class^="icon-"] { font-size:30px; }
	.social li { margin: auto 0.2em; }
	#partage { display:none; }


	/*** Acces rapide Contenu haut page ***/
	
	#acces #acces00, #acces #acces02, #acces #acces03, #acces #acces04 { display:none; }
	#acces_content { padding:0; } 
    #acces #acces05 { margin-right:20px; margin-top:5px;  }
	
	/**** breadcrumb ****/
	/*.breadcrumb_content .breadcrumb > nav { margin-left:auto; }*/
	.breadcrumb > nav {
		margin: 0.6em 10px 0.6em 10px;
	}


	/**** Alerte Info ***/
	.alerte .container .item_1 { margin-bottom:20px; }
	.alerte .text { text-align:justify; font-size: 16px;  }



	/********** MENU ***********/
	/********** MENU HAUT ***********/
	#mh_content {
		position:relative;
		min-height:inherit;
		text-align:center;
		padding:0;
	}
	#mh_content::before, #mh_content::after { display:none; }
	
	#mh
	{
		padding-left: 0px;
		display: block;
		text-align: center;
	}
	
	#mh ul
	{
		margin-left:0; /* annule marge */
		line-height:30px;
		display:block;
	}
	#mh ul li
	{
		padding:0;
		display:block;
		margin: auto;
	}
	#mh ul li a
	{
		padding: 0;
		display:block;
	}
	#mh0100 [class^="icon-"]::before,
	#mh0100 [class*=" icon-"]::before
	{
		display:none;
	}
	
	#mh a:hover:before,
	#mh a:focus:before,
	#mh ul li:hover > a:before,
	#mh ul li:focus > a:before,
	
	#mh .current a:before,
	#mh .current a:hover:before,
	
	#mh li .blocsmenu a:hover:before,
	#mh li .blocsmenu a:focus:before,
	#mh .blocsmenu .current a:before,
	#mh .blocsmenu .current a:hover:before
	{
		height:100%;
	}
	#mh a:before { left:0; }

	
	#mh_content { display:none; }
	.bandeau_section {
        min-height: 0px;
        display: none;
    }
	
	/* Sous menu */
	#mh .blocsmenu {
		display: none;
		position: relative;
		left: auto;
		top: auto;
	}
	/* hover */
	#mh ul li:hover .blocsmenu,
	#mh ul li:focus .blocsmenu {
		height:auto;
	}

	#mh .blocsmenu_content {
		padding: 0;
	}
	
	#mh .blocsmenu li {
		display: block;
		margin:auto;
		text-align:left;
	}
	#mh li .blocsmenu a {
		font-size:18px;
		padding:0 10px;
		white-space:normal;
	}
	
	#mh a .icon-arrow-down { display:inline-block; }
	
	
	/*** mots footer ***/
	#mots, .sepfooter { display:none; }
	
	/* breadcrumb */
	.breadcrumb .breadcrumb_home,
	/*.breadcrumb .navigation-pipe { display:none; }*/
	.breadcrumb a { padding: 8px 6px; font-size:90%; }
	
	/*** flexbox */
	.flexblock {
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;     /* NEW - Chrome */
		display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	}
	
	.flexblock.column {
		 flex-direction: column;
		 -webkit-flex-direction: column;
		 -moz-flex-direction: column;
	}
	/* reorder header */
	/*#col_news {*/
		/*-webkit-box-ordinal-group: 1;  */
		/*-moz-box-ordinal-group: 1;     */
		/*-ms-flex-order: 1;     */
		/*-webkit-order: 1;  */
		/*order : 1;*/
	/*}*/
	#sep_news {
		-webkit-box-ordinal-group: 2;  
		-moz-box-ordinal-group: 2;     
		-ms-flex-order: 2;     
		-webkit-order: 2;  
		order : 2;
	}
	#col_twitter {
		-webkit-box-ordinal-group: 3;  
		-moz-box-ordinal-group: 3;     
		-ms-flex-order: 3;     
		-webkit-order: 3;  
		order : 3;
	}
	
	/*********** CAROUSEL **************/
	.bx-controls { display:none; }
	/* slider */
	/*.islide_content {*/
		/*position:relative;*/
		/*bottom:auto;*/
		/*left:auto;*/
		/*background-color: #2b5973;*/
	/*}*/
	/*.islide_content .title span,*/
	/*.islide_content .desc span {*/
		/*display:block;*/
		/*font-size: 130%;*/
		/*padding:8px 10px 8px 10px;*/
	/*}*/
	/*.islide_content .title { margin-bottom: 0; }*/
	/*.islide_content .desc { margin-top: 0; }*/
	
	/*.islide_content .title span { font-size:160%; }*/
	/*.islide_content .desc span{ font-size:120%; }*/
    .islide_content .block_text {
        padding-left: 10%;
    }
	
	
	/**** rassurance ***/
	.rassurance .width50 { margin:auto; }
	.rassurance .width50:first-child { }
	.rassurance .t1 { font-size:17px; }
	.rassurance .t2 { font-size:13px; }
	.rassurance .text { font-size:14px; text-align:left; }
		
	/***** NEWS *****/
	.news_img { float:none; margin-right:auto; }
	.bloc_actu_liste { margin:auto; }
	.bloc_actu_home .news_article { display:none; }
	.bloc_actu_home .news_article:nth-child(1),
	.bloc_actu_home .news_article:nth-child(2),
	.bloc_actu_home #item_1,
	.bloc_actu_home #item_2 {
		display:block;
	}
	.news_col {  }
	.bloc_actu_liste .news_img { max-height: 285px;	}
	.bloc_actu_liste .news_img.vertical a { height:285px; }
	
	/* news offres txt */
	.contenu_content .stitre,
	.offre .stitre { font-size: 30px; }
	.news_article.highlight .title,
	.offre_header .title { font-size: 18px; }
	/*.news_content,*/
	/*.offre_content { font-size:13px; }*/
	.offre_content .sstitre { font-size:13px; }
		
	/* footer */
	#footer .item1, #footer .item2, #footer .item3 { float: none; width:auto; line-height:normal; }
	#footer .item3 .centered-height { vertical-align:top; }
	
	/****** MAP *****/
	#map_content .container { display:none; }
	#map_content .map { height: 240px; }

	
	/********** MENU BAS ***********/
	#mb
	{
		height:auto; /* annule hauteur*/
		font-size:130%;
	}
	#mb ul .tf { font-size: 130%; }
	#mb ul
	{
		margin-left:0; /* annule marge */
		line-height:30px;
	}
	#mb a
	{
		padding:0;
		display:block;
	}
	
	/* contact */
	#contact_content .item_50.first { width: auto; float:none; }
    .form-group .information { float:none; padding:0; }
    .form-group .information.first { margin-bottom:20px; }
    .form-group .item_50 { width: auto; }
    .form-group .item_50 input,
    .form-group input,
    .form-group textarea,
    .form-group select { width: 280px; }
    .form-group .information.item2 { margin-left: 0; }
	#map_canvas { height: 400px; }

    .form-group .item_100 { width: auto; }
    .form-group input[type="submit"] { width:260px; }
    .form-group label .civilite { display:inline-block; width:130px; }
	
	
	.cd-main {
	  /* fix bug on iOS */
	  height: 100vh;/**/
	  /* Force Hardware Acceleration in WebKit */
	  -webkit-transform: translateZ(0);
	  -moz-transform: translateZ(0);
	  -ms-transform: translateZ(0);
	  -o-transform: translateZ(0);
	  transform: translateZ(0);
	}
	
	/* footer */
	#desc_f { margin-bottom: 35px; }
	
	/**** etablissement ***/
	.etablissement:before,
	.etablissement:after {
		display:none;
	}
	.etablissement .bloc {
		line-height:80px;
	}
	.etablissement .t1 {
		font-size:30px;
		margin-right:10px;
	}
	.etablissement .button.menu {
		position:absolute;
		right:10px;
		bottom:15px;
	}
    
    /* CONTACT */
    #formcontact label, .formcontact label {
        font-size: 12px;
    }    
    #formcontact label.label,
    .formcontact label.label {
        width : 80px;
        padding : 0 10px;
    }
    #formcontact input.focus, #formcontact textarea.focus,
    .formcontact input.focus, .formcontact textarea.focus {
        left : 80px;
        width : calc( 100% - 80px );
    }
    #formcontact .grid-in select,
    .formcontact .grid-in select {
        margin-left : 80px;
        width : calc(100% - 80px);
    }

}


/* ipad 2 , only screen and (max-device-width:991px)*/
@media screen and (min-width: 768px) and (max-width: 991px) {

	body { -ms-text-size-adjust: none; -webkit-text-size-adjust: none; }
	figure img { height:auto; max-width:100%; }
	body {  }
	body:before { content:"@media (min-width: 768px) and (max-width: 991px)"; }
	
	
	/* Largeur élément général de la page */
	 #mots, .widthgen, .container
	{
		max-width:none;
		width:95%;
	}
     #bandeau,#mh_content .container{
         width:inherit;
     }
	/**** COLONNE ***/

	/********** BANDEAU ***********/
	#mh{		
		padding-left: 128px;
	}
    #mh a {
        font-size: 17px;
    }
	#bandeau, #header {
		height: 105px;
	}
	#logo {
		margin: -15px;
		
		-webkit-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-ms-transform: scale(0.7);
		-o-transform: scale(0.7);
		transform: scale(0.7);
	}
	#accroche {
		font-size: 16px;
		left: 280px;
		top:16px;
	}

	.breadcrumb > nav {
		margin: 0.6em 10px 0.6em 10px;
	}
	
	#cms .margin_content { margin: 2em 10px; }
		
	/* Menu */
		#mh a { padding: 0 12px; }

	/* slider 

	
	/***** NEWS *****/
	.bloc_actu_liste {  }
	.bloc_actu_liste .news_img { max-height: 170px;	}
	.bloc_actu_liste .news_img.vertical a { height:190px; }
	
	/* news */
	#news .highlight .news_img { float:none; margin-right:auto; }
	.news_header .title { font-size:18px; }
	
	/* contact */
	#contact_content .item_50.first { width: 400px; }
    .form-group .information { float:none; padding:0; }
    .form-group .information.first { margin-bottom:20px; }
    .form-group .item_50 { width: auto; }
    .form-group .item_50 input { width: 352px; }
    .form-group .information.item2 { margin-left: 0; }
	#map_canvas { height: 1003px; }
	
	/**** rassurance ***/
	#rassurance_footer .text { font-size:20px; }
	#rassurance_footer .floatleft { margin-left:1em; }
	#rassurance_footer [class^="icon-"] { font-size:45px; }

	
	
}


@media screen and (min-width: 992px) and (max-width: 1326px) {
	body {  }
	body:before { content:"@media (min-width: 992px) and (max-width: 1326px)"; }

	/* news */
	#news .highlight .news_img { float:none; margin-right:auto; }
	
	/* contact */
	#contact_content .item_50.first { width: 400px; }
    .form-group .information { float:none; padding:0; }
    .form-group .information.first { margin-bottom:20px; }
    .form-group .item_50 { width: auto; }
    .form-group .item_50 input { width: 352px; }
    .form-group .information.item2 { margin-left: 0; }
	#contact #map_canvas { height: 1003px; }
	#merci #map_canvas { height: 535px; }
	
	/**** rassurance ***/
	#rassurance_footer .text { font-size:20px; }
	#rassurance_footer .floatleft { margin-left:1em; }
	#rassurance_footer [class^="icon-"] { font-size:45px; }
	
	/**** breadcrumb ****/
	/*.breadcrumb > nav { margin-left:0px; }*/
	.breadcrumb > nav {
		margin: 0.6em 10px 0.6em 170px;
	}
	
	/********** BANDEAU ***********/
	#mh{		
		padding-left: 168px;
	}
    .islide_content .block_text{
        padding-left: 168px;
        box-sizing: border-box;
    }
}


@media screen and (min-width: 1327px) {
	figure img { width:auto; max-width:100%; }
	body { }
	body:before { content:"@media (min-width : 1327px)"; }
	
	/* Largeur élément général de la page */
	/* #bandeau, #mots, .widthgen, .container
	{
		width:1310px;
	} */
	/**** COLONNE ***/
	#colonne1, #colonne2
	{
		width: 345px;
		background:#CCF;
	}

	#logo {
		/*margin: 15px;*/
		
		/*-webkit-transform: scale(1.2);*/
		/*-moz-transform: scale(1.2);*/
		/*-ms-transform: scale(1.2);*/
		/*-o-transform: scale(1.2);*/
		/*transform: scale(1.2);*/
	}

	/* Menu */
	#mh li .blocsmenu a { font-size: 16px; }
	
	/* slider 
	.islide_content { right: 7%; top: 5%; }*/
	.islide_content .title span {
		font-size: 60px;
	}
	.islide_content .desc span{
		font-size:40px;
	}
	.lien_inscription{
		font-size:30px;
	}
	
	/***** NEWS *****/
	#news .highlight .news_img { /*float:left; margin-right:30px; max-width: 49%;*/ }
	#news .highlight .gallery_content { float:left; margin-right:30px; width: 49%; }

	/*.news_col { width: 450px; }*/
	.bloc_actu_liste .news_img { max-height: 275px;	}
	/*.bloc_actu_liste .news_img.vertical a { height:275px; }*/
	/*.news_col .news_content { min-height:360px; }*/
	/*#news .news_col .news_content { min-height:400px; }*/

	/**** breadcrumb ****/
	/*.breadcrumb > nav { margin-left:0px; }*/
	
	#bandeau, #mots, .widthgen, .container {
		width: 1150px;
	}
    .islide_content .block_text {
        padding-left: 190px;
    }
	
	
	#sticky {
		right:4%;
	}

}

@media screen and (max-height: 500px), (max-width: 1090px) {
	#sticky {
		display:block;
		position: absolute;
		z-index: 52;
		right: 22px;
		top: 30px;
		background-color: transparent;
		border: none;
		text-align: left;
	}
	#sticky .menu_info { 
        text-align: right; 
        color: #000;
        padding-left: 60px;
    }
	.menu_info:hover,
	.menu_info:focus { color: #c6007e; }
	.menu_info .picto { font-size: 8px; margin-left: 9px; }
	.menu_info_content {
		max-height: 0;
		overflow: hidden;
		position: absolute;
		top:20px;
		right:0;
		background-color: #f4f4f4;
		width: 276px;
	}
	/* Menu Hover */
	#sticky:hover #menu_info_content,
	#menu_info:hover + #menu_info_content,
	#menu_info:focus + #menu_info_content {
		max-height: 500px;

		-o-transition: all .2s ease-in;
		-webkit-transition: all .2s ease-in;
		-moz-transition: all .2s ease-in;
		transition: all .2s ease-in;
	}
	.picto02 { width:auto; 	}
	#sticky .menu_info_content a {
		position: relative;
		display: block;
		position: static;
		margin-top:auto;
		background-color: transparent;
		color: #515151;
		opacity: 1;
	}
	#sticky .menu_info_content a .text {
		position: relative;
		display: inline-block;
		position: static;
		margin-top:auto;
		background-color: transparent;
		color: #515151;
		opacity: 1;
		visibility: visible;
	}
	#sticky .menu_info_content a .icon,
	#sticky .menu_info_content a .text{
		vertical-align: middle;
	}
    #sticky .menu_info_content a [class^="icon-"], 
    #sticky .menu_info_content a [class*=" icon-"] {
        color: #c6007e;
    }
	#sticky .menu_info_content > ul {
		padding: 10px;
		margin-bottom:auto;
	}
	#sticky .menu_info_content > ul > li {
		border-bottom: 1px solid #ccc;
	}

}



/************************* PRINT ******************************/
@media print {
	
	body { font-size:80%; background:none #fff !important; color:#000 !important; }
	#bandeau, #mots, .widthgen, .container { display:block !important; width:auto !important; border:0 !important; max-width:inherit; min-width:inherit; }
	#conteneur { margin:0; }
	
	/* Desactive les fond, shadow, text-shadow */
	*
	{
		background:none;
		background:none !important;
		filter: progid:DXImageTransform.Microsoft.gradient( enabled=false );
		border:0 !important;
	
		-moz-box-shadow:none !important;
		-webkit-box-shadow:none !important;
		box-shadow:none !important;
		
		text-shadow:none !important;
	}
	
	/* affiche les bloc en hidden normalement pour version imprimable */
	#bloc { overflow:visible; }
	
	/*** MASQUE LES ELEMENTS DE NAVIGATION ***/
	#acces, #mh, #mb, #mots, .kyxar, #close, .navig, #colonne1, #colonne2, 
	#sticky, .bandeau_section, #acces_content, #footer .item2, #breadcrumb_content, .contact_map, #formulaire .last
	{ display:none; }

	/* Largeur élément général de la page */
	
	/**** COLONNE ***/
	
	/*** bandeau imprimable ***/
	#bandeau { height:50px; }

	#logo {	position:absolute; top:0px; left:0px; }
	#logo img {	width:inherit; }
	#accroche { position:absolute; top:0px; left:300px; }
	
	/* Largeur élément général de la page */
	
	
	#footer .item1, #footer .item3 { width:50%; }
	
	/* sticky */
	#header.sticky #sticky_header {
		position:inherit;
		z-index:5;
		left:inherit;
		right:inherit;
		background-color:rgba(255,255,255,0.95);
		box-shadow:  0px 0px 5px rgba(0,0,0,0.2);
	}
	
	#header.sticky #bandeau, #bandeau, #header { height:56px; }
	#header.sticky #logo, #logo { left:0; top:0; }
	#header.sticky #logo img, #logo img { width:120px; }
	#header.sticky #accroche, #accroche { font-size: 12px; left: 150px; top: 6px; }
	#header.sticky #social_header, #social_header{ margin-top: 12px; }
	#header.sticky #partage, #partage { top:9px; right:190px; }
	#header.sticky .social .picto01 [class^="icon-"], .social .picto01 [class^="icon-"] { font-size:30px; }
	
	/* contact */
	#contact_content .item_50.first { width: auto; float:none; }

}

