@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
/*reset*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,strong,b,u,i,ul,li,fieldset,form,label,table,tbody,tfoot,thead,tr,th,td,article,aside,footer,header,menu,section{padding:0;border:0;margin:0;vertical-align:baseline}
body{line-height:1}
ol,ul{list-style:none}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

/*init*/
html {
    height: 100%;
}
html, body {
	width: 100%;
}

body {
    font-family: "Roboto", arial, Verdana, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    min-height: 100%;
}
a {
    text-decoration: none;
    color: inherit;
}
p{
	margin: 10px 0;
}
img {
	max-width: 100%;
}
/*color*/
.color-red {
	color: #EB5C87;
}
.color-blue {
	color: #6397C6;
}
.color-green {
	color: #6CBBB6;
}
.color-purple {
	color: #9C157C;
}
.color-orange {
	color: #F49B41;
}
/*Page color h*/
.cat-red h1, .cat-red h2, .cat-red h3, .cat-red h4{
	color: #EB5C87;
}
.cat-blue h1, .cat-blue h2, .cat-blue h3, .cat-blue h4{
	color: #6397C6;
}
.cat-green h1, .cat-green h2, .cat-green h3, .cat-green h4{
	color: #6CBBB6;
}
.cat-purple h1, .cat-purple h2, .cat-purple h3, .cat-purple h4{
	color: #9C157C;
}
.cat-orange h1, .cat-orange h2, .cat-orange h3, .cat-orange h4{
	color: #F49B41;
}
/*usefull*/
.sep {
	border-top: 1px dashed;
	margin: 20px 0;
}
.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs10 {
    font-size: 10px;
}

.fs16 {
    font-size: 16px;
}
.table {
    display: table;
    width: 100%;
}
.table-row {
    display: table-row;
}
.table-row > div {
    display: table-cell;
}
.dib {
    display: inline-block;
}
.db {
    display: block;
}
.grid-container {
    font-size: 0;
}
.grid {
    font-size: 12px;
    display: inline-block;
}
.grid-50 {
    width: 50%;
}
.grid-66 {
    width: 66.666%;
}
.grid-75 {
	width: 75%;
}
.grid-70{
	width: 70%;
}
.grid-33 {
    width: 33.333%
}
.grid-25 {
    width: 25%;
}
.grid-20 {
    width: 20%;
}
.grid-15 {
	width: 15%;
}
.grid-10 {
	width: 10%;
}
.valign-top {
    vertical-align: top;
}
.valign-middle {
    vertical-align: middle;
}
.txt-center {
    text-align: center;
}
.txt-right {
    text-align: right;
}
.txt-left {
    text-align: left;
}
* {box-sizing: border-box;}
.mtop {margin-top: 10px;}
.mtop20 {margin-top: 20px;}
.mtop30 {margin-top: 30px;}
.mtop40 {margin-top: 40px;}
.mtop50 {margin-top: 50px;}
.mbot {margin-bottom: 10px;}
.mbot20 {margin-bottom: 20px;}
.mbot30 {margin-bottom: 30px;}
.mbot40 {margin-bottom: 40px;}
.mbot50 {margin-bottom: 50px;}
.cf {clear: both;}
.right {float: right;}
.left {float: left;}
/*wrapper*/
#wrapper {
	min-height: 100vh;
	width: 1024px;
	box-shadow: 0 0 3px 1px rgba(0,0,0,0.35);
	margin: 0 auto;
	position: relative;
}
#wrapper:before {content: " ";background: url("../img/bg_left.png");position: absolute;top:0;left: -295px;height: 164px;width: 295px;z-index: -1;}
#wrapper:after {content: " ";background: url("../img/bg_right.png");position: absolute;top:0;right: -295px;height: 164px;width: 295px;z-index: -1;}
/*top nav bar*/
.top-nav {
    background: #333;
    color: white;
    height: 30px;
    line-height: 30px;
    font-size: 0;
}

.social-search-lang {
    text-align: right;
}

.top-nav > div {
    font-size: 12px;
	height: 100%;
    vertical-align: top;
}

.accessibilite {
    width: 25%;
}

.accessibilite span.fs12 {
    margin-right: 5px;
}

.accessibilite .top-nav-item {
    font-size: 12px;
    border-right: 1px solid #E6E6E4;
    padding-left: 20px;
    padding-right: 20px;
}

.social-search-lang {
    width: 75%;
}

.top-nav-item.social {
    width: 175px;
}

.social-search-lang .top-nav-item {
    padding-right: 20px;
    padding-left: 20px;
    border-left: 1px solid #E6E6E4;

}

input#s {
    height: 20px;
    border: 1px solid #fff;
    background: transparent;
	color: #fff;
	padding-left: 2px;
	padding-right: 20px;
}

input#searchsubmit {
    position: absolute;
    top: 5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 0;
    right: 2px;
    background:url('../img/loupe.png') center center no-repeat; 
	color: #fff;
}

form#searchform {
    position: relative;
}

.lang_fr {
    margin-right: 5px;
    color: #ccc;
}
.lang_fr:hover {
    color: #fff;
}
.lang_fr.active {
    color: #fff;
}
.lang_en {
    margin-right: 5px;
    color: #ccc;
}
.lang_en:hover {
    color: #fff;
}
.lang_en.active {
    color: #fff;
}
/*header*/
#header {
    background: #fff;
    width: 100%;
}

#branding {
    height: 135px;
    border-right: 8px solid #9C157C;
	position: relative;
	background: url("../img/bandeau.png") center -10px no-repeat;
}
#site-secondary-logo {
    position: absolute;
    right: 25px;
    top: 30px;
}
#site-logo {
    height: 100%;
    padding: 30px 0;
}

#site-title {height: 100%;padding: 40px 0;vertical-align: top;font-size: 18px;text-transform: uppercase;line-height: 20px;}
#site-title h1 {
    margin-top: 0;
}

/*Slider*/
.slider {
    /*height: 400px;*/
    width: 100%;
}
 .swiper-container {
        width: 100%;
        height: 100%;
}
.swiper-pagination.swiper-pagination-bullets {
    text-align: right;
    padding-right: 15px;
}
.actu-swiper .swiper-slide{
	width: 33%;
}

span.swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}
span.swiper-pagination-bullet-active {
	border: 1px solid;
}
.swiper-caption {
    position: absolute;
    bottom: 20px;
    color: #e0dddd;
    padding: 20px;
    width: 420px;
    background: rgba(0,0,0,0.45);
    left: 20px;
	line-height: 1.42857143;
}
.swiper-slide{position: relative;line-height: 0;}
.swiper-slide img {
    width: 100%;
    height: 100%;
}
.swiper-overlay {
	position: absolute;
	bottom: 0;
	height: 50px;
	width: 100%;
	color: #fff;
	padding: 10px;
	background: rgba(0,0,0,0.65);
	font-size : 12px;
}
/*menu*/


#menu{
	background: #E6E6E4;
	width:100%;
	height: 80px;
}
.shadow-menu {
	display: none;
}
ul.menu li {
    display: inline-block;
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 18%;
    vertical-align: middle;
}
ul.menu li a {
	text-decoration: none;
	color: #333;
    display: block;
}

ul.menu .menu-item-home {
    width: 10%;
    background: url('../img/picto-home.png') center center no-repeat;
}

.menu-black {
    border-bottom: 4px solid #333;
}

.menu-black:hover {
    background: #333;
    color: #fff;
}
ul.menu li.menu-black:hover a {color: #fff;}
.menu-blue {
    border-bottom: 4px solid #6397C6;
}
.menu-blue:hover {
    background: #6397C6;
    color: #fff;
    transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.menu-red {
	border-bottom: 4px solid #EB5C87;
}
.menu-red:hover {
    background: #EB5C87;
    color: #fff;
    transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.menu-green {
	border-bottom: 4px solid #6CBBB6;
}
.menu-green:hover {
    background: #6CBBB6;
    color: #fff;
}
.menu-purple {
	border-bottom: 4px solid #9C157C;
}
.menu-purple:hover {
    background: #9C157C;
    color: #fff;
}
.menu-orange {
	border-bottom: 4px solid #F49B41;
}
.menu-orange:hover {
    background: #F49B41;
    color: #fff;
}
.menu-blue.current-menu-item {
    background: #6397C6;
}
.menu-purple.current-menu-item {
    background: #9C157C;
}
.menu-red.current-menu-item {
    background: #EB5C87;
}
.menu-green.current-menu-item {
    background: #6CBBB6;
}
ul.menu {
    font-size: 0;
    font-weight: bold;
}

ul.menu li {
    font-size: 14px;
}
/*sub menu*/
ul.sub-menu {
    position: absolute;
    width: 100%;
    height: 80px;
    left: 0;
    display: none;
    z-index: 99;
}
ul li:hover ul.sub-menu {
    display: block;
}
ul li ul.sub-menu li {
    width: auto;
    min-width: 20%;
    color: #fff;
}
ul li ul.sub-menu li a{
   color: #fff;
}
.menu-black ul.sub-menu {
    background: #333;
}
.menu-blue ul.sub-menu {
    background: #6397C6;
}
.menu-red ul.sub-menu {
    background: #EB5C87;
}
.menu-green ul.sub-menu {
    background: #6CBBB6;
}
.menu-purple ul.sub-menu {
    background: #9C157C;
}
.menu-orange ul.sub-menu {
    background: #F49B41;
}

/*Contenu*/
#container {
    min-height: calc(100vh - 560px);
}
.content-padding {
    padding: 20px;
}
/*Breadcrumb*/
#breadcrumbs{
    list-style:none;
    margin:0 0 10px 0;
    overflow:hidden;
    font-size: 12px;
}
  
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;
}
  
#breadcrumbs .separator{
    font-size:12px;
    font-weight:100;
    color:#ccc;
}
/*Home*/
.home-content {
    font-size: 0;
    margin-top: 30px;
}
.home-actus {
    display: inline-block;
    width: 65%;
    height: auto;
    box-shadow: 0 3px 3px rgba(0,0,0,0.35);
    vertical-align: top;
    font-size: 12px;
    padding: 15px;
}

.home-sidebar {
    display: inline-block;
    height: auto;
    width: 30%;
    vertical-align: top;
    margin-left: 5%;
    font-size: 12px;
}
.thumb img {
    width: 100%;
    height: 150px;
}
.twitter {
    border: 1px solid;
    background: rgba(255,255,255,0.75);
}

.twitter .title {
    color: #323232;
    border-bottom: 1px solid #cdcdcd;
    padding: 10px;
}

.tweet {
    padding: 0 10px 10px 10px;
}
.tweet2  {
	display: none;
}
.tweet .grid {
	vertical-align: top;
}
/*article*/
section#content {
	margin-top: 13px;
}
.articles h1.entry-title {
    color: #525251;
}
.widget-content {
    padding: 10px;
}
.content-title {
    border-bottom: 1px dashed;
    background: url("../img/title-bg.png") center 5px no-repeat;
    text-align: center;
    margin-bottom: 20px;
}
h1.entry-title {
    height: auto;
    position: relative;
    color: #007e77;
    display: inline-block;
    margin-top: 0;
    padding: 0 25px;
}
h1.entry-title:before {
    position: absolute;
    left: 0;
    bottom: 5px;
    height: 20px;
    width: 20px;
    content: " ";
    background: url('../img/bullet.png') no-repeat;
}
h1.entry-title:after {
    position: absolute;
    right: 0;
    bottom: 5px;
    height: 20px;
    width: 20px;
    content: " ";
    background: url('../img/bullet.png') no-repeat;
}
h1.entry-title img {
    padding: 0 15px;
}
.entry-title a {
    color: #007e77;
    text-decoration: none;
    text-transform:uppercase;
    font-weight: bold;
}
.more-btn {
    padding: 5px 10px;
    background: #007e77;
    color:#fff; 
}
.home-actus .actu-img img{
    width: 100%;
    height: auto;
}
.date {
    /*border-bottom: 1px solid;
    padding-bottom: 20px;
    margin-bottom: 20px;*/
    font-weight: bold
}
.single .date {
    border-bottom: 1px dashed #008f87;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.actu-content {
    padding-left: 20px;
    width: 60%;
}
.actu-img {
    width: 40%;
}

.home-sidebar-links .item {
    background: #e6e6e5;
    height: 100px;
    width: 100%;
    line-height: 100px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 14px;
}
.picto-recrutement {
    background: url("../img/recrutement.png") no-repeat;
    height: 72px;
    width: 71px;
    margin: 0 10px;
    vertical-align: middle;
    display: inline-block;
}
.picto-ent {
    background: url("../img/ent.png") no-repeat;
    height: 72px;
    width: 71px;
    margin: 0 10px;
    vertical-align: middle;
    display: inline-block;
}
.picto-cdi {
    background: url("../img/cdi.png") no-repeat;
    height: 72px;
    width: 71px;
    margin: 0 10px;
    vertical-align: middle;
    display: inline-block;
}
.picto-inscriptions {
    background: url("../img/inscriptions.png") no-repeat;
    height: 72px;
    width: 71px;
    margin: 0 10px;
    vertical-align: middle;
    display: inline-block;
}

.title {
    color: #007e77;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}
.more {
    background: url("../img/more.png") no-repeat;
    height: 6px;
    width: 27px;
    display: inline-block;
}
.more-events {
    background: url("../img/more-events.png") no-repeat;
    height: 6px;
    width: 27px;
    display: inline-block;
}
.more-blogs {
    background: url("../img/more-blogs.png") no-repeat;
    height: 6px;
    width: 27px;
    display: inline-block;
}
.more-webradio {
    background: url("../img/more-webradio.png") no-repeat;
    height: 6px;
    width: 27px;
    display: inline-block;
}
.content {
    font-size: 14px;
}
.content.table {
    margin-bottom: 10px;
}
.home-events .header {
    background: url('../img/events-bg2.png') #6bbdb7 left center no-repeat;

}
.thumb {
    margin-bottom: 10px;
}
.home-blogs .more-btn {
    background: #EA5B87;
}
.home-events .more-btn {
    background: #6BBDB7;
}
.home-webradio .more-btn {
    background: #A8C23F;
}
.home-events .title {
    color: #6BBDB7;
}
.home-blogs .title {
    color: #EA5B87;
}
.home-webradio .title {
    color: #A8C23F;
    margin-bottom: 2px;
}

.home-webradio .date {
    margin-bottom: 10px;
}
.home-bloc-event {
    vertical-align: top;
    padding-top: 20px;
	width: 27px;
}
.home-bloc-cat {
    padding: 10px 0 10px 10px;
    border-bottom: 1px dotted #ccc;
}
.home-blogs .header {
    background: url('../img/blogs-bg2.png') #ea5b87 left center no-repeat;
    background-size: contain;
}
.home-webradio .header {
    background: url('../img/webradio-bg2.png') #a8c23f left center no-repeat;
    background-size: contain;
}

.home-offers .header {
    padding: 10px;
    height: 80px;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
}

.home-offers {
    margin-top: 50px;
}
.home-offers .home-blogs {
    padding-left: 10px;
    padding-right: 10px;
}

.home-offers .home-events {
    padding-left: 0;
    padding-right: 20px;
}

.home-offers .home-webradio {
    padding-right: 0;
    padding-left: 20px;
}
.home-offers .content.table {
    min-height: 400px;
}
/*actus*/
.slider-actu {
	/*height: 300px;*/
	padding: 50px;
	background: #e6e6e5;
	margin-bottom: 50px;
	position: relative;
}
.slider-actu .title {
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translate(-50%);
	color: #929291;
	text-align: center;
	width: 550px;
}
.swiper-container2 {
    height: 200px;
}
body .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background: url("../img/arrow-slider-right.png") center no-repeat;
}
body .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background: url("../img/arrow-slider-left.png") center no-repeat;
}
.popin {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border: 5px solid #cdcdcd;
    box-shadow: 0 0 5px rgba(255,255,255,0.35);
	background: #fff;
	z-index: 999999;
}
.popin-overlay {
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.35);
	z-index: 99999;
}
/*pagination*/
#pagination {
	text-align: right;
	margin-top: 15px;
}
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {display: inline;}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 5px;
}

ul.pagination li a.active {
    background-color: #007e77;
    color: white;
    border-radius: 5px;
}

ul.pagination li a:hover:not(.active) {background-color: #ddd;}
/*sidebar*/

.has-sidebar {
    display: inline-block;
    width: 70%;
}

aside#sidebar {
    display: inline-block;
    margin-top: 20px;
    vertical-align: top;
    width: 27%;
    margin-left: 2%;
}

aside#sidebar .social-icons-lists{
	padding-bottom:22px;
	text-align:center;
}

#sidebar h3.widget-title {
    background: url('../img/widget-header.png') #e6e6e5 left top no-repeat;
    height: 40px;
    text-transform: uppercase;
    padding-left: 45px;
    line-height: 40px;
	color: #747373;
}

#sidebar .textwidget {
    padding: 20px;
}
#sidebar .widget-container {
    margin-bottom: 40px;
}
/*list actu*/
.list-item {
    font-size: 0;
    margin-top: 20px;
    border-bottom: 1px dashed;
    padding-bottom: 20px;
}

.list-item > div {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}

.item-img {
    width: 35%;
}

.item-content {
    width: 65%;
    padding-left: 10px;
}
.item-title {
    font-size: 16px;
    font-weight: bold;
    color: #007e77;
}

.item-date {
    font-weight: bold;
    margin: 5px 0;
}
/*Footer*/
#footer {
    background: #333;
    height: 300px;
    width: 100%;
    bottom: 0;
    border-right: 8px solid #9C157C;
}

.footer-bottom {
    text-align: center;
    height: 40px;
    color: #cfcfcf;
    line-height: 40px;
	font-size: 12px;
	margin-top: 20px;
}

.footer-bottom > span {
	margin: 0 10px;
}

.footer-column {
    height: 260px;
    font-size: 0;
    padding: 20px;
}
.footer-column .footer-item{
	display: inline-block;
	width: 33.333%;
	font-size: 14px;
	border-right: 1px solid #cfcfcf;
	padding: 10px;
	height: 100%;
    vertical-align: top;
}
.footer-column .footer-item.last {
	border-right: 0;
}
#footer .widget-container {
    color: #a5a4a5;
    list-style: none;
	display: inline-block;
	width: 85%;
	padding-left: 10px;
	margin-bottom: 20px;
}
#footer h3.widget-title {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 16px;
}
.footer_partenaire img {
    display:  inline-block;
    vertical-align: top;
    margin: 5px;
}
.picto-ecole {
	background: url('../img/ecole.png') center center no-repeat;
	height: 18px;
	width: 19px;
	display: inline-block;
	vertical-align: top;
}
.picto-rss {
	background: url('../img/picto_rss.png') center center no-repeat;
	height: 15px;
	width: 16px;
	display: inline-block;
	vertical-align: top;
}
.picto-partenaire {
	background: url('../img/picto_partenaire.png') center center no-repeat;
	height: 18px;
	width: 26px;
	display: inline-block;
	vertical-align: top;
}
.picto-contact {
	background: url('../img/picto_contact.png') center center no-repeat;
	height: 18px;
	width: 16px;
	display: inline-block;
	vertical-align: top;
}
.picto-newsletter {
	background: url('../img/picto_newsletter.png') center center no-repeat;
	height: 15px;
	width: 22px;
	display: inline-block;
	vertical-align: top;
}
.social-icons-list-item {
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
}
.socicon {
	display: inline-block;
	vertical-align: middle;
	height: 24px;
	width: 25px;
	margin-bottom: 4px;
}
.socicon-twitter {
	background: url('../img/twitter.png') center center no-repeat;
}
.socicon-facebook {
	background: url('../img/facebook.png') center center no-repeat;
}
.socicon-instagram {
	background: url('../img/instagram.png') center center no-repeat;
}
.socicon-pinterest {
	background: url('../img/pinterest.png') center center no-repeat;
}
.socicon-mail {
	background: url('../img/mail.png') center center no-repeat;
}
.socicon-print {
	background: url('../img/print.png') center center no-repeat;
}

.button-newsletter {
 background: #6c6c6c;
 font-size: 12px;
 font-weight: bold;
 margin-left: 5px;
 padding: 5px;
 border: 0;
 color: #fff;
}

.indent-txt {
	padding-left: 30px;
}

.lightbox-container {
    position: fixed;
    top: 50%;
    left: 50%;
    border: 5px solid white;
    z-index: 9999999;
    transform: translate(-50%, -50%);
}
.lightbox-shadow  {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 999999;
	background: rgba(0,0,0,0.35);
	width: 100%;
    height: 100%;
}

/*sticky header*/
.menu-sticky.sticky{
	background: #E6E6E4;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
    position: fixed;
    height: 80px;
}

@media all and (max-width: 1024px)
{
	#wrapper {width: 100%;}
	#wrapper:before, #wrapper:after {display: none;}	
	#footer .widget-container.google-maps-widget img {
		width: 100%;
	}
}

@media all and (max-width: 980px)
{
	/*home + struct*/
	.home-actus {width: 100%;}
	.home-offers { font-size: 12px; }
	.home-offers > div {display: block;width: 100%;margin-bottom: 20px;}
	.home-offers .content.table{min-height: auto;}
	.home-offers .home-events {padding-right: 0;}
	.home-offers .home-blogs {padding-right: 0;}
	.home-offers .home-webradio {padding-right: 0;}
	.home-bloc-cat {font-size: 0;}
	.home-bloc-cat > div {font-size: 14px;}
	aside.home-sidebar {width: 100%;margin-left: 0;display: block;font-size: 0;}
	.home-sidebar-links .item {display: inline-block;vertical-align: top;text-align: center;width: 45%;line-height: normal;height: 133px;margin-bottom: 10px;margin-left: 10px;}
	.home-sidebar-links {margin-top: 30px;width: 50%;display: inline-block;vertical-align: top;font-size: 14px;}
	.home-sidebar-links .item a span {display: block;margin: 10px auto;}
	.home-sidebar-links .item:nth-child(odd) {margin-left: 0;}
	.actu-swiper .swiper-slide{width: 50%;}
	.something{width: 15%;}
	.social-search-lang{width: 60%;}
	.thumb {width: 40%;display: inline-block;}
	.list-tablette {display: inline-block;vertical-align: top;width: 60%;padding: 0 0 0 20px;}
	#footer h3.widget-title {font-size: 14px;}
	.footer-column .footer-item{border: 0;font-size: 12px;}
	.footer_partenaire img {max-width: 100%;}
	.twitter {display: inline-block; width: 50%;vertical-align: top;margin-top: 30px;}
	.tweet2 {display: block;border-top:1px solid #cdcdcd;padding-top: 10px;}
	aside.home-sidebar > div {font-size: 14px;}
	/*articles*/
	
	/*actualites*/
	
}
@media all and (max-width: 635px)
{
	/*home + struct*/
	.top-nav {display: none;}
	.list-tablette {display: block;width: 100%;}
	.thumb {width: 100%;display: block;}
	#site-secondary-logo img {width: 60%;}
	#site-secondary-logo {top: auto;right: 5px;bottom: 0;text-align: right;}
	#site-logo {padding: 0;}
	#site-title {padding: 15px 0;}
	/*menu*/
	.menu-icon {background: url('../img/menu.png') no-repeat;height: 16px; width: 26px;display: inline-block;margin-left: 10px;}
	#menu-mobile li.lang {padding-right: 30px;margin-bottom: 10px;text-align: right;color: #cdcdcd;}
	#menu{display: none;}
	.shadow-menu {display:block;width: 100%;height: 80px;background: #E6E6E4;position:relative;line-height: 80px;}
	.menu-opener {display: inline-block;vertical-align: middle;font-weight: bold;font-size: 16px;padding-left: 20px;width:120px;}
	.menu-opener.active {background: #323232;color: #cdcdcd;}
	.close {display: none;font-weight: bold; font-size: 20px;color: #cdcdcd;margin-left: 10px;}
	.active .close {display: inline-block;}
	.menu-opener.active .menu-icon {display: none;}
	.search-opener {display: inline-block;vertical-align: middle;padding-right: 20px;}
	input#s {height: 50px;width: 100%;padding-right: 40px;}
	input#searchsubmit {top: 30px;right: 20px;}
	.shadow-search {background: #323232;padding: 20px;left: 0;z-index: 9;position: absolute;width: 100%;}
	.share-opener {display: inline-block;vertical-align: middle;padding-right: 20px;}
	.share-opener.active {background: #323232;}
	.share-opener.active img {display: none;}
	
	.share-opener img {vertical-align: middle;}
	.shadow-social {background: #323232;padding: 20px;left: 0;z-index: 9;position: absolute;width: 100%;}
	.shadow-social li {height: 50px;line-height: 50px;color: #cdcdcd;font-size: 20px;font-weight: bold;}
	.shadow-social li img {vertical-align: middle;margin-right: 20px}
	.search-opener img {vertical-align: middle;}
	.menu-opener img {margin-left: 10px;vertical-align: middle;margin-top:-5px;}
	ul#menu-mobile {background: #323232;position: absolute;left: 0;height: auto;top: 80px;z-index: 9;width: 100%;}
	#menu-mobile li {width: 100%;padding-left: 30px;min-height: 50px;height: auto;border: 0;text-align: left;display: block;}
	ul#menu-mobile li a{color: #cdcdcd;}
	ul li:hover ul.sub-menu {position: static;height: auto;}
		
	/*.slider{height: 350px;}*/
	.actu-swiper .swiper-slide{width: 100%;}
	.home-offers .home-events{padding-right: 0;}
	.home-offers .home-blogs {padding-left:0;padding-right:0;}
	.home-offers .home-webradio{padding-left:0;}
	aside.home-sidebar {width: 100%;}
	.home-sidebar-links {font-size: 0;width: 100%;}
	.home-sidebar-links > div{font-size: 14px;}
	.home-sidebar-links .item{width: 47%;}
	.home-sidebar-links .item:nth-child(even){margin-left:2%;}
	.home-sidebar-links .item:nth-child(odd){margin-right:2%;}
	.swiper-caption{width: 300px;bottom: 0;left: 0;font-size: 12px;line-height:1.42857143;}
	.twitter {width: 100%;}
	
	/*footer*/
	.footer-column .footer-item {width: 100%;display: block;}
	#footer {height: auto;}
	#footer h3.widget-title {font-size: 16px;}
	.footer-column {height: auto;}
	.footer-column .footer-item{font-size: 14px;}
	#footer .widget-container {padding: 0 10px 10px 20px;}
	
	/*articles*/
	.has-sidebar {display: block;width: 100%;}
	aside#sidebar {display: block;width: 100%;}
	
	/*actualites*/
	.slider-actu .title {width: 320px;overflow: hidden;}
	.slider-actu {/*height: 350px;*/padding: 80px;}
}