/**
* Theme Name: Lycée d'Adultes
* Version: 1.0
* Author: Paul Milan
*/

@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700');


/************************************************
CORPS
*************************************************/

htm
{
	scroll-behavior: smooth;
}

html *
{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: graysc11le;
}

body
{
	margin: 0;
	font-family: 'Lato', sans-serif, Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif;
	font-size: 14px;
	overflow-x: hidden;
	max-width: 100%;
}


/************************************************
BASE
*************************************************/


section
{
	position: relative;
	background: white;
}

h1, h2
{
	
	font-weight: 900;
	margin: 0;
}

h1
{
	font-size: 30px;
}

h2
{
	font-size: 20px;
	line-height: 120%;
	text-align: center;
	color: var(--blue);
	margin-top: 10px;
	margin-bottom: 10px;
}

p
{
	margin: 10px 0;
	line-height: 130%;
	color: var(--typo);
}

a
{
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

a {
text-decoration: none;
font-family:Verdana !important;
font-size:10pt;
}

a:hover {
text-decoration: underline;
}

*#a {
text-align: left;
margin-left: auto;
margin-right: auto;
width: 100%;
height: 89px;
}
#centrer {
margin-left:auto;
margin-right:auto;
width:100%;
}

@font-face {
font-family: 'rolling_no_oneregular';
src: url('fonts/RollingNoOne-ExtraBold.ttf') format('truetype'),
	 url('fonts/RollingNoOne-ExtraBold.eot?#iefix') format('embedded-opentype'),
	 url('fonts/rollingnoone-extrabold-webfont.woff2') format('woff2'),
     url('fonts/rollingnoone-extrabold-webfont.woff') format('woff'),
	 url('fonts/rollingnoone-extrabold-webfont.svg#rolling_no_oneregular')format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'handsean';
src: url('fonts/handsean.ttf') format('truetype'),
	 url('fonts/handsean.eot?#iefix') format('embedded-opentype'),
	 url('fonts/handsean-webfont.woff2') format('woff2'),
     url('fonts/handsean-webfont.woff') format('woff'),
	 url('images/fonts/handsean-webfont.svg#hand_of_seanregular') format('svg');
font-weight: normal;
font-style: normal;
}

::selection
{
	background: var(--blue);
	color: white;
}

/*****************************
Outils
******************************/

.boxed
{
	position: relative;
	width: 80%;
	margin: 0 auto;
}

.centerV
{
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.centerHV
{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

section a
{
	color: var(--blue);
	text-decoration: none;
	/*border-bottom: 1px solid var(--blue);*/
	padding-bottom: 2px;
	font-weight: 700;
}

.title
{
	font-weight: 700;
	letter-spacing: 1px;
	color: var(--typo);
}

.title:after
{
	display: block;
	background: rgb(176,13,56);
	content: '';
	width: 35px;
	height: 1px;
	margin: 20px auto 40px;
}

p.title
{
	text-transform: none;
	font-size: 17px;
	line-height: 120%;
	text-align: center;
	color: var(--blue);
	margin-bottom: 30px;
}

.responsive
{
	display: none;
}

article.container
{
	display: flex;
	overflow: hidden;
}

article.container:last-child
{
	margin-bottom: 0;
}

article.container .left, article.container .right
{
	position: relative;
}

article.container .left
{
	margin: 0;
	width: 65%;
}

article.container .left img
{
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 5px;
}

article.container .right
{
	margin: auto;
	width: 45%;
}

article.container .right .text
{
	width: 60%;
	margin-left: 50px;
}

article.container .right .text h2
{
	clear: both;
	text-align: left;
	color: var(--blue);
	margin-bottom: 20px!important;
	letter-spacing: 1px;
}

article.container .right .text img
{
	width: 100%;
	margin: 20px auto;
	display: block;
}

article.container .right a
{
}

.animated
{
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-duration: 4s;
	-moz-animation-duration: 4s;
	-moz-animation-timing-function: ease-out;
	-moz-animation-fill-mode: forwards;
	animation-duration: 2s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}

.fadeIn
{
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeIn
{
	0%
	{
		opacity: 0;
	}
	100%
	{
		opacity: 1;
	}
}

@-moz-keyframes fadeIn
{
	0%
	{
		opacity: 0;
	}
	100%
	{
		opacity: 1;
	}
}

@keyframes fadeIn
{
	0%
	{
		opacity: 0;
	}
	100%
	{
		opacity: 1;
	}
}

.wpcf7-form input, form.searchandfilter input
{
	border: 1px solid var(--typo);
	padding: 10px 20px;
	margin: 0;
	outline: none;
}

.wpcf7-form input[type="submit"], form.searchandfilter input[type="submit"]
{
	background: var(--red);
	border: 0;
	color: white;
	text-transform: uppercase;
	font-weight: 600;
	cursor: pointer;
}

/************************************************
HEADER
*************************************************/

header
{
	position: fixed;
	background: white;
	width: 100%;
	height: 90px;
	z-index: 10;
	top: 0;
}

header #subnav
{
	background: rgb(90,90,90);
	width: 100%;
	height: 25px;
	float: left;
}

header #subnav .socialnet
{
	position: absolute;
	left: calc(10% + 8px);
	margin-top: 3px;
}

header #subnav .socialnet a
{
	margin-right: 10px;
	color: white;
	font-size: 12px;
}

header #subnav .socialnet a:last-child
{
	margin-right: 0;
}

header #subnav .inner
{
	float: right;
}

header #subnav .inner a
{
	float: none;
	color: white;
	text-decoration: none;
	margin-right: 15px;
	font-size: 12px;
	vertical-align: -2px;
}

header #subnav form
{
	float: right;
	margin-top: -2px;
	height: 26px;
}

header #subnav form #searchpicto
{
	position: relative;
}

header #subnav form #searchpicto:before
{
	position: absolute;
	content: '\f002';
	font-family: 'Font Awesome 5 Pro';
	left: 11px;
	top: 3px;
}

header #subnav form #searchpicto label
{
	display: none;
}

header #subnav form input[type="text"]
{
	border: 0;
	outline: none;
	padding: 6px 5px 6px 30px;
	height: 15px;
}

header #subnav form input[type="submit"]
{
	border: 0;
	padding: 6px 10px 5px;
	text-transform: uppercase;
	font-weight: 700;
	background: var(--blue);
	color: white;
	margin: 0 0 0 -5px;
	cursor: pointer;
}

header nav ul
{
	float: right; 
	/*float: left;*/
	width: auto;
}

header nav li.menu-item-3319, header nav li.menu-item-9211
{
	position: absolute;
	left: 0;
	margin: 0;
}

header nav li.menu-item-3319 img, header nav li.menu-item-9211 img
{
	display: none;
	height: 50px;
	margin-top: 10px;
	filter: brightness(0);
}


header nav li
{
	position: relative;
	float: none;
	display: inline-block;
	margin: 10px 20px 0;
	padding-bottom: 20px;
}

header nav li a
{
	color: var(--darkgrey);
	/*text-transform: uppercase;*/
	text-decoration: none;
	font-weight: bold;
	letter-spacing: .3px;
}

header nav li a:hover, header nav li.current-menu-item a
{
	color: var(--black);
	font-weight:bold;
}

header nav li.menu-item-3179 a:before
{
	/*content: '\f015';*/
	display: inline-block;
	font-family: 'Font Awesome 5 Pro';
	font-size: 12px;
	margin-right: 10px;
}

header nav li.menu-item-3179
{
	margin-left: 10px;
}

header nav li:last-child
{
	margin-right: 0;
}

header nav li:last-child ul.sub-menu li ul.sub-menu
{
	margin: -25px 0 0 calc(-100% - 95px);
}

header nav li ul.sub-menu
{
	display: none;
	position: absolute;
	background: white;
	margin: 18px 0 0 -40px;
	width: calc(100% + 55px);
	padding: 5px 10px;
	border: 2px solid rgb(176, 13, 56);
	/*box-shadow: 5px 5px 0 var(--blue);*/
	-webkit-transform: translate(-5px, -5px);
	-moz-transform: translate(-5px, -5px);
	transform: translate(-5px, -5px);
}

header nav li.menu-item-has-children:hover > ul.sub-menu
{
	display: block;
	min-width: 135px;
}

header nav li ul.sub-menu li
{
	display: block;
	text-align: center;
	padding: 0 15px;
	margin: 0;
	padding-bottom: 10px;
}

header nav li ul.sub-menu li a
{
	font-weight:normal;
}

header nav li ul.sub-menu li ul.sub-menu
{
	background: white;
	z-index: 1;
	margin: -24px 0 0 calc(100% - 10px);
}

header nav li ul.sub-menu li:last-child
{
	padding-bottom: 0;
}

header .wpml-ls-statics-shortcode_actions
{
	padding: 0;
	border: 0;
	clear: none;
	float: right;
	margin-top: 0px;
}

/*header .wpml-ls-statics-shortcode_actions li:nth-of-type(1):after
{
	display: inline-block;
	content: '|';
	margin-right: 5px;
}*/

header .wpml-ls-statics-shortcode_actions li.wpml-ls-current-language a
{
	color: var(--blue);
}

header .wpml-ls-statics-shortcode_actions a
{
	padding: 0 3px;
}

header .wpml-ls-statics-shortcode_actions .wpml-ls-display
{
	display: none;
}


/*===========================
Bandeau
============================*/

#bg-index
{
	background: transparent;
	width: 100vw;
	height: calc(68vh + 20px);
	/*height: calc(68vh + 20px);*/
	margin-top: 100px;
	overflow: hidden;
	z-index: 0;
}

#bg-index #logoCA
{
	position: relative;
	z-index: 1;
	width: 20%;
	height: 46vh;
}


#bg-index #logoCA img
{
	height: 15%;
}
#bg-index .owl-carousel
{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
}

#bg-index h1
{
	position: fixed;
	z-index: 1;
	bottom: 36vh;
	font-weight: 300;
	font-size: 35px;
	letter-spacing: 1px;
	line-height: 150%;
	color: white;
	text-align: center;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}

#bg-index .bg
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100px;
}

#bg-index .bg img
{
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}


/************************************************
OWL CAROUSEL
*************************************************/

.owl-carousel, .owl-carousel .owl-item
{
	-webkit-tap-highlight-color: transparent;
	position: relative;
}

.owl-carousel
{
	display: none;
	width: 100vw;
	margin: 0 auto;
	z-index: 1;
}

.owl-carousel .owl-stage
{
	position: relative;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
	height: 100%;
}

.owl-carousel .owl-stage:after
{
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer
{
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	height: auto;
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper
{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item
{
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}

/*.owl-carousel .owl-item img
{
	display: block;
	max-width: 200px;
	max-height: 60px;
	margin: 0 auto;
}*/

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled
{
	display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded
{
	display: block;
}

.owl-carousel .owl-dot
{
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.owl-carousel button.owl-dot
{
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}

.owl-carousel.owl-loading
{
	opacity: 0;
	display: block;
}

.owl-carousel.owl-drag .owl-item
{
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	height: 100%;
}

.owl-carousel.owl-drag .owl-item .item
{
	height: calc(70vh + 120px);
}

#last-prod .owl-carousel.owl-drag .owl-item .item
{
	height: auto;
}

.owl-carousel.owl-drag .owl-item img
{
	width: 100%;
	height: auto;
}

.owl-theme .owl-dots
{
	display: none;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	margin: 20px 0 0;
}

.owl-theme .owl-dots .owl-dot
{
	display: inline-block;
	zoom: 1;
}

.owl-theme .owl-dots .owl-dot span
{
	width: 7px;
	height: 7px;
	margin: 5px 3px;
	background: transparent;
	border: 1px solid var(--typo);
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span
{
	background: var(--typo);
}

/*fancybox */

#fancybox-left, #fancybox-right
{
	display: block!important;
}

#fancybox-left-ico
{
	left: -50px!important;
}

#fancybox-right-ico
{
	left: auto!important;
	right: -50px!important;
}






/*****************************
Logo et encadré
*******************************/


#logophone {
background: url('../images/logoLActblanc.svg') no-repeat;
width: 450px; height: 450px;
display: block;
-webkit-transform: scale(0.4);
-moz-transform: scale(.4);
transform: scale(.4);
opacity: 1;
position: absolute;
z-index: 1;
left: -100px; top: -120px;
margin: 0px 580px 0 0;
}


.content {
margin: 320px 0 0 0;
padding: 0;
}

#liens-index {
z-index: 1;
position:fixed;
width: 150px;
left: 30px !important; 
top: 400px;
background: white ;  /*rgb(239,234,228)*/
border-radius: 15px;
border-style:solid;
border-color: white;  /*rgb(251,246,240)*/
padding: 40px;
padding-bottom: 20px;
padding-top: 10px;
}

#liens-index a {
text-align:left;
clear: both;
float: left;
color:black;
font-weight: bold;
text-transform: uppercase;
font-family:'Lato', sans-serif;
font-size:10pt;
padding-bottom: 15px;
/*font-size: 14px;*/
}

#liens-index a:last-child {
padding-bottom: 0px;
}

#liens-index a:hover {
color: rgb(176,13,56);
}

#actu-index {
position: fixed;
	z-index: 10;
	width: 200px;
	padding: 40px;
	top: 650px;
	right: 35px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	margin-bottom: 20px;
	
}

#actu-index article {
position: absolute;
z-index: 1;
/*width: 35%;*/
min-width:300px;
right: -0px;
bottom: 50px;
font-family: 'Lato', sans-serif;
background:white  ;   /*rgb(239,234,228)*/
border-radius: 15px;
border-style:solid;
border-color: white;  /*rgb(251,246,240)*/
padding-bottom: 20px;
padding-top: 10px;
}

#actu-index .date-event {
text-align: center;
font-weight: 300;
font-family: 'Lato', sans-serif;
color: rgb(176,13,56);
font-size:20pt;
border-bottom: 0px solid black;
padding-bottom: 0px;
}

#actu-index h2 {
color: black;
text-align: center;
margin: 5px 5px 0 0;
letter-spacing: 0;
font-size:14pt;
}

#actu-index h2:before {
content: '';
border-top: solid 1px black;
display: block;
width: 60px;
margin: 10px auto 10px;
}

#actu-index p {
color:rgb(176,13,56);
text-align: center;
font-size: 12pt;
font-weight:normal;
line-height:40%;
}

/******************************
Présentation
********************************/
#presentation, #valeurs, #posts, .foot-sponsors
{
	text-align: left;
	width: 100%;
}

#presentation:before, #sticky-posts:before
{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 60vw 120px 0;
	/*border-width: 0 0 120px 100vw;*/
	border-color: transparent transparent white transparent;
	position: absolute;
	top: -120px;
}

#presentation.page
	{
		padding: 40px 0 0;
	}

	#presentation.page .boxed
	{
		text-align: left;
	}


/************************************
Content
*************************************/
#content
{
	float: left;
	padding-bottom: 100px;
	width: 100%;
}

#content ul
{
	color: var(--typo);
	line-height: 150%;
	border-left: 3px solid rgb(176,13,56)!important;
	padding: 0px 10px;
	margin: 0px 0;
	list-style-type:none;
}

#content ul li
{
	margin-bottom: 6px;
	font-size:15px;
}

#content.marginTop
{
	margin-top: 100px;
}

#content .inner
{
	float: left;
	width: 70%;
}

#content .inner #side-left
{
	position: -webkit-sticky;
	position: sticky;
	top: 100px;

	margin-left: 10%;
	border-top: 3px solid var(--red);
	float: left;
	padding-top: 10px;
	width: 13%;
	font-size: 12px;
}


#content .inner h1.title:after
{
	margin: 20px 0 40px;
}

#content .inner p.postmetadata span
{
	display: block;
	margin-bottom: 6px;
	font-weight: 700;
}

#content .inner p.postmetadata span i
{
	margin-right: 5px;
	vertical-align: -1px;
	font-weight: 400;
}

#content .inner p.postmetadata a
{
	border: 0;
	margin-right: 10px;
	color: var(--typo);
}

#content .inner p.postmetadata a:hover
{
	color: var(--blue);
}

#content .inner #sommaire
{
	margin-top: 40px;
}

#content .inner #sommaire p.title
{
	color: rgb(176,13,56);
	text-align: left;
	font-size: 13pt;
	font-weight:300;
	text-transform: uppercase;
	margin: 0 0 10px;
	border-top: 1px solid rgb(176,13,56);
	padding-top: 12px;
}

#content.pedago .inner #sommaire
{
	margin-top: 0;
}

#content.pedago .inner #sommaire p.title
{
	color: var(--red);
	border-top: 0;
}

#content .inner #sommaire p.title:after
{
	display: none;
}

#content .inner #sommaire ol
{
	margin: 0;
	padding: 0 0 0 12px;
	font-size: 13px;
}

#content .inner #sommaire ol li
{
	clear: both;
	color: rgb(90,90,90);
	font-weight: bold;
	padding-left: 5px;
}

#content .inner #sommaire a
{
	float: left;
	clear: both;
	font-weight:normal;
	text-transform:uppercase;
	/*color: var(--typo);*/
	color: rgb(90,90,90);
	padding-bottom:10px;
	text-decoration: none;
	border: 0;
}

#content .inner #sommaire a:hover
{
	color: rgb(176,13,56);
}

#content .inner .boxed
{
	width: 60%;
	margin: 0 10% 0 0;
	float: right;
}

#content .inner .boxed.centpourcent {
	width: 80%;
	margin: 0 10% 0 10%;
}



#content.pedago .inner .boxed audio
{
	width: 100%;
}

#content .inner .boxed img, #content .inner .boxed img#visuel_film
{
	width: 100%;
	height: auto;
}

#content .inner .boxed p:first-child
{
	margin-top: 0;
}

#content .inner .boxed h1 {
	font-family: 'Lato', sans serif !important;
	font-size:25pt;
	letter-spacing:1pt;
	font-weight:300;
	color:rgb(176,13,56);
	padding-bottom :10px;
	border-bottom : 1px solid rgb(176,13,56);
}

#content .inner .boxed h2{
	font-family: Lato, sans serif !important;
	font-size:12pt;
	font-weight:bold;
	color:black;
}

#content .inner .boxed p
{
	line-height: 150%;
	font-size: 15px;
}

#content .inner .boxed p strong
{
	text-transform: none;
	font-size: 17px;
}

#content .inner .boxed a
{
	font-weight:normal;
	color:rgb(176,13,56);
}


#content .inner .boxed ol a
{
	font-weight:normal;
	color:blue;
	font-size: 15px;
}

#content .inner .boxed ol li
{
	padding-bottom:10px;
	padding-left:5px;
	line-height:200%;
}

#content .inner .boxed ul
{
	color: var(--typo);
	line-height: 150%;
	border-left: 3px solid rgb(176,13,56)!important;
	padding: 0px 10px;
	margin: 0px 0;
}

#content .inner .boxed ul li
{
	margin-bottom: 6px;
	font-size:15px;
}

#content .inner .boxed table
{
	border: 0px solid white;
	text-align: center;
	/*padding-left:40px;*/
	color: white;
}

#content .inner .boxed table img
{
	width:90%;
}

#content .inner .boxed table, tr
{
	border-collapse:collapse;
}

#content .inner .boxed table tr, td
{
	border: 0px solid navy;
	-x-border-x-spacing: 0px;
	-x-border-y-spacing: 0px;
	/*height: 70px;*/
	width:180px;
	color: navy;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

#content .inner .boxed table th
{
	border: 1px solid navy;
	border-collapse:collapse;
	background: white none repeat scroll 0%;
	-x-border-x-spacing: 2px;
	-x-border-y-spacing: 2px;
	height: 40px;
	color: navy;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
#lirelasuite {
  display:none;
}

#content .inner .boxed a.btn-ensavoirplus {
text-transform: uppercase;
color: black;
display: block;
font-family: 'Lato', sans serif ;
font-size: 14px ;
font-weight:normal;
padding: 8px;
width: 200px;
text-align: center;
margin: 0px auto 0;
text-decoration: none !important;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
border: 1px solid rgb(176,13,56);
-webkit-box-shadow: 5px 5px 0 black;
-moz-box-shadow: 1px 5px 0 black;
box-shadow: 4px 4px 0 rgb(176,13,56);
-webkit-transform: translate(-5px, -5px);
-moz-transform: translate(-5px, -5px);
-ms-transform: translate(-5px, -5px);
-o-transform: translate(-5px, -5px);
transform: translate(-5px, -5px);
}


#content .inner .boxed a.btn-ensavoirplus:hover {
color: rgb(176,13,56);
border: 1px solid rgb(176,13,56);
-webkit-box-shadow: 0 0 0;
-moz-box-shadow: 0 0 0;
box-shadow: 0 0 0;
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}

#content .inner .boxed blockquote
{
	border: 2px solid var(--blue);
	padding: 10px;
	margin: 30px 0 0;
	text-align: center;
}

#content .inner .boxed blockquote p
{
	color: var(--blue);
	line-height: 180%!important;
}


*#content .inner .boxed iframe
{
	background: black;
	width: 100%;
	margin: 10px 0;
}

#content .inner .boxed iframe.rue89frame
{
	height: auto;
}

#content .inner .boxed .col3
{
	width: 30%;
	float: left;
	padding-top: 20px;
	margin-right: 5%;
}

#content .inner .boxed .col3:nth-of-type(3)
{
	margin-right: 0;
}

#content .inner .boxed #last-prod
{
	margin-top: 50px;
}

#content .inner .boxed .owl-carousel
{
	width: 100%;
}

#content.pedago .inner .boxed .owl-carousel
{
	width: 60%;
	margin: 0;
}

#content .inner .boxed .owl-carousel .item img
{
	width: 100%;
	height: auto;
}

#content.pedago .inner .boxed .owl-carousel .item img
{
	width: 100%;
	height: 100%;
	object-fit:contain;
	object-position: left;
}

#content .inner .boxed #articles-relation
{
	width: 100%;    
	border-top: 1px dotted;
	padding-top: 20px;
	margin-top: 50px;
}

#content .inner .boxed #articles-relation.pressePage
{
	border-top: 0;
	padding-top: 0;
	margin-top: 0;
}

#content .inner .boxed #articles-relation.pagesRel, #content .inner .boxed #articles-relation.catRel
{
	position: relative;
	margin-top: 0;
}

#content .inner .boxed #articles-relation.pagesRel .title-hov p, #content .inner .boxed #articles-relation.catRel .title-hov p
{
	text-transform: uppercase;
}

#content .inner .boxed #articles-relation .flexSingle
{
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 20px auto;
}

#content .inner .boxed #articles-relation a
{
	position: relative;
	padding: 0;
	border: 0;
	text-align: center;
	width: 30%;
	margin: 0 3% 3% 0;
	flex-wrap: wrap;
}

#content .inner .boxed #articles-relation a img
{
	filter:brightness(.4);
}

#content .inner .boxed #articles-relation a:hover img
{
	filter:brightness(1);
}

#content .inner .boxed #articles-relation a:hover p
{
	color:transparent;
}

#content .inner .boxed #articles-relation a  p
{
	color:white;
	opacity:1;
}

#content .inner .boxed #articles-relation.catRel a
{
	width: 47%;
}

#content .inner .boxed #articles-relation a img
{
	width: 100%;
	/*height: auto;*/
	height: 120px;
	object-fit: cover;
	border-radius: 4px;
}

#content .inner .boxed #articles-relation.catRel a img
{
	height: 160px;
}

#content .inner .boxed #articles-relation.catRel .flexSingle.height100 a img
{
	height: 100%;
}

#content .inner .boxed #articles-relation a span.title-rel
{
	display: block;
	padding-top: 10px;
	color: var(--typo);
}

#content .inner .boxed #articles-relation a span.date-rel
{
	font-size: 12px;
	margin-top: 5px;
	display: block;
	color: var(--typo);
	font-weight: 400;
}

#content.pedago .inner .boxed
{
	width: 100%;
}

#content.pedago .inner .boxed #articles-relation.catRel .flexSingle
{
	margin-top: 50px;
	justify-content: space-between;
}

#content.pedago .inner .boxed #articles-relation.catRel a
{
	width: 32%;
	margin: 0;
}

#content.pedago .inner .boxed #articles-relation.catRel a img
{
	height: 200px;
}

#content.pedago .inner .boxed .foot-sponsors
{
	padding-top: 50px;
}

#content.pedago .inner .boxed .foot-sponsors .item img
{
	width: auto;
}

#content.pedago .inner .boxed .foot-sponsors #part1 .item:nth-of-type(1) img
{
	vertical-align: 0;
}

#content.pedago .inner .boxed .foot-sponsors #part1 .item:nth-of-type(2) img
{
	max-height: 65px;
	vertical-align: 0;
}

#content.pedago .inner .boxed .foot-sponsors #part1 .item:nth-of-type(3) img
{
	vertical-align: 9px;
}

#content.pedago .inner .boxed .foot-sponsors #part1 .item:nth-of-type(4) img
{
	max-height: 70px;
}

#content.pedago .inner .boxed .foot-sponsors #part1 .item:nth-of-type(5) img
{
	max-height: 70px;
}

#content.pedago .inner .boxed .foot-sponsors #part1 .item:nth-of-type(6) img
{
	max-height: 60px;
}

#list-articles.pedago .inner
{
	width: 100%;
	margin-right: 0;
}

#list-articles.pedago .inner #comebackProd
{
	margin-bottom: 40px;
}

#content.pedago .inner
{
	width: 100%;
}

#content.pedago .inner #side-left
{
	margin-left: 7%;
	width: 9.1%;
}

#content.pedago .inner .boxed
{
	width: 74%;
	margin: 0 7% 0 0;
}

#content.pedago .inner .boxed iframe
{
	height: calc(100vh - 150px);
}

#content.pedago .inner .boxed .owl-carousel.owl-drag .owl-item .item
{
	height: 100%;
}

#content.pedago .post_link
{
	display: flex;
	justify-content: space-between;
}

#content.pedago .post_link a
{
	color: var(--red);
	border: 0;
	padding: 0;
}

#content.pedago .post_link a:before
{
	display: inline-block;
	font-family: 'Font Awesome 5 Pro', sans-serif;
	font-size: 11px;
}

#content.pedago .post_link a:nth-of-type(1):before
{
	content: '\f053';
	margin-right: 10px;
}

#content.pedago .post_link a:nth-of-type(2)
{
	display: flex;
	flex-direction: row-reverse;
}

#content.pedago .post_link a:nth-of-type(2):before
{
	content: '\f054';
	margin: 4px 0 0 10px;
}

#content .comments-template
{
	width: 96%;
}

#content .comments-template .commentlist
{
	margin: 0;
	padding: 0;
}

#content .comments-template .commentlist li
{
	margin-bottom: 30px;
	list-style-type: none;
}

#content .comments-template .commentlist li .commentmetadata
{
	color: var(--typo);
}

#content .comments-template input
{
	outline: none;
	padding: 8px 10px;
	border: 1px solid rgba(157, 145, 113, 0.4);
}

#content .comments-template input#author
{
	width: calc(100% - 23px);
}

#content .comments-template input#email, #content .comments-template input#url
{
	float: left;
	width: calc(49% - 23px);
}

#content .comments-template input#url
{
	float: right;
}

#content .comments-template textarea
{
	width: calc(100% - 21px);
	resize: none;
	height: 90px;
	padding: 10px 10px;
	outline: none;
	margin: 15px 0 0;
	border: 1px solid rgba(157, 145, 113, 0.4);
}

#content .comments-template input[type="submit"]
{
	position: relative;
	background: var(--red);
	border: 0;
	float: right;
	color: white;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: 700;
	font-size: 12px;
	margin: 0;
	display: block;
	width: 140px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}



#sidebar
{
	float: right;
	width: 30%;
	margin-top:50px;
}

#sidebar section
{
	padding: 30px 20px;
	width: calc(80% - 40px);
}*

#sidebar p.title
{
	text-align: left;
	margin: 0 0 20px;
}

#sidebar p.title:after
{
	margin: 20px 0 15px;
}

#sidebar  p
{
	line-height: 150%;
	font-size: 15px;
}

#sidebar a.btn-ensavoirplus {
text-transform: uppercase;
color: black;
display: block;
font-family: 'Lato', sans serif ;
font-size: 9pt ;
font-weight:normal;
padding: 8px;
width: 200px;
text-align: center;
margin: 0px auto 0;
text-decoration: none !important;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
border: 1px solid rgb(176,13,56);
-webkit-box-shadow: 5px 5px 0 black;
-moz-box-shadow: 1px 5px 0 black;
box-shadow: 4px 4px 0 rgb(176,13,56);
-webkit-transform: translate(-5px, -5px);
-moz-transform: translate(-5px, -5px);
-ms-transform: translate(-5px, -5px);
-o-transform: translate(-5px, -5px);
transform: translate(-5px, -5px);
}


#sidebar a.btn-ensavoirplus:hover {
color: rgb(176,13,56);
border: 1px solid rgb(176,13,56);
-webkit-box-shadow: 0 0 0;
-moz-box-shadow: 0 0 0;
box-shadow: 0 0 0;
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}

#sidebar #last-actus
{
	background: rgb(200,86,116);
	border-radius:5px;
}

#sidebar #last-actus p.title
{
	color: white;
}

#sidebar #last-actus p.title:after
{
	background: white;
}

#sidebar #last-actus p
{	color:white;
}

#sidebar #last-actus a
{
	color: white;
	border: 0;
	margin: 5px 0;
	display: block;
}

/*#sidebar #last-actus p a img
{
	text-align:center;*/
}

#sidebar #last-actus a.btn-ensavoirplus {
text-transform: uppercase;
color: white;
display: block;
font-family: 'Lato', sans serif ;
font-size: 9pt ;
font-weight:normal;
padding: 8px;
width: 200px;
text-align: center;
margin: 0px auto 0;
text-decoration: none !important;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
border: 1px solid rgb(176,13,56);
-webkit-box-shadow: 5px 5px 0 black;
-moz-box-shadow: 1px 5px 0 rgb(176,13,56);
box-shadow: 4px 4px 0 rgb(176,13,56);
-webkit-transform: translate(-5px, -5px);
-moz-transform: translate(-5px, -5px);
-ms-transform: translate(-5px, -5px);
-o-transform: translate(-5px, -5px);
transform: translate(-5px, -5px);
}


#sidebar #last-actus a.btn-ensavoirplus:hover {
color: rgb(176,13,56);
border: 1px solid white;
-webkit-box-shadow: 0 0 0;
-moz-box-shadow: 0 0 0;
box-shadow: 0 0 0;
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}

#sidebar #last-prod
{
	width: 80%;
	padding: 0;
}

#sidebar #last-prod .owl-carousel
{
	width: 100%;
}

#sidebar #last-prod .owl-carousel .item
{
	/*max-height: 450px;*/
	overflow: hidden;
}

#sidebar #last-prod img
{
	width: 100%;
	height: auto;
}

#sidebar #newsletter
{
	padding: 40px 0 20px;
	width: 80%;
}

#sidebar #newsletter p.title
{
	color: var(--red);
}

#sidebar #newsletter p#yourmail-newsletter input
{
	width: calc(100% - 42px);
}

#sidebar #newsletter p#checkbox-newsletter
{
	display: none;
}

#sidebar #newsletter p#acceptance-newsletter, #sidebar #newsletter .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item
{
	margin: 0;
	width: 100%;
}

#sidebar #newsletter p#acceptance-newsletter .wpcf7-list-item-label
{
	font-size: 12px;
	margin-left: 5px;
}

#sidebar #newsletter p#submit-newsletter input:disabled
{
	background: var(--typo);
}

#sidebar #admission article
{
	position: relative;
}

#sidebar #admission article a
{
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	background: white;
	padding: 10px;
	border: 0;
}

#sidebar #admission article img
{
	width: calc(100% + 40px);
	margin-left: -20px;
}

#sidebar #last-tweets
{
	padding: 20px 0;
	width: 80%;
}

#sidebar #last-tweets h1{
font-family: Lato, sans serif ;
font-size:12pt;
font-weight:bold;
}





/************************************************
photos
*************************************************/

.wrapper
{
	margin: 3em auto;
}

.masonry
{
	margin: 1.5rem 0;
	-webkit-column-gap: 1.5rem;
	column-gap: 1.5rem;
}

@media (min-width:36.01rem)
{
	.masonry {
		-webkit-column-count: 1;
		column-count: 1;
	}
}

@media (min-width:65.01rem)
{
	.masonry {
		-webkit-column-count: 2;
		column-count: 2;
	}
}

@media (min-width:90.01rem)
{
	.masonry {
		-webkit-column-count: 3;
		column-count: 3;
	}
}

.masonry > *
{
	display: inline-block;
	width: 100%;
	margin: 0 0 1.5rem;
	box-sizing: border-box;
	position: relative;
}

.masonry img
{
	width: 100%;
	height: auto;
}

.pic-masonry a
{
	border: 0;
	padding: 0;
}

.pic-masonry .descrPhoto
{
	text-align: center;
}







/*==========
Diaporama
===========*/

.diaporama{
    position:relative;
	height:287px; /* Hauteur d'une photo */
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 5px;
}
 
.diaporama li{
    list-style-type:none;
    overflow:hidden;
    position:absolute; /* Les images seront positionnées toutes au même endroit */
}
 
.diaporama_controls{
    width:275px;
	position:relative;
	top:-0px;
    margin:0px 0px 0px 0px;
    padding:0px;
    clear:both;
    overflow:hidden;
}
 
.diaporama_controls .btns{
    float:right;
}
 
.diaporama_controls a{
    font-weight:normal;
    width:5px;
    height:14px;
    text-indent:-9999px;
    display:inline-block;
    margin:0 3px;
}

/*=============================
FOOT
==============================*/

footer
{
	position: relative;
	clear: both;
	padding: 40px 0 10px;
	background: rgb(70,70,70);
	width: 100%;
}

footer .boxed
{
	display: flex;
}

footer .left, footer .right
{
	color: white;
	width: 50%;
	font-size: 12px;
	display: inline-block;
}

footer .left h2, footer .right h2
{
	font-size: 12px;
	color: white;
	letter-spacing: 1.5px;
	margin-bottom: 20px;
	text-align: left;
	text-transform: uppercase;
}

footer .left p, footer .right p
{
	color: white;
	line-height: 130%;
	font-weight: 300;
	text-transform: none;
}

footer .left span, footer .right span
{
	font-weight: 900;
}

footer .left a, footer .right a
{
	text-decoration: none;
	color: white;
	font-size:12px;
	font-weight: normal;
}



/************************************************
RESPONSIVE
*************************************************/

/* RESPONSIVE 13 POUCES */

@media (min-width : 1340px) and (max-width : 1450px)
{
	header #subnav .socialnet
	{
		left: calc(5% + 8px);
	}

	header nav.boxed.computer
	{
		width: 90%;
	}
}

/* RESPONSIVE 12 POUCES */

@media (min-width : 1150px) and (max-width : 1339px)
{
	header #subnav .socialnet
	{
		left: calc(5% + 8px);
	}

	header nav.boxed.computer
	{
		width: 90%;
	}

	header nav.boxed.computer ul li
	{
		margin-right: 0;
	}
}

/* RESPONSIVE 10-11 POUCES */

@media (min-width : 1001px) and (max-width : 1149px)
{
	header #subnav .socialnet
	{
		left: calc(2.5% + 8px);
	}

	header nav.boxed.computer
	{
		width: 95%;
	}

	header nav.boxed.computer ul li
	{
		margin-left: 10px;
		margin-right: 0;
	}
}


