
/* -----------------------------------------------------------------------------
   Global
----------------------------------------------------------------------------- */

img {
  max-width: 100%;
  height: auto !important;
}


@media(max-width: 990px) {

  body {
    margin: 0;
  }

  .main-container {
    width: auto;
    margin: 0 25px 0 20px; /* Marge à 30 pour éviter effet de texte coupé sur IE. */
  }

  /* Avoid scrollbar with a global wrapper */
  .outer-wrap {
    overflow: hidden;
  }

  .visible-desktop {
    display: none;
  }


  ::-webkit-scrollbar {
    width: 10px;
  }

  ::-webkit-scrollbar-track {
    background-color: #dadada;
    border-radius: 0;
  }

  ::-webkit-scrollbar-thumb {
    color: #fff;
    background-color: #aaa;
    border-radius: 0;
  }


}


/* =============================================================================
   Sliding panel
============================================================================= */

/* -----------------------------------------------------------------------------
   Sliding panel > Core
----------------------------------------------------------------------------- */

/* Site wrapper */
.sp--wrapper {
  position: relative;
  left: 0;
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}

.sp--wrapper > header {
  position: relative;
}

.sp--is-expanded {
  overflow: hidden;
}

.sp--is-expanded .sp--wrapper {
  border: 1px solid red;
-webkit-transform: translate3d(270px, 0, 0);
        transform: translate3d(270px, 0, 0);
}


/* Panel */
.sp--panel {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 270px;
  height: 100vh;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: box-shadow 500ms, -webkit-transform 500ms;
  transition: box-shadow 500ms, -webkit-transform 500ms;
  transition: transform 500ms, box-shadow 500ms;
  transition: transform 500ms, box-shadow 500ms, -webkit-transform 500ms;
  background: #fff;
}

@media all and (-ms-high-contrast:none)
{
  .sp--is-expanded .sp--panel {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  }
}


.no-csstransforms3d .sp--panel {
  display: none;
}

.sp--is-expanded .sp--panel {
  display: block;
  z-index: 4;
}


/* Overlay */
.sp--overlay {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fafafa;
  background: rgba(0, 0, 0, 0.3);
  z-index: 3;
}

.sp--is-expanded .sp--overlay {
  display: block;
}




/* -----------------------------------------------------------------------------
   Burger
----------------------------------------------------------------------------- */

.burger-wrap {
  position: relative;
  background: #f4f4f4 url('../images/entete_fond.jpg') 51px top no-repeat;
  background-size: auto 39px;
  margin-bottom: 20px;
}


.burger-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 239px;
  right: 0;
  bottom: 0;
  background: #ffffff;
  background: -moz-linear-gradient(left,  #ffffff 0%, #f4f4f4 100%);
  background: -webkit-linear-gradient(left,  #ffffff 0%,#f4f4f4 100%);
  background: linear-gradient(to right,  #ffffff 0%,#f4f4f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=1 );
}


.burger {
  margin: 0;
  padding: 0;
  border: 0;
  background: #C50024;
  width: 50px;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 800ms;
  transition: -webkit-transform 800ms;
  transition: transform 800ms;
  transition: transform 800ms, -webkit-transform 800ms; }

@media only screen and (min-width: 990px) {

  .burger-wrap {
    display: none;
  }

  .visible-mobile {
    display: none;
  }

}

.burger__icon {
  display: block;
  position: relative;
  margin: 0 auto;
  background: #fff;
  height: 3px;
  border-radius: 3px;
  margin-bottom: 8px;
  margin-top: 8px;
  -webkit-transition: all 300ms;
  transition: all 300ms; }
  .burger__icon:before, .burger__icon:after {
    content: '';
    height: 3px;
    display: block;
    position: absolute;
    border-radius: 3px;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transition: all 800ms;
    transition: all 800ms; }
  .burger__icon:before {
    top: -8px; }
  .burger__icon:after {
    bottom: -8px; }
  .sp--trigger--is-active .burger__icon {
    background-color: transparent; }
    .sp--trigger--is-active .burger__icon:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      top: 0; }
    .sp--trigger--is-active .burger__icon:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      bottom: 0; }

.burger__text {
  display: none; }

.burger {
  display: none;

}

@media only screen and (max-width: 990px) {

  .burger {
    display: block;
  }

  div.navbar {
    display: none;
  }
}

.burger-sixlang:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url('../images/picto_6lang.png') center;
  background-size: cover;
  width: 40px;
  height: 17px;
  margin-left: 10px;
}

.burger-fb:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url('../images/picto_fb.png') center center no-repeat;
  width: 17px;
  height: 17px;
  margin-left: 10px;
}


.burger-twitter:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url('../images/picto_twitter.png') center center no-repeat;
  width: 17px;
  height: 17px;
  margin-left: 10px;
}

.burger-rss:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url('../images/picto_rss.png') center center no-repeat;
  width: 17px;
  height: 17px;
  margin-left: 10px;
}


/* -----------------------------------------------------------------------------
   Slider
----------------------------------------------------------------------------- */

.slider {
  position: relative;
}

.slide__content {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 50px 0 20px;
  background: rgba(0, 0, 0, 0.6);
  width: 300px;
  line-height: 202px;
}

.slide__content-inner {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.3;
}

.slide {
  position: relative;
  color: #fff;
}

.slide a {
  color: #fff;
}

.slide a:hover,
.slide a:focus {
  color: #fff;
}

.slide .slide__content .slide__title {
  margin: 0 0 10px;
  font-size: 1.3em;
  padding: 0;
  min-height: 54px;
}

.slide .slide__content .slide__title a {
  text-align: justify;
}

.slide__date {
  display: inline-block;
  vertical-align: middle;
  padding: 2px 8px;
  background: rgba(0, 0, 0, 0.6);
  font-size: 0.8em;
}

.flex-control-nav {
  bottom: 10px;
  right: 0;
  width: 300px;
}

.flex-control-paging li a {
  background-color: #fff;
}

.flex-control-paging li a.flex-active {
  background-color: #c50024;
}

.flex-direction-nav li {
  padding: 0 !important;
  background: none !important;
}

.flex-direction-nav .flex-prev {
  left: 20px;
}

.flex-direction-nav .flex-next {
  right: 20px;
}


@media only screen and (max-width: 990px) {

  .slider {
    margin-bottom: 20px;
  }

  .slide__content {
    position: static;
    width: auto;
    padding-top: 20px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 20px;
    line-height: 1.3;
  }

  .slide > img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  .flex-direction-nav .flex-prev {
    top: auto;
    bottom: 15%;
  }

  .flex-direction-nav .flex-next {
    top: auto;
    bottom: 15%;
  }


}

/* -----------------------------------------------------------------------------
   Nav RWD
----------------------------------------------------------------------------- */

.btn-wrap {
  text-align: right;
}

.btn--close {
  margin: 0;
  padding: 0;
  background: 0;
  color: #000;
  text-transform: uppercase;
  border: 0;
  font-size: 0.917em;
}

.nav-rwd {
  margin: 0;
  padding: 0;
}

.nav-rwd a {
  display: block;
  padding: 5px 10px;
  font-size: 1.2em;
}

.nav-rwd a br {
  display: none;
}


.panel__inner {
  padding: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
}



/* -----------------------------------------------------------------------------
   Content
----------------------------------------------------------------------------- */

@media only screen and (max-width: 990px) {

  h1 {
    font-size: 1.5em;
    line-height: 1.2;
    margin: 10px 0;
  }

  .contenu p {
    line-height: 1.5;
  }

  /* Surcharge des images de contenu forcée en float. */
  .contenu img {
    float: none !important;
    margin-left: 0 !important;
    margin-bottom: 10px;
    display: block;
  }

  .presentation h1 {
    font-size: 1.3em;
    font-weight: bold;
  }

  .presentation {
    overflow: hidden;
  }

  .presentation p {
    margin-left: 0;
  }

  .logo {
    width: 70px;
  }

  .logo a {
    position: static;
    width: 50px;
    margin: 10px 5px;
  }

  .entete .row {
    background: none;
    margin: 0;
    height: auto;
  }

  .container {
    width: auto;
  }

  .slogan h3 {
    margin: 19px 0 0;
    position: static;
    max-width: 240px;
    min-width: 0;
    background-image: url('../images/courdecassation_slogan--small.png');
    background-size: 90% auto;
  }

  .slogan > a {
    display: block;
    max-width: 375px;
  }

  .col-xs-12 {
    margin-bottom: 20px;
  }

  .arrets {
    padding-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .arrets ul {
    margin-left: 0;
  }

  .page_sommaire .main-container .arrets h2 {
    font-size: 1.5em;
    padding-left: 0;
  }

  .page_sommaire .main-container ul li {
    margin-bottom: 10px;
  }

  .arrets .section, .section {
    white-space: normal;
  }

  .info > div {
    height: auto;
  }

  .page_sommaire .main-container .info ul li.suivi_arret {
    margin: 0;
    padding: 7px 10px 7px 33px;
  }

  .colloque > div {
    height: auto !important;
    padding: 0 180px 0 5px;
  }

  .colloque .acces {
    position: static;
    padding-bottom: 10px;
  }

  .page_sommaire .main-container .colloque ul li {
    padding: 0;
  }

  .page_sommaire .main-container .colloque h2 {
    padding-left: 0;
  }

  .liens_pro > div {
    height: auto;
  }

  .page_sommaire .main-container .triptique ul li.element1 {
    background-position: 100% -10px;
    height: 54px;
  }

  .page_sommaire .main-container .triptique ul li.element2 {
    height: 45px;
  }

  .page_sommaire .triptique ul li {
    margin-bottom: 0;
  }

  .triptique > div {
    height: auto;
  }

  .page_sommaire .main-container .triptique ul li.element3 {
    background-position: 100% -12px;
    height: 45px;
  }

  .pied {
    background: none;
    color: #3f3e3e;
  }

  .pied a,
  .pied a:link,
  .pied a:visited {
    color: #3f3e3e;
  }

  .pied .recherche {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    float: none;
    width: auto;
    margin-bottom: 20px;
    overflow: hidden;
  }

  .pied #recherche {
    width: 93%;
  }

  .copyright {
    color: #3f3e3e;
    margin-top: 20px;
  }

  .menu_sousrubriques,
  .social_links {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #e3e3e3;
    border: 0;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .page_rubrique .rubrique_liste,
  .page_rubrique .article_liste {
    margin: 0;
  }

  .page_rubrique .descriptif h4 a,
  .page_rubrique .descriptif .article_liste h4 a {
    font-size: 0.8em;
  }

  .page_rubrique .descriptif h4 {
    padding: 8px 0;
  }

  .contenu ul {
    padding-left: 0px;
  }

  .contenu ul li {
    margin-left: 0;
  }

  .tabbable ul.nav-tabs {
    padding-left: 0;
  }

  .tabbable ul.nav-tabs li {
    font-size: 0.7em;
  }

  .tabbable ul.nav-tabs li a {
    padding-left: 5px;
    padding-right: 5px;
  }

  .table-wrap {
    width: 100%;
    overflow: auto;
  }

  .form_inscript h3 {
    font-size: 16px;
  }

  .contenu p.trigger {
    text-align: left;
  }

  .arrets .acces ol {
    margin: 0;
  }

  .ratio-wrap {
    position: relative;
    /*max-width: 500px;*/
    padding-bottom: 56%;
    height: 0;
  }

  .ratio-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .qpc table {
    height: auto !important;
  }

	.zoneLabel3 {
	    width: auto;
	    float: left;
	    padding-top: 10px;
	    padding-right: 5px;
	    text-align: left;
	}

	.zoneObligatoire {
		padding-top: 23px;
		padding-right: 10px;
	}

	.zoneChamps2 {
		clear:both;
		padding-top: 0px;
		display: block;
		padding-bottom: 10px;
	}
	.zoneChamps2 input.champs {
		max-width: 100%;
	}
	.zoneObligatoire.clAtelierSec {
		padding-top:inherit;
	}
	.zoneChamps2.clAtelierSec {
		padding-top:inherit;
	}
}
/* /media */




/* =============================================================================
   Menu level
============================================================================= */

/* Never show level 3 */
.mlvl-level--top .mlvl-level .mlvl-level {
  display: none;
}

.mlvl-level {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transition: transform 200ms ease-out;
  transform: translate3d(0, 0, 0);
  z-index: 2;
  overflow: auto;
  /*padding-bottom: 80px;*/
}

.mlvl-level--top {
  position: absolute;
  background: none;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* Hide sublevels */
.mlvl--is-hidden {
  transform: translate3d(100%, 0, 0);
}

.no-csstransitions .mlvl--is-hidden {
  display: none;
}


.mlvl-level .dropdown-menu-container {
  display: block;
}

.rwd--sub {
  padding: 0;
  margin: 0;
}

.mlvl--back {
  display: block;
  background: none;
  text-transform: uppercase;
  margin-bottom: 20px;
  border: none;
}


.mlvl--back:before {
  content: '<';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}


.menu-top-level {
  position: absolute;
  top: 50px;
  right: 0;
  bottom: 70px;
  left: 0;
}



