/** tarifs**/

table.tariftable {
 margin-bottom: 10px;
}

table.tariftable td{ width: 300px;}
table.tariftable td:first-of-type{ width: 150px;}
table.tariftable td:last-of-type{ width: 150px;}

#temoignages { top: -40px;position: relative;}
@media only screen and (max-width: 700px) {
    #temoignages { top: -75px;}
}
/** pages cp_ville **/

div.barreliens { background: #cccccc; display: flex;padding: 10px;margin: 0px; font-size: 16px;}
div.barreliens > div {  margin: auto; text-align: center;}
div.barreliens > div p { text-align: center;}
div.barreliens > div a { padding: 10px;  text-align: center; }
#autresmatieres { float: left;margin-right: 10px;}
#adresseagence { text-align: center;}
#adresseagence strong { display: block;} 
#adresseagence address { display: inline-block; vertical-align: middle} 
#adresseagence div.mapagence { display: inline-block; vertical-align: middle;margin: 5px;} 
#adresseagence div.mapagence iframe { width: auto; height: auto;}

#gvillesvoisines div.listevillesvoisines { }

@media only screen and (max-width: 700px) {
    #autesmatieres { float: none;margin: 0px;}
    div.barreliens { display: block; text-align: center}
    div.barreliens div { margin-top: 20px;display: inline-block}

    #adresseagence address { display: block;}
    #adresseagence div { display: block; }
}

/** fin pages cp_ville **/
#member-connect { padding-left: 5px; }

.moduletabletemoignages {
    background-color: #e8e8e8;
    padding: 2em 0;
}

.moduletabletemoignages h3.label { font-size: 22px;}
.moduletabletemoignages > div { width: 1000px; margin: auto; display: flex; flex-flow: wrap;}
.moduletabletemoignages > div > div img { height: auto;}
.moduletabletemoignages > div > div {}
.moduletabletemoignages span[itemprop=name] { display: none;}
.moduletabletemoignages > div > div[itemprop=review]::before { font-family: Font Awesome\ 5 Free;content: "\f10d";font-weight: 900;}

.moduletabletemoignages > div > div { display: none; }


.moduletabletemoignages > div > div[itemprop=review] {
    display: inline-block;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid lightgrey;
    width: 31%;
    padding: 5px;
    margin-bottom: 1%;
    margin-left: auto;
    margin-right: auto;
/*    display: flex;*/
}
.moduletabletemoignages div.aggregate-class { display: none;}


@media only screen and (max-width: 700px) {
    .moduletabletemoignages > div { display: block; width: auto;}
    .moduletabletemoignages > div > div[itemprop=review] {
	display: block;
	width: auto;
 }
}


.headline {
   font-size: 2em;
   text-transform: capitalize;
   font-weight: 300;
}
@media only screen and (max-width: 700px) {
 .headline { 
    font-size: 0.7em;
    display: none;
}
}

/** prepatabplugin **/
table.prepatab {
    width: 550px;
    border: 1px solid black;
    margin: auto;
    padding: 10px;
    border-collapse: collapse;
}

@media only screen and (max-width: 700px) {
    table.prepatab {
	width: 100%;
    }
}

table.prepatab td {
    padding: 10px;
    border-bottom: 1px solid black;
}

table.prepatab td:first-of-type {
    border-left: 1px solid black;
}

table.prepatab td:last-of-type {
    border-right: 1px solid black;
}

table.prepatab td.centre {
    padding: 20px
    font-size: 20px;
}

table.prepatab td img {
    height: 60px;
    width: auto;
    display: block;
    margin: auto;
}

table.prepatab td {
    text-align: center;
}

table.prepatab td.bulletin, table.prepatab td.plaquette {
    font-size: 10px;
}

/** tarif form search **/

div.moduletabletarifform {
    padding: 20px;
    border: 1px solid black;
    text-align: center;
    display: inline-block;
    margin: auto;
}

div.moduletabletarifform div {

    text-align: center;
}

div.moduletabletarifform label {

}

/** address **/
address {
    font-style: normal;
}

/** fin address **/

/** inline inclue ici**/
#blanket {
    background-color: #111;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";

    /* IE 5-7 */
    filter: alpha(opacity=65);

    /* Netscape */
    -moz-opacity: 0.65;

    /* Safari 1.x */
    -khtml-opacity: 0.65;

    /* Good browsers */
    opacity: 0.65;

    *background: none;
    position: absolute;
    z-index: 9001;
    top: 0px;
    left: 0px;
    width: 100%;
}

.popUpDiv div.btn-close {
    cursor: pointer;
    border: 2px solid #c2c2c2;
    padding: 1px 5px;
    background-color: #605F61;
    border-radius: 20px;
    font-size: 15px;
    font-weight: bold;
    color: white;
}

.popUpDiv button {
    margin: auto;
    display: block;
    margin: 20px;
}

#popUpDiv, .popUpDiv {
    position: absolute;
    margin: 75px;
    top: 0px;
    left: 0px;
    background: #ffffff;
    /*width:600px;*/
    /*height:400px;*/
    /*border:5px solid #000;*/
    z-index: 9002;
    border-radius: 20px;
    /*padding: 10px;*/
    /*padding-bottom: 30px;*/
    padding: 0px;
}

html {
    height: 100%;
    margin-bottom: 1px;
}

.wrappercenter {
    margin: auto;
    display: block
}

.black_overlay {
    /*        display: none;*/
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.white_content {
    /*        display: none;*/
    position: fixed;
    top: 25%;
    left: 25%;
    width: 50%;
    /*        height: 50%;*/
    padding: 50px;
    text-align: center;
    /* box-shadow: 8px 8px 12px #aaa;*/
    -webkit-border-top-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-size: 2em;
    background-color: #FAB452;
    background-image: -moz-linear-gradient(top, #FAB452, #FF7700);
    background-image: -webkit-linear-gradient(top, #FAB452, #FF7700);
    background-image: -o-linear-gradient(top, #FAB452, #FF7700);
    background-image: linear-gradient(to bottom, #FAB452, #FF7700);
    color: #000000 !important;
    z-index: 1002;
    overflow: auto;
}

.chronoform {
    display: none;
}

input[type=submit].contactsimple {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*    box-shadow: 8px 8px 12px #aaa;*/
}

input[type=text].contactsimple, textarea.contactsimple {
    position: relative;
    margin-left: 10%;
    width: 80%;
    padding: 0px !important;
}

#chronoform_contact_simple .cfdiv_header {
    padding: 10px 0;
}

#baselineHeader {
    text-align: left;
    float: left;
    font-size: 25px;
    color: #777777;
    line-height: 1.2em;
    margin-left: 20px;
}

/*div#barregauche { position: fixed; z-index: 100000; top: 250px; width: 110px;margin-left: -120px; }*/
div#barredroite {
    position: fixed;
    z-index: 100000;
    top: 250px;
    width: 110px;
    left: 50%;
    margin-left: 510px
}

body {
    font-family: 'Lato', 'Arial', sans-serif;
    font-weight: normal;/*300;*/
    margin: 0px 0px 0px 0px;
    font-size: 14px;
}

#top-bar {
    width: 100%;
    background-color: #494949;
}

#header #pillmenu .nav {
    overflow: hidden;
    background-color: #ff8735;
}

/**===================
2018_AWELTY_TEMPLATE
====================**/
/**LAYOUT**/
#menu_fix_top {
    position: absolute;
    z-index: 999;
}
#top-bar {
    top: 0;
}

#menu_fix_top {
    top: 51px;
    width: 1000px;
}
#bandeau_header {
    background: #fff;
}

header {
    width: 100%;
    z-index: 9999;
}

#header > .container {
    background: #fff;
}

/** CLASS SPEC **/
.full-h {
    height: 100%;
}

.white_overlay {
    padding: 1em;
    background: rgba(255, 255, 255, 0.8);
}

/** GRID **/
.col2 {
    width: 50%;
}

.col3 {
    width: 33.33%;
}

.col9 {
    width: 66.66%;
}

.col3:not(:last-child) {
    margin-right: 10px;
}

/** TYPOGRAPHIE **/
.white-t,
#content h3 a {
    color: #fff !important;
}

#content h2 {
    margin-top: 0;
}

.orange-t {
    color: #ff8735;
}

.light {
    font-weight: 300;
}

.bold {
    font-weight: 700;
}

.text-center, .text-center > * {
    text-align: center;
}

h2 {
    font-weight: 300;
    font-size: 2em;
}

h3.label {
    color: #ff8735;
    font-size: 15px;
    letter-spacing: 0.8px;
}

/** BOUTON **/
.button_slide_btn {
    background-color: #a6cf5b;
    padding: 1em;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #fff !important;
    font-weight: 500;
    letter-spacing: 0.8px;
    transition: background-color 0.3s ease-in-out;
}

.button_slide_btn:hover {
    background-color: #9cbf58;
}

/** MARGIN/PADDING **/
.no-margin-t {
    margin-top: 0 !important;
}

.margin-b {
    margin-bottom: 1em !important;
}

.margin-b-2x {
    margin-bottom: 2em !important;
}

/** NAVBAR **/
#bandeau_header {
    padding: 10px 0;
}


#top-bar a {
    text-decoration: none !important;
}

#top-bar a:hover {
    text-decoration: underline !important;
}

#member-connect a:nth-child(2) {
    margin-left: 10px;
}

/**--LEFT MENU--**/
#menu_fix_left {
    position: fixed;
    margin-left: 1010px;
    margin-top: 10px;
}

#menu_fix_left li a {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #e8e8e8;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    font-size: 13px;
    border: 1px solid #fff;
}

#menu_fix_left li a:hover {
    background-color: #cbcbcb;
}

#menu_fix_left li a > i {
    color: #ff8735;
}

/** LIST **/
.list-unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}

/** FLEX CLASS **/
.flex-align, .row, .button_slide_container {
    display: flex;
}

.flex-align.v-align {
    align-items: center;
}

.flex-align.space-between {
    justify-content: space-between;
}

/** HEADER **/
#slide15 .fa-quote-left {
    font-size: 4em;
    margin-bottom: 10px;
    color: #202020;
}

#cours_offers {
    position: relative;
    margin-top: -3em;
}

.img_offers_container {
    padding: 8px;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 90px;
    background: #ffffff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img_offers_container > img {
    width: 80px;
}

/** HOMEPAGE **/
#block_large {
    height: 450px;
    margin-top: 2em;
}

#logo_charte_quali {
    width: 160px;
}

#block_large #first_block {
    background-image: url('/images/accueil/2018/charte_qualite.jpg');
    background-size: contain;
    margin-right: 2em;
    border: 1px solid #c7c7c7;
}

.block_container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 1em;
    width: calc(100% - 2em) !important;
}

.block_container p {
    font-size: 24px;
}

.block_container.col3:not(:last-child) {
    margin-right: 2em;
}

#right_block #second_block {
    background-image: url('/images/accueil/2018/cours_particuliers_bg.jpg');
}

#right_block #third_block {
    background: #212121;
    margin-top: 2em;
}

#right_block #third_block > a > i {
    color: rgb(255, 49, 49);
    font-size: 3em;
}

#right_block .block_container {
    height: 184px;
}

/**------Block 3x-------**/
#block_3x {
    margin-top: 2em;
}

#block_3x .block_container {
    height: 184px;
}

.block_container .logo_container {
    width: fit-content;
}

.block_container .logo_container > a {
    color: #fff;
    background: #a6cf5b;
    padding: 10px 9px 10px 12px;
    margin-top: 2em;
    display: block;
    width: 16px;
}

.block_container .logo_container > a:hover {
    background: #8db454;
}

#block_3x #first_block {
    background-color: #ff8635;
}

#block_3x #second_block {
    background-image: url('/images/accueil/2018/Cours_anglais.jpg');
}

#block_3x #third_block {
    background-color: #ffeb52;
}

/** FORMS **/
.ccms_form_element label {
    font-weight: 400 !important;
}

/** FOOTER **/
.footer_title {
    font-weight: 700;
    color: #ff8735;
}

footer hr {
    margin: 13px 0;
}

/**---FooterNews---**/
#footer_news {
    background-color: #e8e8e8;
}

#footer_news, #footer_labels, #footer_numbers {
    padding: 2em 0;
}

#footer_numbers span.huge_number {
    font-size: 3em;
    font-weight: 700;
    letter-spacing: 1px;
    color: #585858;
}

/*=================================*/
/*========END CSS AWELT 218=======*/
/*=================================*/

/** useless ? **/
body.homepage #colgauche {
    display: none;
}

body.homepage #coldroite {
    display: none;
}

body.homepage #colentete {
    display: none;
}

body.homepage #colentetearticle {
    display: none;
}

a:link, a:visited {
    color: black;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
    color: black;
    cursor: pointer;
}

.breadcrumbs {
    display: inline;
    float: left;
    margin-left: 10px;
}

a.menu1 { /* menu acces membre / recrutement / franchise */
    color: #777777;
    text-decoration: none;
    font-size: 14px;
}

a.menu2 { /* menu list en haut */
    color: #777777;
    text-decoration: none;
    font-size: 10px;
}

input.button {
    cursor: pointer;
}

p {
    margin-top: 0;
    margin-bottom: 5px;
    text-align: justify;
    font-size: 14px;
}

img {
    border: 0 none;
}

#wrapper {
    margin-top: 160px;
    overflow: hidden;
    z-index: 1
}

p.menu2 {
    text-align: left;
    margin-left: 10px;
    font-size: 10px;
    padding: 4px 0 3px 0;
}

#logoHeader {
    margin-left: 10px;
    margin-top: 6px;
    float: left;
}

div.tel {
    text-align: center;
    background: #a5cf5b;
    padding: 5px 2em;
}

div.chartequalite {
    margin: 5px;
    width: 68px;
    height: 100px;
    margin-top: -10px;
    float: right;
    margin-right: 15px;
}

div.tel span {
    color: #fff;
    font-size: 10px;
}

div#menu1 {
    text-align: right;
    fontsize: 14px;
    color: #777777;
    margin-right: 10px;
    overflow: hidden;
    width: 500px;
    right: 0px;
    top: 110px;
}

div#jaimefacebook iframe {
    border: none;
    overflow: hidden;
    width: 100px;
    height: 30px;
}

div#jaimefacebook {
    float: left;
    display: block;
    margin-left: 25px;
    margin-top: 10px; /* width: 80px; height: 25px; border: 1px solid #ff0000*/
}

div#wrapper {
    background: #ffffff;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    position: relative;
}

div#rappel, div#documentation {
    margin-bottom: 10px;
    box-shadow: 8px 8px 12px #aaa;
    position: relative;
    width: 110px;
    /*    overflow: hidden;*/
    z-index: 100000;
}

div#barres {
    position: absolute;
    width: 100%;
    text-align: left;
    top: 149px;
    left: 0px;
}

div#barres2 { /** obsolete ? **/
    margin: auto;
    position: relative;
    z-index: 0;
    width: 950px;
    text-align: left;
}

div.module-menu2013 {
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

ul.menu-menu2013 li a, ul.category-module-menu2013 li a {
    text-decoration: none;
}

ul.menu-menu2013, ul.category-module-menu2013, .modulecontactsimple {
    margin: 0px;
    padding: 10px;
    text-align: left;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #c7c7c7;
}

ul.menu-menu2013 li, ul.category-module-menu2013 li {
    list-style-type: none; /*disc; */
    border: none;
    font-size: 14px;
    line-height: 2em;
    padding-top: 0px;
}

ul.menu-menu2013, ul.category-module-menu2013 {
    margin-bottom: 10px;
}

ul.menu-menu2013 li a:link, ul.menu-menu2013 li a:visited,
ul.category-module-menu2013 li a:link, ul.category-module-menu2013 li a:visited {
    color: #2f2f2f;
    font-weight: 400;
}

ul.menu-menu2013 li a:hover, ul.category-module-menu2013 li a:hover {
    color: #ff8635;
}

#content {
    padding-top: 0px;
}

#colgauche {
    display: block; /*inline;*/
    float: left;
    width: 250px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
}

#coldroite {
    overflow: hidden;
    padding: 1em;
    display: block;
    margin: 0px;
    border: 1px solid #c7c7c7;
    padding-right: 10px;
    margin-top: 10px;
}

/* horizontal pill menu */

#pillmenu .nav, #pillmenu_l ul, #pillmenu_r ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 40px;
}

#pillmenu .nav > li {
    text-align: center;
    list-style: none;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}
#pillmenu.scrolled {
    position: fixed;
    width: calc(100% - 243px);
    border-bottom: 1px solid #ff8635;
    background: #fff;
    left: 0;
    top: -50px;
    padding-left: 243px;
    animation: fromTop 0.4s ease-in-out forwards;
}
#pillmenu.scrolled .nav > li.parent > .nav-child {
    top:40px;
}
#logoHeader.scrolled {
    position: fixed;
    left: 55px;
    top: 3px;
    width: 130px;
    height: 37px;
    margin: 0;
    opacity: 0;
    z-index: 999;
    animation: appear 0.4s 0.3s ease-in-out forwards;
}
@keyframes fromTop {
    from {
        top:-50px;
    }
    to {
        top:0;
    }
}
@keyframes appear {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.unstyled {
    list-style: none;
}

#pillmenu ul.nav > li > a,
#pillmenu_l a, #pillmenu_r a {
    font-size: 12px;
    text-decoration: none;
    height: 100%;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

#pillmenu .nav > li.parent > .nav-child {
    display: none;
    position: absolute;
    padding: 13px;
    top: 146px;
    background: #d46631;
}

#pillmenu .nav ul.nav-child li a {
    text-decoration: none;
}

#pillmenu .nav ul.nav-child li a:hover {
    text-decoration: underline;
}

#pillmenu .nav ul.nav-child {
    padding-left: 13px;
}

#pillmenu .nav li.item-709 > ul.nav-child > li {
    margin-bottom: 14px;
}

#pillmenu .item-424 > .nav-child > li {
    float: left;
}

#pillmenu .nav .item-585 {
    padding-bottom: 14px;
}

#pillmenu .nav > li.parent > .nav-child > li > a {
    padding-bottom: 3px;
}

#pillmenu_l a, #pillmenu_r a {
    color: #ffffff;
    text-transform: uppercase;
}

#pillmenu .nav a {
    color: #ffffff;
}

#pillmenu .nav a:hover, #pillmenu_l a:hover, #pillmenu_r a:hover, #pillmenu .nav li.active {
    background: #d36731;
}

#pillmenu .nav a#active_menu-nav {
    background: white;
    color: black;
}

#pillmenu .nav a#active_menu-nav:hover {
    color: black;
}

.nav .separator {
    color: #562a15;
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
}

/*** Accordion ***/

#texte0 {
    display: block; /*width: 50%;*/
}

#cpjsaccordion {
    position: relative;
    margin: 0px !important;
    padding: 0px !important;
    overlfow: hidden;
    width: 100% !important;
    /*    height: 416px!important;*/
}

#cpjsaccordion div.panneau {
    display: block;
    overflow: hidden;
    float: left;
    margin: 0px !important;
    padding: 0px !important;
    border: none;
    background: #f0f0f0;
    position: absolute;
    left: 0px;
    /*    height: 416px;*/
}

#cpjsaccordion div.fondtr {
    background: #aaaaaa;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: 2;
}

.puce {
    position: relative;
    z-index: 50020;
    border-radius: 10px;
    background-color: #444444;
    width: 20px;
    height: 20px;
}

.puce.active {
    background-color: #FAB452;
}

#cpjsaccordion .contenu {
    display: block;
    float: left;
    overflow: hidden;
    position: absolute;
    top: 0px;
    *top: 0px; /* IE7 Hack */
    *left: 0px; /* IE7 Hack */
    margin: 0;
    z-index: 1;
}

div.panneau div.texte {
    height: 100%;
    overflow: hidden;
    marign: 0px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2em;
    white-space: nowrap;
    position: relative;
    z-index: 3;
}

div.panneau div.texte h2 {
    margin: 40px !important;
    font-weight: bold !important;
    color: #990000 !important;
    font-size: 30px !important;
}

div.panneau div.texte h3 {
    width: 400px;
    margin: 40px !important;
    text-align: center !important;
    color: #000000 !important;
    font-size: 32px !important;
    font-weight: bold !important;
    position: absolute;
    top: 150px;
}

/** breadcrumbs **/
#breadcrumbs {
    font-size: 0.85em;
}

#breadcrumbs span {
    padding: 0px;
}

#breadcrumbs ul li {
    display: inline;
    list-type: none;
}

a.tel {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.texttel {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #222222;
    letter-spacing: -0.1em;
    text-align: right;
    width: 176px;
    padding-top: 3px;
    padding-right: 10px;
}

div#slide15bandeliens {
    display: none;
}

.handbaseline {
    font-size: 2.3em;
}

/*#colentete h2 { font-size: 1.5em!important; }*/

@media (max-width: 980px) {
    #colentete,
    #bandeaudoc {
        display:none;
    }
    #colentete h1 {
        position: relative;
        font-size: 16px;
        text-align: center;
        width: 450px;
        padding: 0px
    }

    #colentete h2 {
        width: 450px;
        font-size: 0.7em !important;
    }
}

@media (max-width: 900px) {
    .handbaseline {
        font-size: 1.7em;
        max-width: 70%
    }
}

@media (max-width: 900px) {
    #baselineHeader {
        font-size: 20px;
    }

    a.tel {
        font-size: 20px;
    }

    .texttel {
        font-size: 13px;
    }
}

@media (max-width: 800px) {
    #baselineHeader {
        font-size: 16px;
    }

    a.tel {
        font-size: 27px;
    }

    .texttel {
        font-size: 12px;
    }
}

@media (max-width: 600px) {
    #baselineHeader {
        font-size: 14px;
    }

    a.tel {
        font-size: 17px;
    }

    .texttel {
        font-size: 10px;
    }

    /*Headers*/
    #colentete .custom > div {
        width: 100% !important;
        position: relative !important;
        right: 0 !important;
        bottom: 0 !important;
    }

    #colentete h1, #colentete h2 {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100%;
    }

    #colentete h1 {
        font-size: 32px !important;
    }

    #colentete h2 {
        font-size: 24px !important;
    }

    #bandeaudoc .handbaseline {
        max-width: 90%;
        margin: 0 auto !important;
        text-align: center;
        display: block !important;
    }

    #bandeaudoc > div {
        margin-top: 10px !important;
        display: flex !important;
        align-items: center;
        justify-items: center;
        flex-direction: column;
    }

    #bandeaudoc > div > hr {
        width: 100%;
    }

    #colentete iframe {
        display: block;
        margin: 0 auto 10px auto;
        position: relative;
    }

    #colentete > div.custom table tr {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: #fff;
        padding: 20px;
    }
}

div.category-desc p {
    width: auto;
}

@media screen and (min-width: 1000px) {
    .container {
        width: 1000px;
        margin: 0 auto;
    }

    div#wrapper {
        max-width: 1000px;
    }
}

@media (max-width: 1200px) {
    div#slide15bandeliens {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 120px;
        padding: 20px;
        padding-top: 150px;
        height: 600px;
        background: rgba(255, 255, 255, 0.5);
        display: block;

    }

    div.barreboutons {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {

    .hidden-phone {
        display: none !important;
    }
    /*NAVBAR*/
    #logoHeader {
        width: 165px;
        height: 50px;
    }

    #menu_fix_top {
        width: 100%;
        top: 42px;
        transition: box-shadow 0.3s ease-in-out;
    }
    #menu_fix_top.fixed {
        position: fixed;
        top:0;
        box-shadow: 0px -2px 20px 2px rgba(157, 157, 165, 0.4);
    }
    #pillmenu {
        display: none;
    }
    #second_menu_up {
        position: fixed;
        bottom:10px;
        right:10px;
        width:30px;
        height:30px;
        background-color:#a5cf5b;
        z-index: 999;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        box-shadow: 0px 4px 14px #d0d0d0;
        cursor: pointer;
        transition: bottom 0.4s ease;
    }
    #pillmenu {
        height: calc(100vh - 76px);
        overflow-y: auto;
    }
    #second_menu_up.open {
        bottom: 220px;
    }
    #menu_fix_top.open {
        background:rgba(0, 0, 0, 0.5215686274509804);
    }
    #second_menu_up.open > i {
        transform: rotate(180deg);
    }
    #pillmenu.show, #menu_fix_left.show {
        display: block !important;
    }

    .drop-mobile-menu {
        border: 0;
        background: transparent;
    }

    .drop-mobile-menu > i {
        font-size: 3em;
        color: #a5cf5b;
        margin-right: 15px;
    }

    #pillmenu ul.nav, #pillmenu_l ul, #pillmenu_r ul {
        flex-direction: column;
        height: auto;
        align-items: left;
    }

    #pillmenu ul.nav > li > i {
        width: 15px;
        height: 15px;
        position: absolute;
        right: 13px;
        margin-top: 10px;
        color: #fff;
    }
    #pillmenu ul.nav > li.parent > ul.nav-child.open {
        display: block;
    }

    #pillmenu .nav a, #pillmenu_l a, #pillmenu_r a {
        width: 75% !important;
        padding: 12px 18px !important;
        display: block !important;
        text-align: left !important;
    }

    #pillmenu .nav li {
        width: 100%;
        align-items: initial;
        flex-direction: column;
    }
    #pillmenu .nav > li.parent > .nav-child {
        position: relative;
        top: auto;
    }

    #menu_fix_left {
        bottom: 0;
        width: 100%;
        z-index: 999;
        background: #fff;
        left: 0;
        margin: 0;
        display: none;
	margin-bottom: 0px;
    }

    #menu_fix_left ul {
        display: flex;
        flex-wrap: wrap;
    }

    #menu_fix_left ul > li {
        width: 33.33%;margin: auto;
    }

    #menu_fix_left li a {
        width: 100%;
	margin-bottom: 0px;
    }

    div.tel {
        padding: 9px;
    }

    #member-connect {
        margin-left: 3px;
    }

    #member-connect a:nth-child(2) {
        margin-left: 4px;
    }

    #wrapper {
        margin-top: 62px;
    }

    .img_offers_container > img {
        width: 60px;
    }

    #cours_offers {
        margin-top: 0;
    }

    .img_offers_container {
        padding: 0;
    }

    #block_large {
        height: auto;
    }

    #block_3x .block_container.col3,
    #block_large #first_block {
        border: 0;
    }
}

@media only screen and (min-width: 1024px) {
    .hidden-desktop {
        display: none !important;
    }
    #pillmenu .nav > li.parent:hover > .nav-child {
        display: block !important;
    }
}

@media only screen and (max-width: 600px) {
    #block_large .row,
    #footer_labels .row,
    #block_3x .row,
    #slide15 .row,
    #footer_news .row,
    #footer2013blocvilles .row {
        flex-direction: column;
    }

    #footer2013blocvilles .row {
        padding: 1em;
    }

    #footer2013blocvilles .row .col3 {
        margin-top: 1em;
    }

    #footer2013blocvilles div.custom {
        padding: 0 !important;
    }

    #block_3x .block_container:not(:last-child) {
        margin-bottom: 2em;
    }

    #slide15 {
        background-image: none !important;
        background-color: #f7f7f7 !important;
        height: auto !important;
        padding: 1em;
    }

    #slide15 .col2:first-child {
        display: none;
    }

    .col9, .col3, .col2 {
        width: 100%;
    }

    #colgauche {
        width: auto;
        float: none;
    }

    .argument1, .argument2, .argument3 {
        width: calc(100% - 72px) !important
    }
}

@media only screen and (max-width: 700px) {

    /*NAVBAR*/
    #menu_fix_top {
        top: 39px;
    }

    #wrapper {
        margin-top: 68px;
    }
}

#adresseagence {
    margin-bottom: 20px;
}

/** fin inline **/
/*****************************/
/*** Core html setup stuff ***/
/*****************************/

.liensville ul {
    list-style-position: inside;
    margin: 0px;
    padding: 0px;
}

.liensville ul li {
    list-style-type: none;
    padding: 0px !important;
    margin: 0px !important;
}

div.liensville {
    float: left;
    width: 185px;
    margin-top: 10px;
    margin-left: 25px;
    margin-right: 25px;
    display: block;
}

/***** testimonial ***/
#je-testimonial-content {
    margin-left: 30px;
    margin-right: 30px;
    /*  height: 150px;  overflow: hidden;*/
}

span[itemprop=name] {
    font-weight: bold;
}

#je-testimonials1 {
}

div#je-con div img {
    margin-bottom: 15px !important;
}

/*div#je-testimonials1  div#je-quote { padding: 0px!important;}*/
div#style2-inner1 {
    padding: 20px !important;
}
div#style2 {
   
    background-color: rgba(255, 255, 255, 0.8)!important;
    /* background: url(../images/style2/top-left.png) top left no-repeat #EFF8FF; */
    /* background-color: #EFF8FF; */
    border-radius: 0px!important;
    box-shadow: none!important;
    border: 1px solid lightgrey;
}

div#dgnixtestimonial-paginationarea{display: none;}

div#je-title h3 {
    color: #000000 !important;
    font-style: italic;
    font-weight: bold;
}

div#agences h3 {
    line-height: 0.8em
}

div#arguments {
    width: 100%;
    height: 150px;
    overflow: hidden;
    position: relative;
    margin: 0px !important;
    padding: 0px !important
}


#temoignages .fb-comments {
    margin-top: 10px;
    padding: 0px;
    margin-bottom: 0px;
}

#temoignages .commentaire {
    color: #990000;
    font-family: 'Bad Script', cursive;
    font-size: 16px;
    line-height: 1.2em;
}

/**** fin testiomonial ***/

.element-invisible {
    display: none;
}

#mod-search-searchword {
    width: 150px;
}

#all {
    background: #ffffff;
}

form {
    margin: 0;
    padding: 0;
    /*width:575px;*/
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

#page_bg {
    padding: 0px 0;
    margin-bottom: 1px;
}

footer#footer {
    overflow: hidden;
    width: 100%;
    margin: 2em 0 0;
    background: #494949;
}

div#footer div {
    text-align: center;
}

#mod_search_searchword {
    padding-left: 3px;
}

div.argumentsAccueil {
    color: #000000;
    position: relative;
    height: 100%;
    background-color: #fef5ee;
    border-bottom: 1px solid #aaaaaa;
    margin: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
}

.argumentsAccueil table tr td p, .argumentsAccueil {
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 16px;
    line-height: 1.2em;
    font-family: Arial, sans-serif;

}

.argumentsAccueil li {
    text-align: left;
}

.argumentsRouge {
    color: #990000;
}

.argumentsGris {
    color: #444444;
}

#agences {
    color: #000000;
    width: 100%;
    background-color: #fffffff;
    margin-top: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 4%;
}

#agences h3 {
    color: #000000;
    font-size: 12px;
}

#agences p {
    color: #000000;
    font-size: 14px;
    line-height: 1.2em;
}

#offres {
    color: #000000;
    width: 100%;
    background-color: #fffffff;
    margin-top: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 4%;
}

#offres h2, #agences h2 {
    color: #990000;
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
    margin: 25px;
}

#offres h3 {
    color: #990000;
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}

#offres div {
    margin-left: 4%;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 44%;
}

#offres div p a {
    font-size: 16px;
    color: #000000;
    text-align: left;
    margin: 0px;
    text-decoration: underline;
}

#offres div p a:link, #offres div p a:visited {
    text-decoration: underline;
    font-size: 16px;
    text-align: left;
}

#offres div p a:hover {
    font-size: 16px;
    text-decoration: underline;
    font-weight: bold;
}

#offres p {
    color: #000000;
}

#offres div img {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}

.arrondiGauche {
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-left-radius: 15px;
    text-align: right;
}

.boutonRappel, .boutonDocumentation {
    margin-top: 10px;
    text-indent: 0;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4em;
    text-decoration: none;
    padding: 10px;
    text-align: center;
    transition: all 0.2s ease-in;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.boutonRappel {
    border: 1px solid #ff8635;
    color: #ff8635 !important;
}

.boutonDocumentation {
    border: 1px solid #494949;
    color: #494949 !important;
}

.boutonRappel:hover {
    background-color: #ff8635;
    color: #ffffff !important;
}

.boutonDocumentation:hover {
    background-color: #494949;
    color: #ffffff !important;
}

.boutonRappel:active {
    position: relative;
}

a.boutonRappel:link, a.boutonRappel:visited, a.boutonDocumentation:link, a.boutonDocumentation:visited {
    text-decoration: none;
}

a.boutonInscrire {
    background-color: #ff8535;
    border-radius: 50px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    text-indent: 0;
    border: 1px solid #fff;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    height: 30px;
    line-height: 30px;
    width: 141px;
    text-decoration: none;
    text-align: center;
    padding: 0px 12px;
    margin-left: -8px;
}

a.boutonTarifAgence {
    background-color: #90d050;
    border-radius: 50px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    text-indent: 0;
    border: 1px solid #ffffff;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    line-height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    text-align: center;
}

#adresseagence a:hover {
    font-weight: normal;
}

#adresseagence a.boutonTarifAgence {
    border: 0;
    text-align: left;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    /*    margin-bottom: 10px;*/
    box-shadow: 8px 8px 12px #aaa;
    margin-top: 10px;
    /*    -webkit-border-top-left-radius:15px;    -moz-border-radius-topleft:15px;    border-top-left-radius:15px;*/
    text-indent: 0;
    /*    overflow: hidden;*/
    display: block;
    font-weight: bold !important;
    font-style: normal;
    line-height: 1.4em;
    /*    positionb: absolute;*/
    /*    width:100%;*/
    text-decoration: none;
    /*    text-align: right;*/
    padding: 5px;

    background-color: #FAB452;
    background-color: #90d050;
    background-image: -moz-linear-gradient(top, #90d050, #70A020);
    background-image: -webkit-linear-gradient(top, #90d050, #70A020);
    background-image: -o-linear-gradient(top, #90d050, #70A020);
    background-image: linear-gradient(to bottom, #90d050, #70A020);
    color: #000000 !important;
    padding-left: 20px;
    font-size: 14px !important;

}

a.boutonTarifAgence:link, a.boutonTarifAgence:visited,
a.boutonInscrire:link, a.boutonInscrire:visited {
    text-decoration: none;
}

a.boutonInscrire:hover {
    background-color: #990000;
    background-color: #FF6600;
}

a.boutonTarifAgence:hover {
    background-color: #70a020 !important;
}

#adresseagence a.boutonTarifAgence:hover {
    background-color: #70A020;
    background-image: -moz-linear-gradient(top, #70A020, #70A020);
    background-image: -webkit-linear-gradient(top, #70A020, #70A020);
    background-image: -o-linear-gradient(top, #70A020, #70A020);
    background-image: linear-gradient(to bottom, #70A020, #70A020);
}

a.boutonTarifAgence:active,
a.boutonInscrire:active {
    position: relative;
    top: 1px;
}

/*
#maincolumn,#maincolumn_home,#maincolumn_full {    float: left;    padding: 0px;    margin: 0px;}
#maincolumn {   width: 605px; }
#maincolumn_full {  margin-right: 5px;  width: 780px;}
#maincolumn_home {  margin: 0;  width: 970px;}
#leftcolumn, #rightcolumn {    margin-top: 5px;    margin-left: 5px;    margin-right: 5px;}
table.nopad {	padding: 0;	margin: 0;	padding-left:0px;}
table.nopad td.middle_pad {	width: 20px;}
*/

/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

div.offline {
    background: #fffebb;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.2em;
    padding: 5px;
}

/*span.pathway {
  display: block;
  height: 10px;
  line-height: 16px;
}*/

/* headers */
div.componentheading {
    padding-left: 0px;
}

a.underlined, a.underlined:visited, a.underlined:link {
    text-decoration: underline;
    color: black;
}

#colentete, #colentetearticle {
    width: 100%;
    position: relative;
}

#colentete {
    min-height: 350px;
}

#colentete h1 {
    padding-top: 60px;
    padding-bottom: 20px;
}
h1 {
    word-break: break-word;
}
#colentete h2 {
    padding-bottom: 30px;
}

#content h1, #colentete h1, #colentetearticle h1,
#content .afterh1, #colentete .afterh1, #colentetearticle .afterh1 {
    font-size: 32px;
}

#colentetearticle h2 {
    font-size: 2.2em;
}

#colentetearticle h1, #colentetearticle h2, #colentetearticle .afterh1 {
    padding-left: 20px;
}

#colentete .afterh1 {
    margin: auto;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    margin-right: 50%;
    margin-bottom: 20px;
}

#colentete h1, #colentete h2 {
    margin: auto;
    text-align: center;
    margin-right: 50%;
    padding-left: 20px;
    padding-right: 20px;
}

#content h3 {
    font-size: 18px;
    background: #ff8635;
    color: #fff;
    padding: 5px;
    width: fit-content;
}

div#je-title h3 {
    background-color: transparent !important;
}

#content #agences h3 {
    font-size: 16px;
}

h1 {
    padding: 0;
    font-weight: normal;
    font-size: 1.5em;
    color: #494949;
    color: #303030;
}

.contentheading {
    padding: 0;
    font-size: 1.4em;
    font-weight: normal;
    vertical-align: bottom;
    color: #000;
    text-align: left;
    width: auto;
}

table.contentpaneopen h3 {
    margin-top: 25px;
}

h4 {
    color: #000;
}

div.moduletablevideo, div.moduletablevideo iframe, div.moduletablevideohomepage, div.moduletablevideohomepage iframe {
    display: inline-block;
    /* float: left;*/
    position: relative;
    overflow: hidden;
}

div.moduletablevideo {
    margin-left: 30px;
}

/*div.moduletablevideo h3::before { content: 'Vidéo: ';}*/
div.moduletablevideo h3 {
    width: 280px;
    display: block;
    font-size: 12px !important;
    margin: auto;
    color: #000000;
    text-align: center;
}

div.moduletablevideohomepage {
    margin-left: 11px;
}

div.moduletablevideohomepage iframe {
    width: 230px !important;
    margin-top: 5px;
}

h3, .componentheading, table.moduletable th, legend {
    margin: 0;
    font-weight: bold;
    font-size: 1.5em;
    padding-left: 0px;
    margin-bottom: 10px;
    text-align: left;
}

/* small text */
.small {
    font-size: .90em;
    color: #000;
    font-weight: normal;
    text-align: left;
}

.modifydate {
    height: 20px;
    vertical-align: bottom;
    font-size: .90em;
    color: #999;
    font-weight: normal;
    text-align: left;
}

.createdate {
    height: 20px;
    vertical-align: top;
    font-size: .90em;
    color: #999;
    font-weight: normal;
    vertical-align: top;
    padding-bottom: 5px;
    padding-top: 0px;
}

a.readon {
    margin-top: 10px;
    display: block;
    float: left;
    background: url(../images/mw_readon.png) top right no-repeat;
    padding-right: 20px;
    line-height: 14px;
    height: 16px;
}

/* form validation */
.invalid {
    border-color: #ff0000;
}

label.invalid {
    color: #ff0000;
}

/** overlib **/

.ol-foreground {
    background-color: #f6f6f6;
}

.ol-background {
    background-color: #666;
}

.ol-textfont {
    font-size: 10px;
}

.ol-captionfont {
    font-size: 12px;
    color: #f6f6f6;
    font-weight: bold;
}

.ol-captionfont a {
    color: #0B55C4;
    text-decoration: none;
    font-size: 12px;
}

.ol-closefont {
}

/* menu links */
a.mainlevel:link, a.mainlevel:visited {
    padding-left: 5px;
}

/* spacers */
/*span.article_separator {
	display: block;
	height: 20px;
}*/

.article_column {
    padding-right: 5px;
}

.column_separator {
    border-left: 1px dashed #e0e0e0;
    padding-left: 5px;
}

td.buttonheading {

}

td.buttonheading img {
    border: none;
}

.clr {
    clear: both;
}

table.blog span.article_separator {
    display: block;
    height: 0px;
}

/* edit button */
.contentpaneopen_edit {
    float: left;
}

/* table of contents */
table.contenttoc {
    margin: 5px;
    border: 1px solid #ccc;
    padding: 5px;
    float: right;
}

table.contenttoc td {
    padding: 0 5px;
}

/* content tables */
td.sectiontableheader {
    background: #efefef;
    color: #333;
    font-weight: bold;
    padding: 4px;
    border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
    padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
    padding: 3px;
}

/* content styles */
table.contentpaneopen, table.contentpane {
    margin: 0px;
    padding: 0px;
    padding-left: 10px;
    width: auto;
}

table.contentpaneopen h3 {
    margin-top: 25px;
}

table.contentpaneopen h4 {
    color: #333;
}

.highlight {
    background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.moduletable {
    margin-bottom: 0px;
}

div.moduletable, div.module {
    margin-bottom: 1px;
}

div.module_menu h3 {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    margin: -23px -4px 5px -5px;
    padding-left: 10px;
    padding-bottom: 2px;
}

div.module_menu {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

div.module_menu div div div {
    padding: 10px;
    padding-top: 30px;
    padding-bottom: 15px;
    width: auto;
}

div.module_menu div div div div {
    background: none;
    padding: 0;
}

div.module_menu ul {
    margin: 10px 0;
    padding-left: 20px;
    list-style-type: none;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited {
    font-weight: bold;
    list-style-type: none;
}

#leftcolumn div.module {
    padding: 0px;
}

#leftcolumn div.module table {
    width: 185px;
}

/* forms */
table.adminform textarea {
    width: 540px;
    height: 400px;
    font-size: 1em;
    color: #000099;
}

div.search input {
    /*    width: 150px;*/
    border: 1px solid #999999;
    margin-top: 1px;
    margin-left: 5px;
    height: 14px;
}

form#form-login fieldset {
    border: 0 none;
    margin: 0em;
    padding: 0.2em;
}

form#form-login ul {
    padding-left: 20px;
}

form#com-form-login fieldset {
    border: 0 none;
    margin: 0em;
    padding: 0.2em;
}

form#com-form-login ul {
    padding-left: 20px;
}

/* thumbnails */
div.mosimage {
    margin: 5px;
}

div.mosimage_caption {
    font-size: .90em;
    color: #666;
}

div.caption {
    padding: 0 10px 0 10px;
}

div.caption img {
    border: 1px solid #CCC;
}

div.caption p {
    font-size: .90em;
    color: #666;
    text-align: center;
}

/* Parameter Table */
table.paramlist {
    margin-top: 5px;
}

table.paramlist td.paramlist_key {
    width: 128px;
    text-align: left;
    height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
    font-weight: bold;
    font-size: 14px;
    color: #c30;
    text-align: center;
    width: auto;
    background-color: #f9f9f9;
    border: solid 1px #d5d5d5;
    margin: 3px 0px 10px;
    padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.bannergroup {
}

.banneritem img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Text advert style */

.banneritem_text {
    padding: 4px;
    font-size: 11px;
}

.bannerfooter_text {
    padding: 4px;
    font-size: 11px;
    background-color: #F7F7F7;
    text-align: right;
}

/* System Messages */
/* see system general.css */

.pagination span {
    padding: 2px;
}

.pagination a {
    padding: 2px;
}

/* Polls */
.pollstableborder td {
    text-align: left;
}

/* WebLinks */
span.description {
    display: block;
    padding-left: 30px;
}

/* Frontend Editing*/
fieldset {
    border: 1px solid #ccc;
    margin-top: 15px;
    padding: 15px;
}

legend {
    margin: 0;
    padding: 0 10px;
}

td.key {
    border-bottom: 1px solid #eee;
    color: #666;
}

/* Tooltips */

.tool-tip {
    float: left;
    background: #ffc;
    border: 1px solid #D4D5AA;
    padding: 5px;
    max-width: 200px;
}

.tool-title {
    padding: 0;
    margin: 0;
    font-size: 100%;
    font-weight: bold;
    margin-top: -15px;
    padding-top: 15px;
    padding-bottom: 5px;
    background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
    font-size: 100%;
    margin: 0;
}

/* System Standard Messages */
#system-message {
    margin-bottom: 20px;
}

#system-message dd.message ul {
    background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;
    border-top: 3px solid #DE7A7B;
    border-bottom: 3px solid #DE7A7B;
    margin: 0px;
    padding-left: 40px;
    text-indent: 0px;
}

/* System Error Messages */
#system-message dd.error ul {
    color: #c00;
    background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat;
    border-top: 3px solid #DE7A7B;
    border-bottom: 3px solid #DE7A7B;
    margin: 0px;
    padding-left: 40px;
    text-indent: 0px;
}

/* System Notice Messages */
#system-message dd.notice ul {
    color: #c00;
    background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat;
    border-top: 3px solid #F0DC7E;
    border-bottom: 3px solid #F0DC7E;
    margin: 0px;
    padding-left: 40px;
    text-indent: 0px;
}

#syndicate {
    float: left;
    padding-left: 25px;
}

#power_by {
    float: right;
    padding-right: 25px;
}

/* Component Specific Fixes */

#component-contact table td {
    padding: 2px 0;
}

/* liens divers */
/*
.accueil
{
background: url(../accueil_etat1.png) no-repeat;
text-align:center;
}

.accueil:hover
{
background: url(../accueil_etat2.png) no-repeat;
}


.presentation
{
background: url(../webdesign/Webdesign/Elementsweb/FichiersPNG/Boutons/Serie2/presentation_etat1.png) no-repeat;
text-align:center;
}

.presentation:hover
{
background: url(../webdesign/Webdesign/Elementsweb/FichiersPNG/Boutons/Serie2/presentation_etat2.png) no-repeat;
}


.primaire
{
background: url(../primaire_etat1.png) no-repeat;
text-align:center;
}

.primaire:hover
{
background: url(../primaire_etat2.png) no-repeat;
}


.college
{
background: url(../webdesign/Webdesign/Elementsweb/FichiersPNG/Boutons/Serie3/college_etat1.png) no-repeat;
text-align:center;
}

.college:hover
{
background: url(../webdesign/Webdesign/Elementsweb/FichiersPNG/Boutons/Serie3/college_etat2.png) no-repeat;
}


.lycee
{
background: url(../webdesign/Webdesign/Elementsweb/FichiersPNG/Boutons/Serie3/lycee_etat1.png) no-repeat;
text-align:center;
}

.lycee:hover
{
background: url(../webdesign/Webdesign/Elementsweb/FichiersPNG/Boutons/Serie3/lycee_etat2.png) no-repeat;
}


.prepa
{
background: url(../webdesign/Webdesign/Elementsweb/FichiersPNG/Boutons/Serie3/prepas_etat1.png) no-repeat;
text-align:center;
}

.prepa:hover
{
background: url(../webdesign/Webdesign/Elementsweb/FichiersPNG/Boutons/Serie3/prepas_etat2.png) no-repeat;
}



.superieur
{
background: url(../webdesign/Webdesign/Elementsweb/FichiersPNG/Boutons/Serie3/superieur_etat1.png) no-repeat;
text-align:center;
}

.superieur:hover
{
background: url(../webdesign/Webdesign/Elementsweb/FichiersPNG/Boutons/Serie3/superieur_etat2.png) no-repeat;
}


.diplome
{
background: url(../images/diplome_etat1.png) no-repeat;
text-align:center;
}

.diplome:hover
{
background: url(../images/diplome_etat2.png) no-repeat;
}


.formules
{
background: url(../webdesign/Webdesign/Elementsweb/FichiersPNG/Boutons/Serie2/formules_etat1.png) no-repeat;
text-align:center;
}

.formules:hover
{
background: url(../webdesign/Webdesign/Elementsweb/FichiersPNG/Boutons/Serie2/formules_etat2.png) no-repeat;
}


.contact
{
background: url(../webdesign/Webdesign/Elementsweb/FichiersPNG/Boutons/Serie2/contact_etat1.png) no-repeat;
text-align:center;
}

.contact:hover
{
background: url(../webdesign/Webdesign/Elementsweb/FichiersPNG/Boutons/Serie2/contact_etat2.png) no-repeat;
}
*/
.cellule_infos {
    /*fixme  background: url('/templates/centrepedagogique2012/sprite-2012-2.png'); background-position: -510px -179px;                          */
    width: 185px;
    height: 88px;
    margin-bottom: 5px;
}

.cellule_impots {
    /*fixmebackground: url('/templates/centrepedagogique2012/sprite-2012-2.png'); background-position: -695px -179px;*/
    width: 185px;
    height: 80px;
    margin-bottom: 5px;
}

.logoservice {
    /*fixme background: url('/templates/centrepedagogique2012/sprite-2012-2.png'); background-position: -555px -418px; */
    width: 83px;
    height: 58px;
    display: inline;
    float: left;
}

.certif1 {
    /*fixme background: url('/templates/centrepedagogique2012/sprite-2012-2.png'); background-position: -638px -418px;*/
    width: 83px;
    height: 55px;
    display: inline;
    float: left;
}

.certif2 {
    /*fixme background: url('/templates/centrepedagogique2012/sprite-2012-2.png'); background-position: -435px -179px;*/
    width: 75px;
    height: 111px;
    margin: auto;
}

.renseignements {
    /* background: url(../webdesign/Webdesign/Elementsweb/FichiersPNG/Boutons/Serie1/renseignements_etat1.png) no-repeat; */
    /*fixme background: url('/templates/centrepedagogique2012/sprite-2012-2.png'); background-position: -430px -629px;*/
    height: 21px;
    text-align: center;
    color: white;
}

.renseignements:hover {
/ / background: url(../webdesign/Webdesign/Elementsweb/FichiersPNG/Boutons/Serie1/renseignements_etat2.png) no-repeat;
    /*fixme background: url('/templates/centrepedagogique2012/sprite-2012-2.png'); background-position: -587px -629px;*/
/ / background: white;
/ / color: black;
}

.inscription {
    /* background: url(../webdesign/Webdesign/Elementsweb/FichiersPNG/Boutons/Serie1/inscription_etat1.png) no-repeat;*/
    /*fixme background: url('/templates/centrepedagogique2012/sprite-2012-2.png'); background-position: -139px -608px;*/
    height: 21px;
    text-align: center;
}

.inscription:hover {
    /*fixme background: url('/templates/centrepedagogique2012/sprite-2012-2.png'); background-position: -267px -608px;*/
    /* background: url(../webdesign/Webdesign/Elementsweb/FichiersPNG/Boutons/Serie1/inscription_etat2.png) no-repeat; */
}

.newsletter {
    /*background: url(../webdesign/Webdesign/Elementsweb/FichiersPNG/Boutons/Serie1/newsletter_etat1.png) no-repeat;*/
    /*fixme background: url('/templates/centrepedagogique2012/sprite-2012-2.png'); background-position: -395px -608px;*/
    width: 0px; /**fixme**/
    text-align: center;
}

.newsletter:hover {
    /*fixme background: url('/templates/centrepedagogique2012/sprite-2012-2.png'); background-position: -521px -608px;*/
    /* background: url(../webdesign/Webdesign/Elementsweb/FichiersPNG/Boutons/Serie1/newsletter_etat2.png) no-repeat; */
}

.accesmembres {
    /*background: url(../webdesign/Webdesign/Elementsweb/FichiersPNG/Boutons/Serie1/accesmembres_etat1.png) no-repeat;*/
    /*fixme background: url('/templates/centrepedagogique2012/sprite-2012-2.png');*/
    background-position: -845px -565px;
    width: 10px; /**fixme**/
    text-align: center;
}

.accesmembres:hover {
    /* background: url(../webdesign/Webdesign/Elementsweb/FichiersPNG/Boutons/Serie1/accesmembres_etat2.png) no-repeat; */
    /*fixme background: url('/templates/centrepedagogique2012/sprite-2012-2.png'); background-position: -0px -608px;*/
}

.recrutementenseignants {
    /*background: url(../webdesign/Webdesign/Elementsweb/FichiersPNG/Boutons/Serie1/recrutementenseignants_etat1.png) no-repeat;*/
    /*fixme background: url('/templates/centrepedagogique2012/sprite-2012-2.png'); background-position: -0px -629px;*/
    width: 10px; /**fixme**/
    text-align: center;
}

.recrutementenseignants:hover {
    /*background: url(../webdesign/Webdesign/Elementsweb/FichiersPNG/Boutons/Serie1/recrutementenseignants_etat2.png) no-repeat;*/
    /*fixme background: url('/templates/centrepedagogique2012/sprite-2012-2.png'); background-position: -215px -629px;*/
}

.recherche {
    /*background: url(../webdesign/Webdesign/Elementsweb/FichiersPNG/Boutons/Serie1/recherche_etat1.png) no-repeat;*/
    /*fixme background: url('/templates/centrepedagogique2012/sprite-2012-2.png'); background-position: -647px -608px;*/
    width: 10px; /**fixme**/
}

.rappel {
    /*background: url(../webdesign/Webdesign/Elementsweb/FichiersPNG/Boutons/Serie5/bouton_rappelgauche_etat1.png) no-repeat;*/
    /*fixme background: url('/templates/centrepedagogique2012/sprite-2012-2.png'); background-position: -183px -565px;*/
    color: #ffffff;
    padding-top: 5px;
    padding-left: 10px;
    font-size: 12px;
    width: 10px; /**fixme**/
}

.rappel:hover {
    /* background: url(../webdesign/Webdesign/Elementsweb/FichiersPNG/Boutons/Serie5/bouton_rappelgauche_etat2.png) no-repeat;*/
    /*fixme background: url('/templates/centrepedagogique2012/sprite-2012-2.png'); background-position: -371px -565px;*/
}

.documentation {
    /*background: url(../webdesign/Webdesign/Elementsweb/FichiersPNG/Boutons/Serie5/bouton_demandedocumentationgauche_etat1.png) no-repeat;*/
    /*fixme background: url('/templates/centrepedagogique2012/sprite-2012-2.png'); background-position: -0px -522px;*/
    width: 10px; /**fixme**/
}

.documentation:hover {
    /* background: url(../webdesign/Webdesign/Elementsweb/FichiersPNG/Boutons/Serie5/bouton_demandedocumentationgauche_etat2.png) no-repeat;*/
    /*fixme background: url('/templates/centrepedagogique2012/sprite-2012-2.png'); background-position: -188px -522px;*/
}

.devis {
    /*background: url(../webdesign/Webdesign/Elementsweb/FichiersPNG/Boutons/Serie5/bouton_demandedevisgauche_etat1.png) no-repeat;*/
    /*fixme background: url('/templates/centrepedagogique2012/sprite-2012-2.png'); background-position: -183px -479px;*/
    width: 10px; /**fixme**/
}

.devis:hover {
    /*background: url(../webdesign/Webdesign/Elementsweb/FichiersPNG/Boutons/Serie5/bouton_demandedevisgauche_etat2.png) no-repeat;*/
    /*fixme background: url('/templates/centrepedagogique2012/sprite-2012-2.png'); background-position: -371px -479px;*/
}

.rappelbis {
    /*background: url(../webdesign/Webdesign/Elementsweb/FichiersPNG/Boutons/Serie5/bouton_rappeldroite_etat1.png) no-repeat;*/
    /*fixme background: url('/templates/centrepedagogique2012/sprite-2012-2.png'); background-position: -742px -522px; */
    width: 10px; /**fixme**/
}

.rappelbis:hover {
    /*fixme background: url('/templates/centrepedagogique2012/sprite-2012-2.png'); background-position: -0px -565px;*/
    /*background: url(../webdesign/Webdesign/Elementsweb/FichiersPNG/Boutons/Serie5/bouton_rappeldroite_etat2.png) no-repeat;*/
}

.documentationbis {
    /*fixme background: url('/templates/centrepedagogique2012/sprite-2012-2.png'); background-position: -559px -479px;*/
    width: 10px; /**fixme**/
    /*background: url(../webdesign/Webdesign/Elementsweb/FichiersPNG/Boutons/Serie5/bouton_demandedocumentationdroite_etat1.png) no-repeat;*/
}

.documentationbis:hover {
    /*background: url(../webdesign/Webdesign/Elementsweb/FichiersPNG/Boutons/Serie5/bouton_demandedocumentationdroite_etat2.png) no-repeat;*/
    /*fixme background: url('/templates/centrepedagogique2012/sprite-2012-2.png'); background-position: -742px -479px;*/
}

.devisbis {
    /*background: url(../webdesign/Webdesign/Elementsweb/FichiersPNG/Boutons/Serie5/bouton_demandedevisdroite_etat1.png) no-repeat;*/
    /*fixme background: url('/templates/centrepedagogique2012/sprite-2012-2.png'); background-position: -721px -418px;*/
    width: 10px; /**fixme**/
}

.devisbis:hover {
    /*fixme background: url('/templates/centrepedagogique2012/sprite-2012-2.png'); background-position: -0px -479px;*/
    /* background: url(../webdesign/Webdesign/Elementsweb/FichiersPNG/Boutons/Serie5/bouton_demandedevisdroite_etat2.png) no-repeat;*/
}

.question {
    /*background: url(../webdesign/Webdesign/Elementsweb/FichiersPNG/Boutons/Serie5/bouton_question_etat1.png) no-repeat;*/
    /*fixme background: url('/templates/centrepedagogique2012/sprite-2012-2.png'); background-position: -376px -522px;*/
    width: 10px; /**fixme**/
}

.question:hover {
    /*fixme background: url('/templates/centrepedagogique2012/sprite-2012-2.png'); background-position: -559px -522px;*/
    /*background: url(../webdesign/Webdesign/Elementsweb/FichiersPNG/Boutons/Serie5/bouton_question_etat2.png) no-repeat;*/
}

/*liens dans les articles*/
/*.rouge
{
font-size:9px;
text-decoration:none;
color:#990000;
font-weight:bold;
}

.rouge:hover
{
text-decoration:none;
color:black;
font-weight:bold;
}

.orange
{
font-size:9px;
text-decoration:none;
color:#FAB452;
font-weight:bold;
}*/

.couleurorange {
    color: #FAB452; /*color:#FF6600;*/
}

.orange:hover {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.menutopbis {
    font-size: 10px;
    color: white;
}

.menutopbis:hover {
    color: black;
}

.menutopter {
    font-size: 10px;
    color: #FF6600;
}

.menutopter:hover {
    color: #FF6600;
}

.menutop {
    font-size: 10px;
    color: white;
    margin: 0px;
    padding: 0px;
}

a.menutop {
    font-weight: bold;
    height: 21px;
    margin: 0px;
    padding: 0px;
}

.menutop:hover {
    color: #FF6600;
}

.chronoform a:hover {
    color: #ffffff;
}

.chronoform a:link {
    color: #ffffff;
}

.chronoform a:visited {
    color: #ffffff;
}

.liennoir {
    text-decoration: none;
    color: black;
}

.menu, .menumenu1 {
    list-style-type: none;
    line-height: 25px;
    padding-top: 5px;
    list-style-position: inside;
/ / text-indent: 3 px;
}

.menu a:link, .menumenu1 a:link {
    color: black;
}

.menu a:hover, .menu a:visited {
    color: black;
}

.menumenu1 a:hover, .menumenu1 a:visited {
    color: black;
}

/*
li
{
border-bottom : 1px dashed #660030;
//margin-left:-38px;
list-style-type:none;
list-style-position:inside;
}
*/
#GoogleFacebook {
    margin-top: 5px;
    margin-bottom: 5px;
    height: 25px;
/ / margin-left: 20 px;
/ / margin-top: - 10 px;
/ / position: absolute;
/ / overflow: hidden;
    width: 185px;
/ / border: 1 px dashed;
}

.googleplus {
    float: left;
    display: block;
    width: 90px;
/ / border: 1 px dashed;
/ / width: 70 px;
    height: 25px;
}

div#bandeaubas {
    margin-top: 5px;
    color: #FF6600;
    padding-top: 8px;
    width: 100%;
    height: 28px;
    font-size: 12px;
    background-color: black;
}

div#bandeaubas a:link, div#bandeaubas a:visited {
    color: #FF6600;
    font-size: 12px;
}

div#maps {
    margin-top: 5px;
    width: auto;
    font-size: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px !important;
}

div#maps a:link, div#maps a:visited {
    color: black;
}

.stdlist li {
    list-style-type: disc;
    border: none;
}

h3, .componentheading, table.moduletable th {
    color: black;
}

div.module_menu {
    background: red; /*url(../images/blue/mw_box_br.png) 100% 100% no-repeat;*/
}

div.module_menu div {
    background: red; /*url(../images/blue/mw_box_bl.png) 0 100% no-repeat;*/
}

div.module_menu div div {
    background: red; /*url(../images/blue/mw_box_tr.png) 100% 0 no-repeat;*/
}

div.module_menu div div div {
    background: red; /*url(../images/blue/mw_box_tl.png) 0 0 no-repeat;*/
}

#button1 {
    position: absolute;
    top: 20px;
    left: 30px;
}

#button2 {
    position: absolute;
    top: 50px;
    left: 30px;
}

#footer2013 {
    overflow: hidden;
    border-top: 1px solid #777777;
    padding: 0px !important;
    margin: 0px !important;
    position: relative;
}

#footer2013blocgauche {
    width: 240px;
    background: #53575A;
    display: inline-block;
    float: left;
}

#footer2013blocvilles a, #footer2013blocgauche a {
    color: #ffffff;
    text-decoration: none;
}

#footer2013blocgauche ul {
    list-style-position: inside;
}

#footer2013blocgauche ul li, #footer2013blocgauche ul {
    line-height: 1.1em;
    padding-left: 0px;
    margin-left: 10px;
    indent: 0px;
}

#footer2013blocvilles a:hover, #footer2013blocgauche a:hover {
    text-decoration: underline;
}

#footer2013blocvilles {
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 0px !important;
    padding: 0px !important;
}

#footer2013blocvilles div.custom {
    overflow: auto;
    position: relative;
    color: #ffffff;
    margin: 0px;
    padding: 20px 0;
}

#footer2013icons {
    position: relative;
    margin-left: 280px;
    display: block;
    margin-top: 32px;
}

#footer2013icons img {
    width: 700px;
    position: absolute;
    display: block;
    /*  margin-bottom: -30px;*/
    top: -33px;
    z-index: 10;
    /*    transform: translate(0, -50%); */
}

#footer2013blocvilles h2.nomville {
    margin: 0px !important;
    font-size: 14px;

}

#footer2013blocvilles li {
    font-size: 12px;
}

.texttel {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #222222;
    letter-spacing: -0.1em;
    text-align: right;
    width: 176px;
    padding-top: 3px;
    padding-right: 10px;
}

div.moduletableliens {
    border-top: 1px solid;
}

div.moduletableliens a:hover {
    font-weight: normal;
}

div.moduletableliens li:hover {
    font-weight: normal;
    text-decoration: underline;
}

div.moduletableliens, div.moduletableliens ul {
    padding: 0px;
    margin: 0px;
}

div.moduletableliens li {
    display: inline;
    margin: auto;
    padding: 0px;
    padding-right: 5px;
    border-bottom: 0px;
    list-style-type: disc;
    list-style-position: outside;
}

.arguments {
    font-size: 16px;
    margin: 15px;
    padding: 20px;
    min-height: 170px;
    display: inline;
    float: left;
    border: 1px solid #c7c7c7;
    height: 190px;
}

.argument1 {
    display: inline;
    float: left;
    width: 230px;
}

.argument2 {
    width: 260px;
}

.argument2 > p:last-child {
    margin-top: 24px;
}

.argument3 {
    width: 260px;
}

.arguments h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
}

.arguments p, .arguments li {
    color: black;
    font-size: 13px;
}

.arguments li {
    list-style: none;
}

/* ##########################  breadcrumbs  ########################### */
#breadcrumbs span a:link,
#breadcrumbs span a:visited {
    text-transform: none;

}

#breadcrumbs span a:hover,
#breadcrumbs span a:active,
#breadcrumbs span a:focus {
    text-decoration: none;
}

/* +++++++++++++++++++++++ pagenav +++++++++++++++++++++++  */
.pagenav {
    text-align: right
}

.pagenav ul {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 0;
}

.pagenav li {
    display: inline;
    margin: 0px;
    padding: 0
}

.pagenav a, span.pagenav {
    padding: 0 14px;
    margin: 0;
    line-height: 1.9em;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left: 0px solid #ddd;
    display: inline-block;
    line-height: 1.9em;
}

.pagenav li:first-child a, .pagination-start span {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    border-left: solid 1px #ddd
}

.pagenav li:last-child a, .pagination-end span {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.pagination ul {
    margin: 10px 10px 10px 0;
    padding: 0
}

.pagination li {
    display: inline;
}

.pagination a {
    padding: 0 14px;
    line-height: 2em;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left: 0px solid #ddd;
    display: inline-block
}

.pagination .active a {
    cursor: default;
}

.pagination span, .pagination span a:hover {
    cursor: default;
    padding: 0 14px;
    line-height: 2em;
}

.pagination li:first-child a {
    border-left-width: 1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

#jform_tags, #jform_created_by_alias-lbl, #jform_created_by_alias,
#jform_publish_down-lbl, #jform_publish_dow,
#jform_language, #jform_language-lbl, #jform_metakey, #jform_metakey-lbl,
#jform_featured, #jform_featured-lbl,
#jform_tags-lbl {
    display: none;
}

/** slide 2015 **/

.slide15head1 {
    font-family: Lato, Tahoma;
    color: #990000;
    font-size: 26px;
    font-weight: bold;
}

.slide15head2 {
    font-family: Lato;
    margin-top: 20px;
    color: #222222;
    font-size: 24px;
    font-weight: bold;
}

div.slide15bloc1 {
    width: 400px;
    position: absolute;
    right: 20px;
    top: 20px;
}

div.slide15nav {
    font-family: Lato, Tahoma;
    color: #990000;
    border-radius: 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    background-color: #ffffff;

    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    /* IE 5-7 */
    filter: alpha(opacity=90);
    /* Netscape */
    -moz-opacity: 0.9;
    /* Safari 1.x */
    -khtml-opacity: 0.9;
    /* Good browsers */
    opacity: 0.9;

    font-size: 18px;
    margin-top: 8px;
    font-weight: bold;
    /*  padding-left: 10px;*/
}

div.slide15nav > a {
    margin-top: 6px;
    margin-bottom: 8px;
    color: inherit;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
}

div.slide15nav:before {
    content: '\25A0';
    color: #990000;
    font-size: 10px;
    margin-left: 10px !important;
    margin-right: 5px !important;
    vertical-align: 30%;
}

div.slide15content {
    display: none;
    color: #000000;
    font-size: 14px;
}

div.slide15content p {
    padding: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    margin: 0px;
    text-align: justify;
}

div.slide15ensavoirplus {
    color: #ffffff;
    background: #990000;
    text-align: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 3px solid #ffffff;
    padding: 5px;
}

div.slide15ensavoirplus a {
    color: #ffffff;
    background-color: #990000;
}

div.slide15bloc11 {
    border-radius: 20px;
    background-color: #ffffff;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    opacity: 0.8;

    border: 3px solid grey;
    padding: 15px;
}

/** fin slide 2015 **/

div.blocprepa, div.blocprepa-contact {
    background-image: -moz-linear-gradient(top, rgba(250, 146, 51, 0.9), rgba(204, 107, 28, 0.9));
    background-image: -webkit-linear-gradient(top, rgba(250, 146, 51, 0.9), rgba(204, 107, 28, 0.9));
    background-image: -o-linear-gradient(top, rgba(250, 146, 51, 0.9), rgba(204, 107, 28, 0.9));
    background-image: linear-gradient(to bottom, rgba(250, 146, 51, 0.9), rgba(204, 107, 28, 0.9));

    vertical-align: top;
    margin: 0px 10px 5px 10px;
    /* border: 1px solid black;*/
    border-radius: 5px;
    box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
    display: inline-block;
    padding: 10px;
}

div.blocprepa {
    width: 35%;
}

div.blocprepa h3 {
    color: #000 !important;
    text-align: center;
}

div.blocprepa-contact {
    width: 25%;
    background-image: -moz-linear-gradient(top, rgba(250, 146, 51, 0.5), rgba(204, 107, 28, 0.8));
    background-image: -webkit-linear-gradient(top, rgba(250, 146, 51, 0.5), rgba(204, 107, 28, 0.8));
    background-image: -o-linear-gradient(top, rgba(250, 146, 51, 0.5), rgba(204, 107, 28, 0.8));
    background-image: linear-gradient(to bottom, rgba(250, 146, 51, 0.5), rgba(204, 107, 28, 0.8));

}


/* new 2018 */

div.blocsprepa { display: flex; }
div.blocprepa-bulletin {
    display: inline-block;
    text-align: center;
    margin: 20px 10px 0px 10px;
}

div.blocprepa, div.blocprepa-contact { 
    display: inline-block;
    margin: auto;
    border: 1px solid black;
    border-radius: 0px;
    box-shadow: none;
    background: none;
}


/* SURCOUCHE */
#popUpDiv, .popUpDiv {
    margin: 25px 5px !important;
    max-width: 99%;
}

#popUpDiv table, .popUpDiv table {
   width:auto !important;
    max-width: 100%;
}

