/*
 * Globals
 */
 body {font-family: "Butler";
 font-weight: 500;
  background-color: #fff;
  /* -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto; */
}
/* h1::before, h2::before, h3::before, h4::before, h5::before, h6::before {
    display: block;
    content: " ";
    height: 60px;
    margin-top: -40px;
    visibility: hidden;
} */

/* a:hover {  border-bottom: 0.5rem solid #3f51b5;} */
a:hover {color: #ed1c24;}
h3 a:hover {color: #ed1c24!important;}

a.nav-link:after, a.btn-rouge:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #20409a;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
a.nav-link:hover:after, a.btn-rouge:hover:after {
  color: #20409a;
  width: 100%;
  left: 0;
}
.btn.btn-sm {   font-size: 1em;   }
.btn-rouge {
  /* background-color: #FFF; */
  width: 180px;
     height: 60px;
     /* transform: skew(  -20deg  ); */
     color: #ed1c24;
     font-weight: 600;
     text-align-last: center;
     text-transform: uppercase;
     white-space: normal;
   box-shadow:none;
   }
   .btn-rouge-large {
     width: 220px;
   }
.btn-bleu {background-color: #20409a;}
.btn-rounded {border-radius: 10em;    -webkit-transform: rotate(-3deg);    transform: rotate(-3deg);}
.btn-border {
 text-align: left;
   border: 1px solid #20409a!important;
   background-color: transparent!important;
   color: #20409a!important;
  margin-bottom: 5px;}
.btn-border span {}
 .btn-border-blanc {
   text-align: left;
     border: 2px solid #fff!important;
     background-color: transparent!important;
     color: #fff!important;}
.btn-arrow:after {
     position: absolute;
     content: ' ';
     bottom: -6px;
     left: calc(50% - 8px);
     border-left: 8px solid white;
     border-right: 8px solid white;
     border-top: 15px solid white;
     -webkit-transform: rotate(45deg);
             transform: rotate(45deg);
   }

   button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
button.learn-more {
  width: 4rem;
  height: auto;
}
button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  /* background: #282936; */
  border-radius: 1.625rem;
}
button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
button.learn-more .circle .icon.arrow2 {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}

button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #282936;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}
button:hover .circle {
  width: 100%;
}
button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}

button:hover .button-text {
  color: #fff;
}
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.worksmenu {
    background-color: transparent;
    cursor: pointer;
    width: 50px;
    height:50px;
    border: 1px solid #20409a;
    border-radius:50%;
    z-index: 1000;
    margin: 0 auto;
    margin-top: 20px;
     -webkit-transition: all .2s ease-in-out;

}

.worksmenu:hover {
     -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.worksmenu .arrowleft {
   width: 15px;
    height: 15px;
    margin: 35% 40%;
    box-shadow:1px -1px 0 0px #20409a inset;
    background-color: transparent;
   -webkit-transform: rotate(45deg);
    -ms-transform: scale(45deg);
    transform: scale(45deg);
}

.worksmenu .arrowright {
   width: 15px;
    height: 15px;
    margin: 35% 30%;
    box-shadow:1px -1px 0 0px #20409a inset;
    background-color: transparent;
   -webkit-transform: rotate(225deg);
    -ms-transform: scale(225deg);
    transform: scale(225deg);
}

 .fond-rouge {
   /* background-color: #ed1c24; */
   background: #ed1c24;

   }
   .minheight {min-height: 760px;}

.fond-image {background-image: url("../img/fond-cc-2021.jpg") ;
background-repeat: no-repeat;background-size: cover;background-position: center;}
.fond-image-png {background-image: url("../img/texte-cover.png") ;
background-repeat: no-repeat;background-size: contain;background-position: center;}
.fond-institution {background-image: url("../img/institution-collegiale-fond.png") ;
background-repeat: repeat;background-position: center;}
#parallax {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url("../img/RA.png"), url("../img/2021-2022.png"), url("../img/liberte.png"), url("../img/ombre.png");
  background-repeat: no-repeat;
  background-position: center;
  background-position: 50% 20%;
}

.badge-primary {
	background-color: #d26d81 !important;
}
.badge-second {
	background-color: #4fbaab !important;
}
.badge {
	display: inline-block;
	padding: 0.5em 0.4em;
	font-size: 1.4em;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: text-bottom;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.badge-pill {
	border-radius: 1rem;
	padding-right: 0.8em;
	padding-left: 0.8em;
}
.fond-annee {background-image: url("../img/section-fond-annee.jpg") ;
background-repeat: no-repeat;background-size: cover;background-position: center;}
.fond2-image {background-image: url("../img/section-fond-mouvement.jpg") ;
background-repeat: no-repeat;background-size: cover;background-position: center;}
.fond3-image {background-image: url("../img/section-fond-election.jpg") ;
background-repeat: no-repeat;background-size: cover;background-position: center;}
.fond4-image {background-image: url("../img/section-fond-guerre.jpg") ;
background-repeat: no-repeat;background-size: cover;background-position: center;}
.fond5-image {background-image: url("../img/cercle-fond-annee-conseil.png") ;
background-repeat: no-repeat;background-size: cover;background-position: center;}
.fond6-image {background-image: url("../img/cercle-fond-annee-conseil.png") ;
background-repeat: no-repeat;background-size: cover;background-position: center;}
.fond-dc-image {background-image: url("../img/section-fond-decisions.jpg") ;
background-repeat: repeat;background-size: default;background-position: top;}
.fond-qpc-image {background-image: url("../img/section-fond-qpc.jpg") ;
background-repeat: repeat;background-size: default;background-position: top;}
.fond-bluestripes {background-image: linear-gradient(124deg, #20409a 28.57%, #ffffff 28.57%, #ffffff 50%, #20409a 50%, #20409a 78.57%, #ffffff 78.57%, #ffffff 100%);
background-size: 84.44px 125.18px;}


 .transparent {opacity: 0.3;}
 .opaque {opacity: 1;}

 /* .bg-lighty {   background-color: rgba(23, 23, 73, 0.9); } */
 .bg-lighty {   background-color: white; }

 .marg-l-10 {margin-left: 10%;}
 .marg-t-30 {margin-top: 30%;}
 .marg-t-5 {margin-top: 5%;}
 .marg-t-85px {margin-top: 125px;}
 .marg-t-3 {margin-top: 3%;}
 .marg-t-10 {margin-top: 8%;}
 .marg-t-04 {margin-top: -4%;}
 .marg-b-10 {margin-bottom: 10%;}
 .pad-b-10 {padding-bottom: 10%;}
 .pad-b-5 {padding-bottom: 5%;}
 .pad-all-5 {padding: 5%;}
 .pad-all-2 {padding: 2%;}

/* h2 {padding-top: 8%;} */
.navbar-light .navbar-nav .nav-link {color:#fff;}
.navbar {-webkit-box-shadow: none;box-shadow: none;}
 .nav-item {   font-size: 1.1em;   font-weight: 500;   line-height: 1.2;   color: #fff;   text-transform: none;}
.navbar .dropdown-menu a {  font-family: "Neutra Text";    font-size: .9375rem;    font-weight: 300;    color: #810f00!important;}
.dropdown-item.active, .dropdown-item:active {    color: #fff;    text-decoration: none;    background-color: #deb887;}
.affix {  top:0;  width: 100%;  z-index: 9999 !important;}
.affix ~ .container-fluid {  position: relative;  top: 50px;}
.active {color:#fff;-webkit-transition:opacity 0.6s ease 0s;transition:opacity 0.6s ease 0s;}
a.nav-link {color:#20409a!important;}
.nav-pills .nav-link {border-radius:0rem;}
.nav-pills .nav-link.active,.nav-pills .show>.nav-link
{color: #e91e63!important;
    background-color: unset;
    border-bottom: 0.1rem solid #3f51b5;}
.navcenter {padding-left: 8%;}
.navbar.navbar-light .navbar-toggler-icon {
            background-image: url(
"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(32, 64, 154, 1)' stroke-width='1' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
        }

        #navbar-cc {
          position: fixed; /* Make it stick/fixed */
          top: -150px; /* Hide the navbar 50 px outside of the top view */
          width: 100%; /* Full width */
          transition: top 0.3s; /* Transition effect when sliding down (and up) */
        }

@media (min-width: 992px)
{
.navbar-expand-lg .navbar-nav .nav-link {    padding:1em 0.8rem 0.3em}
.navcenter {padding-left: 8%;}
}
@media (min-width: 1800px)
{
  .navcenter {padding-left: 5%;}
}
.sigle {margin:-20%;}
.lien-home {position:absolute;
  width:100%;
  height:100%;
  top:0;
  left: 0;
  z-index: 1;
cursor: pointer;}
.titre-cc {margin:42% 0 0 -20%;}
h1, .h1 {color:#20409a;font-size: 24px;text-transform: none;}
/* h1>span, .h1>span {margin-top:0.1rem;font-size: 20px;font-weight: 200;text-transform: uppercase;}
.picto-below {margin-top: 15px;} */

@media screen and (max-width: 765px) {
  /* .fond-rouge {min-height: 400px;} */
  .minheight {min-height: 400px;}
  .titre-cc {margin:25% 0 10% 0%;}
  .picto-below {display:none;}
  h2 {font-size: 2.8em;}
}

/* PAGE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body.page {}
body.page h1, body.page .h1, body.page h2 {font-family: "Butler";font-size: 54px;margin:20px 0 30px 0;text-transform: none;}
.guillemet {display: block;}
.guillemet2 {display: block;float: right;}

.accroche {font-family: "Neutra Text";color:#ed1c24;font-size: 1.6em;margin-top:20px;font-weight: 300;}
.accroche2 {color:#20409a;font-family: "Neutra Text";font-size: 20px;margin-top:20px;text-transform: uppercase;font-weight: 600;}
.extract {font-size: 24px;}

.encadre-dc {
  color:#20409a;border: 1px solid #20409a;
}
.encadre-qpc {
  color:#ed1c24;border-bottom: 3px solid #ed1c24;border-right: 6px solid #ed1c24;
}
.encadre-parole {
  color:#d26d81;border: 1px solid #d26d81;
}
.encadre-parole-vert {
  color:#77a147;border: 1px solid #77a147;
}
.gras-encadre {font-weight:bold;font-size: 1.6em;}
.gras {font-weight:600;}


/* FILET
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.filet-rouge-fin
{width:100%;color:#fff;border:1px solid #ed1c24;}

.filet-rouge {width: 20%;
    border-top: 10px solid #ed1c24;
    padding: 10px 0 15px 0;
    margin: 0px;
    position: relative;}

.filet-bleu {width: 20%;
    border-top: 10px solid #20409a;
    padding: 10px;
    margin: 0px;
    position: relative;}

.filet-orange {width: 20%;
        border-top: 10px solid #f28c00;
        padding: 10px 0 15px 0;
        margin: 0px;
        position: relative;}
.filet-article-orange {
        width: 5%;
        border-top: 5px solid #f28c00;
        /* padding: 10px 0 15px 0; */
        margin: 0px -7% -15px;
        position: relative;
}

.filet-dore {
  width: 20%;
      border-top: 10px solid #ae9747;
      padding: 10px;
      margin: 0px;
      position: relative;
}
.filet-violet {
  width: 20%;
      border-top: 10px solid #93307e;
      padding: 10px;
      margin: 0px;
      position: relative;
}

.stabilo-bleu {color:#20409a;background-color: #c5e5e7;padding: 5px;}

/*
–––––––––––––––––––––––––––––––––––––––––––––––––– */



body.decisions h1, body.decisions .h1 {font-family: "Butler";font-size: 3em;margin:30px 0 15px 0;text-transform: none;font-weight: 600;line-height: 1em;}
body.decisions h1>span {color: #ed1c24;}
r {color: #ed1c24;}

body.decisions h2 { font-family: "Neutra Text"; font-size: 2.2em;    margin: 0px 0 30px 0; text-transform: none;}
body.decisions h2.qpc {font-size: 2.8em;}
body.decisions h2.regard {font-family: "TiemposHeadline-LightItalic";font-style: italic;font-size: 2.5em;margin:30px 0 0px 0;text-transform: none;}

.bloc-blanc {background-color: #fff;opacity: 0.8;padding:10px;border-radius: 0 0 18px 0px;}

h2, .h2 {font-family: "Butler";font-size: 72px;font-weight: 900;margin:45px 0 10px 0;}

h2.membres {font-family: "Butler"!important;font-size: 46px!important;margin:25px 0 5px 0!important;}

h2.evenements {font-family: "LL Circular Medium Web"!important;font-size: 46px!important;margin:45px 0 5px 0!important;}
.entretien-pres {font-size:32px;font-weight:500;}
h3 {color:#fff; font-family: "Neutra Text";font-size: 1.8em;text-transform: none;font-weight: 300; font-style: normal;}

h3.home a {color:#fff; font-family: "Butler";font-size: 1.5em;line-height:1.1em;text-transform: none;font-weight: 300;font-style: normal;margin-bottom: 10px;opacity: 1;}

h3.home a.typobleu {color:#20409a;}

h4, .h4 {font-family: "Neutra Text";font-size: 2.5rem;}
h5, .h5 {font-family: "LL Circular Medium Web";font-size: 1.4;line-heigh:1.8em;text-transform: none;}
.date-evenement {text-transform: lowercase;font-family: "TiemposHeadline-Regular";font-size: 1.5rem;}

.butler {font-family: "Butler";}

.lettrine {font-size: 4.5em;
  color: #ed1c24;
    padding: 0.3em 0.1em 0 0;
    float: left;
    margin-top: 0.1em;
    font-weight: 900;}
.lettrine-2 {
  font-family: "Neutra Text";
        font-size: 7.5em;
        color: #20409a;
        padding: 0.3em 0.1em 0.2em 0;
        float: left;
        margin-top: -0.2em;
        font-weight: 900;
    }
.typo-bleu {color:#20409a!important;}
.typo-noir {color:#171717;}
.typo-blanc {color:#fff!important;}
.typo-rouge, red {color:#ed1c24;}
.typo-saumon {color:#ee7879;}
.typo-dore {color:#ae9747;}
.typo-orange {color:#f3954a;}
.typo-verte {color:#77a147!important;}
.typo-violet {color:#93307e!important;}
.typo-turquoise {color:#51bbac!important;}


h2::before, .h2::before  {
  /* display: inline-block; */
  /* content: url("../img/thewave.png"); */
  font-family: "Butler";
  font-style: oblique;
  font-weight: 200;
  /* padding: 0 0.5em; */
    /* margin-bottom: 15px; */
  /* width: 1px;
height: 15px; */
color: #ed1c24;
}

h1.typo-noir::before, .h1.typo-noir::before  {
  /* display: inline-block; */
  content: "/";
  font-family: "Butler";
  font-style: oblique;
  font-weight: 200;
  padding: 0 0.5em;
    /* margin-bottom: 15px; */
  /* width: 1px;
height: 15px; */
color: #ed1c24;
}


.underline {
  display: inline-block;
  /* content: url("../img/thewave.png"); */
  /* padding: 1em 0 0em 0; */
    margin-top: 30px;
  width: 80px;
height: 5px;
transform: skew(-30deg);
/* background: #20409a; */
background: #ed1c24;

		  /* optional animation */
    -webkit-transition:.5s;
    transition:.5s;
    }

    .turquoise {background-color:#51bbac;}
    .orange {background-color:#f3954a;}



    .chapo {
      font-family: "Neutra text";
      font-size: 1.3em;line-height:1.5em;}

.chapo-montpensier {
  font-family: "Butler";
  font-size: 2.0em;line-height:auto;
  padding: 20px;
}

.chapo-decision {font-size: 1.3em;line-height:1.5em;}

.titre-suite {font-family: "TiemposHeadline-Light";font-size: .8em;text-transform: none}

.question {font-family: Neutra Text;
  font-size: 1.4em;
  font-weight: 500;
    line-height: 1.4em;
    text-transform: none;
    /* font-weight: bold; */
  }

.text-entretien {
    text-align: justify;
      font-size: 1.2em;
      line-height: 1.6em;
  }
  .titre-2 {font-family: "TiemposHeadline-Regular";font-size: 2em;line-height:1.8em;text-transform: none;}

  .titre-3 {font-family: "TiemposHeadline-Regular";font-size: 1.2em;line-height:1.8em;text-transform: none;}

  .auteur-bis {font-family: "TiemposHeadline-Regular";font-size: 1.2em;line-height:1.8em;text-transform: none;}

/* .text-entretien>span {color: #ed1c24;} */

.surtitre {font-family: "Neutra Text";font-size: 14px;
    text-align: left;
    color: #666;
    margin: 20px 0 -20px 0;}
.surtitre>span, .surtitre2>span {color: #ed1c24;}
.surtitre2 {    font-size: 14px;    text-align: left;
    color: #666;    margin: 20px 0 -30px 0;}
.surtitre>span.date-dc {color:#20409a;}
.sous-titre {font-size: 14px;    text-align: right;
    color: #20409a;    margin: 0 0 30px 0;}
.badge {-webkit-box-shadow: unset;box-shadow: unset; white-space: normal;text-align: left;}
.portrait {float:right;
  -webkit-box-shadow: 0 1rem 4rem rgba(0,0,0,.475)!important;box-shadow: 0 1rem 4rem rgba(0,0,0,.475)!important;    margin-bottom: 100px;}

h2.titre-blanc {color:#fff;font-family: "Neutra Text";font-size: 64px;line-heigh:1.2em;text-transform: uppercase;}
h2.titre-blanc-tiempo {color:#fff;font-family: "Neutra Text";font-size: 64px;line-heigh:1.2em;text-transform: none;}
h2.titre-blanc>span {
  background-image: linear-gradient(120deg, #fff 0%, #fff 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.2em;
  background-position: 0 105%;
  -webkit-transition: background-size 0.25s ease-in;
  transition: background-size 0.25s ease-in;
}
.accroche-conseil {color:#fff;font-family: "LL Circular Medium Web";font-size: 1.8em;line-heigh:1.2em;}
.accroche-conseil>span {color:#fff;font-family: "LL Circular Medium Web";font-size: 50px;line-heigh:1.2em;font-weight: 900;}

.white-text {color:#fff;font-family: "LL Circular Book Web";font-size: 15px;line-heigh:1.2em;text-transform: uppercase;}
.white-text2 {color:#fff;font-family: "LL Circular Book Web";font-size: 15px;line-heigh:1.2em;text-transform: uppercase;padding:1rem;opacity:1!important;z-index:99;}


.encart-bleu {padding:10px;border-right: 1px solid white;}

.counter {
  font-family: "TiemposHeadline-Regular";
  /* background-color: #ed1c24; */
  /* border-radius: 50%; */
  position: relative;
  color: #fff;
  text-align: center;
  line-height: 92px;
  /* width: 120px;
  height: 120px; */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
}

.count-title {
  font-size: 6em;
    font-weight: normal;
    /* margin-top: 10px; */
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 1.5em;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    /* text-align: left; */
    line-height: 1.2em;
}

.decisions-car {color:#fff;font-family: "TiemposHeadline-Regular";
font-size: 24px;}
.decisions-car-2 {color:#fff;font-family: "TiemposHeadline-Regular";
font-size: 20px;}
#decisions .view:hover {background-color: rgba(31, 40, 90, 0.8);;-webkit-transition: all .2s ease-in-out;transition: all .2s ease-in-out;}

.view {
  overflow: unset;
}

.carousel {margin-bottom: 60px;}

.h2.titre-bleu, h2.titre-bleu {color:#20409a;font-family: "Neutra Text"!important;font-weight:500;font-size: 36px!important;line-heigh:1.2em;text-transform: uppercase;}
h2.titre-bleu>span {
  background-image: linear-gradient(120deg, #20409a 0%, #20409a 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.2em;
  background-position: 0 105%;
  -webkit-transition: background-size 0.25s ease-in;
  transition: background-size 0.25s ease-in;
}

.auteur {color:#fff; font-family: "TiemposHeadline-Regular";font-size: 18px;}
.texte-telechargement {color:#20409a;font-family: "LL Circular Medium Web";font-size: 24px;line-heigh:1.2em;}

.picto-stick-right {position: fixed;
  top: 10%;  margin-left: -10px;  -webkit-transition: margin .25s ease-out;  transition: margin .25s ease-out;  -webkit-transform: translateY(-8%);  transform: translateY(-8%);z-index: 9999;}
.picto-stick-right:hover {  margin-left: -1px;  -webkit-transition: margin .25s ease-out;  transition: margin .25s ease-out;
}
.menusideleft {margin-left: -50px;
  -webkit-transition: 1s;
  transition: 1s;}
/* sidebar navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Sidebar */
#menu-toggle{
color:white;

/* position: sticky; */
top: 110px;
-webkit-transform: rotate(0deg);
        transform: rotate(0deg);
}
#wrapper {
  padding-left: 315px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled {
  padding-left: 0px;
}


#sidebar-wrapper {
		    position: fixed;
        top:5%;
                    left: 300px;
                    width: 300px;
                    height: 100%;
                    margin-left: -300px;
                    overflow-y: scroll;
            		    overflow-x: hidden;
                    background: #FFF;
		    -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
z-index: 2;
}


#wrapper.toggled #sidebar-wrapper {width: 0px;
}


#page-content-wrapper {
  width: auto;
  position: absolute;
  padding: 50px;
}


#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -300px;
  width:100%;
}

/* Sidebar Styles */

.sidebar-nav {
  position: absolute;
  top: 6%;
  width: 250px;
  margin: 0 20px;
  padding: 0;
  /* list-style: circle; */
  color: burlywood;
}
.menu-page-dc {margin: 0 20px;
    padding: 10px;
    list-style: circle;
    color: burlywood;}

.sidebar-nav li.sidebar-brand, .menu-page-dc li.sidebar-brand {list-style:none;}

.sidebar-nav li, .menu-page-dc li {
  /* text-indent: 20px; */
/* margin-bottom: 15px; */
margin-left: 10px;
}

.sidebar-nav li a, .menu-page-dc li a {
  display: block;
  text-decoration: none;
  color: #999999;
}

.sidebar-nav li a:hover, .menu-page-dc li a:hover, .sidebar-nav li.active {
  text-decoration: none;
  color: #20409a;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px;
}

.sidebar-nav li a:active, .sidebar-nav li a:focus, .menu-page-dc li a:active {
  text-decoration: none;
}

.sidebar-brand-active {
  text-decoration: none;
  font-family: "Neutra Text";
  font-weight: 300;
  line-height: 1.2em;
  color: burlywood!important;
  font-size: 1.5rem;
  margin-top:15px;
  background: rgba(255, 255, 255, 0.2);
padding: 6px;
text-decoration: none;
}

.sidebar-nav>.sidebar-brand, .menu-page-dc>.sidebar-brand {
  font-family: "Neutra Text";
  font-weight: 300;
  line-height: 1.2em;
  /* height: 65px; */
  font-size: 1.5rem;
  margin-top:15px;
}

.sidebar-nav>.sidebar-brand a, .sidebar-nav>.sidebar-brand-active a,.menu-page-dc>.sidebar-brand a {
  color: burlywood;
}
/**

@media(min-width:768px) {

#wrapper {
    padding-left: 0;
  }

#wrapper.toggled {
    padding-left: 0px;
  }

#sidebar-wrapper {
    width: 250px;
  }

#wrapper.toggled
#sidebar-wrapper {
    width: 250px;
  }

#page-content-wrapper {
    padding-left: 50px;
    position: relative;
  }

#wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
 padding-left: 35px; }

}

**/

.rouge-back {background-color: #ed1c24;}
.fond-bleu {background-color: #20409a;}
.fond-blanc {background-color: #fff;}
.fond-gris {background-color: #e3e3e3;}
.fond-orange {background-color: #f28c00;}
.fond-qpc {background-color: #c5e5e7;}
.fond-2021 {background-color: #abd7cc;}
.fond-esty {background-color: #c7b0d5;}
.fond-conseil-mouv {background-color: #9e358c;}
.fond-dore {background-color: #ae9747;}
.fond-violet {background-color: #93307e;}
.fond-vert {background-color: #77a147;}
.fond-beige {background-color: #fee6c6;}

/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 767px) {

  h2, h2.titre-blanc, h2.titre-bleu {font-size: 2.8em;}
  .timeline ul li:nth-child(odd) div {
            -webkit-transform: none;
                    transform: none;
  }

  .marg-t-10 {      margin-top: 20%;  }


  .timeline ul li:nth-child(even) div {
-webkit-transform: none;
        transform: none;
  }
  .view {
    /* height: 120px; */
  }

}

@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
  }
  .timeline ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
  .pad-b-m-10 {padding-bottom: 10%;}

}

@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li div {
    /* width: calc(100vw - 91px); */
  }
  .timeline ul li:nth-child(even) div {
    left: 45px;
  }
  .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 12px 16px 12px 0;
    border-color: transparent #20409a transparent transparent;
  }
  body.page h1, body.page .h1, body.page h2, body.decisions h1, body.decisions .h1, body.decisions h2 {font-size: 1.8em;}
  .accroche-conseil {color:#fff;font-family: "LL Circular Medium Web";font-size: 1.4em;line-heigh:1.2em;}
  body.decisions h2.regard {        font-size: 1.5em;}
  .accroche-conseil>span {color:#fff;font-family: "LL Circular Medium Web";font-size: 1.8em;line-heigh:1.2em;text-transform: uppercase;}
  .surtitre2 {    font-size: 1.0em;text-align: left;color: #666;margin: 20px 0 20px 0;}
  .entretien-pres {
  font-size: 25px;
}
}

.dotted-scrollspy {
    display: block;
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    /* background: rgba(32, 64, 154, 0.78); */
    border-radius: 1.125rem 0 0 1.125rem;
}

.dotted-scrollspy li {
  display: block;
  padding: 0 1rem
}

.dotted-scrollspy li:first-child {
  padding-top: .625rem
}

.dotted-scrollspy li:last-child {
  padding-bottom: .625rem
}

.dotted-scrollspy li a {
  padding: .5rem
}

.dotted-scrollspy li a span {
  display: block;
  background-color: rgba(20, 41, 101, 0.78);
  width: .5rem;
  height: .5rem;
  border-radius: 50%
}

.dotted-scrollspy li a.active span {
  background: burlywood!important;
  /* border: solid 0.5px white; */
}
.ekko-lightbox{display:-ms-flexbox!important;display:-webkit-box!important;display:flex!important;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;padding-right:0!important}.ekko-lightbox-container{position:relative}.ekko-lightbox-container>div.ekko-lightbox-item{position:absolute;top:0;left:0;bottom:0;right:0;width:100%}.ekko-lightbox iframe{width:100%;height:100%}.ekko-lightbox-nav-overlay{z-index:1;position:absolute;top:0;left:0;width:100%;height:100%;display:-ms-flexbox;display:-webkit-box;display:flex}.ekko-lightbox-nav-overlay a{-ms-flex:1;-webkit-box-flex:1;flex:1;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;opacity:0;-webkit-transition:opacity .5s;transition:opacity .5s;color:#fff;font-size:30px;z-index:1}.ekko-lightbox-nav-overlay a>*{-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1}.ekko-lightbox-nav-overlay a>:focus{outline:none}.ekko-lightbox-nav-overlay a span{padding:0 30px}.ekko-lightbox-nav-overlay a:last-child span{text-align:right}.ekko-lightbox-nav-overlay a:hover{text-decoration:none}.ekko-lightbox-nav-overlay a:focus{outline:none}.ekko-lightbox-nav-overlay a.disabled{cursor:default;visibility:hidden}.ekko-lightbox a:hover{opacity:1;text-decoration:none}.ekko-lightbox .modal-dialog{display:none}.ekko-lightbox .modal-footer{text-align:left}.ekko-lightbox-loader{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;-ms-flex-align:center;-webkit-box-align:center;align-items:center}.ekko-lightbox-loader>div{width:40px;height:40px;position:relative;text-align:center}.ekko-lightbox-loader>div>div{width:100%;height:100%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:a 2s infinite ease-in-out;animation:a 2s infinite ease-in-out}.ekko-lightbox-loader>div>div:last-child{-webkit-animation-delay:-1s;animation-delay:-1s}.modal-dialog .ekko-lightbox-loader>div>div{background-color:#333}@-webkit-keyframes a{0%,to{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}@keyframes a{0%,to{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}

.map-container {
  padding: 3.2rem .8rem;
  position: relative;
  display: inline-block;
}
.map-container img {
  width: 100%;
}
.map-container .point {
  cursor: pointer;
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #20409a;
  border-radius: 50%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  will-change: transform, box-shadow;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 0 rgba(63, 81, 181, 0.4);
          box-shadow: 0 0 0 rgba(63, 81, 181, 0.4);
  -webkit-animation: pulse 3s infinite;
          animation: pulse 3s infinite;
}
.map-container .point:hover {
  -webkit-animation: none;
          animation: none;
  -webkit-transform: translate(-50%, -50%) scale3D(1.35, 1.35, 1);
          transform: translate(-50%, -50%) scale3D(1.35, 1.35, 1);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.map-container .turquie {
  top: 32%;
  left: 28%;
}
.map-container .allemagne {
  top: 26%;
  left: 16%;
}
.map-container .autriche {
  top: 27%;
  left: 19%;
}
.map-container .cambodge {
  top: 50%;
  left: 66%;
}
.map-container .japon {
  top: 34%;
  left: 79%;
}
.map-container .slovaquie {
  top: 27%;
  left: 21%;
}
h3.popover-header {color:#20409a;}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(63, 81, 181, 0.5);
            box-shadow: 0 0 0 0 rgba(63, 81, 181, 0.5);
  }
  70% {
    -webkit-box-shadow: 0 0 0 25px rgba(63, 81, 181, 0);
            box-shadow: 0 0 0 25px rgba(63, 81, 181, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(63, 81, 181, 0);
            box-shadow: 0 0 0 0 rgba(63, 81, 181, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(63, 81, 181, 0.5);
            box-shadow: 0 0 0 0 rgba(63, 81, 181, 0.5);
  }
  70% {
    -webkit-box-shadow: 0 0 0 25px rgba(63, 81, 181, 0);
            box-shadow: 0 0 0 25px rgba(63, 81, 181, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(63, 81, 181, 0);
            box-shadow: 0 0 0 0 rgba(63, 81, 181, 0);
  }
}
}
}
}
