/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* Style Global */
            
body {
  font-family: 'Roboto', sans-serif;

}

h1,
.h1 {
  font-size: 36px;
  text-align: center;
  font-size: 5em;
  color: #404041;
}

.navbar {
    margin-bottom: 0px;
    border:none;
}

.navbar-nav>li>.dropdown-menu {

  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.navbar-default .navbar-nav>li>a {
/*  width: 200px;
  font-weight: bold;*/
  font-size:18px;
  font-variant:small-caps;
}

.navbar-collapse {
  background-color: white;
}

.banner-well {
  background-color: white;
  border:none;  
}

.banner-well h1 {
   margin:25px 0 0 0;
}

.head-slogan {
  color:black;
}

.breadcrumb-panel {
  margin-bottom:-1px;
  border:none;
  background-color: white;
}

.mega-dropdown {
  position: static !important;
/*  width: 210px;*/
}

.mega-dropdown-menu {
  background-color: gainsboro;
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.mega-dropdown-menu:before {
  content: "";
  /*border-bottom: 15px solid #fff;*/
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  position: absolute;
  top: -15px;
  left: 550px;
  z-index: 10;
}

.mega-dropdown-menu:after {
  content: "";
  /*border-bottom: 17px solid #ccc;*/
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  position: absolute;
  top: -17px;
  left: 283px;
  z-index: 8;
}

.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu > li > ul > li {
  list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #999;
  white-space: normal;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
  color: #428bca;
  font-size: 14px;
  font-weight: bold;
}

.mega-dropdown-menu form {
  margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}


/* Style bouton */
.btn-theme {
 color: #fff;
 background-color: #384452;
 border-color: #384452;
 margin: 4px;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
 color: #fff;
 background-color: #FCAC45;
 border-color: #ffffff;
}
            
/* Style About */
            
#f {
 background: #384452;
 padding-top: 70px;
 padding-bottom: 70px;
 text-align: center;
}
            
#f h3 {
 color: white;
 font-size: 28px;
 font-weight: 700;
 letter-spacing: 1px;
}
            
#f icon {
 font-size: 8px;
 color: #fff;
 padding: 3px;
}
            
#f p {
 font-size: 20px;
 color: #f2f2f2;
            
            
}
            
#f img {
 tex-align: center; 
}

/* Style Entête				*/
/* Barre de connexion		*/
.conexbar {background-color:black;text-align:right;padding-right:20px}

.conexbar a {color:white;}

.conexbar a:hover {
	text-decoration:none;
	font-weight:bold;
}

.spip_slogan {
	text-align:left;
	color: #3C474C;
	font-family: "Verdana", "Myriad Pro", sans serif;
	font-size: 40px;
	text-shadow: -2px 0px 0 #E4E4E4, 0px 2px 0 #E4E4E4, 2px 0px 0 #E4E4E4, 0px -2px 0 #E4E4E4, 0px 0px 0 #E4E4E4;
	/*text-transform: lowercase;*/
	height:70px;
	padding-bottom:50px;

}

.pageTitle {
    font-family: "SegoeUILight";
    font-size: 35px;
    color: #237a9e;
}


.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
      width: 70%;
      margin: auto;
  }
  
.first a .firstimg {
	float:left;
	vertical-align: top;
	background-size:cover;
	background-position: center;
	width:256px;
	height:144px;
	margin-right: 5px;
}

.sliderimg {
	float:left;
	vertical-align: top;
	background-size:cover;
	background-position: center;
	width:760px;
	height:428px;
	padding-left:100px
}
#acgAlauneSliderContainer {
    float: left;
}

#acgAlauneSlider a {
    display: block;
    background-color:#3E545E;
	transition: background-color .5s;
}

#acgAlauneSlider a:hover {
    background-color: #31454E;
	text-decoration:none;
	transition: background-color .5s;
}

#acgAlauneSlider, #acgAlauneSlider a{
    width: 700px;
    height: 180px;
    /*background-color: #3e545e;*/
    color: #fff;
    font-size: 14px;
    font-family: "SegoeUIRegular";
}
#acgAlauneSlider ul {
    margin:0;
    padding: 0;
}
#acgAlauneSlider ul li {
    width: 700px;
    height: 180px;
    padding: 0;
    list-style: none;
}

#acgAlauneSlider .acNewsContent {
    width: 470px;
    height: 180px;
    display: table-cell;
    vertical-align: middle;
    text-align: justify;
}

#acgAlauneSlider .title {
    font-family: "SegoeUILight";
    font-size: 24px;
    font-weight: lighter;
}

#acgAlauneSlider  ul li img {
    padding: 0 25px;
}

#acgAlauneSlider .spip_logos {
	float:left;
	margin-top:46px;
	position:relative;
}

.sur-glyphicon {
  margin-left: 10px;
}

.sliderpanel {
  margin-right:-31px;
  border:none
}
.imgslider {
    overflow: hidden;
    margin: 10px;
    position: relative;
}


.slider-fit_cover {
    width:760px;
  height: 428px;
  object-fit: cover;
}


.alaune-fit_cover {
    width:150px;
  height: 110px;
  object-fit: cover;
}

.imgslider figure {
  position: relative;
}

.imgslider figcaption{
  padding:10px 10px 10px 10px;
  height: 250px;
  width : 150px;
  position:absolute;
  margin:0 0 0 10px;
  font-size:18px;
  font-variant:small-caps;
  top:170px;
  right: 80px;
}

.voirplus a {
   position:absolute;
   right: 5px;
   bottom: 5px;
  color:white;
  text-align: center;
  padding: 10px 25px 10px 25px;
}

.articles-accueil img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.btn {
  background-color: white;
  border: 1px solid #cccccc;
  color: #696969;
  padding: 0.5rem;
  text-transform: lowercase;
}
.btn--block {
  display: block;
  width: 100%;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cards__item {
  display: flex;
  padding: 1rem;

}
@media (min-width: 40rem) {
  .cards__item {
    width: 50%;
  }
}
@media (min-width: 56rem) {
  .cards__item {
    width: 50%;
  }
}


.card {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width:100%;
  
}
.card:hover .card__image {
  -webkit-filter: contrast(100%);
          filter: contrast(100%);
}
.card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1rem;
}
.card__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  -webkit-filter: contrast(70%);
          filter: contrast(70%);
  overflow: hidden;
  position: relative;
  transition: -webkit-filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
  transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
  transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91), -webkit-filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
}
.card__image::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
@media (min-width: 40rem) {
  .card__image::before {
    padding-top: 66.6%;
  }
}

.card__title {
  color: #696969;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.card__text {
  flex: 1 1 auto;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

.conexbar-container-fluid {
  padding: 0 0 0 0;
}

.logo {
  text-align:right
}

.breadcrumb-panel-body {
  padding:0px
}

.my-breadcrumb {
  margin-bottom:0px
}

.recherche-panel {
  margin-bottom:-1px;
  border:none;
}

.recherche-panel-body {
  padding-top:10px;
}

.recherche-input-group {
  padding-top:20px
}

.bottom-links {
  text-align:right;
  }

.alaune-container {
  margin-top: 20px;
  height: 200px;
}

.alaune-container h3{
  margin-top: 0px;
}

.slideracad {
  height: 110px
}

.alaune-img {
  float:left;
}

.alaune-text {
  float:left;
  padding-left: 10px;
  width:450px
}

.alaune-titre {
  font-size:16px;
  font-weight: 500;
  color:white;
}

.slick-dots li.slick-active button:before {
    color:orange !important;
}



/* Menu*/
header.light blockquote { color:#000; }

/*header { min-height: 450px; }*/
header.light { background-color: #fff; }

/* Navigation Styles */
nav {
    position: relative;
    /*border: 1px solid black;*/
}
header.light nav { /*background-color:rgba(0,0,0,0.5); */}

ul.main-nav {
    list-style-type: none;
    padding: 0px;
    font-size: 0px;
    /*max-width: 1000px;*/
    margin: 0 auto;
}

ul.main-nav > li {
    display: inline-block;
    padding: 0;
}

ul.main-nav > li > a {
    display: block;
    padding: 20px 30px;
    position: relative;
    /*color: #fff;*/
    font-size: 16px;
    font-weight: 400;
    box-sizing: border-box;
	text-decoration: none;

}

ul.main-nav > li:hover { background-color: #F1F2F2/*#f9f9f9*/; }
ul.main-nav > li:hover > a { color: #333; font-weight: 400; }

ul.main-nav > li ul.sub-menu-lists {
    margin: 0px;
    padding: 0px;
    list-style-type : none;
    display:block;
}

ul.main-nav > li ul.sub-menu-lists > li {
    padding: 2px 0;
}

ul.main-nav > li ul.sub-menu-lists > li > a {
    font-size: 14px;
}

.ic {
    position: fixed;
    cursor: pointer;
    display: inline-block;
    right: 25px;
    width: 32px;
    height: 24px;
    text-align: center;
    top:0px;
    outline: none;
}

.ic.close {
    opacity: 0;
    font-size: 0px;
    font-weight: 300;
    color: #fff;
    top:8px;
    height:40px;
    display: block;
    outline: none;
}

/* Menu Icons for Devices*/
.ic.menu { top:25px; z-index : 20; }

.ic.menu .line {
    height: 4px;
    width: 100%;
    display: block;
    margin-bottom: 6px;
}

.sub-menu-head { margin: 10px 0; }

@media only screen and (max-width:1008px) {
    .sub-menu-head { color:orange; }
    .ic.menu { display: block; }
    header.light .ic.menu .line { background-color: #000; }
    .ic.menu .line {
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
    }
    .ic.menu:focus .line { background-color: #fff !important; }

    .ic.menu:focus .line:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .ic.menu:focus .line:nth-child(2) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -10px;
    }

    .ic.menu:focus .line:nth-child(3) {
        transform: translateY(15px);
        opacity: 0;
    }

    .ic.menu:focus{ outline: none; }
    .ic.menu:focus ~ .ic.close { opacity: 1; z-index : 21;  outline: none;  }

    /*

    .ic.menu:focus ~ .ic.close { opacity: 1.0; z-index : 21;  }
    .ic.close:focus { opacity: 0; }
    */
    .ic.menu:hover,
    .ic.menu:focus { opacity: 1; }


    nav { background-color: transparent; }

    /* Main Menu for Handheld Devices  */
    ul.main-nav {
        z-index:2;
        padding: 50px 0;
        position: fixed;
        right: 0px;
        top: 0px;
        width: 0px;
        background-color:rgba(0,0,0,1);
        height: 100%;
        overflow: auto;
        /*CSS animation applied : Slide from Right*/
        -webkit-transition-property: background, width;
        -moz-transition-property: background, width;
        -o-transition-property: background, width;
        transition-property: background, width;
        -webkit-transition-duration: 0.6s;
        -moz-transition-duration: 0.6s;
        -o-transition-duration: 0.6s;
        transition-duration: 0.6s;
    }

    .ic.menu:focus ~ .main-nav { width: 300px; background-color:rgba(0,0,0,1); }

    ul.main-nav > * {
        -webkit-transition-property: opacity;
        -moz-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-duration: 0.4s;
        -moz-transition-duration: 0.4s;
        -o-transition-duration: 0.4s;
        transition-duration: 0.4s;
        opacity: 0;
    }
    .ic.menu:focus ~ .main-nav > * {opacity: 1;}

    ul.main-nav > li > a:after {display: none;}
    ul.main-nav > li:first-child { border-radius: 0px; }
    ul.main-nav > li {
        display: block;
        border-bottom: 1px solid #444;
    }

    ul.main-nav > li > a { font-weight: 600; }

    ul.main-nav > li ul.sub-menu-lists > li a { color: #eee; font-size: 14px; }
    .sub-menu-head { font-size: 16px;}
    ul.main-nav > li:hover { background-color: transparent;  }
    ul.main-nav > li:hover > a {color: #fff; text-decoration: none; font-weight: 600;}
    .ic.menu:focus ~ ul.main-nav > li > div.sub-menu-block {
        border-left: 0px solid #ccc;
        border-right: 0px solid #ccc;
        border-bottom: 0px solid #ccc;
        position: relative;
        visibility: visible;
        opacity: 1.0;
    }

    .sub-menu-block { padding: 0 30px; }
    .banners-area { padding-bottom: 0px;  }
    .banners-area div { margin-bottom: 15px;  }
    .banners-area { border-top: 1px solid #444; }
}

/*noinspection CssUnusedSymbol*/
@media only screen and (min-width:1009px) {
    .ic.menu { display: none; }
    /* Main Menu for Desktop Devices  */
    ul.main-nav { display: block; position: relative; }
    .sub-menu-block { padding: 15px; }

    /* Sub Menu */
    ul.main-nav > li > div.sub-menu-block {
        visibility: hidden;
        /*background-color: #f9f9f9;*/
        background-color: #F1F2F2;
        position: absolute;
        margin-top: 0px;
        width: 100%;
        color: #333;
        left: 0;
        box-sizing: border-box;
        z-index : 3;
        font-size: 16px;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        opacity: 0;

        /*CSS animation applied for sub menu : Slide from Top */
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;

    }

    ul.main-nav > li:hover > div.sub-menu-block{
        /*background-color: #f9f9f9;*/
        background-color: #F1F2F2;
        visibility: visible;
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }

    ul.main-nav > li > div.sub-menu-block > * {
        -webkit-transition-property: opacity;
        -moz-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-duration: 0.4s;
        -moz-transition-duration: 0.4s;
        -o-transition-duration: 0.4s;
        transition-duration: 0.4s;
        opacity: 0;
    }

    ul.main-nav > li:hover > div.sub-menu-block > * {
        opacity: 1;
    }

    .sub-menu-head { font-size: 16px;}

    /* List Separator: Outer Border */
    header.light ul.main-nav > li > a { /*border-right: 1px solid #666;*/ }

    /* List Separator: Inner Border */
    ul.main-nav > li > a:after {
        content: '';
        width: 1px;
        height: 62px;
        position: absolute;
        right:0px;
        top: 0px;
        z-index : 2;
    }
    header.light ul.main-nav > li > a:after { /*background-color: #999;*/ }

    /* Drop Down/Up Arrow for Mega Menu */
    ul.main-nav > li > a.mega-menu > span { display: block; vertical-align: middle; }
    ul.main-nav > li > a.mega-menu > span:after {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #000000;
        content: '';
        background-color: transparent;
        display: inline-block;
        margin-left: 10px;
        vertical-align: middle;
    }

    ul.main-nav > li:hover > a.mega-menu span:after{
    	border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 0px solid transparent;
        border-bottom: 10px solid #666;
    }
    .banners-area { border-top: 1px solid #ccc; }
}


.myparent {
  position:relative;
}

.myenfant {
  z-index: 1;
  width:250px;
  position:fixed;
  top: 420px;
  margin-left: 10px
  /*left:-145px;*/
}

.js-carrousel__control__list {
  margin-left:-40px;
}


/* ---------------------------------------------
 Menu 
--------------------------------------------- */

#menubox {
margin: 40px 0px 40px 0px ;
padding: 0px 0px 0px 0px ;
}
.mon-menu {
  margin: 0;
  padding: 0;
  width: 220px;
}
.mon-menu li { list-style: none; }
.mon-menu li a {
  display: table;
  margin-top: 1px;
  padding: 14px 10px;
  width: 100%;
  background: #A7A37E;
  text-decoration: none;
  text-align: left;
  vertical-align: middle;
  color: #fff;
  overflow: hidden;
  -webkit-transition-property: background;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-property: background;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
}
 
.mon-menu > li:first-child a { margin-top: 0; }
 
.mon-menu li a:hover {
  background: #7C6A2F;
  -webkit-transition-property: background;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-property: background;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
 
.mon-menu li ul {
  margin: 0;
  padding: 0;
}
 
.mon-menu li li a {
  display: block;
  margin-top: 0;
  padding: 0 10px;
  height: 0;
  background: #C6DDD9;
  color: #1F3D39;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
 
.mon-menu > li:hover li a {
  display: table;
  margin-top: 1px;
  padding: 10px;
  width: 100%;
  height: 1em;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
 
.mon-menu > li:hover li a:hover {
  background: #A4CAC8;
  -webkit-transition-property: background;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-property: background;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}

table { margin-bottom: 1.385em; width: 100%; }
th { font-weight: 700; }
thead th { color: inherit; background: rgb(220, 220, 235); }
table.spip td, table.spip th, th, td, caption { padding: 0.6925em; }
tbody tr:nth-child(2n) td, tbody tr:nth-child(2n) th, tbody tr.even td, tbody tr.even th { background: rgb(243, 243, 248); }

table.spip { max-width: 99%; margin-right: auto; margin-left: auto; margin-bottom: 1.385em; border-collapse: collapse; border-spacing: 0px; }
table.spip caption { caption-side: top; text-align: center; margin-right: auto; margin-left: auto; font-weight: 700; }
table.spip th, table.spip td { border: 1px solid rgb(204, 204, 204); }
table.spip td.numeric { text-align: right; }

.formulaire_formidable div.editer.saisie_textarea{background-color:none}
.formulaire_spip .editer,.formulaire_spip .editer.gauche{padding-left:140px}
.formulaire_spip .editer{clear:both;padding:.6925em 10px;overflow:hidden}
.formulaire_spip .editer label,.formulaire_spip .editer.gauche label{/*width:114px;*/color: black;font-size: 100%;float:left;margin-left:-130px;text-align:left;font-weight:500}
.formulaire_spip .choix:first-of-type{border-top-left-radius:5px;border-top-right-radius:5px;position:relative;border-top:1px solid rgb(221,221,221)}
.formulaire_spip .choix:last-of-type,.formulaire_spip .choix:last-child{border-bottom-left-radius:5px;border-bottom-right-radius:5px;position:relative;border-bottom:1px solid rgb(221,221,221)}
.formulaire_spip .choix{background-color:rgb(255,255,255);border-top-left-radius:5px;border-top-right-radius:5px;padding:3px 10px;border-width:1px 1px 0;border-style:solid solid solid;border-color:#154360 #154360 #154360;154360
border-image:initial;border-bottom:0}
.formulaire_spip .editer-groupe,.formulaire_spip fieldset,.formulaire_spip fieldset .editer-groupe,.formulaire_spip .boutons,.formulaire_spip .titrem,.formulaire_spip .legend{margin-left:0px;margin-right:-10px}
.formulaire_spip .editer-groupe{padding:.34625em 0}
.formulaire_spip .editer-groupe .editer-groupe,.formulaire_spip .fieldset fieldset{margin:0}
.formulaire_spip fieldset{border-right-style:initial;border-bottom-style:initial;border-left-style:initial;border-right-color:initial;border-bottom-color:initial;border-left-color:initial;width:auto;padding-bottom:.34625em;border-width:1px 0 0;border-image:initial;border-top:1px solid rgb(204,204,204)}
.formulaire_spip .fieldset{margin-top:30px}
.formulaire_spip fieldset{padding:40px 10px 10px;background-color:#E1E6FA;border-style:none}
.formulaire_spip .editer,.formulaire_spip .editer.gauche{padding-left:140px}
label[for="champ_oui_non_1_non"]{top:3px;position:relative;left:160px;color:#000!important}
label[for="champ_oui_non_1_oui"]{top:3px;position:relative;left:160px;color:#000!important}
label[for^="champ_checkbox_1_"]{top:3px;position:relative;left:160px;color:#000!important}
label[for^="champ_radio_1_"]{top:3px;position:relative;left:160px;color:#000!important}
.formulaire_spip .choix>label,.formulaire_spip .choix :not(.editer)>label{top:3px;position:relative;left:160px;color:#000!important}
.legend{font-size:16px;font-weight:600;padding:20px 20px;border:1px solid #154360;color:#154360;background-color:#FFF}
#champ_selection_multiple_1{width:600px}
#champ_selection_1{width:600px}
.boutons {margin-left: 15px}

.head-ruban {
        position: sticky;
        top: 0;
        background-color: white;
        z-index: 30;
    }


/* -----------------------
   responsivité des vidéos embed
   -----------------------*/    

.video-responsive { 
overflow:hidden; 
padding-bottom:56.25%; 
position:relative; 
height:0;
}

.video-responsive iframe {
left:0; 
top:0; 
height:100%;
width:100%;
position:absolute;
}       