/* =============================================
 *
 *   FIXED RESPONSIVE NAV
 *
 *   (c) 2014 @adtileHQ
 *   http://www.adtile.me
 *   http://twitter.com/adtilehq
 *
 *   Free to use under the MIT License.
 *
 * ============================================= */

 @font-face {
    font-family: "Plan_bold";
    src: url('Plan_x524_Bold.otf');
  }

   @font-face {
    font-family: "Plan_regular";
    src: url('Plan_x524_Book.otf');
  }

     @font-face {
    font-family: "Plan_medium";
    src: url('Plan_x524_Medium.otf');
  }

*::-webkit-scrollbar { display: none; }

body, div,
h1, h2, h3, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup {
  font-family: "Plan_bold";
  margin: 0;
  padding: 0;
  border: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }
/* ------------------------------------------
 AJOUT CLASS PIRATEBOX
--------------------------------------------- */
.select{
color: #f00 !important;
}

/* ------------------------------------------
ajout journée etude seb
--------------------------------------------- */

.grostitre {
  font-size: 96px;
  line-height: 96px;
  font-family: Plan_medium;
  text-align: center;
}

.ouvert {
  font-size: 31px;
  line-height: 71px;
  font-family: Plan_regular;
}

.date {
  font-size: 96px;
  line-height: 150px;
  font-family: Plan_medium;
  text-align: right;
}

.grossoustitre {
    font-size: 31px;
  line-height: 40px;
  font-family: Plan_bold;
  text-align: left;
}

.visu {
    font-size: 31px;
  line-height: 40px;
  font-family: Plan_medium;
  text-indent: 4em;
}

.retrait {
margin-left:5%;
}

.retrait1 {
margin-left:5%;
}

/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.color {
  color: red!important;
}

 .nav-collapse a.color  {
  text-decoration:none !important;
  color:red !important;
}

.nav-collapse  a.color:hover {
  color:red !important;
  text-decoration:none !important;
  border-bottom: 2px solid white !important;
}

.nav-collapse a.color  a.color:hover  a.color:focus a.color:active {
    text-decoration:none !important;
    border-bottom: 2px solid white !important;
}

   

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 40em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}


/* ------------------------------------------
  DEMO STYLES
--------------------------------------------- */
body {
  font-family: "Plan_bold";
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  background: white;
  font: 100%/1.4;
}

section {
  width:100%;
  text-align: left;
  padding: 50px 0 200px 0; 
  background-color:transparent; 
  height: auto;
  margin:auto;
  width: 100%;
}

h1 {
  width: 70%;
  margin: auto;
  margin-bottom: .5em;
}

p {
  width: 100%;
  margin: auto;
}

a, a:link, a:hover {
text-decoration: none!important;
}

a: -webkit-any-link{
color: #000 !important;
text-decoration: none !important;
cursor: auto;
} 

a{
  text-decoration: none !important;
  color: #000;
} 

a:link{
  text-decoration:  none !important;
  color: #000;
} 
a:visited{
  text-decoration:  none !important;
  color: #000;
}
a:hover{
  text-decoration:  none !important;
  color: #000 !important;
} 
a:focus {
  text-decoration: none !important;
  color: #000;
}
a:active {
  text-decoration:  none !important;
  color: #000;
}

u {
  text-decoration: none ;
} 

#fixe-haut {
  display: table-cell;
  position: absolute;
  top:200px;
  width: 10%;
  left:0 !important;
  height: 40px;
  margin: auto;
  z-index: 160;
}

#fixe-haut p {
  display:table;/* so it takes width of text */
  transform:rotate(-90deg) translate( -50%,0);
  transform-origin:1em center;
  white-space:nowrap;
  font-size: 31px;
}
#fixe-haut2 {
  display: table-cell;
  position: absolute;
  top:800px;
  width: 10%;
  left:0 !important;
  height: 40px;
  margin: auto;
  z-index: 160;
}

#fixe-haut2 p {
  display:table;/* so it takes width of text */
  transform:rotate(-90deg) translate( -50%,0);
  transform-origin:2em center;
  white-space:nowrap;
}


/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */

header {
  background-color: white;
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 60px;
  left: 0;
  top: 0;
}


/* ------------------------------------------
  MASK
--------------------------------------------- */

.mask {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
  background: rgba(0,0,0, .5);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.android .mask {
  -webkit-transition: none;
  transition: none;
}

.js-nav-active .mask {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 40em) {
  .mask {
    display: none !important;
    opacity: 0 !important;
  }
}


/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-collapse,
.nav-collapse * {
  font-family: "Plan_bold";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right:60px;
}

.nav-collapse,
.nav-collapse ul {
  font-family: "Plan_bold";
  list-style: none;
  width: 100%;
  float: left;
}

@media screen and (min-width: 40em) {
  .nav-collapse {
    background-color: transparent;
    height: 50px;
    margin-left: 10% !important;
    margin: auto;
    width: 100%;
  }
}

.nav-collapse li {
  font-family: "Plan_bold";
  float: left;
  width: auto;
  height:50px;
}

@media screen and (min-width: 40em) {
  .nav-collapse li {
    width: auto;
  }
}

.nav-collapse a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
  background-color: transparent;
  text-align: left !important;
  color: black;
  width: 100%;
  float: left;
}

.nav-collapse a:active,
.nav-collapse .active a {
  background-color: transparent;
  border-bottom: 3px solid black;
  color:black!important;
}

.nav-collapse a:hover,
.nav-collapse .hover a {
  border-bottom: 3px solid black;
  background: transparent;
  color:black!important;
}

@media screen and (min-width: 40em) {
  .nav-collapse a {
    text-align: right;
    border-top: 0;
    float: left;
    margin: 10px 0 0 0 !important;
  }
}

.nav-collapse ul ul a {
  background: transparent;
}

@media screen and (min-width: 40em) {
  .nav-collapse ul ul a {
    display: none;
  }
}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-left: 65px !important;
  margin-top: 10px;
  margin-bottom: 10px;
  height: auto;
  float: left;
}

.nav-toggle:before {
  color: #000; /* Edit this to change the icon color */
  font: normal 16px "responsivenav"; /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: left;
  position: absolute;
  font-family: "Plan_bold";
  content: "Sommaire"; /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-toggle.active:before {
  font-size: 16px;
  content: "Sommaire"; /* Close icon */
}

/* ------------------------------------------
BLOC G-D
--------------------------------------------- */
#fixe-gauche
{
    height          : 100%;
    position        : fixed;
    top             : 0;
    z-index: 100;
    width           : 50px;
     background-color:#12b034;
    left            : 0;
    border-right: 2px solid #000;
}



#fixe-droite
{
    height          : 100%;
    position        : fixed;
    top             : 0;
    width           : 50px;
     background-color:#12b034;
    z-index: 90;
    right            : 0;
    border-left: 2px solid #000;
}

.chiffre p{
  margin-top: 100px; /* poussé de la moitié de hauteur de viewport */
    text-align      :center !important;
    font-size       : 20px !important;
}

/* ------------------------------------------
BLOC B
--------------------------------------------- */

#fixe-bas {
  position: fixed;
  bottom:0;
  width: 10%;
  right:0 !important;
  height: auto;
  margin: auto;
  background-color:transparent;
  z-index: 120;
}


#trad
{
    width           : auto;
    height          : auto;
    padding-bottom  : 10px !important;
    margin-right     : 20px !important;
    margin          : auto;
    text-align      : right;
 
}

#trad a: -webkit-any-link{
color: #000 !important;
text-decoration: none !important;
cursor: auto;
} 

#trad a{
  text-decoration:  none !important;
  color: #000;
} 


#trad a:link{
  text-decoration: none !important;
  color: #000;
} 
#trad a:visited{
  text-decoration: none !important;
  color: #000;
}
#trad a:hover{
  text-decoration: none !important;
  color: #000 !important;
} 
#trad a:focus {
  text-decoration: none !important;
  color: #000;
}
#trad a:active {
  text-decoration: none !important;
  color: #000;
}

/* ------------------------------------------
STYLES SECTION
--------------------------------------------- */
.colonnetexte
{
  z-index: 160;;
  width: 80%;
  margin:auto;
 
}

.colonnetexte2
{
  z-index: 160;;
  width: 80%;
  margin:auto;
  margin-top:-52px;
 
}

#tete
{
  width:100%;
  height: auto;
}

img {
  width:100%;
  max-height:100%;
}

#i
{
  padding-bottom: 200px !important;
  background-image: url('okokok_3.svg');
background-size: 100%;
 
}

#fs
{
  margin-top: 0px;
  background-color: transparent;
 background-image: url('okokok_2.svg');
background-size: 100%;
}

#s
{
margin-top:15px !important;
 background-image: url('okokok_1.svg');
background-size: 100%;
 
}

.logo_inst{
  display: inline !important;
  width: auto;
  position: relative;
  padding-top: 0px;
}

/* ------------------------------------------
LI, UL SOULIGNEMENT TEXTE
--------------------------------------------- */
.biblio {
  width:100%;
 margin:auto;
    
}

.biblio li {list-style-type: none;}
.biblio li:before {
    content: "—  " /* on affiche une chaîne de caractère */
}

.biblio ul {

    list-style: none;
    margin-left: 0;
    text-indent: -1.6em;
}

.inscription {
  width:100%;
 margin:auto;
}


.titre {
  font-family: Plan_medium;
  width:100%;
 margin:auto;
}

.titre li {list-style-type: none;}
.titre li:before {
    content: "•   ";
}

.titre ul {
    list-style: none;
    margin-left: 0;
    text-indent: -1.1em;
}


.soulignement { 
  border-bottom: 3px solid black;
}


hr {
border-bottom: 3px solid;
margin-top: 15px;
margin-bottom: 10px;
}

/* ------------------------------------------
MEDIA QUERIES
--------------------------------------------- */

@media only screen and (max-device-width : 480px), screen and (max-width : 800px)  {

body {
font-size: 16px;
line-height: 23px;
}

#fixe-gauche
{
  display: none;
}

#fixe-droite
{
  display: none;
}

#fixe-bas {
  position: fixed;
  bottom:0;
  width: 35;
  height: auto;
  margin: auto;
  right:0;
  z-index: 120;
}

#trad
{
    width           : 80%;
    height          : auto;
    padding-top      : 17px;
    margin-left: 5% !important;
    margin: auto;
    text-align: right;
 
}

header {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
}

.grostitre {
  font-size: 50px;
  line-height: 50px;
  font-family: Plan_medium;
  text-align: center;
}

.date {
  font-size: 50px;
  line-height: 50px;
  font-family: Plan_medium;
  text-align: right;
}

.grossoustitre {
  font-size: 16px !important;
  line-height: 25px;
  font-family: Plan_bold;
  text-align: left;
}


.nav-collapse,
.nav-collapse * {
  font-family: "Plan_bold";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right:20px;
}

.colonnetexte
{
  z-index: 160;;
  width: 70%;
  margin:auto;
 
}

hr {
border-bottom: 2px solid;
margin-top: 10px;
margin-bottom: 7px;
}

section {
  text-align: left;
  padding: 50px 0  100px 0;
  height: auto;
  width: 100%;
}

p {
  width: 100%;
  margin: auto;
}

.soulignement { 
  border-bottom: 2px solid black;
}


.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
  padding-left: 32px !important;
}


.nav-collapse li {
  float: left;
  height:35px;
}


.nav-collapse a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
  text-align: left !important;
  margin-left:0;
  padding-left:0;
  padding-right:0;
  margin-right:20px;
  color: black;
  width: 100%;
  float: left;
}

.nav-collapse a:active,
.nav-collapse .active a {
  border-bottom: 2px solid black;
  color:black!important;
  width:auto !important;
}

.nav-collapse a:hover,
.nav-collapse .hover a {
  border-bottom: 2px solid black;
  background: #fff;
  color:black!important;
}

.nav-collapse ul ul a {
  background: #°°°;
}

.logo{
  padding-top: 20px;
  width: 70%;
  height: auto;
}

#fixe-haut p {
  display:table;/* so it takes width of text */
  transform:rotate(-90deg) translate( -50%,0);
  transform-origin:1em center;
  white-space:nowrap;
  font-size: 21px;
}

#fixe-haut2 {
  margin-left: -15px;

}

.visu {
  font-size: 21px;
  line-height: 28px;
  font-family: Plan_medium;
  text-indent: 0em;
}
.retrait1 {
margin-left:0%;
}


.retrait {
margin-left:3%;
}

.colonnetexte2
{
  z-index: 160;;
  width: 70%;
  margin:auto;
  margin-top:-26px;
 
}

.ouvert {
font-size: 16px;
margin-top: 30px;
margin-bottom: 20px;
line-height: 16px;
font-family: Plan_regular;
}

}

/* ------------------------------------------
LI, UL programme
--------------------------------------------- */
.un {
  width:100%;
 margin:auto;
    
}

.un li {list-style-type: none;}
.un li:before {
    content: "09.30  "
     /* on affiche une chaîne de caractère */
}

.un ul {

    list-style: none;
    margin-left: 0;
    text-indent: -3.1em;
}

.deux {
  width:100%;
 margin:auto;
    
}

.deux li {list-style-type: none;}
.deux li:before {
    content: "10.00  "
     /* on affiche une chaîne de caractère */
}

.deux ul {

    list-style: none;
    margin-left: 0;
    text-indent: -3.1em;
}

.trois {
  width:100%;
 margin:auto;
    
}

.trois li {list-style-type: none;}
.trois li:before {
    content: "11.00  "
     /* on affiche une chaîne de caractère */
}

.trois ul {

    list-style: none;
    margin-left: 0;
    text-indent: -3.1em;
}

.quatre {
  width:100%;
 margin:auto;
    
}

.quatre li {list-style-type: none;}
.quatre li:before {
    content: "11.45  "
     /* on affiche une chaîne de caractère */
}

.quatre ul {

    list-style: none;
    margin-left: 0;
    text-indent: -3.1em;
}

.cinq {
  width:100%;
 margin:auto;
    
}

.cinq li {list-style-type: none;}
.cinq li:before {
    content: "12.30  "
     /* on affiche une chaîne de caractère */
}

.cinq ul {

    list-style: none;
    margin-left: 0;
    text-indent: -3.1em;
}

.six {
  width:100%;
 margin:auto;
    
}

.six li {list-style-type: none;}
.six li:before {
    content: "14.00  "
     /* on affiche une chaîne de caractère */
}

.six ul {

    list-style: none;
    margin-left: 0;
    text-indent: -3.1em;
}

.sept {
  width:100%;
 margin:auto;
    
}

.sept li {list-style-type: none;}
.sept li:before {
    content: "14.45  "
     /* on affiche une chaîne de caractère */
}

.sept ul {

    list-style: none;
    margin-left: 0;
    text-indent: -3.1em;
}

.huit {
  width:100%;
 margin:auto;
    
}

.huit li {list-style-type: none;}
.huit li:before {
    content: "15.30  "
     /* on affiche une chaîne de caractère */
}

.huit ul {

    list-style: none;
    margin-left: 0;
    text-indent: -3.1em;
}

.neuf {
  width:100%;
 margin:auto;
    
}

.neuf li {list-style-type: none;}
.neuf li:before {
    content: "16.30  "
     /* on affiche une chaîne de caractère */
}

.neuf ul {

    list-style: none;
    margin-left: 0;
    text-indent: -3.1em;
}

.less.active .button-read-more, .button-read-less  {display: none}
.less.active .button-read-less {display: block}
.more {margin-top: 10px}
.more p {margin: 0;padding: 0}

.regular {
font-family: Plan_regular;
}

