/******************************************************************************* 
Theme Name: PIE2017
Theme URI: http://www.guabana.com
Description: Thème personnalisé pour PIE (Programmes Internationaux d'Echanges)
Author: Guabana/NGcrea
Author URI: http://www.guabana.com
Version: 1.0
********************************************************************************/


/* CSS Document */

/*style temporaire sidebar
aside .newsletter, aside .accueillir, aside .lesaviezvous {display: none}
*/

/*new style bloc 3.14 hp 

.home nav ul li:nth-child(7), nav ul li:nth-child(8)   { display: none }
.home nav ul li:nth-child(8), nav ul li:nth-child(7)   { display:  table-cell;}
.home nav ul li:nth-child(8) ul li   { display:  block;}*/

.home .magseul, .magsub   { display: none !important }
.home .magsub, .magseul { display:  table-cell !important;}
.home .magsub ul li, .home .magsub ul li   { display:  block !important;}

.breadcrumb > li + li::before {  padding: 0 0px !important;  content: ">\00a0" !important;}
.breadcrumb li::after {   margin-right: 0px !important;}


	.intro_hp_314 {font-weight: 900; border-top: 1px dotted #000000; padding: 15px 0; color: #000000; font-size: 16px; line-height: 22px}
	#hp-troisquatorze .hp-box .couverture {  margin-bottom: 18px !important;}
	.bouton_hp_314 {display: block; text-align: center; margin: 30px 0 20px 0 !important}
	.bouton_hp_314 a {display: inline-block; background: #000000; padding: 10px 20px; text-transform: uppercase; font-weight: 700; color: #fecb16; text-decoration: none; font-size: 16px}
	.bouton_hp_314 a:hover {  background: #ffffff; color: #000000 }

	@media screen and (max-width: 1200px) {		  #hp-troisquatorze .hp-box .couverture img {    height: 276px !important;    object-fit: cover;    object-position: top;  }
}
	

	
	@media screen and (max-width: 768px) {  #hp-troisquatorze .hp-box .couverture img {    height: 342px !important;  }
}
	
	@media screen and (max-width: 500px) {  #hp-troisquatorze .hp-box .couverture img {    height: 310px !important;  }
}


.e314_nav {background: #e5e5e5;  margin-bottom: 30px;  box-shadow: 50px -20px 0px 0px #e5e5e5,-15px -20px 0px 0px #e5e5e5,-15px 0px 0px 0px #e5e5e5, 50px 0px 0px 0px #e5e5e5; padding-top: 3px}
 .e314_nav .wp-block-tiptip-hyperlink-group-block {text-align:center; width: 85px }
.e314_nav p {margin-top: 5px !important; margin-bottom: 7px !important;  text-align: center; font-size: 11px; text-transform: uppercase}
 .e314_nav i.fas {font-size: 24px; display: inline-block; width: 45px; height: 45px; background: #ffffff; border-radius: 10px; color: #fecb16 !important; padding: 10px 0px 0px}
 .e314_nav a:hover i.fas { background: #fecb16;  color: #000000 !important }
.e314_nav a:hover  {text-decoration: none; color: #000000; }

	@media screen and (max-width: 992px) {		  
		#hp-troisquatorze .hp-box .couverture img {    height: 306px !important;     }
		.e314_nav .wp-block-tiptip-hyperlink-group-block {   width: 75px !important;}
		.e314_nav p {  font-size: 10px !important; }
}


/* reset css */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
.entry-content h3 {line-height: 1.5em  ; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
li {
	margin-bottom: 5px;
}
ol, ul {
	/* list-style: none; */
	padding: 20px;
}
.navbar-header ul {
	padding: 0px;
}
blockquote, q {
	quotes: none;
	padding: 0px 20px !important;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong, b {
	font-weight: 800;
}
em {
	font-style: italic;
}
html, body {
	background: #f5f5f5 !important;
	font-family: 'Raleway', sans-serif !important; 
	font-size: 14px;
	font-weight: 400;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	min-height: 100%;
	color: #000000;
	
}
a {
	cursor: pointer
}
a, a:hover, a:focus {
	text-decoration: none;
	outline: 0; color: #000000;
}
.clear {
	clear: both;
}

/* * { transition: all 0.3s ease; } */

#wrap {
	min-height: 100%
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-style: italic;
  color: #cccccc;
   opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  font-style: italic;
  color: #cccccc;
   opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  font-style: italic;
  color: #cccccc;
   opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  font-style: italic;
  color: #cccccc;
   opacity: 1;
}


/*Opera Fix*/
body:before {
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px
}
.container {
	background: #ffffff;
	-moz-box-shadow: 0px 50px 0px 50px #ffffff;
	-webkit-box-shadow: 0px 50px 0px 50px #ffffff;
	-o-box-shadow: 0px 50px 0px 50px #ffffff;
	box-shadow: 0px 50px 0px 50px #ffffff;
}



/* ----------------------haut site CTA + network----------------------- */
.ctanetwork {
	text-align: right;
	padding-top: 5px;
}
.ctanetwork div {
	display: inline-block;
}
.ctanetwork .bouton {
	background-color: #fecb16;
	border-radius: 10px 10px 0 0;
	text-transform: uppercase;
	padding: 8px 9px 6px 7px;
	text-align: center;
	font-weight: 800;
	color: #094b9b;
	margin-right: 5px;
	font-size: 1em;
	-moz-box-shadow: inset 0px 0px 0px 0px #fecb16;
	-webkit-box-shadow: inset 0px 0px 0px 0px #fecb16;
	-o-box-shadow: inset 0px 0px 0px 0px #fecb16;
	box-shadow: inset 0px 0px 0px 0px #fecb16;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	height: 43px;
}
.ctanetwork .bouton:hover {
	-moz-box-shadow: inset 0px -50px 0px 0px #094b9b;
	-webkit-box-shadow: inset 0px -50px 0px 0px #094b9b;
	-o-box-shadow: inset 0px -50px 0px 0px #094b9b;
	box-shadow: inset 0px -50px 0px 0px #094b9b;
	color: #fecb16;
}
.ctanetwork .bouton .brochure:before, .ctanetwork .bouton .contact:before {
	width: 25px;
	height: 25px;
	border-radius: 100px;
	margin-right: 5px;
	display: inline-block;
	content: "";
	margin-bottom: -5px;
}
.ctanetwork .bouton .brochure .ctanetwork .bouton .contact {
	width: 25px;
	height: 25px;
	border-radius: 100px;
	margin-right: 5px;
	display: inline-block;
	content: "";
	margin-bottom: -5px;
}
.ctanetwork .bouton .brochure:before {
	background: url(../images/picto_brochure.png) no-repeat center center #fecb16;
}
.ctanetwork .bouton .contact:before {
	background: url(../images/picto_contact.png) no-repeat center center #fecb16;
}
.ctanetwork .network img {
	width: 35px;
	height: 35px;
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	bottom: 5px;
	padding: 0;
	border-radius: 5px;
}
.ctanetwork .network img:hover {
	bottom: 0px;
}
.ctanetwork .network a {
	margin-right: 5px;
	padding: 0
}
.ctanetwork .network a:last-child {
	margin-right: 0px;
}
/* zone slider + logo */
.metaslider, #hp .slider , .image {
	background: #e5e5e5;
	position: relative;
	overflow: hidden;
	border-radius: 20px 0 0 0 !important; z-index: 1}
	

.metaslider .caption-wrap { margin-bottom: 30px !important; opacity: 0.9!important;}

.metaslider .caption { background: #ffffff !important;  color: #000000 !important; line-height: 14px !important; padding: 10px 15px !important;}

.metaslider .caption span{ display:block; color: #094b9b; font-weight: 600; font-size: 1.2em}

.metaslider .caption a{ display:inline-block; background-color: #094b9b; font-weight: 600; color: #fecb16; padding: 2px 5px; border-radius: 50px; text-transform: uppercase ; font-size: 0.7em; margin-left: 5px; text-decoration: none !important; line-height: 14px}

.metaslider .caption a:hover{  background-color: #fecb16;  color: #094b9b;}

.metaslider .flexslider {
    margin: 0 !important;
	}

.flex-control-nav { bottom: 10px !important; z-index: 10; }

.flex-control-paging li a.flex-active { background: #ffffff !important; background: rgba(255,255,255,1) !important; border: 1px solid rgba(0,0,0,0.5) !important; }

.flex-control-paging li a {
    
    background: rgba(0,0,0,1) !important;
	border: 1px solid rgba(255,255,255,0.5) !important;
    box-shadow: none !important; }
	
.flex-direction-nav a {bottom: 0% !important; top: auto !important; }

#hp .slider .logopie, .image .logopie {
	left: 0;
	position:absolute;
	border-radius: 0 15px 15px 0;
	background: url(../images/logo_pie.png) no-repeat #ffffff;
	background-size: 87% auto;
	background-position: 20px center;
	-moz-box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 5px 10px 0px 0px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.5);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	margin-left: -20px;
	z-index: 99999
}

#hp .slider .logopie {
	top: 20%;
	height: 135px;
	width: 270px;
}

.image .logopie {
left: 0;
height: 105px;
width: 220px;
top: 50%; 
transform: translateY(-50%); 
-webkit-transform: translateY(-50%); 
background-position: 20px center;
margin-left: -20px;
border-radius: 0 10px 10px 0;
position: absolute;
}

#hp .slider .logopie:hover, .image .logopie:hover {
	margin-left: 0px;
}


.image {
	height: 300px;
	background-size: 75% !important;
	background-repeat: no-repeat !important;
	background-position: left center !important;

}

.image .masque{
	position: absolute;
	right: 0;
	z-index: 9;
	height: 100%;
	width: 75%;



background-image: -webkit-gradient(  linear,  left top,  right top,  color-stop(0, rgba(255, 255, 255, 0)),  color-stop(0.5, rgb(255, 255, 255)) );
background-image: -o-linear-gradient(right, rgba(255, 255, 255,0) 0%, rgb(255, 255, 255) 50%);
background-image: -moz-linear-gradient(right, rgba(255, 255, 255,0) 0%, rgb(255, 255, 255) 50%);

background-image: -ms-linear-gradient(right, rgba(255, 255, 255,0) 0%, rgb(255, 255, 255) 50%);
background-image: linear-gradient(to right, rgba(255, 255, 255,0) 0%, rgb(255, 255, 255) 50%);}

.image .titres_page{
z-index: 10;
position: absolute;
top: 50%; 
transform: translateY(-50%); 
-webkit-transform: translateY(-50%); 
font-size: 20px;
height: auto;
text-align: right;
width: 60%;
right: 0;
	}
.image .titres_page .titre{
font-size: 3em;
font-weight: 400 !important;
color: #094b9b; margin: 0 !important; padding: 0 !important;	line-height: 1;
	}
.image .titres_page .soustitre{
font-size: 1.5em;
font-weight: 800 !important;
color: #ff6600;
margin: 0 !important; padding: 0 !important
	}
.image .titres_page .soustitre:before{
content:"> "
	}

.image .titres_page .image_titre_troisquatorze {
	background: url(../images/image_header_titre_314.png) no-repeat; background-position: right center; background-size: contain; width: 100%; height: 109px; right: 0; 
}


/* ------------------------------------------navbarnav------------------------------ */
.navbar {
	background: #ffffff !important;
	border-radius: 0 !important;
	position: relative !important;
	border-bottom: 1px solid #fecb16 !important;
	border-top: 1px solid #fecb16 !important; z-index: 99 !important;
	margin-bottom: 0 !important 	
} 

.navbar-collapse {padding-right: 0 !important;
padding-left: 0 !important;}

.navbar-toggle {
    position: relative !important;
    float: right !important;
    padding: 9px 10px !important;
    margin-top: 8px !important;
    margin-right: 15px !important;
    margin-bottom: 8px !important;
    background-color: #fecb16 !important;
    background-image: none !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important; -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;}
	
.navbar-toggle:hover {
    background-color: #094b9b !important;
    }

.navbar-toggle .icon-bar {
    background-color: #000;}

	
button.navbar-toggle .bar1, button.navbar-toggle .bar2, button.navbar-toggle .bar3 {-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease; position: relative; height: 3px !important; border-radius: 5px; background-color: #094b9b !important; }
	
button.navbar-toggle:hover .bar1 {-webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg); -0-transform:rotate(45deg); transform:rotate(45deg); top: 11px; right: 7px; background-color: #fecb16!important; }
button.navbar-toggle:hover .bar2 {-webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg); -0-transform:rotate(90deg); transform:rotate(90deg); bottom: 1px;  background-color: #fecb16!important; }
button.navbar-toggle:hover .bar3 {-webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg); -0-transform:rotate(-45deg); transform:rotate(-45deg); left: 7px; bottom: 3px ; background-color: #fecb16!important;  }
	


 

nav ul li {
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: 600;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff; position: relative; 
}
nav ul li a {
	color: #666666;
	white-space: nowrap;
	padding: 12px 17px !important;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease; position: relative; 
}
nav ul li a.dropdown-toggle:before {
	content:"\f0d7";
	font-family: fontawesome; position: absolute ; right: 7px; font-size: 10px; bottom: 15px;
}
nav ul li:nth-child(-n+2) a {
	color: #094b9b;
	font-weight: 800;
}
nav ul li:last-child,  nav ul li:nth-child(7) {
	background: #fecb16;
}



nav ul li:last-child a, nav ul li:nth-child(7) a {
	color: #000000;
}
nav ul li:last-child a:after, nav ul li:nth-child(7) a:after {
	content: "";
	background: url(../images/picto_314.png) no-repeat center center;
	background-size: contain;
	width: 30px;
	height: 22px;
	display: inline-block;
	margin-bottom: -3px;
	margin-left: 4px;
}
nav ul li a:hover {
	color: #ff9900 !important;
	background: #f5f5f5 !important;
	-moz-box-shadow: 0px 3px 0px 0px #fecb16;
	-webkit-box-shadow: 0px 3px 0px 0px #fecb16;
	-o-box-shadow: 0px 3px 0px 0px #fecb16;
	box-shadow: 0px 3px 0px 0px #fecb16
}



nav ul li ul li {font-size: 0.8em;  text-transform: uppercase; border-top: none;
	border-bottom: 1px solid #fff; z-index: 1 }


nav ul li ul li:first-child {border-top: 1px solid #fecb16; }

nav ul li ul li a:hover {
	color: #fecb16 !important;
	background: #094B9B !important;	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}


nav li ul li a {
  	padding: 7px 10px!important; color: #094B9B !important ; 
}


nav ul li ul li a, nav ul li ul li:nth-child(-n+2) a, nav ul li ul li:last-child a {
		font-weight: 600 !important;
}

nav ul li ul li:last-child {
	background: none;
} 
nav ul li  ul li a:after {
	display:none !important;;
}

nav ul li:last-child ul li{
	background: #000000 !important;
}


nav ul li:last-child ul li a{
	color: #fecb16 !important;
}
nav ul li:last-child ul li a:hover{
	color: #000000 !important;
	background: #fecb16 !important;
}

nav ul li ul li ul  {
	 width: 100%; display: inline-block; right: -100% !important; z-index: 0; top: -1px !important; font-size: 1em !important;   
}
nav ul li ul li ul li:first-child {border-top: 0px solid #ffffff; }
nav ul li ul li ul li a {background: #094b9b !important; color : #fecb16 !important;  display: block; font-size: 1.2em; text-transform: none !important	
}
nav ul li ul li ul li a:hover {color: #094b9b !important; background : #eeeeee !important; 	
}



.dropdown-menu{
	padding: 0 !important;
	margin:  0 !important;
	font-size: inherit !important;
	background-color: rgba(254, 203, 22, 0.95) !important ;
	border: none !important ;
	border-radius: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	margin-top: 1px !important; z-index: 99 !important;
}

.dropdown-menu > li > a {text-transform: none !important}

 .dropdown-menu .active a, .dropdown-menu .active a:focus, .dropdown-menu.active a:hover {
    color: #094B9B !important;
    background-color: #ffffff !important; background-image: none !important;
}

nav ul li:last-child > .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #ff6600 !important;
    background-color: #ffffff !important;
} 
nav ul li:nth-child(7) > .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #ff6600 !important;
    background-color: #ffffff !important;
} 

nav ul span {display: none !important}




/* ---------------------------------------hp contenu + 314------------------------- */

#hprogrammes {
	margin: 0 -15px 0 -15px;
	background-image: -webkit-gradient(  linear,  left top,  left bottom,  color-stop(0, rgb(245, 245, 245)),  color-stop(1, rgb(255, 255, 255)) );
	background-image: -o-linear-gradient(bottom, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 100%);
	background-image: linear-gradient(to bottom, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 100%);
	background-image: linear-gradient(to bottom, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 100%);
	background-image: -webkit-linear-gradient(  linear,  left top,  left bottom,  color-stop(0, rgb(245, 245, 245)),  color-stop(1, rgb(255, 255, 255)) );
	background-image: -ms-linear-gradient(bottom, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 100%);
	background-image: linear-gradient(to bottom, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 100%);
	padding: 15px 15px 15px 15px;
}

#recherche {text-align: right; position: relative;}
.boxrecherche {background: #ffffff; border: 3px solid #cccccc; font-style:italic; padding: 3px; color: #666666; width: 50%; float: right;}

#hprogrammes h1, #hp-troisquatorze h1 {
	font-size: 2em;
	color: #999999;
	padding: 0!important;
	margin: 0 0 15px 0px !important;
	font-weight: 400;
}
#hprogrammes .hp-box, #hp-troisquatorze .hp-box {
	background: #ffffff;
	padding: 10px;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease; overflow: hidden; height: 405px;
}

#hp-troisquatorze .hp-box {	 height: 360px; }

.hp-box .hp_image {max-height: 145px !important; overflow: hidden !important ; display: block; border-bottom: 1px solid #fecb16 ; border-radius: 10px 10px 0 0;}

#hprogrammes .hp-box:hover .cta span {	background: #fecb16;	color: #094b9b;}

#hprogrammes .hp-box:hover .picto:before, .content .connexe:hover .picto:before {
	-moz-box-shadow: inset 0px -40px 0px 0px #094b9b;
	-webkit-box-shadow: inset 0px -40px 0px 0px #094b9b;
	-o-box-shadow: inset 0px -40px 0px 0px #094b9b;
	box-shadow: inset 0px -40px 0px 0px #094b9b;
	border-bottom: 1px solid #094b9b
}
#hprogrammes .hp-box img, #hp-troisquatorze .hp-box img, .content .connexe img {
	width: 100%;
	height: auto;
	position: relative;
}

#hprogrammes .hp-box img, #hp-troisquatorze .hp-box img  {	min-height: 145px;}

#hprogrammes .hp-box .picto, #hp-troisquatorze .hp-box .picto, .content .connexe .picto {
	width: auto;
	height: auto;
	position: relative; 
}
#hprogrammes .hp-box .picto:before, #hp-troisquatorze .hp-box .picto:before, .content .connexe .picto:before {
	content: "";
	position: absolute;
	border-radius: 50px 50px 0 0;
	background: #ffffff;
	width: 50px;
	height: 25px;
	z-index: 999999;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #fecb16;
	border-bottom: 1px solid #ffffff;
	text-align: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease; z-index: 1;
}
#pictosprogramme .col-md-3:nth-child(1) .hp-box .picto:before {	content: url(../images/picto_hp_partir.png);	padding-top: 8px;}
#pictosprogramme .col-md-3:nth-child(2) .hp-box .picto:before {	content: url(../images/picto_hp_echange.png);	padding-top: 8px;}
#pictosprogramme .col-md-3:nth-child(3) .hp-box .picto:before {	content: url(../images/picto_hp_accueillir.png);	padding-top: 8px;}
#pictosprogramme .col-md-3:nth-child(4) .hp-box .picto:before {	content: url(../images/picto_hp_universite.png);	padding-top: 8px;}

.box-table { display: table ; width: 100%}

#hprogrammes .hp-box h2, #hp-troisquatorze .hp-box h2 {
	font-size: 1.3em !important;
	color: #094b9b;
	font-weight: 600 !important;
	text-align: center;
	margin: 0;	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	height: 55px !important;
	width: 100%;
	display: table-cell;
	vertical-align: middle;

}
#hprogrammes .hp-box:hover h2, #hp-troisquatorze .hp-box:hover h2,  .content .connexe:hover span {
	-moz-box-shadow: inset 0px 100px 0px 0px #094b9b;
	-webkit-box-shadow: inset 0px 100px 0px 0px #094b9b;
	-o-box-shadow: inset 0px 100px 0px 0px #094b9b;
	box-shadow: inset 0px 100px 0px 0px #094b9b;
	color: #fecb16;
}
#hprogrammes .hp-box .texte, #hp-troisquatorze .hp-box .texte {
	font-size: 0.9em;
	color: #333333;
	line-height: 21px;
	text-align: left;
	overflow: hidden;
	font-weight: 400;
	margin-top: 3px;
	display: block;

}
#hprogrammes .hp-box .texte {	height: 160px;	max-height: 160px !important;}
#hp-troisquatorze .hp-box .texte {	height: 103px ;	max-height: 103px !important;}

#hprogrammes a:hover , #hp-troisquatorze a:hover  {	text-decoration: none !important}


#hprogrammes .hp-box .cta, #hp-troisquatorze .hp-box .cta {
	font-size: 1em;
	color: #ff6600;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	background: url(../images/bckgnd_pointille_jaune.png) center center repeat-x;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease; padding: 3px 0 3px 0;
}
#hp-troisquatorze .hp-box .cta {	margin-top: 10px;}

#hprogrammes .hp-box:hover .cta {
	-moz-box-shadow: inset 0px -40px 0px 0px #fecb16;
	-webkit-box-shadow: inset 0px -40px 0px 0px #fecb16;
	-o-box-shadow: inset 0px -40px 0px 0px #fecb16;
	box-shadow: inset 0px -40px 0px 0px #fecb16;
}
#hprogrammes .hp-box .cta span, #hp-troisquatorze .hp-box .cta span {
	background: #ffffff;
	text-decoration: none;
	padding: 0 2px 0 2px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

#hp-troisquatorze {
	margin: 0 -15px 0 -15px;
	padding: 15px 15px 15px 15px;
	background: url(../images/logo_314.png) no-repeat #fecb16;
	background-position: 98% 3% ;
	background-size: 13% auto; 
}

#hp-troisquatorze h1, #hp-troisquatorze .hp-box h2, #hp-troisquatorze .hp-box .texte {	color: #000000;}


#hp-troisquatorze .hp-box:hover h2 {
	-moz-box-shadow: inset 0px 60px 0px 0px #000000;
	-webkit-box-shadow: inset 0px 60px 0px 0px #000000;
	-o-box-shadow: inset 0px 60px 0px 0px #000000;
	box-shadow: inset 0px 60px 0px 0px #000000;
	color: #fecb16 ;
}



#hp-troisquatorze .hp-box .cta {	color: #094b9b !important;	background: url(../images/bckgnd_pointille_bleu.png) center center repeat-x;}
#hp-troisquatorze .hp-box .cta a {	color: #094b9b !important;	}

#hp-troisquatorze .hp-box .couverture:before {	display: none}
#hp-troisquatorze .hp-box .couverture {	margin-bottom: 24px;}

#hp-troisquatorze .hp-box .couverture img{	height:  auto;}
#hp-troisquatorze .hp-box .impression:before {	content: url(../images/picto_hp_impression.png);	padding-top: 8px;}
#hp-troisquatorze .hp-box .photo:before {	content: url(../images/picto_hp_photo.png);	padding-top: 4px;}
#hp-troisquatorze .hp-box .video:before {	content: url(../images/picto_hp_video.png);	padding-top: 8px;}
#hp-troisquatorze .hp-box:hover .cta span {	background: #000000;	color: #fecb16;}
#hp-troisquatorze .hp-box:hover .cta span a {color: #fecb16 !important;}
#hp-troisquatorze .hp-box:hover .picto:before {
	-moz-box-shadow: inset 0px -40px 0px 0px #000000;
	-webkit-box-shadow: inset 0px -40px 0px 0px #000000;
	-o-box-shadow: inset 0px -40px 0px 0px #000000;
	box-shadow: inset 0px -40px 0px 0px #000000;
	border-bottom: 1px solid #000000
}
#hp-troisquatorze .hp-box:hover .cta {
	-moz-box-shadow: inset 0px -40px 0px 0px #000000;
	-webkit-box-shadow: inset 0px -40px 0px 0px #000000;
	-o-box-shadow: inset 0px -40px 0px 0px #000000;
	box-shadow: inset 0px -40px 0px 0px #000000;
}

/* ---------------------------------------contenu page------------------------- */

#contenu, #content {
	margin: 0 -15px !important ; padding: 0!important; 
	background-image: -webkit-gradient(  linear,  left top,  left bottom,  color-stop(0, rgb(245, 245, 245)),  color-stop(0.2, rgb(255, 255, 255)) );
	background-image: -o-linear-gradient(bottom, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 20%);
	background-image: linear-gradient(to bottom, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 20%);
	background-image: -moz-linear-gradient(bottom, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 20%);
	background-image: linear-gradient(to bottom, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 20%);
	background-image: -webkit-linear-gradient(  linear,  left top,  left bottom,  color-stop(0, rgb(245, 245, 245)),  color-stop(0.2, rgb(255, 255, 255)) );
	background-image: -ms-linear-gradient(bottom, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 20%);
	background-image: linear-gradient(to bottom, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 20%); display: table !important; width: inherit; min-height: 100% !important; 
	
}

.content { padding: 10px 40px 40px 15px !important; margin: 0!important; display: table-cell !important; font-size: 1em; line-height: 24px; float: none !important;  }

.content .filariane{ color: #666666; font-style: italic; font-size: 0.8em }
.content .filariane a{ color: #666666;}
.content .filariane a:hover{ color: #000000;  }

.content h1{ color: #094b9b; font-weight: 600; font-size: 2em ; position: relative ; z-index: 90; line-height: normal; padding-bottom: 5px; border-bottom: 1px dotted #094b9b; margin-bottom: 0; }

.content iframe{ 
width: 100% !important; 
/* mise en commentaire le 31/01/2023 pour permettre l'affichage en grand des vidéos vimeo
max-height: 300px !important */}
.content .fb_iframe_widget iframe{ width: 100% !important; max-height: none !important }

.content .box2{ margin: 20px 0; padding: 10px; background: #f5f5f5 ; border-radius: 10px; border: 1px solid #cccccc; }
.content .box2 a{ font-weight: 600; text-decoration: underline;}

.su-tabs-pane p:first-child {margin-top: 0}

.content p{ margin-top: 15px; }

.content img{ max-width: 100% !important; height: auto; }

/*MAJ CSS align img */
.wp-block-image .alignright {
  float: right;
  margin: 20px 0 20px 40px;
  max-width: 50%;
}
.wp-block-image .alignleft {
  float: left;
  margin: 20px 40px 20px 0;
  max-width: 50%;
}
/*fin MAJ CSS align img */


.content button{text-align: center; background: #fecb16 !important; border: none; padding: 5px 10px !important; border-radius: 7px; color: #094b9b !important; text-transform: uppercase; font-weight: 800; 	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease; 	-moz-box-shadow: inset 0px 0px 0px 0px #fecb16;
	-webkit-box-shadow: inset 0px 0px 0px 0px #fecb16;
	-o-box-shadow: inset 0px 0px 0px 0px #fecb16;
	box-shadow: inset 0px 0px 0px 0px #fecb16;}

.content button:hover { -moz-box-shadow: inset 0px -50px 0px 0px #094b9b;
	-webkit-box-shadow: inset 0px -50px 0px 0px #094b9b;
	-o-box-shadow: inset 0px -50px 0px 0px #094b9b;
	box-shadow: inset 0px -50px 0px 0px #094b9b; color: #fecb16 !important; }
	
.su-tabs {
    margin: 0 !important;
    padding: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    background: none !important;
	}

.su-tabs-pane {
   padding: 0 !important;
    font-size: inherit !important;
    -webkit-border-bottom-right-radius: 0 !important;
    -moz-border-radius-bottomright: 0 !important;
    border-bottom-right-radius: 0 !important;
    -webkit-border-bottom-left-radius: 0 !important;
    -moz-border-radius-bottomleft: 0 !important;
    border-bottom-left-radius:0 !important;
    background: none !important;
    color: inherit !important; color: #000000 !important; }

.su-tabs-nav{ text-transform: uppercase; text-align: center; border-bottom: 1px solid #ffffff; background-color: #eeeeee !important    }

.su-tabs-nav span{  color: #666666 !important ; border-radius: 0 !important; margin: 0 !important; }

/*.su-tabs-nav span:last-child{  color: #000000 !important ; background: #fecb16 !important; font-weight: 600;  }*/

.su-tabs-panes {background: #ffffff;}
.su-tabs-nav .su-tabs-current  {  color: #094b9b !important; background: #ffffff !important;  -moz-box-shadow: inset 0px -3px 0px 0px #094b9b;
	-webkit-box-shadow: inset 0px -3px 0px 0px #094b9b;
	-o-box-shadow: inset 0px -3px 0px 0px #094b9b;
	box-shadow: inset 0px -3px 0px 0px #094b9b;  }
	
.su-tabs-nav span:hover{  background-color: #ffffff !important  }

/*.su-tabs-nav .su-tabs-current:last-child  {  color: #00000 !important; background: #fecb16 !important;  -moz-box-shadow: inset 0px -3px 0px 0px #000000;
	-webkit-box-shadow: inset 0px -3px 0px 0px #000000;
	-o-box-shadow: inset 0px -3px 0px 0px #000000;
	box-shadow: inset 0px -3px 0px 0px #000000;  }*/

.su-tabs h2,  section h2{ color: #999999 !important; font-weight: 600 !important; font-size: 1.6em  !important;  }

section h2 strong{ font-weight: 400 !important; }
section h2 strong br{ display: none }

.su-tabs h3,  h3, .su-spoiler-title{ font-size: 1.2em !important  ; font-weight: 600 !important;  }


.su-button-style-default {
    border: none !important;
	   
}
.su-button {
    display: inline-block !important;
    text-align: center;
    text-decoration: none !important;
    box-sizing: inherit!important;
    -moz-box-sizing: inherit !important;
    -webkit-box-sizing: inherit !important;
   
}

/* destifiche */
.destifiche .swp_social_panel, .ficheaccueil .swp_social_panel {display: none}
.destifiche .su-tabs-nav {margin-top: 15px; border-bottom: 3px solid #fecb16; background-color: rgba(0,0,0,0) !important; text-align: left}
.destifiche .su-tabs-nav span {font-size: 14px; color: #094b9b !important; border-radius: 10px 10px 0 0  !important; background: #fecb16; padding: 10px 15px 7px 15px; margin-left: 10px !important; box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2); display: inline-block !important;  }
.destifiche .su-tabs-nav span b {font-weight: normal }
.destifiche .su-tabs-nav span:first-child {margin-left: 0 !important}
.destifiche .su-tabs-nav span.su-tabs-current {color: #ff6600 !important;}
.destifiche .su-tabs-nav span.intro:before {content:"\f80b"; font-size: 18px; font-family: 'fontawesome'; display: inline-block; }
.destifiche .su-tabs-nav span.pays:before {content:"\f024"; font-size: 18px; font-family: 'fontawesome'; display: inline-block; padding-right: 5px ; }
.destifiche .su-tabs-nav span.quotidien:before {content:"\f017"; font-size: 18px; font-family: 'fontawesome'; display: inline-block; padding-right: 5px ; }
.destifiche .su-tabs-nav span.famille:before {content:"\f0c0"; font-size: 18px; font-family: 'fontawesome'; display: inline-block; padding-right: 5px ; }
.destifiche .su-tabs-nav span.ecole:before {content:"\f549"; font-size: 18px; font-family: 'fontawesome'; display: inline-block; padding-right: 5px ; }

.destifiche .su-tabs-nav span.english:before {content:"\f74d"; font-size: 18px; font-family: 'fontawesome'; display: inline-block; padding-right: 5px ; }



.fichimage {object-fit: cover;    object-position: center center; max-height: 350px !important; width: 100% }
.destifiche .su-tabs-nav span:first-child b {display: none }
.infofiche .su-tabs-panes {background : rgba(0,0,0,0) !important}
.su-tabs-panes { background: rgba(0,0,0,0)  !important;}
.infofiche {max-width: 45%; padding: 15px; display: block; float: right; background: #ffffff; border-radius: 10px; border: 1px solid #fecb16; margin: -65px 10px 20px 30px; box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);position: relative; z-index: 99 }
.infofiche p:first-child {text-transform: uppercase; text-align: center; font-weight: bold; color: #094b9b; font-size: 1.2em   }
.infofiche p:first-child:after {content:"\f107"; font-size: 36px; font-family: 'fontawesome'; display: block; padding-top: 5px; padding-right: 0; text-align:center; color: #e5e5e5  }
.infofiche h3 {color: #ff6600}
.infofiche h3:before {content:"\f0da"; font-size: inherit; font-family: 'fontawesome'; display: inline-block;  color: #fecb16; padding-right: 5px;  }
.infofiche i.fas {padding-right: 5px;  }
.infofiche h2 a {padding: 5px 15px; display: inline-block; border-radius: 50px; background: #fecb16;  color: #094b9b; text-transform: uppercase; text-align: center; text-decoration: none; border-bottom: 0px !important; font-weight: bold; margin: 10px 0 20px 0 ; transition: all 0.3s ease; font-size: 18px !important  }
.infofiche h2 a:before {content:"\f5eb"; font-size: inherit; font-family: 'fontawesome'; display: inline-block;  color: #ff6600; padding-right: 5px; font-size: 18px  }
.infofiche h2 a:hover {background: #094b9b;  color: #fecb16;   }
.infofiche h2 a:hover:before {color: #ffffff;   }
.infofiche h4 {display: block; background : #ff6600; font-weight: bold; color: #ffffff; padding: 10px; border-radius : 0 0 7px 7px; font-size: 13px; line-height: 18px; margin-bottom: 0 }
.ficheoptions {background: #f5f5f5; padding: 10px 10px 5px 20px; border-radius: 10px; border: 1px solid #e5e5e5; margin-top: 20px}
.ficheoptions ul {padding: 0px; padding-bottom: 0px; padding-left: 10px}
.ficheoptions h3 {margin-top: 0}


@media screen and (max-width: 990px) {
.infofiche {max-width: 100%; float: none; margin: -65px 10px 20px 10px; }
.destifiche .su-tabs-nav span b {display: none }
.destifiche .su-tabs-nav span:before {padding-right: 0px !important ; }
}

	
.content table {width: 100% !important}
.content table td {text-align: center; border-bottom: 1px solid #eeeeee; border-left: 1px solid #eeeeee; padding: 5px;}
.content table td:last-child {border-right: 1px solid #eeeeee; }
.content table td:first-child {text-align: left !important}
td.entete {background: #eeeeee; border-bottom: 1px solid #ffffff;}

/*-- pas de bordure pour les tables des formulaires CF7 ---------*/
.wpcf7 table td { border-bottom: 0px ; border-left: 0px; padding: 5px !important}
.wpcf7 table td:last-child {border-right: 0px !important}
.wpcf7 td.entete { border-bottom: 0px !important}

.yarpp-related {
    margin: 0;}

.content .articles_connexes{ border-top: 1px dotted #fecb16; margin-top: 30px;}
.content .articles_connexes h1{ color: #ff6600; border-bottom: none; margin-bottom: 3px; margin-top: 0;}

.content .connexe{ width: 23%; float: left; margin-right: 2%; 	}

.connexe .image_connexe {max-height: 110px !important; overflow: hidden !important ; display: block; border-bottom: 1px solid #fecb16; border-radius: 10px 10px 0 0}
.image_connexe img.wp-post-image {
	width: 100%;
	max-height: none  !important;
	height: auto !important; min-height: 110px !important;

}

.content .connexe .picto:before {
	content: "+";
	width: 26px;
	height: 13px; color: #fecb16; font-weight: 600; font-size: 2em }
	
.content .connexe span{ font-size: 0.9em; color: #094b9b; text-decoration: none;  text-align: center; line-height: 1.5em; padding: 10px 2px ; font-weight: 600; display: block;  -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;   }
	
	
a.su-button, a.bouton_bleu{border-radius: 0 !important; border: none !important;  display: inline-block !important; padding: 10px; background:#094b9b !important; color: #fecb16 !important; text-align:center; width: 200px !important; text-decoration: none !important; 	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;}
a.bouton_bleu:hover, a.su-button:hover{ background:#fecb16 !important; color: #094b9b !important; opacity: 1  !important;  }

a.su-button span { padding: 0 !important; font-size: 14px !important; line-height: normal !important; border: 0 !important; color: inherit !important}


img.thumb2 {float: left; margin: 5px 20px 20px 0 ; border: #f5f5f5; border-radius: 0 20px 20px 0px; padding: 5px;  }
	
#main img { max-width: 50% !important; height: auto}



/*.content .yarpp-related{ border-top: 1px dotted #fecb16; margin-top: 30px; }
.content .yarpp-related h3{ color: #ff6600; font-weight: 600 !important; font-size: 2em !important ; position: relative ; z-index: 999; line-height: 2em	; text-transform: none !important  }


.yarpp-thumbnails-horizontal .yarpp-thumbnail {
    border: none !important;
    height: auto !important;
    margin: auto !important;
    margin-left: auto !important;
    vertical-align: auto !important;
}

.content .yarpp-thumbnails-horizontal a{ width: 23% !important; float: left; margin-right: 2%  !important ; display: inline-block; text-align: center;	 	}


.yarpp-related .yarpp-thumbnail-title {
    text-align: center !important;
      text-decoration: none;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
    max-height: none !important ;
    line-height: inherit !important;
    margin: auto !important; 
    margin-top: !important ;
    width: auto !important;
    text-decoration: inherit;
    overflow: auto !important;
	font-size: 0.9em !important; color: #094b9b; text-decoration: none;  text-align: center; min-height: 40px; line-height: 1em !important; padding: 10px 2px; font-weight: 600 !important; display: block;  -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease; 
	}
	
	
	.page_troisquatorze {border-right: 1px solid #fecb16}*/


.box_rdv { margin: 20px 0 ; border-left: 3px solid #fecb16; padding-left: 20px }
.box_rdv strong { color: #094b9b;  }

.content footer, .entry-meta {display: none; }






/* ---------------------------------------articles------------------------- */
article a { font-weight: 600; color: #094b9b; border-bottom: 1px dotted #666666; text-decoration: none !important }
article a strong { font-weight: inherit }
article a:hover { border-bottom: 1px dotted #094b9b; color: #fecb16;  text-decoration: none !important }

.resultarticle article {display: block; border-bottom: 1px dotted #cccccc; padding-bottom: 20px;  }
.resultarticle article:first-child {margin-top: 0px; }
.resultarticle article a, .actu_mois article a{ text-decoration: none ; color: #000000 !important; font-weight: 400;}
.resultarticle article a:hover{ text-decoration: none ; 	 }
.resultarticle article section { padding-top: 20px;  } 
.resultarticle article a section:hover, .actu_mois article a section:hover {background-image: -webkit-gradient(  linear,  left top,  left bottom,  color-stop(0, rgb(245, 245, 245)),  color-stop(1, rgb(255, 255, 255)) );
	background-image: -o-linear-gradient(bottom, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 100%);
	background-image: linear-gradient(to bottom, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 100%);
	background-image: linear-gradient(to bottom, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 100%);}

.resultarticle article .vignette_article {width: 200px; height: 120px; overflow: hidden; border-radius: 10px 0 0 10px; border-right: 1px solid #fecb16;  }
.resultarticle article .vignette_picto {width: 200px; height: 120px; position:relative ; float: left; margin-right: 15px;}
.resultarticle article .vignette_picto:after {content:"\f054"; font-family: fontawesome; position: absolute; right: -10px; top: 47px; display:block; border-radius: 50px; width: 25px; height: 25px; background: #ffffff; 	color:  #fecb16; text-align: center; font-weight: 600; z-index: 99; font-size: 0.9em; line-height: 2.1  }

.resultarticle h2 { color: #ff6600; text-transform: uppercase }
.resultarticle article a section .titre_article , article a section .vignette_article, article a section .vignette_picto:after { -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease; }
.resultarticle article a section:hover .titre_article { color: #ff6600;  }
.resultarticle article a section:hover .vignette_article {border-right: 1px solid #094b9b;  }
.resultarticle article a section:hover .vignette_picto:after { right: -14px; top: 45px; width: 30px; height: 30px; color:  #094b9b; font-size: 1.1em; line-height: 2  }

.resultarticle article .wp-post-image {max-width: 200px; height: auto; min-height: 120px;   }
.resultarticle article .titre_article { color: #094b9b; font-weight: 600; font-size: 1.3em ; position: relative ; }
.resultarticle article .texte_article p{ margin: 0; padding: 0; font-size: 1em; line-height: 24px; color: #000000; }
/* article .texte_article br{ display: none }
article .texte_article em{ margin: 0 5px; } */



.wp-pagenavi {text-align: center; margin-top: 20px }
.wp-pagenavi span.pages { display: inline; border-radius: 0  ; height: auto; width: auto; background: #ffffff; color: #666666; }
.wp-pagenavi .pages:after { content:":"; font-family: fontawesome; font-size: 1em; margin-left: 5px; color: #000000 }
.wp-pagenavi .pages:after{margin-right: 10px; }
.wp-pagenavi span.extend:before { content:"\f105"; font-family: fontawesome; font-size: 1em; margin-left: 5px; color: #000000 }
.wp-pagenavi a, .wp-pagenavi span {border: none ; padding: 0; margin: 0; -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease; }

.wp-pagenavi a.larger, .wp-pagenavi a.smaller,  .wp-pagenavi span, .wp-pagenavi a.first  {display: inline-block ; border-radius: 50px; height: 25px; width: 25px; background: #ffffff; color: #666666; margin: 0 2px}
.wp-pagenavi span  { color: #ff6600}
.wp-pagenavi a.larger:hover, .wp-pagenavi a.smaller:hover, .wp-pagenavi a:hover.first {background: #fecb16; color: #000000; text-decoration: none; }
.wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink {color: #ffffff}
.wp-pagenavi a.nextpostslink:after {content:"\f105";  font-family: fontawesome;}
.wp-pagenavi a.nextpostslink:before {content:"| Page suivante";  }
.wp-pagenavi a.previouspostslink:before {content:"\f104";  font-family: fontawesome; }
.wp-pagenavi a.previouspostslink:after {content:"Page precedente |";  margin-right: 5px;}

.wp-pagenavi a.nextpostslink:after , .wp-pagenavi a.nextpostslink:before , .wp-pagenavi a.previouspostslink:before, .wp-pagenavi a.previouspostslink:after {color: #000000;}
.wp-pagenavi a:hover.nextpostslink:after , .wp-pagenavi a:hover.nextpostslink:before , .wp-pagenavi a:hover.previouspostslink:before, .wp-pagenavi a:hover.previouspostslink:after, .wp-pagenavi a.last:hover   {color: #ff6600;}




.wp-pagenavi a.last {margin-left: 10px; color: #000000}
.wp-pagenavi a.last:hover, .wp-pagenavi a.first:hover  {text-decoration: none}
/*.wp-pagenavi a.last:after {content:"page"; color: #000000; margin-left: 5px;}*/
.wp-pagenavi a.first {margin-right: 10px; color: #000000}

/* ---------------------------------------page profil------------------------- */
#profilaccueil { background: #ffffff; border-radius: 10px 10px 0 0 ; border: 1px #e5e5e5 solid ; margin: 20px 0; overflow: hidden; padding-bottom: 0}
.identite_jeune  { background: #fecb16; font-weight: 600; font-size: 1.2em    }
.nom_jeune { color: #094b9b; font-size: 1.3em; text-transform: uppercase; padding: 5px 0px 0px 25px !important }
.age_jeune {border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; vertical-align: middle; text-align: center; padding-top: 3px; padding-bottom: 5px; }
.nationalite_jeune {text-align: right ; }
.drapeau_jeune  { display: inline-block;  }
.drapeau_jeune img {max-width: 50px !important; height: auto !important; }
.duree_jeune { border-top: 1px solid #e5e5e5;  padding: 3px 0 5px 0px ; text-align: center; background: #f5f5f5; font-weight: 600; color: #094b9b ; font-size: 1.2em  }
.jeune .row {margin: 0; padding: 0;}
.photo_jeune { border-radius: 0 10px 10px 0; border-right: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; border-top: 1px solid #e5e5e5;overflow: hidden; margin-top: 20px; padding-right: 0 !important; padding-left: 0 !important;}
.photo_jeune img{ width: 100% !important; height: auto}
.zone_cta_jeune {margin: 0 !important; padding: 0 !important}
.cta_jeune {text-align: center; margin-top: 15px; margin-bottom: 15px; padding: 5px 10px; background: #fecb16; border-radius: 0 10px 10px 0 ; border: none !important;  font-weight: 600 !important; color: #094b9b !important ;  -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;}

.cta_jeune:hover { background: #094b9b; color: #fecb16 !important; }

.contenu_jeune  { padding-top: 20px ; padding-bottom: 10px; padding-right: 30px !important}
.contenu_jeune p { margin: 0 !important; padding-bottom: 7px !important;}
.contenu_jeune strong {color: #094b9b; font-weight: 600 !important }


.sidebar_profils aside{margin-left: -15px; margin-right: -15px; }

.sidebar_profils h4 {text-align: center; font-weight: 600; margin-bottom: 10px; color: #000000; border-bottom: 1px dotted #000000; padding-bottom: 5px; }

.sidebar_profils .widget {margin-bottom: 30px; }

.sidebar_profils .widget span{display: block; font-weight: 600; }

.sidebar_profils .widget img{ width: 100%; height: auto ; }

.sidebar_profils .widget iframe{ margin-bottom: 10px; width: 100% !important; height: auto !important; }

.sidebar_profils .widget a.logout { color: #000000 !important; }

.sidebar_profils .widget  a{ text-align: center; color: #094b9b !important }

.beautiful-taxonomy-filters {background: none !important; border-radius: 0 !important; box-shadow: none !important; border-top: 1px dotted #000000 ; margin-bottom: 50px !important; margin-top: 20px !important;}
.beautiful-taxonomy-filters label{font-weight: 600 !important;}



/* new sidebar widget */
aside .newsletter, aside .lesaviezvous {box-shadow: 20px 0 0 #fecb16, -20px 0 0 #fecb16;  margin-top: 31px;}
aside .newsletter .wp-block-group {padding: 20px 5px;  color: #000; }
aside .newsletter .wp-block-button__link{text-decoration: none !important; color: #fecb16 !important; }
aside .newsletter .wp-block-button__link:hover  {background: #ffffff !important; color: #000000 !important}
aside .newsletter .has-text-align-right a {color: #000000}

aside .accueillir {box-shadow: 20px 0 0 #094b9b, -20px 0 0 #094b9b; }
aside .accueillir .wp-block-group {padding: 5px 5px 20px 5px;  color: #ffffff;  text-align: center}
aside .accueillir .wp-block-image {  margin: 20px 10px 30px 10px;  background: #fff;  padding: 10px;  color: #094b9b;  text-align: center;  transform: rotate(2deg);  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5); max-width: 350px; display: inline-block}
.wp-block-image figcaption {  margin-top: 5px;  margin-bottom: 0;}
aside .accueillir .wp-block-button__link{text-decoration: none !important; color: #094b9b !important; }
aside .accueillir .wp-block-button__link:hover  {background: #ffffff !important; color: #094b9b !important}

aside .lesaviezvous .wp-block-group {padding: 20px 5px 10px 0px;  color: #000; }
aside .lesaviezvous .wp-block-group__inner-container:before {content: "\f059";  font-weight: 900;  font-family: "Font Awesome 5 Free";  display: block;  color: #000;  float: left;  font-size: 45px;
  margin: -10px 10px 0 0;}
aside .lesaviezvous .wp-block-group__inner-container p:after {content: "";  clear: both}






/* ---------------------------------------page 314------------------------- */

.sommaire .numero img  {  max-width: 220px !important ; padding: 0  !important; margin: -10px 30px 20px 0   !important; float: left;}
.sommaire strong  { color : #000000}
.actu_mois { padding-bottom: 20px ; border-bottom: 1px dotted #fecc16; }
.actu_mois h2 {background: #fecc16; color: #000000; padding: 5px; margin-top: 0 !important; margin-bottom: 0 !important; }
.photo_mois, .impression_mois {margin: 0 !important ; padding: 0 !important }
.photo_mois {padding-left: 20px !important }
.impression_mois {padding-right: 20px !important ; border-left: 1px dotted #fecc16;  }
.photo_mois h2:before { 	content:"\f030";	font-family: fontawesome; font-size: 0.8em; margin: 0 10px;  }
.impression_mois h2:before { 	content:"\f040";	font-family: fontawesome; font-size: 0.8em; margin: 0 10px;  }
.actu_mois section {padding-top: 15px; }
.actu_mois .vignette_article {margin: 0 15px 15px 15px; border-radius: 10px 10px 0 0; border-bottom: 1px solid #fecc16; overflow: hidden ; max-height: 225px; }
.actu_mois .vignette_article img{min-height: 225px; min-width: 378px; max-width: 378px !important }
.actu_mois .titre_article, .actu_mois .texte_article, .actu_mois .laius {margin-right: 15px; margin-left: 15px;}
.actu_mois .texte_article {padding-bottom: 15px}
.actu_mois .titre_article {font-size: 1.2em; text-transform: uppercase; font-weight: 600; margin-bottom: 5px;}
.actu_mois .laius {margin-top: 15px; color: #333333 }
.actu_mois .cta {text-align: right; font-weight: 600; margin-right: 15px }
a:hover .cta {color: #ff6600; }










/* ---------------------------------------sidebar------------------------- */

.sidebar {background-color: #e5e5e5; margin-right: 0px !important;   display: table-cell !important; min-height: 100% !important;  padding: 15px; vertical-align: top; float: none !important; 
overflow: hidden}

aside .boxrecherche {width: 100%; float: none; margin: 15px auto 20px auto;}

aside span { line-height: 20px}

aside  iframe {width: 100% !important; margin-top : 10px  !important;}




aside .troisquatorze {background-color: #fecb16; margin: 29px -15px 15px -15px; padding: 15px; color: #000000 !important; line-height: 24px; border-bottom: 1px dotted #000000; padding-bottom: 10px; }
aside.sidebar_troisquatorze div.widget:nth-child(2) .troisquatorze {background: #ffffff; border-bottom: none ; margin-bottom: 0  }
aside.sidebar_troisquatorze div.widget:nth-child(3) .troisquatorze { margin-top: 0; margin-bottom: 0;}

aside .troisquatorze .titre { text-align: center; font-size: 1.3em;  }

aside .troisquatorze .titre:before { content: "";  display: block; width: 100%; height: 40px; background: url(../images/logo_314.png) no-repeat center center ; background-size: contain; text-align:center;  }



aside .troisquatorze .numero { text-align: center; text-transform: uppercase; font-weight: 600; font-size: 1.2em; margin: 15px 0; }

aside .troisquatorze .numero span{ display: block; }

.numero img  { width: 85%; max-width: 280px !important ; height: auto;  -webkit-transform:rotate(3deg);    -moz-transform:rotate(3deg); -0-transform:rotate(3deg); transform:rotate(3deg); -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 5px 0px rgba (0, 0, 0, 0.5);
	-o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5); margin: 10px 0; max-width: 400px; border-radius: 0 !important   }
	
	
aside.sidebar_troisquatorze div.widget:nth-child(2) .troisquatorze span, aside.sidebar_troisquatorze div.widget:nth-child(3) .troisquatorze span, aside.sidebar_troisquatorze .facebook span { font-weight: 600 !important; text-align: center; font-size: 1.3em; display: block ; border-bottom: 1px dotted #ff6600; padding-bottom: 5px;  color: #ff6600; }

aside.sidebar_troisquatorze div.widget:nth-child(2) .troisquatorze span {  margin-top: -5px; margin-bottom: 10px; }

aside.sidebar_troisquatorze div.widget:nth-child(3) .troisquatorze span { border-bottom: 1px dotted #000000;  margin-bottom: 10px ; margin-top: -5px; color: #000000 }

aside.sidebar_troisquatorze .facebook span { border-bottom: none; color: #000000; padding-top: 10px;  }

aside.sidebar_troisquatorze .facebook .fb_iframe_widget span {margin: 0; padding: 0; }

aside.sidebar_troisquatorze .facebook iframe { display:block; width: 100% !important}

aside.sidebar_troisquatorze div.widget:nth-child(3) .troisquatorze a { color: #000000 }

aside .troisquatorze span, aside .troisquatorze .facebook span { font-weight: 800;  }

aside .moduletexte a:before{ content:"> "; font-weight: 800;  }
/* aside.sidebar_troisquatorze .troisquatorze  li:before,   aside.sidebar_troisquatorze .moduletexte a:before{ content:"> "; font-weight: 800; color: #ff6600;  } */


aside .troisquatorze  li a{ color: #000000 !important ; font-size: 1.2em }

aside .troisquatorze  li a:hover{ font-weight: 800;  }

aside .troisquatorze .facebook, aside.sidebar_troisquatorze .facebook{ text-align: center; margin: 0px -15px; }

aside.sidebar_troisquatorze .facebook{ background: #ffffff;  }

 aside .troisquatorze .facebook span{  display: block;  padding-bottom: 0;  }
 
 aside .textwidget {font-size: 0.9em; 	line-height: 21px; color: #666666; margin-bottom: 0;}
 
  aside .textwidget span{font-size: 1.2em; 	}
 
 
 

 
  aside .moduletexte .titre{font-size: 1.25em; color: #094b9b; border-bottom: 1px dotted #094b9b; padding-bottom: 7px; font-weight: 800; margin-bottom: 7px; text-transform: uppercase;}
  
    aside .moduletexte .logoanciens:before{ content: ""; width: 65px; height: 40px; background: url(../images/logo_pieconnection.png) no-repeat center center; background-size: contain; margin-right: 5px; display:block; float: left; margin-left: -5px;}
	
	aside .moduletexte .logoanciens {padding-top: 0 !important }	
	aside.sidebar_troisquatorze .moduletexte .logoanciens {padding-top: 15px !important}
	
	
 
  aside .moduletexte a{font-size: 1.1em; font-weight: 600; color: #094b9b; display:block; text-transform: uppercase; margin-top: 5px; margin-bottom: 10px;}
  
    aside .moduletexte a:hover{ text-decoration: none; font-weight: 800;}
  
   aside .moduleinfologo{ background: #ffffff; margin: 0 -15px 20px -15px; display: block; padding: 20px 0 20px 15px; 	 color: #666666; }
   
      aside .moduleinfologo img{ max-height: 40px; max-width: 100px; height: auto ; width: auto; float: right; margin-top: -10px; display:inline-block;}



aside .widget_search {margin-top: 15px;}

aside .widget_search label, #searchform label {display: none}

aside .widget_search input, #searchform input {width: 80%; padding: 5px; height: 32px; margin-right: 5px; border: 3px solid #cccccc !important;  border-radius: 3px;}

#hp #searchform input {width: 50%; }

#searchsubmit { background-color: #094b9b !important; border-radius: 3px; border: none ; padding: 3px; width: 30px; height: 30px;-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;}

#searchsubmit span{ color: #fecb16; border-bottom: none;}

#searchsubmit:hover { background-color: #fecb16 !important; }

#searchsubmit:hover span{ color: #094b9b;}

.recherche_responsive {display: none}





/* ------------------------------------------footer------------------------------ */

.foot { width: 100%; background: #e5e5e5; padding: 5px 0 15px 0}
.foot h4 {font-weight: 600;}

.foot a {font-weight: 600; color: #000000; border-bottom: 1px dotted #000000}
.bottom {
	background: #ffffff;
	-moz-box-shadow: 0px 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px 0px #ffffff;
	-o-box-shadow: 0px 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px 0px #ffffff; background: #e5e5e5; color: #333333; font-size: 0.8em ; line-height: 20px; font-weight: 600;
}
.bottom h2{
	color: #000000; font-weight: 800; font-size: 1.5em; margin-bottom: 5px; margin-top: 10px;
}
/* .bottom ul li:before{
	content:"> "
}*/

.bottom ul li::before {  content: "";}

.bottom ul li a{
	color: #333333; text-decoration: none
}
.bottom ul li a:hover{
	color: #666666; text-decoration: underline
}
.mentions { font-size: 1em; text-align: center; padding: 15px 0 15px 0; color: #666666;}


 @media screen and (max-width: 1200px) {
nav ul li {
	font-size: 1.1em;
}
nav ul li a {
	padding: 12px 12px !important;
}


nav ul li a.dropdown-toggle:before {
	right: 3px; }



	 


nav ul li:last-child a:after {
	width: 25px;
	height: 18px;
	margin-bottom: -2px;
	margin-left: 5px;
}
#hp-troisquatorze {	background-size: 16% auto
}
 #hp-troisquatorze .hp-box {	 height: 340px; }

#hprogrammes .hp-box h2, #hp-troisquatorze .hp-box h2 { font-size: 1.1em !important}

#hprogrammes .hp-box .texte , #hp-troisquatorze .hp-box .texte{ line-height: 18px; }
#hp-troisquatorze .hp-box .texte {	height: 110px !important ;	max-height: 110px !important;}
#hprogrammes .hp-box span, #hp-troisquatorze .hp-box span {font-size: 0.9em !important}
#hp-troisquatorze .hp-box .couverture {	margin-bottom: 63px;}

#hprogrammes .hp-box img, #hp-troisquatorze .hp-box img  {	min-height: 116px;}
.hp-box .hp_image {max-height: 116px !important; }


/*bugslide
.metaslider ul.slides li img{height: 370px !important; width: auto !important; position: relative ;  right: 100px;	}*/

.metaslider ul.slides, .metaslider .slides img {height: 370px !important }
.metaslider .slides img {width: auto !important;  } 


.image .masque{
	width: 85%;}
.image .titres_page .titre{
font-size: 2.4em;	}
.image .titres_page .soustitre{
font-size: 1.2em;	}


.connexe .image_connexe {max-height: 85px !important; }
.image_connexe img.wp-post-image {
	 min-height: 85px !important;

}

.actu_mois { margin-top: 20px; }
.actu_mois h2 { font-size: 1.8em }


    aside .moduletexte .logoanciens:before{ content: ""; width: 100%; height: 60px; margin-right: 0; display: block; float: none; margin-left: 0; margin-bottom: 5px; }
	
	    aside .moduletexte .titre{text-align: center; display: block;}

aside .moduleinfologo{text-align: center }
   
aside .moduleinfologo img{ max-height: 40px; max-width: 100px; height: auto ; width: auto; float: inherit; margin-top:0; display: inline-block; text-align:center;}

.nationalite_jeune {text-align: center ; padding-top: 3px}
.drapeau_jeune {display: none }



}



 @media screen and (max-width: 992px) {
body {
	font-size: 12px;
}
nav ul li {
	font-size: 0.9em;
}




nav ul li a {
	padding-top: 16px !important; padding-bottom: 16px !important; padding-right: 6px !important; padding-left: 6px !important;
}


nav ul li ul li {
	font-size: 1em;
}

nav ul li:last-child a:after {
	width: 19px;
	height: 14px;
	margin-bottom: -1px;
	margin-left: 2px;
}

nav ul li a.dropdown-toggle:before {
	display: none;
}
.ctanetwork .bouton {
	font-size: 1.1em;
}
	 nav ul li ul li ul li a {font-size: 1em; 	
}


#hp-troisquatorze {
background-position: 98% 0.8% ;
	background-size: 20% auto
}

#hp-troisquatorze .hp-box, #hprogrammes .hp-box  {height: 370px; min-height: 370px ; margin-bottom: 20px;}
#hprogrammes .hp-box h2, #hp-troisquatorze .hp-box h2 { font-size: 1.3em !important}
#hprogrammes .hp-box .texte, #hp-troisquatorze .hp-box .texte { line-height: 21px}
#hprogrammes .hp-box .texte {	height: 110px !important ;	max-height: 110px !important;}
#hprogrammes .hp-box span, #hp-troisquatorze .hp-box span {font-size: 1.2em !important}
#hp-troisquatorze .hp-box .couverture {	margin-bottom: 0px;}

#hprogrammes .hp-box img, #hp-troisquatorze .hp-box img  {	min-height: 145px;}
.hp-box .hp_image {max-height: 145px !important; }

#hprogrammes .hp-box img {  margin-top: -20px; }

#hp-troisquatorze .hp-box .couverture {	margin-bottom: 0px;}
#hp-troisquatorze .hp-box .couverture img{	height: 313px ;}




/*bugslide
	 .metaslider ul.slides li img{	height: 370px !important; width: auto !important; display:block;  position: relative ; left: -300px;	}*/
	 
.metaslider ul.slides, .metaslider .slides img {height: 370px !important }
.metaslider .slides img {width: auto !important;  }

.image {
	height: 150px;
	background-size: 100% !important;
	background-repeat: no-repeat !important;
	background-position: left center !important;

}
.image .masque{
	width: 80%;}
.image .titres_page .titre{
font-size: 2em;	}
.image .titres_page .soustitre{
font-size: 1em;	}
.image .logopie {
height: 95px;
width: 180px;
background-size: 85% auto;
background-position: 20px center;
border-radius: 0 7px 7px 0;
}


.connexe .image_connexe {max-height: 60px !important; }
.image_connexe img.wp-post-image {
	 min-height: 60px !important;

}
.sommaire .numero img  {  max-width: 180px !important ; }
.actu_mois .vignette_article img{ min-width: 100% !important; max-width:100% !important;   }
.impression_mois {border-left: none }
.impression_mois, .photo_mois {padding-left: 0 !important; padding-right: 0 !important}
.actu_mois .photo_mois .cta {padding-bottom: 20px; }
.image .titres_page .image_titre_troisquatorze {
	height: 80px; 
}

.nationalite_jeune {border-top: 1px solid #ffffff; padding-top: 0; text-align: right}
.drapeau_jeune {display: inline-block}




}
 @media screen and (max-width: 768px) {
	 /*MAJ CSS align img */
.wp-block-image .alignright, .wp-block-image .alignleft {
  float: none;
  margin: 30px 0px 30px 0;
  max-width: 100%;
  display: flex;
  justify-content: center;
  max-height: 350px;
}
.wp-block-image .alignright img, .wp-block-image .alignleft img {object-fit: cover }	 
	 
/*fin MAJ CSS align img */
	 
	 
	 
	 .ctanetwork {position: relative; text-align: center; margin-top: 30px }
	 .ctanetwork .network {position: absolute; display: block; width: 100%; text-align: center; top: -20px; left: 0}
	 
#hp .slider {
	background: #e5e5e5;
	position: relative;
	overflow: hidden;
	border-radius: 0px
}
#hp .slider .logopie {
	top: 10%;
	height: 95px;
	width: 170px;
	border-radius: 0 10px 10px 0;
	background-size: 85% auto;
	background-position: 10px center;
	margin-left: -10px;
}

/*bugslide .metaslider ul.slides li img{	height: 350px !important; width: auto !important; display:block;  position: relative ; top: -30px; right: 50px;	}*/

.metaslider ul.slides, .metaslider .slides img, #hp .slider {height: 400px !important } 
.metaslider .slides img {width: 100% !important; object-fit: cover; object-position: center center; }
.metaslider .caption-wrap { margin-bottom: 30px !important; background: rgba(0,0,0,0)}
.flex-control-nav { bottom: 10px !important;  }
.flex-direction-nav a {bottom: 5px !important; }

.metaslider .caption { 
/* padding: 5px!important;
font-size: 1px;
color: #ffffff !important;
 => supprimé car ne permet pas de voir la 2e ligne */ 
padding-bottom: 17px!important; 
font-size: 10px; color: #333 !important; 
text-align:center}

.metaslider .caption span{ font-size: 14px; line-height: 14px}

.metaslider .caption a{ /* display: none */}


#hprogrammes .hp-box  {height: 390px; min-height: 390px ; }
#hp-troisquatorze .hp-box {height: 410px; min-height: 410px ; }
#hprogrammes .hp-box h2, #hp-troisquatorze .hp-box h2 { font-size: 1.6em !important}
#hprogrammes .hp-box .texte, #hp-troisquatorze .hp-box .texte { line-height: 21px}
#hprogrammes .hp-box .texte, #hp-troisquatorze .hp-box .texte {	height: 90px !important ;	max-height: 90px !important;}
#hprogrammes .hp-box span, #hp-troisquatorze .hp-box span {font-size: 1.2em !important}
#hp-troisquatorze .hp-box .couverture {	margin-bottom: 0px;}
#hprogrammes .hp-box img, #hp-troisquatorze .hp-box img  {	min-height: inherit;}
.hp-box .hp_image {max-height: 200px !important; }
#hprogrammes .hp-box img {  margin-top: -20px; }
#hp-troisquatorze .hp-box .couverture { max-height: 350px; overflow: hidden}
#hp-troisquatorze .hp-box .couverture img{	height: auto ;}

.image {
	height: 200px;
	background-size: 200% !important;
	background-repeat: no-repeat !important;
	background-position: left center !important; border-radius: 0 !important 

}
.image .masque{
	display: none;}
	
.image .titres_page{
display: block; position: relative; 
background-color: rgba(255, 255, 255, 0.8); 
width: 100%; 
top: 65%; 
transform: none; 
font-size: 20px;
bottom: 0;
height: auto;
text-align: center;
right: auto; padding: 3px 0 3px 0;
	}
.image .titres_page .titre{
font-size: 1.5em;	}
.image .titres_page .soustitre{
font-size: 0.8em;	}
.image .logopie {
 margin-top: -5%;
}

.image .head_troisquatorze{
background-color:rgba(254, 203, 22, 0.8) ;
padding: 0 ; top: 65%; 
	}

.image .titres_page .image_titre_troisquatorze {	height: 70px; background-position: center }	


.connexe .image_connexe {max-height: 100px !important; }
.image_connexe img.wp-post-image {
	 min-height: inherit !important;

}

.ctanetwork .bouton {
	padding: 5px;
	height: auto;
	font-size: 0.75em;
}
.ctanetwork .bouton .brochure:before, .ctanetwork .bouton .contact:before {
	display: none;
}
.ctanetwork .network img {
	width: 20px;
	height: 20px;
	bottom: 2px;
}


.home .magsub, .magseul   { display:  block !important;}

.nav-justified .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: center;
}

nav ul li, nav ul li:last-child  {border-bottom: 1px solid #e5e5e5; font-size: 1.4em }

nav ul li ul li, nav ul li ul li:last-child  {font-size: 1em; background: #f5f5f5;
	border-bottom: 1px solid #e5e5e5; }
	
.nav button:hover {background: #094b9b; -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;}


	
#contenu, #content {
	display: block !important; width: inherit; 
	
}

.content { padding: 20px !important; }
.content .filariane, .content h1{ line-height: 1.2em; padding-bottom: 10px; }


.recherche_responsive {display: block; margin: 10px 0 0 10px; max-width: 80%}
#recherche, .widget_search {display: none !important; }

.sidebar {display: block; display: table !important;   
}

  aside .moduletexte { display: one !important}

    aside .moduletexte .logoanciens:before{ content: ""; width: 65px; height: 40px; margin-right: 5px; display: inline-block; float: left; margin-left: -5px; margin-bottom: -5px;  }
	
	    aside .moduletexte .titre{text-align: left; display: inherit; margin-top: 10px }
		

		

.page_troisquatorze {border-right: none }
.actu_mois .vignette_article img{ min-width: 100% !important; max-width: 100% !important; height: auto !important ; min-height: inherit  }


.resultarticle article .vignette_article {width: 100% ; height: 250px; overflow: hidden; border-radius: 10px 10px 0 0; border-right: none; border-bottom: 1px solid #fecb16; margin-bottom: 15px;  }
.resultarticle article a section:hover .vignette_article {border-right: none; border-bottom: 1px solid #094b9b;   }
.resultarticle article .vignette_picto {width: 100%; min-width: inherit; height: auto; position:relative ; float: none; margin-right: 0;}
.resultarticle article .vignette_picto:after { display: none }
.resultarticle article .wp-post-image {max-width: 100% ; min-width: inherit; height: auto; min-height: inherit;   }

.nom_jeune , .age_jeune{ text-align: center ; border-bottom: 1px solid #ffffff}
.age_jeune {border-left: none; border-right:  none;  }
.nationalite_jeune {text-align: center ; border: none }
.contenu_jeune  { padding-left: 30px !important; }
.zone_cta_jeune {padding-left: 20px !important}
.cta_jeune {text-align: center; margin-top: 50%; margin-bottom: 15px; padding: 5px; border-radius:  10px 0 0 10px  ; }



}

 @media screen and (max-width: 500px) {
#hp-troisquatorze {
background-position: 98% 1% ;
	background-size: 30% auto
}
.image .logopie {
height: 95px;
width: 180px;
background-size: 85% auto;
background-position: 20px center;
border-radius: 0 7px 7px 0; margin-top: -9%;
}


.metaslider, #hp .slider{
	border-radius: 0 !important; }
	

/*bugslide .metaslider ul.slides li img{height: 250px !important; width: auto !important;	} */

.metaslider ul.slides, .metaslider .slides img, #hp .slider {height: 300px !important } 
.metaslider .slides img {width: 100% !important; object-fit: cover; object-position: center center; }
.metaslider .caption-wrap { margin-bottom: 30px !important; background: rgba(0,0,0,0)}
.flex-control-nav { bottom: 10px !important;  }
.flex-direction-nav a {bottom: 5px !important; }

#hp-troisquatorze .hp-box, #hprogrammes .hp-box  {height: 375px; min-height: 375px ; }
#hprogrammes .hp-box .texte, #hp-troisquatorze .hp-box .texte {	height: 110px !important ;	max-height: 110px !important;}
.hp-box .hp_image {max-height: 150px !important; }
#hp-troisquatorze .hp-box .couverture {	margin-bottom: 0px;}
#hp-troisquatorze .hp-box .couverture img{	height: 320px ;}


.content .connexe{ width: 100%; float: none; margin-right: 0; display: block; 	}

.content .articles_connexes h1{ font-size: 1.5em; padding-top: 5px; padding-bottom: 5px; text-align: center;margin-bottom : 0; border-bottom: 1px solid #ffcc00;  }

.content .connexe .picto{ display: none  }

.content .connexe img {
	display:none;}

.resultarticle article .vignette_article {height: 160px;  }
	
.content .connexe span{ font-size: 1em;  position: relative; z-index: 1 ; border-bottom: 1px solid #ffcc00; padding-top: 5px 0 4px 0; min-height: inherit;}

.sommaire h2.numero  {  text-align: center !important; display: block;}
.sommaire .numero img  {  max-width: 250px ; margin: 10px   !important; float: none ;}




}

/* PIE MOVIES (image map) voir: http://dev.piefrance.com/trois-quatorze/videos/une-journee-animee/ */
ul#piemovies {
	list-style: none;
	background: url(/wp-content/uploads/img/10/journee.jpg) no-repeat 0 0;
	position: relative;
	width: 550px;
	height: 402px;
	margin: 0;
	padding: 0;
}

ul#piemovies li {
	/*border: 1px solid #000;*/
	position: absolute;
}
ul#piemovies li a{
	display: block;
	height: 100%;
	text-indent: -9000px;
}
#lockers {
	width: 165px;
	height: 163px;
	top: 145px;
	left: 100px;
}
#schoolbus {
	width: 165px;
	height: 80px;
	top: 310px;
	left: 15px;
}
#kashii {
	width: 165px;
	height: 160px;
	top: 230px;
	left: 275px;
}
#band {
	width: 170px;
	height: 162px;
	top: 65px;
	left: 360px;
}

/*---- formulaire demande de brochure -------------*/
#label_1_15_1, #label_1_15_2 {
	font-weight:normal!important}

/*-- youtube responsive ----*/
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*---------- Gravity Forms ---------------------*/
body .gform_wrapper label {
  font-weight: normal;
}
/*----------- Contact Form 7 ----------------------*/
#wpcf7-f13013-p13014-o1 span.wpcf7-list-item, #wpcf7-f21117-p19921-o1 span.wpcf7-list-item{
/* Pour lister les cases à cocher du form PIEC sur plusieurs lignes: */
display: block; 
}
.wpcf7-checkbox-white { color:#FFF; }
.cf7-pending { opacity:0.5; } 
.wpcf7-not-valid-tip { color:#F00; }
/*
    Always show arrows (Flex Slider)
    Usage: Copy and paste this code into your themes style.css file
*/
.metaslider .flex-direction-nav .flex-prev {
    opacity: 1; 
    left: 5px;
}
.metaslider .flex-direction-nav .flex-next {
    opacity: 1; 
    right: 5px;
}



/* TinyMCE custom CSS */
.chapeau {
    font-size: 1.1em !important;
    font-weight: 600 !important;
	line-height: 1.5em;
	margin-top: 20px;
	margin-bottom: 10px;
}
.amazon {
    background: none repeat scroll 0 0 #F7F7F7;
    float: left;
    font-size: 13px;
    height: 250px;
    margin: 25px;
    overflow: hidden;
    padding: 5px;
	padding-top:15px;
    text-align: center;
    width: 140px;
	 -moz-box-shadow: 5px 5px 5px #999999;
 	 -webkit-box-shadow: 5px 5px 5px #999999;
 	 box-shadow: 5px 5px 5px #999999;
}
/* pour page presse */
.su-lightbox {
  text-decoration: underline;
}

/*---- Barre de Consentement -----*/

#seopress-user-consent-close {
    font-weight: normal !important;}
#seopress-user-consent-accept {
    font-weight: bold !important;}
.seopress-user-consent {
    background: #FFF !important;
	color: rgba(30, 115, 190) !important;}

