/*Theme Name: etablissementAEFEDescription: AEFE school theme with PHP 8.3 compatibility and visual optimizationsVersion: 1.1.1Author: Mathias BoulangerAuthor URI: https://ecole.de© 2017 AEFE | PHP 8.3 Migration: Mathias Boulanger (2025)*/

/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
    url('fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

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{padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.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%;
    overflow-x: hidden;
    /* Samy - 24-04-2019 Datenschutz (not to hide the links) */
    margin-bottom: 30px;
}
a {
    text-decoration: none;
    color: inherit;
}
p{
    margin: 10px 0;
}
img {
    max-width: 100%;
	width:auto;
    height: auto;
}
/*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 !important;}
.mbot30 {margin-bottom: 30px !important;}
.mbot40 {margin-bottom: 40px !important;}
.mbot50 {margin-bottom: 50px !important;}
.cf {clear: both;}
.right {float: right;}
.left {float: left;}
/*wrapper*/
#wrapper {
    min-height: 100vh;
    width: 1140px;
    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;
}
.top-nav .socicon {
    height: 20px;
    width: 20px;
    padding: 4px !important;
}
#site-description {
    position: absolute;
    top: 35px;
    left: 96px;
    font-size: 22px;
    text-indent: -999px;
}

.social-search-lang {
    text-align: right;
}

.top-nav > div {
    font-size: 12px;
    height: 100%;
    vertical-align: top;
}

.accessibilite {
    width: 25%;
}

.accessibilite .txt-down, .accessibilite .txt-up{cursor:pointer;}

.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;*/
	width: auto;
}

.social-search-lang .top-nav-item {
    padding-right: 20px;
    padding-left: 20px;
    border-left: 1px solid #E6E6E4;

}

li.social-icons-list-item:last-child {
    padding-right: 0;
}

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 {
	background: url("img/bg-header.png") bottom center no-repeat;
    height: 135px;
    border-right: 8px solid #9C157C;
    position: relative;
    background-position: center left;
}
.conv #branding{border-right: 8px solid #0097D0;}
.egd #branding{border-right: 8px solid #9C157C;}
.part #branding{border-right: 8px solid #EE7E00;}

#site-secondary-logo {
    position: absolute;
    right: 0;
    width: auto;
    height: 100%;
    top: 0;
    padding: 5px 20px;
}
/*.conv #site-secondary-logo{background:url('img/logo_aefe_ec.png') 20px 0 no-repeat;}*/
.egd #site-secondary-logo{background:url('img/logo_aefe_egd.png') 20px 0 no-repeat;}
.part #site-secondary-logo{background:url('img/logo_aefe_ep.png') 20px 0 no-repeat;}

#site-logo {
    height: 100%;
    padding: 20px;
    width: 300px;
    background-repeat: no-repeat;
    cursor:pointer;
}

#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%;
    object-fit: cover;
    object-position: center;
}
.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: inline-block;
	text-transform:uppercase;
    line-height: 18px;
    vertical-align: middle;
}

ul.menu .menu-item-home {
    width: 6%;
}
.menu-color-black {
    border-bottom: 4px solid #333;
}
ul.menu li.current-menu-item.menu-color-black a {
    color: #333;
    display: none;
}

.menu-color-black:hover {
    background: #333;
    color: #fff;
}
ul.menu li.menu-color-black:hover a {color: #fff;}
.menu-color-blue {
    border-bottom: 4px solid #6397C6;
}
.menu-color-blue:hover {
    background: #6397C6;
    color: #fff;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.menu-color-red {
    border-bottom: 4px solid #EB5C87;
}
.menu-color-red:hover {
    background: #EB5C87;
    color: #fff;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.menu-color-green {
    border-bottom: 4px solid #6CBBB6;
}
.menu-color-green:hover {
    background: #6CBBB6;
    color: #fff;
}
.menu-color-purple {
    border-bottom: 4px solid #9C157C;
}
.menu-color-purple:hover {
    background: #9C157C;
    color: #fff;
}
.menu-color-orange {
    border-bottom: 4px solid #F49B41;
}
.menu-color-orange:hover {
    background: #F49B41;
    color: #fff;
}
.menu-color-blue.current-menu-item {
    background: #6397C6;
}
.menu-color-purple.current-menu-item {
    background: #9C157C;
}
.menu-color-red.current-menu-item {
    background: #EB5C87;
}
.menu-color-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-color-blue ul.sub-menu {
    background: #6397C6;
}
.menu-color-red ul.sub-menu {
    background: #EB5C87;
}
.menu-color-green ul.sub-menu {
    background: #6CBBB6;
}
.menu-color-purple ul.sub-menu {
    background: #9C157C;
}
.menu-color-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: 70%;
    height: auto;
    /*box-shadow: 0 3px 3px rgba(0,0,0,0.35);*/
    vertical-align: top;
    font-size: 14px;
    padding: 15px;
}

.home-sidebar {
    display: inline-block;
    height: auto;
    width: 24%;
    vertical-align: top;
    margin-left: 4%;
    /*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;
}
.twitter-feed {
    font-size: 13px;
}

/*article*/
section#content {
    margin-top: 13px;
}
section.entry-content ul {
    list-style: disc;
    padding-left: 20px;
}
.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;
	text-transform : uppercase;
}
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;
    border-radius: 5px;
    padding: 6px 16px;
    font-size: 13px;
    line-height: 20px;
}

.more-btn a:before{
	content : '> ';
}
.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-content.no-img {
    padding-left: 0;
    width: 100%;
}
.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;
}

.home-sidebar-links .item .icon {
    padding-top: 8px;
    vertical-align: middle;
    display: block;
    float: left;
    width: 60px;
    text-align: center;
}

.home-sidebar-links .item span {
    padding-left: 60px;
    display: block;
    font-size: 13px;
}

.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: 14px;
    color: #fff;
    font-weight: bold;
	text-transform: uppercase;
}

.home-offers {
    margin-top: 50px;
    margin-bottom: 20px
}
.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: 325px;
}
/*actus*/
.slider-actu {
    height: 300px;
    padding: 50px;
    background: #e6e6e5;
    margin-bottom: 50px;
    position: relative;
    margin-right: -20px;
    margin-left: -20px;
}
.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: 24%;
    margin-left: 4%;
}

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 .textwidget:first-child {
    padding: 0;
}
#sidebar .widget-container {
    background-color: #f7f7f7;
    margin-bottom: 40px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
#primary li.widget-container .textwidget ul.social-icons-lists {
    padding: 0;
}

#primary li.widget-container:first-child {
   /*margin-bottom: 25px;*/
}
/*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-img img {
    height: auto;
}
.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;
    width: 100%;
    bottom: 0;
    border-right: 8px solid #9C157C;
    padding-bottom: 20px;
}
.conv #footer{border-right: 8px solid #0097D0;}
.egd #footer{border-right: 8px solid #9C157C;}
.part #footer{border-right: 8px solid #EE7E00;}
.footer-bottom {
    text-align: center;
    text-transform: uppercase;
    height: 40px;
    color: #cfcfcf;
    line-height: 40px;
    font-size: 12px;
    margin-top: 20px;
    /* Samy - 24-04-2019 Datenschutz (not to hide the links) */
    margin-bottom: 30px;
}

.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;*/
    display: block;
    /*width: 85%;*/
    padding-left: 10px;
}
#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;
    padding: 6px !important;
}
article .social-icons-lists {
    margin-top: -2px;
}
.social-icons-lists .socicon {
    top: -1px;
}
.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;
}
.social-icons-lists li.social-icons-list-item {
    margin: 0 4px !important;
}
.social-icons-lists .socicon:before {
    content: "";
}
.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;
}

/***********************
****  CUSTOM STYLES  ***
************************/
/* GLOBAL */
#site-logo {
    background-position-x: 20px !important;
    background-position-y: 20px !important;
}
a.underlined-link {
    text-decoration: underline;
}
.socicon-instagram {
    background-color: transparent;
}
.main-content {
    margin-bottom: 60px
}
.note-text-with-button {
    float: left;
    padding-top: 6px;
}

/* NAVIGATION MENU */
ul.menu li {
    width: 14%;
    font-size: 13px;
    padding: 0 5px;
}
.menu-color-orange.current-menu-item {
    background: #F49B41;
}
ul.menu li#menu-item-367 ul.sub-menu li,
ul.menu li#menu-item-368 ul.sub-menu li,
ul.menu li#menu-item-369 ul.sub-menu li,
ul.menu li#menu-item-370 ul.sub-menu li,
ul.menu li#menu-item-616 ul.sub-menu li,
ul.menu li#menu-item-617 ul.sub-menu li,
ul.menu li#menu-item-618 ul.sub-menu li,
ul.menu li#menu-item-619 ul.sub-menu li{
    width: 30%;
}
ul li ul.sub-menu li {
    min-width: 15%;
}
ul.menu li:hover a, ul.menu li.current-menu-item a {
    color: #ffffff;
}
ul.menu li.lang-item {
    width: 5%;
    background: none;
    border-bottom: 4px solid #333;
}
ul.menu li.lang-item-fr {
    text-align: right;
    padding: 0 4px 0 6px;
}
ul.menu li.lang-item-de {
    text-align: left;
    padding: 0 6px 0 4px;
}

/* SHORTCODES */
article .su-table table td {
    vertical-align: middle;
}
article .su-table.article-table table {
    border: 2px solid #777 !important;
    margin-top: 10px !important;
}
article .su-table.article-table tr.upper-separator {
    border-top: 2px solid #777 !important;
}
.su-row {
    margin-top: 15px;
}
.su-column {
    padding: 10px;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    text-align: center;
}
.su-note {
    margin: 1.5em 0 !important;
}
.su-note.note-sm .su-note-inner {
    padding: 10px !important;
}
.su-note.note-sm .su-note-inner .su-button span {
    padding: 1px 10px !important;
}
.su-note.note-sm .su-note-inner .note-text-with-button {
    padding: 0;
    line-height: 28px;
    margin: 0;
}
.su-accordion {
    margin: 1.5em 0 !important;
}
.su-accordion .su-spoiler {
    margin-bottom: 2px !important;
    background-color: #F7F7F7;
    border-bottom: 1px solid #E0E0E0;
}


/* PAGE CONTENTS */
.lang-repartition .su-column {
    height: 308px;
}
.lang-repartition .lang-de {
    padding-top: 50px;
}
article ul {
    margin: 10px 0;
}
article ul li {
    margin-top: 5px;
}
body.menu-is-sticky {
    margin-top: 80px;
}
.su-accordion a {
    color: #0097D0;
}

/* CONTACT FORM */
.wpcf7-form p {
    margin: 15px 0;
}
.wpcf7-form label {
    font-weight: bold;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form textarea {
    background: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
    padding: 5px;
    margin-top: 5px;
}
.wpcf7-form textarea {
    height: 120px;
}
.wpcf7-form input[type="submit"],
.wpcf7-form button[type="submit"] {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 5px 20px;
    margin-top: 8px;
    border: 2px solid #555;
    color: #555;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}
.wpcf7-form input[type="submit"]:hover,
.wpcf7-form button[type="submit"]:hover {
    background-color: #555;
    color: white;
}
div.wpcf7 input[type="file"] {
    margin-top: 5px;
}
span.wpcf7-list-item {
    display:block !important;
}
.inline-block {
    margin: 10px 0;
}
@media screen and (min-width: 768px) {
    .inline-block span.wpcf7-list-item {
        display: inline-block !important;
    }

    .inline-block span.wpcf7-list-item-label {
        font-weight: normal;
    }

    .inline-block input[type="text"] {
        width: 25%;
    }
}

/* SIDEBAR */
#sidebar h3.widget-title {
    font-size: 13px;
}
#lcp_instance_listcategorypostswidget-2 {
    padding: 10px 10px 20px 10px;
}
#lcp_instance_listcategorypostswidget-2 li{
    margin-top: 8px;
    list-style: disc inside;
}
#lcp_instance_listcategorypostswidget-2 li a:hover {
    text-decoration: underline;
}
#sidebar-calendar {
    margin-bottom: 20px;
    background-color: #e6e6e5;
    padding: 10px 0;
}
.home-sidebar #sidebar-calendar {
    padding: 15px 20px 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.widget_events_calendar {
    display: none;
}
.widget_events_calendar.light tbody td:first-child {
    border-left: none !important;
}
.widget_events_calendar.light tbody td:last-child {
    border-right: none !important;
}
.widget_events_calendar.light:not(.home .widget_events_calendar.light) {
    color: #666;
    font-size: 13px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.events-list {
    padding-top: 10px;
    margin: 0 20px;
    font-size: 13px;
}
.home-sidebar .events-list {
    margin: 0;
    text-transform: none;
    font-weight: normal;
}
.events-list li {
    padding-bottom: 10px;
}
h4.tribe-event-title {
    font-size: 14px;
}
.calendar-title {
    font-size: 14px;
    font-weight: bold;
}
.tribe-list-widget {
    padding: 15px 0 0;
}
.home .tribe-list-widget {
    padding: 15px;
}
.tribe-events-widget-link {
    padding: 0 15px;
    font-weight: bold;
    font-size: 14px;
}
.tribe-events-widget-link:before {
    content: ">"
}

/* ANNOUNCEMENT */
.announcement {
    text-align: center;
    padding: 15px;
    background-color: #FFAC50;
    color: #111;
    display: none;
}
.announcement .more-btn {
    background-color: #333;
    color: #FFF;
    display: none;
}


/* FOOTER */
#menu-liens-utiles,
#menu-liens-utiles-de {
    list-style: disc;
}
#menu-liens-utiles li,
#menu-liens-utiles-de li {
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-transform: none;
    text-align: left;
}
#menu-liens-utiles li a,
#menu-liens-utiles-de li a {
    color: #aaa;
    text-transform: none;
    font-weight: normal;
    text-align: left;
}
#menu-liens-utiles li a::before,
#menu-liens-utiles-de li a::before {
    content: "> ";
}
.gmw-map {
    height: 518px !important;
}
.social-icons-lists .socicon {
    border-radius: 3px;
}

/******************************
****  END OF CUSTOM STYLES  ***
*******************************/


@media all and (max-width: 1140px)
{
    #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*/

    /* Sidebar */
    .home-sidebar-links .item .icon {
        float: none;
        display: block;
        margin: 10px auto 5px auto;
        padding: 0;
        width: auto;
    }

}
@media all and (max-width: 767px)
{
    /*home + struct*/
    .top-nav {display: none;}
    .list-tablette {display: block;width: 100%;}
    .thumb {width: 100%;display: block;}
    /* Mobile-only header layout adjustments */
    #branding {
        height: auto;
        min-height: 120px;
    }
    
    #site-logo {
        position: static; 
        float: left; 
        width: 35%; 
        padding: 10px;
    }
    
    #site-logo img {
        width: 100%; 
        max-width: 140px;
        height: auto;
        padding: 10px 5%;
    }
    
    #site-secondary-logo {
        position: static; 
        float: right; 
        width: 65%; 
        padding: 10px 0;
        text-align: right;
        overflow: visible;
    }
    
    #site-secondary-logo img {
        width: auto;
        max-width: 70px;
        height: auto;
        max-height: 35px;
        margin: 2px 1px;
        padding: 2px;
        display: inline-block;
        vertical-align: middle;
    }
    #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 {display: none;}
    #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;padding-top: 2px;}
    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 svg {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; line-height: 40px;}
    ul#menu-mobile li a{color: #cdcdcd;}
    ul li:hover ul.sub-menu {position: static;height: auto;}

    /* Sidebar */
    aside#sidebar {
        margin-left: 0;
    }

    .slider{height: 200px;}
    .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%;}
    
    /* Mobile sidebar item layout fixes */
    .home-sidebar-links .item .icon {
        float: none !important;
        display: block;
        margin: 15px auto 10px auto;
        padding: 0;
        width: auto;
    }
    
    .home-sidebar-links .item span {
        padding-left: 0;
        text-align: center;
        display: block;
        margin: 0 auto;
    }

    /* Ensure proper vertical centering in mobile sidebar items */
    .home-sidebar-links .item a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
        text-decoration: none;
        padding: 10px 5px;
    }
        .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;}
}



/* Additional mobile slider optimization for very small screens */
@media all and (max-width: 480px) {
    .slider {
        height: 150px;
    }
    .swiper-caption {
        width: 250px;
        font-size: 11px;
    }
}

/* Fix for Firefox zoom property warnings - Override legacy IE6/7 CSS hacks */
#cs-title-options,
.panel-wrap,
.social_icons_options_panel,
.pll-wizard-content {
    zoom: unset;
}
