/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   RIIR
   ========================================================================== */


    /* General */

    body
    {
        background-color: #fff;
    }
    a:link, a:active, a:visited, a:hover
    {
        text-decoration: none;
        outline:none;
    }

    /* Fonts */

    @font-face {
        font-family: 'OpenSansBold';
        src: url('../../fonts/opensans-bold-webfont.eot');
        src: url('../../fonts/opensans-bold-webfont?#iefix') format('embedded-opentype'),
                 url('../../fonts/opensans-bold-webfont.woff') format('woff'),
                 url('../../fonts/opensans-bold-webfont.ttf') format('truetype'),
                 url('../../fonts/opensans-bold-webfont.svg#opensansbold') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'OpenSansLight';
        src: url('../../fonts/opensans-light-webfont.eot');
        src: url('../../fonts/sourcesanspro-lightit-webfont?#iefix') format('embedded-opentype'),
                 url('../../fonts/opensans-light-webfont.woff') format('woff'),
                 url('../../fonts/opensans-light-webfont.ttf') format('truetype'),
                 url('../../fonts/opensans-light-webfont.svg#opensanslight') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'PublicoBanner';
        src: url('../../fonts/PublicoBanner-Bold.eot');
        src: url('../../fonts/PublicoBanner-Bold?#iefix') format('embedded-opentype'),
                 url('../../fonts/PublicoBanner-Bold.woff') format('woff'),
                 url('../../fonts/PublicoBanner-Bold.ttf') format('truetype'),
                 url('../../fonts/PublicoBanner-Bold.svg#publicobanner') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'SourceSansProLight';
        src: url('../../fonts/sourcesanspro-lightit-webfont.eot');
        src: url('../../fonts/sourcesanspro-lightit-webfont?#iefix') format('embedded-opentype'),
                 url('../../fonts/sourcesanspro-lightit-webfont.woff2') format('woff2'),
                 url('../../fonts/sourcesanspro-lightit-webfont.woff') format('woff'),
                 url('../../fonts/sourcesanspro-lightit-webfont.ttf') format('truetype'),
                 url('../../fonts/sourcesanspro-lightit-webfont.svg#sourcesansprolight') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
      font-family: 'open_sansregular';
      src: url('../../fonts/OpenSans-Regular-webfont.eot');
      src: url('../../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
           url('../../fonts/OpenSans-Regular-webfont.woff') format('woff'),
           url('../../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
           url('../../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
      font-weight: normal;
      font-style: normal;
    }


    /* ULAVAL */


    header.pageHeader{
      background-color: #fff;
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      margin-top:33px;
      margin-bottom:33px;
    }
    header .logo{
      margin-left:20px;
    }
    header .logo img{
        float:left;
    }
    header .logo .h1{
        float:left;
        margin-left:0px;
        font-family: "opensanslight", Myriad Pro, sans-serif;
        font-weight: normal;
        margin-top:15px;
        margin-bottom: 0px;
        font-size:18px;
        color:#3d3d3d;
        clear:both;
    }
    header .meta{
      display:none;
      margin-right:10px;
    }
    header .meta .menu li{
      list-style-type:none;
    }
    header .meta .menu{
      padding:0;
      margin:0;
    }
    /* Navigation */

    #nav-icon4 {
      width: 25px;
      height: 25px;
      position: absolute;
      top: 10px;
      right: 10px;
      margin-top: 5px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      cursor: pointer;
    }

    #nav-icon4 span {
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background: #fff;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out;
    }


    #nav-icon4 span:nth-child(1) {
      top: 0px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center;
    }

    #nav-icon4 span:nth-child(2) {
      top: 9px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center;
    }

    #nav-icon4 span:nth-child(3) {
      top: 18px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center;
    }

    #nav-icon4.open span:nth-child(1) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 0px;
      left: 5px;
    }

    #nav-icon4.open span:nth-child(2) {
      width: 0%;
      opacity: 0;
    }

    #nav-icon4.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 18px;
      left: 5px;
    }


    .pattern{
      z-index: 1;
      position: relative;
    }
    .nav{
      max-width:1200px;
      margin-left:auto;
      margin-right:auto;
      background-color: #2b2b2b;
      height: 50px;
      position:relative;
      z-index:99;
    }
    a.menu-link {
        float: right;
        display: block;
        width:30px;
        height:50px;
    }
    .menuX, .menuX  ul ul {
      clear: both;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
    }
    .js .menuX, .js .menuX  ul ul {
      overflow: hidden;
      max-height: 0;
      padding:0px;
    }
    .menuX.active, .js .menuX  ul ul.active {
      max-height: 55em;
      position: relative;
    }
    .menuX  ul {
      margin:0px;
      padding:0px;
    }
    .menuX li{
      list-style-type: none;
      cursor: pointer;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
    }
    .menuX li li{
      -webkit-transition: none;
      -moz-transition: none;
      -o-transition: none;
      transition: none;
    }
    .menuX li a {
      color: #fff;
      display: block;
      font-size: 13px;
      border-top:1px solid rgba(255,255,255,0.3);
      padding: 15px 0px 15px 15px;
      position: relative;
      font-family: "OpenSansLight", Myriad Pro, sans-serif;
    }
    .menuX .level-1 li a,
    .menuX .menu-level-1 > ul > li > a
    {
      background-color: #2b2b2b;
      text-transform:uppercase;
    }
    .menuX ul ul.active li a
    {
      background: #383838;
      padding-left:30px;
    }
    .menuX ul ul li a{
      background-color: #2b2b2b;
    }
    .menuX li.expanded > a:after {
      content: '+';
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      font-size: 1.5em;
      padding: 12px 18px 12px 12px;
    }
    .menuX li.expanded > a.active:after {
      content: "-";
    }
    .menuX ul ul li.expanded > a:after
    {
      content:" ";
    }
    .home{
      display:none;
    }

    .language-switcher-locale-url{
      list-style-type: none
    }
     .language-switcher-locale-url li{
      display:inline-block;
     }
    /* Slideshow */

    .containerSlideshow
    {
      display:none;
      z-index:50;
    }
    .cycle-prev{
      display:none;
    }
    .cycle-next{
      display:none;
    }
    .block.first {
        position: relative;
    }
    .conteneurAchatEnLigne{
      margin-left:20px;
    }
    .views-slideshow-cycle-main-frame-row.views_slideshow_cycle_slide,
    #views_slideshow_cycle_teaser_section_diaporama-block.views-slideshow-cycle-main-frame{
      width:100% !important;
      max-width: 100% !important;
    }
    #views_slideshow_cycle_teaser_section_diaporama-block.views-slideshow-cycle-main-frame{
      overflow:visible !important;
    }
     /* Slideshow */

      .cycle-prev,
      .views-slideshow-controls-text .views-slideshow-controls-text-previous{
        position:absolute;
        top:40%;
        left:0;
        width:35px;
        height:70px;
        z-index:2;

        cursor: pointer;
        background: url('../../images/arrowLeft.png') 0 0 scroll no-repeat;
        z-index:99;
      }
      .cycle-next,
      .views-slideshow-controls-text .views-slideshow-controls-text-next{
        position:absolute;
        top:40%;
        right:0;
        width:32px;
        height:70px;
        z-index:2;

        cursor: pointer;
        background: url('../../images/arrowRight.png') 0 0 scroll no-repeat;
        z-index:99;
      }
      .cycle-prev,
      .views-slideshow-controls-text .views-slideshow-controls-text-previous,
      .cycle-next,
      .views-slideshow-controls-text .views-slideshow-controls-text-next{
        display:none;
      }

      .views-slideshow-controls-text .views-slideshow-controls-text-next a,
      .views-slideshow-controls-text .views-slideshow-controls-text-previous a{
        font-size:0;
      }
      .views-slideshow-controls-bottom{
        /*position:relative;*/
      }
      .views-slideshow-controls-bottom .views-slideshow-pager-fields{
        position:absolute;
        top: 84%;
        left: 8.5%;
        z-index: 101;
      }
      .views-slideshow-pager-fields .views-slideshow-pager-field-item {
        display:inline-block;
      }

      .view-diaporama .view-content{
        position:relative;
      }

    /* A propos */

     .apropos
     {
        max-width: 800px;
        margin-left:auto;
        margin-right: auto;
        margin-top:40px;
        margin-bottom:68px;
     }
     .apropos .revue{
        width:125px;
        margin-left:auto;
        margin-right:auto;
        display:block;
     }
     .apropos .info-apropos{
        margin-left:20px;
        margin-right:20px;
        margin-top:20px;
     }
     .apropos .info-apropos p{
        font-family: "open_sansregular", myriad pro, sans-serif;
        font-size: 13px;
        color:#2b2b2b;
        line-height:23px;
        margin-top:30px;
     }
     .apropos .boutons{
        display:none;
     }
     .boutonsMobiles1, .boutonsMobiles2, .boutonsMobiles3{
        margin-left:20px;
        margin-right:20px;
        margin-top:15px;
        height:70px;
        border:1px solid #cecece;
        display:block;
     }
    .boutonsMobiles1 a, .boutonsMobiles2 a, .boutonsMobiles3 a{
        display:block;
        text-align: center;
        font-family: "opensansbold", myriad pro, sans-serif;
        color:#009b90;
        margin-top: 25px;
        font-size:14px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
     }
    .boutonsMobiles1 a:after, .boutonsMobiles2 a:after, .boutonsMobiles3 a:after
    {
        content:url("../../images/arrow.png");
        padding-left:10px;
    }

    /* Parutions / Nouvelles */

    .parution, .nouvelles{
        float:left;
        width:100%;
    }
    .parution .containerTitreParution, .nouvelles .containerTitreNouvelle
    {
        background-color: #009b90;
        height:80px;
        width:100%;
        position:relative;
    }
    .parution .titreParution, .nouvelles .titreNouvelle,
    .parution h3
    {
        max-width: 1200px;
        margin-left:auto;
        margin-right:auto;
    }
    .parution h3{
      text-transform: uppercase;
    }
    .parution h2, .nouvelles h2{
      font-family: "PublicoBanner", Myriad Pro, sans-serif;
      margin:0px;
      font-size:30px;
      color:#fff;
      padding-top:18px;
      float:left;
      margin-left:20px;
    }
    .parution .edition{
      position:absolute;
      top:58px;
      left:0px;
      font-size:14px;
      font-family: "OpenSansBold", Myriad Pro, sans-serif;
      margin-left:20px;
      color:#fff;
    }
    .parution .edition:hover{
      text-decoration:underline;
    }

    .conteneurParution, .conteneurNouvelles{
      max-width:1200px;
      margin-left:auto;
      margin-right: auto;
      margin-top:20px;
    }
    .conteneurNouvelles
    {
      margin-top:40px;
    }
    .conteneurParution .sectionParution{
      margin-top:20px;
      width:100%;
      float:left;
    }
    .conteneurParution .titreParution,
    .conteneurParution h3{
      font-size: 13px;
      color:#686868;
      font-family: "open_sansregular", myriad pro, sans-serif;
      border-bottom:1px solid #009b90;
      padding-bottom:5px;
      margin-top:30px;
      margin-bottom:30px;
      margin-left:20px;
      margin-right:20px;
    }
    .conteneurParution .conteneurBillets{
	    float:left;
    }
    .conteneurParution .titreBillet, .conteneurNouvelles .titreBillet{
      font-size:14px;
      color: #009b90;
      font-family: "OpenSansBold", Myriad Pro, sans-serif;
      margin-top: 0px;
      margin-bottom: 5px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      margin-left:20px;
      margin-right:20px;
	  width:95%;
    }
    .conteneurParution .titreBillet a, .conteneurNouvelles .titreBillet a{
      color: #009b90;
    }
    .conteneurParution .titreBillet:hover, .conteneurNouvelles .titreBillet:hover,
    .conteneurParution .titreBillet:hover a, .conteneurNouvelles .titreBillet:hover a{
      color:#2b2b2b;
    }
    .conteneurParution .auteurBillet, .conteneurNouvelles .dateBillet,
    .contenuPage .node-nouvelle .field-name-field-date{
      font-family: "open_sansregular", Myriad Pro, sans-serif;
      color:#686868;
      font-size:13px;
      margin-top:0px;
      margin-bottom:0px;
      margin-left:20px;
      margin-right:20px;
    }
    .conteneurParution .billet{
      float:left;
      margin-bottom:15px;
      padding-right:20px;
    }
    .conteneurParution .conteneurAchatEnLigne{
      color: #009b90;
      padding:10px;
      text-align: center;
      font-family: "OpenSansBold", myriad pro, sans-serif;
      font-size: 14px;
      border: 1px solid #D5D8D7;
      margin-top:20px;
      display:block;
      width:150px;
    }
    .conteneurParution .conteneurAchatEnLigne:after{
      content: url("../../images/arrow.png");
      padding-left: 10px;
    }
    .conteneurParution .conteneurAchatEnLigne:hover{
      color: #2b2b2b;
    }

    .conteneurParution .views-row .conteneurAchatEnLigne{
      margin-top: 10px;
      padding-top:2px;
      padding-bottom:2px;
      padding-left:5px;
      padding-right:5px;
      margin-bottom:0px;

    }


    .conteneurNouvelles .billet{
      float:left;
      padding-right: 20px;
      margin-bottom:15px;
    }
    .conteneurNouvelles .dateBillet:before,
    .contenuPage .node-nouvelle .field-name-field-date .date-display-single:before{
      content:url("../../images/clock.png");
      padding-right:10px;
    }
    .toutes,
    .more-link{
      border:1px solid #D5D8D7;
      float:right;
      margin-top:25px;
      margin-bottom:50px;
      text-align: center;
      padding:10px;
      color: #009b90;
      font-family: "OpenSansBold", myriad pro, sans-serif;
      font-size:14px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      margin-right:20px;
    }
    .more-link a{
      color: #009b90;
    }
    .toutes:after,
    .more-link:after{
      content:url("../../images/arrow.png");
      padding-left:10px;
    }
    .toutes:hover,
    .more-link:hover a{
      color:#2b2b2b;
    }
    .nouvelles{
      margin-top: 40px;
    }
    .nouvelles .resume{
      font-family: "open_sansregular", myriad pro, sans-serif;
      color:#303030;
      font-size:13px;
      line-height: 20px;
      margin-bottom: 0px;
      margin-left:20px;
      margin-right:20px;
    }
    .contenuPage .node-nouvelle .field-name-field-date{
      font-size:15px;
      margin:0;
      padding-bottom: 10px
    }

    article.node-nouvelle ul.links.inline{
      display:none;
    }

    /* Footer */

    footer{
      background-color: #272727;
      width:100%;
      float:left;
      position:relative;
      overflow:hidden;
    }
    footer .containerFooter{
      max-width:1200px;
      margin-left: auto;
      margin-right: auto;
      position:relative;
    }
    footer .contact{
      max-width:425px;
      padding-left:20px;
      float:left;
    }
    .contact .nousjoindre{
      font-family: "PublicoBanner", myriad pro, sans-serif;
      font-size: 25px;
      color:#fff;
      margin-top:50px;
      margin-bottom:0px;
    }
    .contact .coordonnees, .contact .adresse
    {
      font-size: 13px;
      color:#fff;
      margin-top:20px;
      font-family: "open_sansregular", Myriad Pro, sans-serif;
    }
    .contact .copyright
    {
      font-size: 10px;
      color:#A0A0A0;
      margin-top:50px;
      margin-bottom:20px;
      font-family: "open_sansregular", Myriad Pro, sans-serif;
      width:60%;
    }
     .contact .coordonnees a{
      color:#ffffff;
     }
    .triangle{
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0px 0 330px 360px;
      border-color: transparent transparent #242424 transparent;
    }
    .triangle:after{
      content: "";
      background-color: #242424;
      width: 2000px;
      height: 2000px;
      display: block;
    }
    .footerDroit .logoFooter{
      position:absolute;
      right:125px;
      top:125px;
    }
    .footerDroit{
      float:right;
      display:none;
    }
    footer .admin{
      position:absolute;
      right:20px;
      bottom:40px;
    }


    /* Page de contenu */


    .containerTitreContenu{
      width:100%;
      background-color:#009b90;
      padding-top:30px;
      padding-bottom:30px;
    }
    .containerTitreContenu h1{
      margin-top:0px;
      font-family: "PublicoBanner", myriad pro, sans-serif;
      color:#fff;
      font-size:35px;
      margin-bottom:0px;
    }
    .contenuPage h2{
      font-family: "PublicoBanner", myriad pro, sans-serif;
      color:#009b90;
      font-size:23px;
      margin-top:30px;
    }

	.contenuPage h2.resume-article.first
	{
		margin-top:0;
		float:left;
	}

	.contenuPage h2.resume-article
	{
		float:left;
	}

    .titreContenu{
      max-width:1200px;
      margin-left:auto;
      margin-right:auto;
    }
    .titreContenu h1, .titreContenu .ariane{
      padding-left:20px;
    }
    .ariane a,
    .ariane{
      color:#fff;
      font-family: "open_sansregular", Myriad pro, sans-serif;
      font-size:13px;
    }
	 .ariane a
	 {
	 	text-decoration:underline;
	 }

	.ariane a.nolink
	{
		text-decoration:none;
	}

    .contenuPage{
      max-width:1200px;
      margin-left:auto;
      margin-right:auto;
      margin-top:40px;
      margin-bottom:40px;
      padding-left:20px;
      padding-right:20px;
    }
    .contenuPage p,
    table tr td{
      font-family: "open_sansregular", Myriad pro, sans-serif;
      color:#2b2b2b;
      font-size: 14px;
      line-height: 22px;
      margin-bottom:15px;
      margin-top:0px;
      text-align: justify;
    }
    .contenuPage table tr td p{
      padding:10px;
    }
    .contenuPage ul,
    .contenuPage ol{
      font-family: "open_sansregular", Myriad pro, sans-serif;
      color:#2b2b2b;
      font-size: 14px;
      line-height: 22px;
      margin-bottom:15px;
      margin-top:0px;
    }
    .contenuPage p a,
    .contenuPage li a,
    .contenuPage table a,
    .contenuPage legend a{
      color: #009b90;
    }
    .contenuPage p a:hover,
    .contenuPage li a:hover,
    .contenuPage legend a:hover{
      color: #2b2b2b;
    }
    .contenuPage .gauche{
      border-right:none;
      padding-right:0px;
      float:left;
    }
    .contenuPage .droite{
      padding-left:0px;
      float:left;
      margin-top:50px;
    }
    .contenuPage .droite ul{
      padding:0px;
      margin:0px;
    }
    .contenuPage .droite li{
      list-style-type: none;
      border-bottom:1px solid #cecece;
    }
    .contenuPage .droite li a{
      margin-top:20px;
      margin-bottom:20px;
      font-family: "opensansbold", myriad pro, sans-serif;
      color:#009b90;
      font-size:14px;
      display:block;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
    }
    .contenuPage .droite li:last-of-type{
      border-bottom: none;
    }
    .contenuPage .droite li a:after{
        content:url("../../images/arrow.png");
        padding-left:10px;
    }
    .contenuPage .droite li a:hover{
      color:#2b2b2b;
    }

    #views_slideshow_controls_text_pause_diaporama-block{
        display:none;
    }

    /* Page des numéros publiés */

    .contenuPage .view-derni-re-parution .views-field-nothing,
    .contenuPage .view-derni-re-parution .views-field-view,
    .contenuPage .views-field-nothing-1 .conteneurResumeEtTable{
      float:left;
    }
    .contenuPage .view-derni-re-parution.view-display-id-page_2 .views-field-nothing{
      width:25%;
    }
    .contenuPage .view-derni-re-parution.view-display-id-page_2 .views-field-view,
    .contenuPage .views-field-nothing-1 .conteneurResumeEtTable{
      width:75%;
    }
    .contenuPage .view-derni-re-parution.view-display-id-block_3 h2{
      margin-top:0;
    }
    .contenuPage .block .view-derni-re-parution.view-display-id-block_2 .views-row{
      display:inline-block;
      margin-right:10px;
    }
    .contenuPage .view-derni-re-parution .billetNumero{
      text-align: center;

    }
    .contenuPage .view-derni-re-parution .billetNumero .nomNumero{
      text-align: center;
      margin: auto;
      font-size: 14px;
      color: #009b90;
      font-family: "OpenSansBold", Myriad Pro, sans-serif;
    }
    .contenuPage .view-derni-re-parution .billetNumero a.nomNumero:hover{
      color:#2b2b2b;
    }
    .contenuPage .view-derni-re-parution.view-display-id-page_2 .billetNumero{
      text-align: left;
    }
    .contenuPage .view-derni-re-parution.view-display-id-page_2 .billetNumero > span{
      display: table;
      width: inherit;
      text-align: center;
    }
    .contenuPage .view-derni-re-parution.view-display-id-block_3 .views-row p.titreBillet{
      margin-bottom:0;
      line-height:20px;
    }

    .contenuPage .conteneurAchatEnLigne{
      color: #009b90;
      padding:10px;
      text-align: center;
      font-family: "OpenSansBold", myriad pro, sans-serif;
      font-size: 14px;
      border: 1px solid #D5D8D7;
      margin-top:20px;
      display:block;
      width:150px;
    }

	.contenuPage .articles .conteneurAchatEnLigne
	{
		float:right;
		margin-top:0;
	}
  .contenuPage .droite .conteneurAchatEnLigne,
  .view-id-derni_re_parution.view-display-id-block_1 .conteneurAchatEnLigne{
    width:165px;
  }

    .contenuPage .conteneurAchatEnLigne a{
       color: #009b90;
    }
    .contenuPage .conteneurAchatEnLigne:after{
      content: url("../../images/arrow.png");
      padding-left: 10px;
    }
    .contenuPage .conteneurAchatEnLigne:hover{
      color: #2b2b2b;
    }

    .contenuPage .views-row .conteneurAchatEnLigne{
      margin-top: 5px;
      padding-top:2px;
      padding-left:5px;
      padding-right:5px;
      padding-bottom:2px;
      margin-bottom:15px;
    }
    .contenuPage .view-derni-re-parution.view-display-id-block_3 p.auteurBillet{
      margin-bottom:5px;
    }
    .contenuPage .view-derni-re-parution.view-display-id-block_3 .views-row{
      margin-bottom:20px;
    }

    .contenu .auteurArticle{
      color:#fff;
      margin-top:15px;
      margin-right:10px;
      display:inline-block;
    }

    .contenuPage .view-derni-re-parution.view-display-id-block_3 .views-row .titreBillet a{
      font-family: "OpenSansBold", Myriad Pro, sans-serif;
    }



    /*--------------------------*/

    /* Page - Archives Numéros publiés */
    .contenuPage .gauche .tableauxAnnees{
      width:100%;
      border:2px solid #2b2b2b;

    }
    .contenuPage .gauche .tableauxAnnees tr th{
      padding-left:5px;
    }
    .contenuPage .gauche .tableauxAnnees tr td{
      /*border-bottom:3px solid #ccc;*/
      padding-top:5px;
      padding-bottom:5px;
      font-size:16px;
    }
    .contenuPage .gauche .tableauxAnnees tr:nth-child(odd){
      background:#ccc;

    }
    .contenuPage .gauche .tableauxAnnees tr:nth-child(even){

    }
    .contenuPage .view-derni-re-parution.view-display-id-page_3 .views-field-nothing{
      float:none;
    }
    .contenuPage .view-derni-re-parution.view-display-id-page_3 .views-field-nothing .billetNumero{
      text-align: left;
      padding-top:5px;
      padding-bottom:5px;
    }
    .sabonnerSingle{
      display:inline-block;
      vertical-align: middle
    }

     .aproposSidebar .boutons,
     .sabonnerSingle .boutons{
        margin-top:25px;
        height:70px;
        border:1px solid #cecece;
        float:left;
        width:100%;
        display:block;
     }

     .aproposSidebar .boutons a,
     .sabonnerSingle .boutons a{
        width:33%;
        float:left;
        text-align: center;
        font-family: "opensansbold", myriad pro, sans-serif;
        color:#009b90;
        border-right:1px solid #009b90;
        margin-top: 25px;
        font-size:14px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .sabonnerSingle .boutons {
      margin-top:0px;
      margin-bottom:0px;
      float:none;
      width:200px;
      height:35px;
    }
    .sabonnerSingle .boutons a{
      margin-top:6px;
    }
    .aproposSidebar .boutons a:last-of-type,
    .sabonnerSingle .boutons a:last-of-type{
        border-right:none;
    }

     .aproposSidebar .boutons a:after,
     .sabonnerSingle .boutons a:after{
        content:url("../../images/arrow.png");
        padding-left:10px;
    }

    .aproposSidebar .boutons a:hover,
    .sabonnerSingle .boutons a:hover
    {
        color:#2b2b2b;
    }

    .aproposSidebar .boutons a,
    .sabonnerSingle .boutons a{
      width:100%;
    }

    /*---------------------------------*/

    /* Pages des nouvelles */
    .contenuPage .view-nouvelles .dateBillet:before {
      content: url("../../images/clock.png");
      padding-right: 10px;
    }

    .contenuPage .view-nouvelles .views-field .dateBillet{
      float:none;
    }
    .contenuPage .view-nouvelles .views-field .titreBillet{
      font-family: "OpenSansBold", Myriad Pro, sans-serif;
      color: #009b90;
      margin-bottom: 5px;
    }
    .contenuPage .view-nouvelles .views-row {
      border-bottom: 1px solid #cecece;
      margin-bottom:15px;
      padding-bottom:15px;
    }
    .contenuPage .view-nouvelles .views-row-last{
      border-bottom:0;
    }
    /*---------------------*/

    .field-name-body table{
      width:100%;
    }

    .search-results .search-info{
      display:none;
    }


/* ==========================================================================
   Media Queries
   ========================================================================== */

   @media only screen and (min-width: 1220px) {

      .container{
        padding:0px !important;
      }

      /* Meta */

      header .logo{
        margin-left:0px;
      }
      header .meta{
        margin-right:0px;
      }
     .conteneurAchatEnLigne{
        margin-left:0px;
      }
      /* Menu */

      .pattern {
        overflow: visible;
      }
      a.menu-link {
         display: none;
      }
      .js .menuX, .js .menuX  ul ul {
        max-height: none;
        overflow: visible;
        background: none;
      }
      .js .menuX ul ul {
        background: #2b2b2b;
        display: none;
      }
      .js .menuX  ul li:hover > ul {
        display: block;
      }
      .menuX ul {
        margin: 0px;
        padding: 0px;
        border: 0;
      }
      .menuX li a {
        border: 0;
      }
      .menuX li.expanded > a,
      .menuX li > a.singleLvl {
        padding-left: 42px;
        padding-right: 42px;
        padding-top: 15px;
        padding-bottom:0px;
      }
      .menuX ul ul > a{
        margin-left:0px;
      }
      .menuX ul li a,
      .menuX .menu-level-1 > ul > li > a
      {
        background-color: transparent;
      }
      .menuX ul li:hover
      {
        background-color: #383838;
      }
      .menuX ul ul li{
        /*margin-left:15px;
        border-bottom: 1px solid rgba(255,255,255,0.3);*/
        width:100%;
      }
      .menuX ul ul li.last a{
        border-bottom:none !important;
      }
      .menuX ul ul a
      {
        border-right: none !important;
        font-size: 14px;
        font-family: "OpenSansLight", Myriad Pro, sans-serif;

        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-top: 0px !important;
        padding-bottom: 15px !important;
        margin-left: 15px;
        border-bottom: 1px solid rgba(255,255,255,0.3);
        margin-right: 15px;
        margin-top: 15px;
        /*width:100%;*/
        display:block;
      }
      .menuX ul ul li:hover a{
        background-color: #2b2b2b !important;
      }
      .menuX ul ul li:hover,
      .menuX ul ul li:hover a{
        background-color: #383838 !important;
      }
      .menuX ul ul.active li a
      {
        background: #2b2b2b;
      }
      .menuX ul ul ul a
      {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
      }
      .menuX li.expanded > a:after,
      .menuX ul li.expanded > a.active:after{
        content: "";
        font-size: 1em;
        padding: 0.8em 0.5em;
      }
      .menuX ul > li.expanded > a:after,
      .menuX ul > li.expanded > a.active:after {
        content: "";
      }
      .menuX  ul li {
        margin: 0px
      }
      .menuX  .menu-level-1 > ul > li {
        height: 50px;
      }
      .menuX  ul > li {
        display: inline-block;
        position: relative;

        float:left;
      }
      .menuX  ul ul {
        position: absolute;
        top: 0;
        left: 12em;
        width: 12em;
      }
      .menuX  ul ul li {
        position: relative;
        float:none;
      }
      .menuX  ul ul {
        top: 50px;
        left: 0;
        z-index:3!important;
        width:100%;
      }
      .home{
        background-image: url("../../images/home.png");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        width:45px;
        display:block;
        border-right:1px solid rgba(255,255,255,0.3);
        padding-top: 0px !important;
      }
      .cycle-prev,
      .views-slideshow-controls-text .views-slideshow-controls-text-previous,
      .cycle-next,
      .views-slideshow-controls-text .views-slideshow-controls-text-next{
        display:block;
      }

       .js .menuX ul ul.active{
        position:absolute;
       }


      /* Parution/Nouvelle */

      .nouvelles h2, .parution h2{
        margin-left:0px;
      }
      .conteneurParution .auteurBillet, .conteneurNouvelles .dateBillet,
      .conteneurParution .titreBillet, .conteneurNouvelles .titreBillet,
      .conteneurParution .titreParution, .nouvelles .resume,
      .conteneurParution h3{
        margin-left:0px;
        margin-right:0px;
      }
      .toutes,
      .more-link{
        margin-right:0px;
      }

      /* Footer */

      footer .contact{
        padding-left:0px;
      }
      footer .admin{
        right:0px;
      }

      /* Page de contenu */

      .titreContenu h1, .titreContenu .ariane{
        padding-left:0px;
      }
      .contenuPage .gauche{
        padding-right:60px;
        border-right:1px solid #cecece;
      }
      .contenuPage{
        padding-left:0px;
        padding-right:0px;
      }
      .contenuPage .droite{
        padding-left:60px;
        margin-top:0px;
      }



   }
  @media only screen and (min-width: 955px) {

      /* Meta */

      header .meta{
          float:right;
          margin-top:11px;
          display:block;
      }
      header .meta .region-navigation-bandeau
       {
        float:left;
      }
      header .meta .region-navigation-bandeau > .block{
        float:right;
      }
      header .meta .nousjoindre{
          font-family: "open_sansregular", Myriad Pro, sans-serif;
          font-weight: normal;
          font-size: 13px;
          color:#3d3d3d;
          float:left;
          margin-top:10px;
      }
      header .meta .langue,
      header .meta .language-switcher-locale-url{
          float:left;
          margin-left:20px;
          margin-top:6px;
          padding:0;
      }
      header .meta .langue a,
      header .meta .language-switcher-locale-url li a{
          font-family: "open_sansregular", Myriad Pro, sans-serif;
          font-weight: normal;
          font-size: 13px;
          color:#3d3d3d;
      }
      header .meta #block-locale-language .contextual-links-wrapper{
        right:-25px;
      }
      /*header .meta .langue .fr,*/
      header .meta .language-switcher-locale-url li.active a{
          font-family: "opensansbold", Myriad Pro, sans-serif;
      }
      header .meta .language-switcher-locale-url li.first:after{
        content:" | ";
      }
      header .meta .ul-h-search,
      header .meta #search-block-form{
          float:left;
          margin-left:20px;
      }
      header .meta .ul-h-search .ul-h-search-input,
      header .meta #search-block-form input#edit-search-block-form--2{
          border-left:1px solid #383838;
          border-right:none;
          border-top:1px solid #383838;
          border-bottom:1px solid #383838;
          height:31px;
          width:170px;
          float:left;
          font-family: "SourceSansProLight", myriad pro, sans-serif;
          font-size:14px;
      }
      header .meta .ul-h-search .ul-h-search-input[placeholder],
      header .meta #search-block-form input#edit-search-block-form--2[placeholder]{
          font-size: 12px;
          padding-left:15px;
          content:"Rechercher";
      }

      header .meta .ul-h-search .ul-h-search-submit,
      header .meta #search-block-form #edit-submit{
          width:35px;
          height:35px;
          background-color: #009b90;
          background-image: url("../../images/search.png");
          background-repeat: no-repeat;
          background-position: 10px 10px;
          border:none;
          float:left;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          font-size:0;
      }
      header .meta .ul-h-search .ul-h-search-submit:hover,
      header .meta #search-block-form #edit-submit:hover{
          background-color: #13492c;
      }

      /* Footer */

      .footerDroit{
        display:block;
      }
      .contact .copyright{
        width:100%;
      }
  }
  @media only screen and (min-width: 1215px) {
    .view-derni-re-parution.view-display-id-block_1 .views-row,.view-derni-re-parution.view-display-id-block_4 .views-row{
      min-height: 100px;
    }
  }
  @media only screen and (min-width: 840px){

    /* A propos*/

     .apropos .revue{
        float:left;
        width:125px;
     }
     .apropos .info-apropos{
        float:left;
        margin-left:40px;
        margin-right:40px;
        margin-top:0px;
        max-width:570px;
     }
     .boutonsMobiles1, .boutonsMobiles2, .boutonsMobiles3{
        display:none;
     }
     .apropos .boutons,
     .aproposSidebar .boutons{
        margin-top:25px;
        height:70px;
        border:1px solid #cecece;
        float:left;
        width:100%;
        display:block;
     }
     .apropos .boutons a,
     .aproposSidebar .boutons a{
        width:33%;
        float:left;
        text-align: center;
        font-family: "opensansbold", myriad pro, sans-serif;
        color:#009b90;
        border-right:1px solid #009b90;
        margin-top: 25px;
        font-size:14px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .apropos .boutons a:last-of-type,
    .aproposSidebar .boutons a:last-of-type{
        border-right:none;
    }
     .apropos .boutons a:after,
     .aproposSidebar .boutons a:after{
        content:url("../../images/arrow.png");
        padding-left:10px;
    }
    .apropos .boutons a:hover,
    .aproposSidebar .boutons a:hover
    {
        color:#2b2b2b;
    }

    .aproposSidebar .boutons a{
      width:100%;
    }

  }
  @media only screen and (min-width: 600px){

      header .logo .h1{
        font-size:18px;
        margin-top:15px;
        clear:none;
        margin-left:20px;
      }
      .containerSlideshow
      {
        width: 100%;
        display:block;
        overflow: hidden
      }
      .slideshow{
        z-index:0;
      }
      .slideshow img,
      .views-slideshow-cycle-main-frame-row-item .field-content img
      {
        width:100%;
        z-index:1!important;
      }
      .cycle-slideshow
      {
        position:relative;
      }

      .views-slideshow-controls-top{
        width:100%;
        /*height:100%;*/
        position:absolute;
        bottom:12px;
        left:0;
        z-index:70;
      }
      .views-slideshow-controls-top .views-slideshow-pager-fields{
        margin-right: auto;
        margin-left: auto;
        max-width: 1196px;
        padding-left:22px;
      }

      .containerInfo{
        width:100%;
        position:absolute;
        bottom:0;
        left:0;
        z-index:2;
      }
      .wrapperInfo{
        margin-right: auto;
        margin-left: auto;
        max-width: 1220px;
      }
      .info
      {
        background-color: rgba(26,26,26,0.8);
        width:420px;
        height:155px;
        float:left;
      }
      .plus{
        background-color: rgba(26,26,26,0.8);
        height:155px;
        float:left;
        width:40px;
        border-left:1px solid rgba(255,255,255,0.3);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
      }
      .plus:hover{
        background-color: rgba(26,26,26,1);
      }
      .plus a{
        margin-top: 55px;
        color: #fff;
        font-family: "PublicoBanner", Myriad Pro, sans-serif;
        font-size: 28px;
        text-align: center;
        display: block;
      }
      .info .title{
       /* font-family: "PublicoBanner", Myriad Pro, sans-serif;*/
	    font-family: "OpenSansLight", Myriad Pro, sans-serif;
        color:#fff;
        font-size:20px;
        margin:0px 0px 22px 22px;
        line-height: 22px;
        max-width:300px;
        padding-top:22px;
        padding-bottom:22px;
        display:block;
      }
      .cycle-pager
      {
        margin-left:22px;
        margin-bottom:35px;
      }
      .cycle-pager span,
      .views-slideshow-pager-fields .views-slideshow-pager-field-item span
      {
        color:#ACACAC;
        cursor:pointer;
        font-size:15px;
      }
      .cycle-pager span.cycle-pager-active,
      .views-slideshow-pager-fields .views-slideshow-pager-field-item.active span
      {
        color: #fff;
      }

      /* Parution*/

      .parution .edition{
        position:relative;
        top:0px;
        /*float:left;*/
        padding-top:34px;
        font-size:14px;
        font-family: "OpenSansBold", Myriad Pro, sans-serif;
        margin-left:22px;
        color:#fff;
      }
      .parution h2{
        padding-top:18px;
      }
    }
     @media screen and (min-width: 1250px) {
            #droite.fixedContenuDroite{
                position:fixed;
                top:40px;
                width:310px;
            }
            #droite.fixedBottomContenuDroite{
                position:absolute;
                bottom: 310px;
                right: 140px;
            }
            #droite.fixedContenuDroiteBottom{
                position:fixed;
                bottom: 310px;
                width:310px;
            }
         }


/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.rtecenter{
  text-align: center !important;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
   /* *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        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) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    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;
    }
}
