.encart-flotant {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fdd670;
}
.load-svg {
  margin: 0 auto;
  width: 50%;
  display: block;
  margin-top: 13%;
}
.line {
  stroke-dasharray: 900;
  stroke-dashoffset: 900;
  animation: dash 2s linear infinite;
}
.line-reverse {
  stroke-dasharray: 900;
  stroke-dashoffset: 900;
  animation: dash 2s linear infinite;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@keyframes dash {
  0% {
    stroke-dashoffset: 900;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  49% {
    stroke-dashoffset: 0;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    stroke-dashoffset: 0;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  51% {
    stroke-dashoffset: 900;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    stroke-dashoffset: 0;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@-moz-keyframes discover {
  0% {
    -moz-transform: translate3d(-50%, 0px, 0);
  }
  30% {
    -moz-transform: translate3d(-50%, -5px, 0);
  }
  60% {
    -moz-transform: translate3d(-50%, 5px, 0);
  }
  100% {
    -moz-transform: translate3d(-50%, 0px, 0);
  }
}
@keyframes discover {
  0% {
    transform: translate3d(-50%, 0px, 0);
  }
  30% {
    transform: translate3d(-50%, -5px, 0);
  }
  60% {
    transform: translate3d(-50%, 5px, 0);
  }
  100% {
    transform: translate3d(-50%, 0px, 0);
  }
}
@-moz-keyframes scale-sect {
  0% {
    opacity: 0;
    -moz-transform: scale(0.2);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@keyframes scale-sect {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.section--3 {
  opacity: 0;
}
.scale-sect {
  -webkit-animation: scale-sect 0.5s forwards;
  -moz-animation: scale-sect 0.5s forwards;
  -ms-animation: scale-sect 0.5s forwards;
  animation: scale-sect 0.5s forwards;
}
@-moz-keyframes une-animation {
  0% {
    opacity: 0;
    -moz-transform: translateY(50px);
  }
  50% {
    opacity: 1;
    -moz-transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }
}
@keyframes une-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
}
@-moz-keyframes anim-border {
  0% {
    width: 0;
  }
  40% {
    width: 50%;
  }
  100% {
    width: 48%;
  }
}
@keyframes anim-border {
  0% {
    width: 0;
  }
  40% {
    width: 50%;
  }
  100% {
    width: 48%;
  }
}
@-moz-keyframes anim-border-smartphone {
  0% {
    width: 0;
    padding-left: 1%;
    paddin-right: 1%;
  }
  40% {
    width: 72%;
    padding-left: 8%;
    paddin-right: 8%;
  }
  100% {
    width: 70%;
    padding-left: 7%;
    paddin-right: 7%;
  }
}
@keyframes anim-border-smartphone {
  0% {
    width: 0;
    padding-left: 1%;
    paddin-right: 1%;
  }
  40% {
    width: 72%;
    padding-left: 8%;
    paddin-right: 8%;
  }
  100% {
    width: 70%;
    padding-left: 7%;
    paddin-right: 7%;
  }
}
@-moz-keyframes rotate-papernews-deux {
  from {
    -moz-transform: rotate(20deg);
  }
  to {
    -moz-transform: rotate(0deg);
  }
}
@keyframes rotate-papernews-deux {
  from {
    -webkit-transform: rotate(20deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes rotate-papernews-un {
  from {
    -moz-transform: rotate(-20deg);
  }
  to {
    -moz-transform: rotate(0deg);
  }
}
@keyframes rotate-papernews-un {
  from {
    -webkit-transform: rotate(-20deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes fade-in-description {
  0% {
    opacity: 0;
    -moz-transform: translateY(400px);
  }
  80% {
    opacity: 1;
    -moz-transform: translateY(-15px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }
}
@-webkit-keyframes fade-in-description {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(-15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
}
@keyframes fade-in-description {
  0% {
    opacity: 0;
    transform: translateY(400px);
  }
  80% {
    opacity: 1;
    transform: translateY(-15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-moz-keyframes fade-in-content-lightbox {
  from {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0px);
  }
}
@-webkit-keyframes fade-in-content-lightbox {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
}
@keyframes fade-in-content-lightbox {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-moz-keyframes fadeInLightbox {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLightbox {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInLightbox {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes bezier {
  from {
    -moz-transform: rotateX(-90deg) translateY(100px);
  }
  to {
    -moz-transfrom: rotateX(0deg) translateY(0px);
  }
}
@-webkit-keyframes bezier {
  from {
    -webkit-transform: rotateX(-90deg) translateY(100px);
  }
  to {
    -webkit-transfrom: rotateX(0deg) translateY(0px);
  }
}
@keyframes bezier {
  from {
    transform: rotateX(-90deg) translateY(100px);
  }
  to {
    transfrom: rotateX(0deg) translateY(0px);
  }
}
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #373737;
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -ms-animation: none !important;
  -o-animation: none !important;
  animation: none !important;
  opacity: 0;
}
h1 {
  font-size: 80px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #c8c8c8;
  text-transform: uppercase;
}
h2 {
  font-size: 48px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #fdd670;
  opacity: .7;
  text-transform: uppercase;
  padding-bottom: 0;
  margin-bottom: 1%;
  letter-spacing: 2.5px;
}
h3 {
  font-size: 48px;
  font-family: 'Crimson Text', serif;
  font-style: italic;
  font-weight: 600;
  padding-top: 0;
  margin-top: 0;
  color: #c8c8c8;
}
a {
  font-family: 'Montserrat', sans-serif;
}
h4 {
  font-size: 23px;
  font-family: 'Montserrat', sans-serif;
  color: rgba(253, 214, 112, 0.8);
  margin-bottom: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  text-transform: uppercase;
}
.date-size {
  font-size: 32px;
}
h5 {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  color: rgba(253, 214, 112, 0.8);
  margin-top: 0;
  padding-top: 0;
  text-transform: uppercase;
}
p {
  font-size: 19px;
  font-family: 'Crimson Text', serif;
  font-weight: 500;
  color: #f3f3f3;
  padding-top: 0;
  margin-top: 0;
  line-height: 30px;
}
#load_screen {
  background: url(../img/carte-loading.png);
  background-size: cover;
  color: #fff;
  opacity: 1;
  position: fixed;
  z-index: 3000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.denomination {
  opacity: 0;
}
.denomination-active {
  opacity: 1;
  transition: .5s;
}
.section {
  position: relative;
  height: auto;
  text-align: center;
  overflow: hidden;
}
.section--chapitres {
  background-image: url(../img/fond-vieux.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.back-simple {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section--1 {
  background-image: url(../img/background-image-accueil.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.section--3 {
  background: url(../img/ghazvin.png);
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.section--17 {
  background: url(../img/rev.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 300px;
  opacity: 0;
  overflow: visible;
}
.section--20 {
  background: url(../img/khomeiny-the.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.left-txt {
  left: 7%;
}
.section--4 {
  background-image: url(../img/classe-papa.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.section--5 {
  height: 110%;
}
.section--6 {
  height: 75%;
  overflow: visible;
}
.section--7 {
  background-image: url(../img/school-papa.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  clear: both;
  overflow: hidden;
  margin-top: 400px;
  padding-bottom: 100px;
}
.section--10 {
  background: url(../img/port-flou.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 110%;
  clear: both;
  overflow: hidden;
  margin-top: -2%;
}
.section--11 {
  background: url(../img/carte.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 90%;
  overflow: hidden;
  margin-top: 5%;
}
.date-76 {
  margin-top: -3%;
  margin-left: 10%;
}
.date-77 {
  margin-top: -40%;
  padding-bottom: 20%;
}
.date-79 {
  position: absolute;
  left: 70%;
  top: -4%;
}
.section--13 {
  background: url(../img/unif-flou.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  clear: both;
  overflow: hidden;
}
.section--13 .box-img-container {
  padding-bottom: 200px;
  padding-top: 10%;
}
.section--13 .description {
  margin-top: 10%;
}
.date-78 {
  z-index: 100;
  position: absolute;
  top: 230px;
  left: 100px;
}
.overflow-secti--15 {
  heigth: 100%;
  overflow: hidden;
  position: relative;
}
.section--15 {
  height: 100%;
  width: 110%;
  margin-top: 300px;
  padding-bottom: 100px;
  background: url(../img/vendredi-noir-fond.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  left: -2%;
}
.section--15 .vendredi-homme {
  width: 100%;
  position: absolute;
  top: 40%;
  left: 20%;
}
.section--15 .box-text-container {
  margin-top: 600px;
  margin-bottom: 50px;
  position: relative;
  margin-left: 5%;
}
#section--18 {
  overflow: visible;
}
.section--18 {
  background: url(../img/difficulte.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 110%;
  clear: both;
  overflow: hidden;
  margin-top: -2%;
}
.title-princ {
  margin: 0;
  padding: 0;
  border-top: 1px solid #fdd670;
  border-bottom: 1px solid #fdd670;
  display: inline-block;
  margin-top: 45vh;
  max-width: 60%;
  transform: translateY(-50%);
  -webkit-animation: anim-border 0.5s cubic-bezier(0.43, 0.85, 0.28, 0.93) forwards;
  -moz-animation: anim-border 0.5s cubic-bezier(0.43, 0.85, 0.28, 0.93) forwards;
  -ms-animation: anim-border 0.5s cubic-bezier(0.43, 0.85, 0.28, 0.93) forwards;
  animation: anim-border 0.5s cubic-bezier(0.43, 0.85, 0.28, 0.93) forwards;
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -ms-animation-delay: .2s;
  animation-delay: .2s;
}
.titre {
  width: 80%;
  margin: 0 auto;
  padding: 0;
  padding-top: 2%;
  padding-bottom: 7%;
}
.titre h1 {
  margin-bottom: 0;
  padding-top: 0;
  margin-top: 5%;
  opacity: 0;
  -webkit-animation: une-animation cubic-bezier(0.43, 0.85, 0.28, 0.93) 0.5s forwards;
  -moz-animation: une-animation cubic-bezier(0.43, 0.85, 0.28, 0.93) 0.5s forwards;
  -ms-animation: une-animation cubic-bezier(0.43, 0.85, 0.28, 0.93) 0.5s forwards;
  animation: une-animation cubic-bezier(0.43, 0.85, 0.28, 0.93) 0.5s forwards;
  -webkit-animation-delay: .7s;
  -moz-animation-delay: .7s;
  -ms-animation-delay: .7s;
  animation-delay: .7s;
}
.titre p {
  opacity: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  -webkit-animation: une-animation cubic-bezier(0.43, 0.85, 0.28, 0.93) 0.3s forwards;
  -moz-animation: une-animation cubic-bezier(0.43, 0.85, 0.28, 0.93) 0.3s forwards;
  -ms-animation: une-animation cubic-bezier(0.43, 0.85, 0.28, 0.93) 0.3s forwards;
  animation: une-animation cubic-bezier(0.43, 0.85, 0.28, 0.93) 0.3s forwards;
  -webkit-animation-delay: .8s;
  -moz-animation-delay: .8s;
  -ms-animation-delay: .8s;
  animation-delay: .8s;
}
.section--1 {
  position: relative;
}
.discover-link:hover p {
  color: #fff;
  transition: .2s;
}
.discover-link:hover .anim-scroll {
  -webkit-animation: discover 2s infinite;
  -moz-animation: discover 2s infinite;
  -ms-animation: discover 2s infinite;
  animation: discover 2s infinite;
  background: #fdd670;
}
.discover {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
.discover p {
  line-height: 20px;
  font-style: italic;
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
  color: #A3A3A3;
}
.discover div {
  position: absolute;
  width: 2px;
  height: 50px;
  background: rgba(253, 214, 112, 0.8);
  margin-left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
.title-chap {
  padding-top: 20%;
}
.indexsup {
  z-index: 200;
}
.mouse {
  padding-top: 0%;
}
.relative {
  position: relative;
  -moz-overflow: hidden;
  overflow: hidden;
  -moz-overflow-x: hidden;
  overflow-x: hidden;
  -moz-overflow-y: hidden;
  overflow-y: hidden;
}
@-webkit-keyframes anim-navi-border {
  0% {
    width: 100%;
    opacity: 0;
  }
  90% {
    width: 0%;
    opacity: 0;
  }
  100% {
    width: 0%;
    opacity: 1;
  }
}
@-moz-keyframes anim-navi-border {
  0% {
    width: 100%;
    opacity: 0;
  }
  90% {
    width: 0%;
    opacity: 0;
  }
  100% {
    width: 0%;
    opacity: 1;
  }
}
@keyframes anim-navi-border {
  from {
    width: 0%;
    opacity: 1;
  }
  to {
    width: 100%;
    opacity: 1;
  }
}
.navigation {
  width: 100%;
  position: fixed;
  z-index: 1000;
  height: 140px;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.69) 1%, rgba(0, 0, 0, 0.26) 47%, rgba(0, 0, 0, 0) 75%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.69) 1%, rgba(0, 0, 0, 0.26) 47%, rgba(0, 0, 0, 0) 75%);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.69) 1%, rgba(0, 0, 0, 0.26) 47%, rgba(0, 0, 0, 0) 75%);
  background: linear-gradient(rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.69) 1%, rgba(0, 0, 0, 0.26) 47%, rgba(0, 0, 0, 0) 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
.navigation nav {
  overflow: hidden;
}
.navigation nav ul li {
  list-style: none;
  padding-right: 5%;
  padding-top: 1.4%;
  float: right;
  padding-bottom: 10px;
}
.navigation nav ul li.nav-left {
  float: left;
  padding-left: 3%;
  margin-top: -1%;
}
.navigation nav ul li.nav-left img {
  width: 40%;
}
.navigation nav ul li .actif {
  color: rgba(253, 214, 112, 0.8);
}
.navigation nav ul li .actif:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -5px;
  background: rgba(253, 214, 112, 0.8);
}
.navigation nav ul li a {
  text-decoration: none;
  color: #fff;
  padding-bottom: 5px;
  position: relative;
}
.navigation nav ul li a:after {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  bottom: -5px;
  background: rgba(253, 214, 112, 0.8);
}
.navigation nav ul li a:hover {
  color: #fdd670;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.navigation nav ul li a:hover:after {
  -webkit-animation: anim-navi-border 0.3s cubic-bezier(0.43, 0.85, 0.28, 0.93) forwards;
  -moz-animation: anim-navi-border 0.3s cubic-bezier(0.43, 0.85, 0.28, 0.93) forwards;
  -ms-animation: anim-navi-border 0.3s cubic-bezier(0.43, 0.85, 0.28, 0.93) forwards;
  animation: anim-navi-border 0.3s cubic-bezier(0.43, 0.85, 0.28, 0.93) forwards;
}
.navigation nav ul li .no-link:after {
  opacity: 0;
  height: 0;
  background: transparent;
}
.overflow {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#section--9 {
  height: 100%;
  top: -3%;
  width: 110%;
  left: -5%;
  background-image: url(../img/background-militaire.png);
  background-repeat: no-repeat;
  background-size: 110%;
  position: relative;
  overflow: hidden!important;
}
#section--16 {
  height: 100%;
  top: -3%;
  width: 110%;
  left: -5%;
  background-image: url(../img/exil.png);
  background-repeat: no-repeat;
  background-size: 110%;
  position: relative;
  overflow: hidden!important;
}
.ghaz-intro {
  font-size: 36px;
  text-align: center;
  width: 40%;
  max-width: 576px;
  color: #fff;
  line-height: 44px;
  margin: 0 auto;
  padding-top: 45%;
  margin-top: 5%;
  -webkit-transform: translateY(-45%);
  -moz-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
}
.third {
  font-size: 30px;
  width: 50%;
}
.mil-intro {
  position: relative;
  padding-top: 10%;
}
.section-chapitre {
  height: 55%;
}
.section-chapitre h2 {
  padding-top: 10%;
}
.section--ghaz {
  margin-top: -7%;
}
.section--ghaz img {
  float: left;
  padding-left: 5%;
  margin-top: -8%;
  position: relative;
  z-index: 1;
}
.section--ghaz .chateau-new {
  width: 37%;
}
.section--ghaz .maison-new {
  width: 30%;
}
.section--ghaz .follow-div {
  width: 30%;
  max-width: 432px;
  float: right;
  margin-right: 20%;
  padding-top: 7%;
}
.section--ghaz .follow-div .adjustment {
  padding-left: 1%;
}
.section--militaire img {
  float: right;
  margin-top: -5%;
  padding-left: 0;
  padding-right: 10%;
}
.section--militaire .chateau-new {
  width: 30%;
}
.section--militaire .follow-div img {
  margin-top: 0;
  padding-left: 0;
  padding-bottom: 10%;
  padding-top: 3%;
}
.section--militaire .follow-div {
  float: none;
  margin-right: 0;
  margin-left: 20%;
}
.follow {
  background: url(../img/maison-deux.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 20%;
}
.section-classe {
  height: 120%;
  background: url(../img/classe-papa.png);
  background-position: center right;
  background-size: cover;
  overflow: hidden;
  margin-top: -13%;
}
.section-classe div {
  width: 40%;
}
.section-classe div img {
  float: left;
  opacity: .7;
  margin-top: 50%;
  margin-left: 45%;
  width: 75%;
}
.section-classe .para-right {
  float: right;
  margin-right: 10%;
  margin-top: 30%;
  width: 30%;
  max-width: 432px;
}
.gradient {
  position: absolute;
  background: -webkit-linear-gradient(rgba(55, 55, 55, 0) 0%, #373737 87%, #373737 100%);
  background: -o-linear-gradient(rgba(55, 55, 55, 0) 0%, #373737 87%, #373737 100%);
  background: -moz-linear-gradient(rgba(55, 55, 55, 0) 0%, #373737 87%, #373737 100%);
  background: linear-gradient(rgba(55, 55, 55, 0) 0%, #373737 87%, #373737 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00373737', endColorstr='#373737', GradientType=0);
  width: 100%;
  height: 20%;
  z-index: 1;
  bottom: -1px;
}
.follow {
  clear: both;
  overflow: hidden;
  padding-top: 15%;
}
.follow img {
  margin-top: 0;
  float: right;
  padding-right: 12%;
  padding-top: 4%;
}
.follow .follow-div {
  float: left;
  margin-left: 20%;
  margin-right: 0;
  padding-top: 15%;
}
.follow .ecoute-ghaz {
  width: 110%;
  height: 10px;
}
.clear {
  clear: both;
}
.change-chapitre {
  height: 100%;
  width: 100%;
  margin-top: 150px;
  background: url(../img/background-link-un.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.change-chapitre .link {
  width: 40%;
  top: 40%;
  left: 28%;
  position: relative;
  opacity: 0;
}
.change-chapitre .link a {
  text-decoration: none;
}
.change-chapitre .border {
  border: 1px solid #fdd670;
  height: 100%;
  width: 100%;
  top: 2%;
  left: 2%;
  position: absolute;
  z-index: 10000;
  opacity: 0;
}
.change-chapitre .content-lien {
  height: 250px;
  position: relative;
  background: rgba(55, 55, 55, 0.8);
  opacity: .8;
  left: 1%;
  text-align: center;
}
.change-chapitre .content-lien:hover {
  opacity: 1;
  -webkit-transition: .1s;
  -moz-transition: .1s;
  -ms-transition: .1s;
  transition: .1s;
}
.change-chapitre .content-lien:hover > .border {
  opacity: 1;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -ms-transition-delay: .1s;
  transition-delay: .1s;
}
.change-chapitre .content-lien h4 {
  padding-top: 65px;
}
.change-chapitre .content-lien .link-h3 {
  font-size: 30px;
}
.change-chapitre-trois {
  background: url(../img/chap-shah.png);
  background-size: 100%;
  margin-top: 0;
}
.background-bureau-papa {
  background-image: url(../img/bureau-papa-fond.png);
  background-position: center center;
  position: relative;
  left: -5%;
  height: 110%;
}
.background-vendredi-noir {
  background-image: url(../img/vendredi-noir-fond.png);
  background-position: center center;
  left: -5%;
  height: 110%;
}
.background-shah-exil {
  background-image: url(../img/exil.jpg);
  background-size: cover;
  top: 0%;
}
.background-maman-papa {
  background-image: url(../img/maman-papa.jpg);
  background-size: cover;
  top: 0;
}
.background-ayatollah {
  background-image: url(../img/ayathollah-the.png);
  background-size: cover;
  height: 120%;
  top: -10%;
}
#militaire-paralax {
  background-image: url('../img/service-militaire-homme.png');
  background-repeat: no-repeat;
  overflow: hidden;
}
#papa-paralax {
  background-image: url('../img/bureau-papa-avant.png');
  background-repeat: no-repeat;
  background-size: 80%;
  top: 20%;
  overflow: hidden;
}
#vendredi-noir-paralax {
  background-image: url('../img/vendredi-noir-avant.png');
  background-repeat: no-repeat;
  position: absolute;
  background-size: 80%;
  left: 10%;
  top: 10%;
  width: 110%;
  height: 110%;
}
.exil-shah-para {
  background-image: url('../img/exil-shah.png');
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10%;
}
.box-text-container {
  width: 45.9027778%;
  max-width: 661px;
  z-index: 300;
  text-align: left;
  position: absolute;
}
.box-text-container:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(55, 55, 55, 0.8);
  top: 4%;
  left: 1.5%;
  z-index: -100;
  padding-bottom: 10px;
}
.top {
  bottom: 8%;
}
.box-text {
  border: 1px solid rgba(253, 214, 112, 0.8);
  padding: 20px;
  padding-left: 40px;
}
.box-text p {
  max-width: 540px;
}
.box-text-vid {
  width: 60%;
  max-width: 870px;
  top: 70%;
  position: relative;
  margin: 0 auto;
}
.box-text-vid .box-text h4 {
  width: 38%;
  margin: 0 auto;
  padding-top: 5%;
}
.box-text-vid .box-text p {
  width: 80%;
  margin: 0 auto;
  padding-top: 2%;
}
.box-text-vid .box-text .ecoute {
  width: 50%;
  margin-left: 35%;
  margin-top: 5%;
}
.h4-bigger .box-text h4 {
  width: 44%;
}
.left {
  left: 0;
  margin-left: 5.13888889%;
}
.right {
  right: 0;
  margin-right: 5.13888889%;
}
.icon {
  position: absolute;
  z-index: 1000;
}
.icone-son {
  top: 16%;
  left: 40%;
}
.icone-son-deux {
  top: 50%;
  left: 77%;
}
.icone-son-trois {
  top: 80%;
  left: 85%;
}
.icone-son-cinq {
  top: 50%;
  left: 40%;
}
.icone-son-six {
  top: 30%;
  left: 60%;
}
.icone-photo {
  top: 35%;
  left: 60%;
}
.icone-photo-deux {
  left: 4%;
  top: 50%;
}
.icone-photo-trois {
  left: 20%;
  top: 50%;
}
.aligh-left {
  text-align: left;
}
.background-gp {
  height: 110%;
  width: 180%;
  margin-left: -39%;
  background-image: url(../img/gand-parents-deux.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.informations-gp {
  position: absolute;
  left: 40%;
  top: 35%;
}
.informations-gp-deux {
  top: 50%;
}
#video-fond {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#video-fond > video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* 1. Pas de support d'object-fit */
@media (min-aspect-ratio: 4/3) {
  #video-fond > video {
    height: 200%;
    top: -25%;
  }
}
@media (max-aspect-ratio: 4/3) {
  #video-fond > video {
    width: 150%;
    left: -150%;
  }
}
@media (min-aspect-ratio: 16/9) {
  #video-fond > video {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  #video-fond > video {
    width: 300%;
    left: -100%;
  }
}
.play-style {
  width: 20%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 50%;
  border: 1px solid #fdd670;
  float: left;
}
.play-style p {
  margin-left: 20px;
  padding-top: 20px;
}
#waveform {
  width: 60%;
  height: 1%;
  float: right;
  margin-right: 20%;
  margin-top: 100px;
  cursor: pointer;
}
#waveform canvas {
  margin-top: -10px;
}
#waveform {
  height: 200px;
  width: 65%;
  margin-top: -30px;
  margin-left: 20px;
}
#waveform > wave > wave {
  height: 200px;
  margin-top: 20px;
  margin-bottom: 0;
}
#waveform > wave > wave > canvas {
  margin-top: -30px;
}
#waveformdeux {
  width: 60%;
  height: 1%;
  float: right;
  margin-right: 20%;
  margin-top: -45px;
  cursor: pointer;
}
#waveformdeux {
  height: 200px;
  width: 65%;
  margin-top: -70px;
  margin-left: 20px;
}
#waveformdeux > wave > wave {
  height: 100px;
  margin-top: 30px;
  margin-bottom: 0;
}
#waveformdeux > wave > wave > canvas {
  margin-top: -30px;
}
#waveformtrois {
  float: right;
  height: 150px;
  width: 65%;
  margin-top: -80px;
  margin-right: 12%;
}
#waveformtrois canvas {
  height: 40px;
}
#waveformtrois > wave > wave {
  height: 100px;
  margin-top: 30px;
  margin-bottom: 0;
}
#waveformtrois > wave > wave > canvas {
  margin-top: -30px;
}
#waveformquatre {
  float: right;
  height: 150px;
  width: 90%;
  margin-top: -80px;
  margin-right: 12%;
}
#waveformquatre canvas {
  height: 40px;
}
#waveformquatre > wave > wave {
  height: 100px;
  margin-top: 30px;
  margin-bottom: 0;
}
#waveformquatre > wave > wave > canvas {
  margin-top: -30px;
}
#waveformcinq {
  width: 70%;
  height: 1%;
  float: right;
  margin-right: 20%;
  margin-top: -15px;
  cursor: pointer;
}
#waveformcinq {
  height: 200px;
  width: 65%;
  margin-top: -50px;
  margin-left: 20px;
}
.btncinq {
  margin-left: 5%;
  margin-top: -10%;
}
#waveformcinq > wave > wave {
  height: 100px;
  margin-top: 30px;
  margin-bottom: 0;
}
#waveformcinq > wave > wave > canvas {
  margin-top: -30px;
}
#waveformsix {
  width: 70%;
  height: 1%;
  float: right;
  margin-right: 20%;
  margin-top: -15px;
  cursor: pointer;
}
#waveformsix {
  height: 100px;
  width: 65%;
  margin-top: -50px;
  margin-left: 20px;
}
.btnsix {
  margin-left: 5%;
  margin-top: -10%;
}
#waveformsix > wave > wave {
  height: 100px;
  margin-top: 30px;
  margin-bottom: 0;
}
#waveformsix > wave > wave > canvas {
  margin-top: -30px;
}
#waveformsept {
  width: 70%;
  height: 100%;
  float: right;
  margin-right: 20%;
  margin-top: -15px;
  cursor: pointer;
}
#waveformsept {
  height: 100px;
  width: 65%;
  margin-top: -50px;
  margin-left: 20px;
}
.btnsept {
  margin-left: 5%;
  margin-top: -10%;
}
#waveformsept > wave > wave {
  height: 100px;
  margin-top: 30px;
  margin-bottom: 0;
}
#waveformsept > wave > wave > canvas {
  margin-top: -30px;
}
.waveform-khomein {
  margin-top: -400px;
  margin-bottom: 250px;
}
#waveformhuit {
  width: 30%;
  height: 1%;
  float: right;
  margin-right: 31%;
  margin-top: -40px;
  cursor: pointer;
}
#waveformhuit {
  height: 200px;
  width: 30%;
  margin-top: -80px;
  margin-left: 20px;
}
canvas {
  height: 200px !important;
}
#waveformhuit > wave > wave {
  height: 200px;
  margin-top: 30px;
}
#waveformhuit > wave > wave > canvas {
  margin-top: -30px;
}
.text-lightbox {
  text-align: left;
  padding: 20px 20px 50px 20px;
}
.lightbox {
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  background-image: url(../img/background-lightbox.png);
  position: absolute;
  z-index: -100;
}
.cross img {
  width: 25px!important;
}
.container-lightbox {
  width: 40%;
  margin: 0 auto;
  position: relative;
  background: rgba(55, 55, 55, 0.5);
  margin-top: 7%;
  z-index: 20000;
}
.container-lightbox h5 {
  margin: 0;
  padding: 0;
  padding-top: 3%;
  padding-bottom: 3%;
  opacity: 0;
}
.container-lightbox .active-anim-title {
  -webkit-animation: fade-in-content-lightbox 0.3s forwards;
  -moz-animation: fade-in-content-lightbox 0.3s forwards;
  -ms-animation: fade-in-content-lightbox 0.3s forwards;
  animation: fade-in-content-lightbox 0.3s forwards;
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -ms-animation-delay: .5s;
  animation-delay: .5s;
}
.container-lightbox:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid rgba(253, 214, 112, 0.8);
  top: -2%;
  left: -1.5%;
}
.ecoute {
  width: 70%;
  margin: 0 auto;
  margin-top: -5%;
  padding-bottom: 5%;
}
.anim-img-lightbox {
  opacity: 0;
}
.active-anim-img {
  -webkit-animation: fade-in-content-lightbox 0.3s forwards;
  -moz-animation: fade-in-content-lightbox 0.3s forwards;
  -ms-animation: fade-in-content-lightbox 0.3s forwards;
  animation: fade-in-content-lightbox 0.3s forwards;
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -ms-animation-delay: .3s;
  animation-delay: .3s;
}
.container-lightbox .para-lightbox {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 30px;
  text-align: left;
}
.active-anim-txt {
  -webkit-animation: fade-in-content-lightbox 0.3s forwards;
  -moz-animation: fade-in-content-lightbox 0.3s forwards;
  -ms-animation: fade-in-content-lightbox 0.3s forwards;
  animation: fade-in-content-lightbox 0.3s forwards;
  -webkit-animation-delay: .7s;
  -moz-animation-delay: .7s;
  -ms-animation-delay: .7s;
  animation-delay: .7s;
}
.txt-lightbox-opacity {
  opacity: 0;
}
.container-lightbox .passeport {
  width: 90%;
}
.container-lightbox .chateau {
  width: 100%;
  padding: 0;
  z-index: -1;
  position: relative;
}
.container-lightbox .portrait {
  width: 55%;
  padding: 0;
  z-index: -1;
  position: relative;
}
.container-lightbox .cross {
  width: 70px;
  margin-top: -4%;
  margin-left: -7%;
}
.lightbox.active-deux {
  opacity: 1;
  z-index: 1000;
  position: absolute;
}
.container-lightbox.active-anim {
  -webkit-animation: bezier 0.5s cubic-bezier(0.17, 0.88, 0.7, 1.27) both, fadeInLightbox 0.15s;
  -moz-animation: bezier 0.5s cubic-bezier(0.17, 0.88, 0.7, 1.27) both, fadeInLightbox 0.15s;
  -ms-animation: bezier 0.5s cubic-bezier(0.17, 0.88, 0.7, 1.27) both, fadeInLightbox 0.15s;
  animation: bezier 0.5s cubic-bezier(0.17, 0.88, 0.7, 1.27) both, fadeInLightbox 0.15s;
}
.cross {
  position: absolute;
  top: 0;
  left: 0;
}
.play {
  display: block;
  width: 0px;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 24px solid #fdd670;
  margin-top: 50px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.play:before {
  content: '';
  position: absolute;
  top: -30px;
  left: -46px;
  bottom: -30px;
  right: -14px;
  border-radius: 50%;
  border: 1px solid #fdd670;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.play:after {
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -ms-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.play:hover:before,
.play:focus:before {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.play.active {
  border-color: transparent;
}
.play.active:after {
  content: '';
  opacity: 1;
  width: 10px;
  height: 30px;
  background: transparent;
  position: absolute;
  right: 5px;
  top: -15px;
  border-left: 5px solid #fdd670;
  border-right: 5px solid #fdd670;
}
.btndeux {
  margin-left: 5%;
}
.btntrois {
  margin-left: 10%;
}
.btnquatre {
  margin-left: -15%;
}
.btnhuit {
  margin-left: 36%;
}
.box-img-container {
  width: 40.9027778%;
  float: right;
  margin-top: 10%;
  margin-right: 10%;
}
.box-img {
  overflow: hidden;
  height: 400px;
  border: 1.5px solid rgba(253, 214, 112, 0.8);
  position: absolute;
  z-index: 100;
}
.img-style {
  padding-bottom: 20%;
  margin-top: 30%;
}
.para-box-un {
  width: 44%;
  height: 37%;
  margin-top: 0%;
}
.para-img-un {
  margin-right: 10%;
  margin-top: 2%;
  width: 115%;
}
.para-box-deux {
  width: 42%;
  height: 46%;
  margin-top: 4%;
  margin-left: 10%;
}
.para-img-deux {
  margin-left: 15%;
  margin-top: 5%;
  width: 110%;
}
.para-box-trois {
  width: 42%;
  height: 38%;
  margin-top: 4%;
  margin-left: 10%;
}
.para-img-trois {
  margin-left: 15%;
  margin-top: 5%;
  width: 110%;
}
.para-box-quatre {
  width: 41%;
  height: 36%;
  margin-top: 4%;
  margin-left: 2%;
}
.para-img-quatre {
  margin-right: 15%;
  margin-top: 7%;
  padding-bottom: 40%;
  width: 100%;
}
.pos-left {
  float: left;
}
.pos-right {
  float: right;
}
.bezier {
  opacity: 0;
  -webkit-animation: bezier 2s cubic-bezier(0.17, 0.88, 0.7, 1.27), fadeInLightbox 0.15s forwards;
  -moz-animation: bezier 2s cubic-bezier(0.17, 0.88, 0.7, 1.27), fadeInLightbox 0.15s forwards;
  -ms-animation: bezier 2s cubic-bezier(0.17, 0.88, 0.7, 1.27), fadeInLightbox 0.15s forwards;
  animation: bezier 2s cubic-bezier(0.17, 0.88, 0.7, 1.27), fadeInLightbox 0.15s forwards;
}
.section--10 .box-img-container {
  margin-top: 17%;
}
.citation {
  text-align: center;
  height: 200px;
  margin-top: 200px;
}
.citation h3 {
  font-size: 40px;
  padding-top: 100px;
  width: 60%;
  margin: 0 auto;
}
.citation-para-deux {
  margin-left: 15%;
}
.section--12 {
  height: 120%;
  background: url(../img/background-bureau.png);
}
.section--19 {
  height: 120%;
  background: url(../img/maman-papa.png);
}
.section--19-bis {
  background: url(../img/theran-modern.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-bottom: 200px;
}
.section--19-bis .box-text-container {
  margin-top: -100px;
}
.svg-line-un {
  margin-top: -20%;
  margin-left: 47.999%;
}
.pos-deux {
  margin-left: 47.850%;
  margin-top: -5%;
}
.svg-line-deux {
  margin-top: -3%;
  margin-left: 70%;
}
.path {
  stroke-dashoffset: 1000;
  stroke-dasharray: 1000;
}
.path-deux {
  stroke-dashoffset: 1000;
  stroke-dasharray: 1000;
}
.frame {
  width: 100%;
  position: relative;
}
.description {
  text-align: left;
  width: 25%;
  max-width: 360px;
  margin-left: 10%;
  padding-top: 5%;
}
.desc-1 {
  padding-top: 15%;
  width: 30%;
  max-width: 432px;
}
.desc-1-right {
  margin-left: 0%;
  padding-top: 23%;
  padding-right: 10%;
}
.anim-dipl-title {
  opacity: 0;
}
.anim-dipl-p {
  opacity: 0;
}
.anim-dipl-title-trois {
  opacity: 0;
}
.anim-dipl-p-trois {
  opacity: 0;
}
.anim-dipl-title-quatre {
  opacity: 0;
}
.anim-dipl-p-quatre {
  opacity: 0;
}
.anim-dipl-title-add {
  -webkit-animation: fade-in-title-princ 0.5s cubic-bezier(0.31, 0.01, 0.62, 0.99) 0.8s forwards;
  -moz-animation: fade-in-title-princ 0.5s cubic-bezier(0.31, 0.01, 0.62, 0.99) 0.8s forwards;
  -ms-animation: fade-in-title-princ 0.5s cubic-bezier(0.31, 0.01, 0.62, 0.99) 0.8s forwards;
  animation: fade-in-title-princ 0.5s cubic-bezier(0.31, 0.01, 0.62, 0.99) 1s forwards;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}
.anim-dipl-p-add {
  -webkit-animation: fade-in-description 0.5s cubic-bezier(0.31, 0.01, 0.62, 0.99) forwards;
  -moz-animation: fade-in-description 0.5s cubic-bezier(0.31, 0.01, 0.62, 0.99) forwards;
  -ms-animation: fade-in-description 0.5s cubic-bezier(0.31, 0.01, 0.62, 0.99) forwards;
  animation: fade-in-description 0.5s cubic-bezier(0.31, 0.01, 0.62, 0.99) forwards;
}
.militaire-story {
  overflow: hidden;
  overflow: visible;
}
.militaire-story h1 {
  margin-left: 43%;
  padding-bottom: 100px;
}
.militaire-story .diplome h1 {
  margin-left: 20%;
}
.mil-stor-khom .img-pos {
  position: absolute;
}
.militaire-story .diplome .description {
  float: right;
  margin-right: 15%;
}
.militaire-story .img-un {
  width: 35%;
  padding-left: 15%;
}
.militaire-story .img-deux {
  width: 30%;
  padding-left: 15%;
  -webkit-animation: rotate-papernews-un 0.6s;
  -moz-animation: rotate-papernews-un 0.6s;
  -ms-animation: rotate-papernews-un 0.6s;
  animation: rotate-papernews-un 0.6s;
}
.militaire-story .img-trois {
  left: -5%;
  z-index: -100;
  -webkit-animation: rotate-papernews-deux 0.9s;
  -moz-animation: rotate-papernews-deux 0.9s;
  -ms-animation: rotate-papernews-deux 0.9s;
  animation: rotate-papernews-deux 0.9s;
}
.militaire-story .diplome .description-deux {
  float: left;
  margin-left: 15%;
}
.militaire-story .diplome .date-75 {
  margin-left: 65%;
  padding-bottom: 100px;
}
.militaire-dad {
  width: 34%;
}
.khomein {
  width: 38%;
  padding-bottom: 10%;
}
.resize {
  width: 30%;
}
.img-trois {
  width: 30%;
  padding-left: 15%;
}
.stagger--item {
  color: rgba(255, 255, 255, 0);
}
.stagger--item-2 {
  color: rgba(255, 255, 255, 0);
}
.stagger--item-3 {
  color: rgba(255, 255, 255, 0);
}
.line-carte {
  position: absolute;
  z-index: 3000;
  top: 36%;
  left: 48%;
}
.carte-svg {
  stroke: transparent;
}
.line-carte-anim {
  stroke: #FDD670;
  stroke-dasharray: 900;
  stroke-dashoffset: 900;
  -webkit-animation: dash 5s linear forwards;
  -moz-animation: dash 5s linear forwards;
  -ms-animation: dash 5s linear forwards;
  animation: dash 5s linear forwards;
}
@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 900;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes dash {
  from {
    stroke-dashoffset: 900;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  from {
    stroke-dashoffset: 900;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.date-bold {
  font-size: 80px;
}
.box-gm {
  position: absolute;
}
blockquote {
  position: relative;
}
.autor {
  margin: 0;
  padding: 0;
  color: rgba(176, 176, 176, 0.5);
  position: absolute;
  right: -70px;
  bottom: -40px;
}
footer {
  width: 100%;
  padding-bottom: 150px;
}
footer .concl-box {
  width: 60%;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.2);
  position: relative;
}
footer .concl-box .box {
  position: absolute;
  border: 1px solid rgba(253, 214, 112, 0.8);
  width: 100%;
  height: 100%;
  top: 5%;
  left: 2%;
  background: transparent;
  z-index: -1;
}
footer .concl-box .content {
  padding: 50px;
}
footer .concl-box .content h3 {
  text-align: center;
  margin-bottom: 100px;
}
footer .concl-box .content p {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
footer .concl-box .content p a {
  text-decoration: none;
  color: #fdd670;
  font-family: 'Crimson Text', serif;
}
@media screen and (max-width: 1285px) {
  .svg-line-un {
    margin-left: 47.89%;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 56px;
  }
  h2 {
    font-size: 33.6px;
  }
  h3 {
    font-size: 33.6px;
  }
  h4 {
    font-size: 22.4px;
  }
  p {
    font-size: 16.8px;
    line-height: 22.5px;
  }
  .section--1 {
    background-image: url(../img/background-image-accueil.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 300;
  }
  .mouse {
    display: none;
  }
  .box-text {
    bottom: 10%;
  }
  .background-classe {
    background-image: url(../img/classe-papa.png);
    background-position: center center;
    position: relative;
    background-size: cover;
  }
  .title-princ {
    width: 90%;
    -webkit-animation: anim-border-smartphone 0.5s cubic-bezier(0.43, 0.85, 0.28, 0.93) forwards;
    -moz-animation: anim-border-smartphone 0.5s cubic-bezier(0.43, 0.85, 0.28, 0.93) forwards;
    -ms-animation: anim-border-smartphone 0.5s cubic-bezier(0.43, 0.85, 0.28, 0.93) forwards;
    animation: anim-border-smartphone 0.5s cubic-bezier(0.43, 0.85, 0.28, 0.93) forwards;
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -ms-animation-delay: .2s;
    animation-delay: .2s;
  }
  .titre {
    width: 100%;
    text-align: center;
    margin-left: -5%;
  }
  .section-chapitre h3 {
    width: 70%;
    margin: 0 auto;
  }
  .section--3 {
    background-size: cover;
    margin-top: -150px;
  }
  .ghaz-intro {
    font-size: 22px;
    line-height: 28px;
    width: 90%;
  }
  .section--ghaz .chateau-new {
    float: none;
    width: 50%;
    margin: 0 auto;
    padding: 0;
    margin-left: 22%;
    margin-top: -10%;
  }
  .section--ghaz .follow-div {
    float: none;
    width: 60%;
    margin: 0 auto;
  }
  .section--ghaz .follow-div p {
    font-size: 16px;
  }
  .section--ghaz .maison-new {
    float: none;
    width: 50%;
    margin: 0 auto;
    display: block;
  }
  .section--ghaz .follow-div {
    padding-top: 0;
  }
  .section-classe div {
    margin: 0 auto;
    width: 58%;
  }
  .section-classe div img {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .section-classe .para-right {
    float: none;
    width: 70%;
    margin: 0 auto;
    text-align: center;
  }
  .citation {
    margin-top: 0;
  }
  .citation .citation-para {
    visibility: visible;
    font-size: 25px;
    width: 99%;
    padding-top: 0;
  }
  .section--5 {
    display: none;
  }
  .section--6 .box-text-container {
    width: 98%;
  }
  .section--6 .box-text-container .box-text {
    width: 90%;
    margin: 0;
    padding: 0;
    margin-left: 5%;
  }
  .box-img-container {
    float: none;
    width: 60%;
    margin: 0 auto;
  }
  .box-img-container .para-box-un {
    width: 60%;
    height: 27%;
  }
  .box-img-container img {
    width: 100%;
  }
  .desc-1 {
    width: 70%;
    margin: 0 auto;
    margin-top: 0;
    padding-top: 0;
  }
  .militaire-story .img-deux {
    width: 50%;
    padding: 0;
    margin: 0 auto;
    margin-left: -10%;
    display: block;
    position: absolute;
    left: 35%;
    top: 15%;
  }
  .militaire-story .description {
    float: none;
    margin: 0 auto;
    width: 70%;
    display: block;
  }
  .militaire-story .description img {
    width: 70%;
    margin: 0 auto;
    margin-left: -15%;
  }
  .militaire-story .description h4 {
    opacity: 1;
    padding-top: 160%;
  }
  .militaire-story .description p {
    opacity: 1;
    padding-bottom: 30%;
  }
  #section-markup-quatre .diplome img {
    width: 70%;
    display: block;
    margin: 0 auto;
  }
  #section-markup-quatre .diplome .description h4 {
    margin-top: 0;
    padding-top: 0;
  }
  .change-chapitre {
    background-position: center center;
  }
  .change-chapitre .scale-sect {
    width: 90%;
    margin: 0 auto;
    left: 0;
    top: 30%;
  }
  .change-chapitre .scale-sect .content-lien {
    width: 90%;
    margin-top: 300px;
  }
  #section--9 {
    background-size: cover;
    background-position: left;
  }
  #section--9 div .ghaz-intro {
    margin-top: 30%;
    width: 70%;
  }
  .section--militaire img {
    position: absolute!important;
    top: 130%!important;
  }
  .section--militaire .follow-div img {
    width: 80%;
    margin-left: -10%;
    margin-top: -50%;
  }
  .section--militaire .follow-div h4 {
    padding-top: 231%;
  }
  .box-img-container {
    width: 60%;
    margin: 0 auto;
  }
  .box-img-container .para-box-deux {
    width: 60%;
    height: 25%;
    margin: 0;
  }
  .box-img-container img {
    width: 100%;
    margin: 0;
  }
  .section--11 img {
    width: 70%;
    margin: 0 auto;
  }
  .section--11 .line-carte {
    display: none;
  }
  .section--11 .desc-1 {
    text-align: center;
    width: 90%;
    display: block;
    margin: 0 auto;
    margin-left: 20%;
    margin-top: 20%;
  }
  .section--12 {
    background-size: cover;
    background-position: -400px -90px;
  }
  .section--12 .box-text-container {
    width: 90%;
  }
  .khomein-none {
    display: none;
  }
  .khomein {
    top: 25%!important;
  }
  .section--15 .vendredi-homme {
    top: 0;
  }
  #section--13 {
    width: 100%;
  }
  #section--13 .box-img-container {
    margin-top: 40%;
    padding-bottom: 0;
  }
  #section--13 .box-img-container .para-box-trois {
    width: 60%;
    height: 25%;
    margin: 0;
  }
  #section--13 .desc-1 {
    margin-top: 0;
    padding-bottom: 200px;
  }
  .overflow-secti--15 .date-78 {
    width: 90%;
    left: 5%;
    top: 0%;
  }
  .overflow-secti--15 .section--15 .box-text-container {
    width: 90%;
  }
  .change-chapitre {
    background-repeat: no-repeat;
    background-size: cover;
  }
  #section--16 {
    background-size: cover;
    background-position: center center;
  }
  .section--16 .box-text-container {
    width: 70%;
  }
  .section--16 .section--16-shah img {
    width: 200%;
    margin-top: 100px;
    margin-left: -600px;
  }
  .section--17 {
    margin-top: 500px;
  }
  .section--17 img {
    width: 30%;
    left: 35%;
    top: -20%;
  }
  .section--17 .ghaz-intro {
    font-size: 20px;
    line-height: 20px;
    padding-top: 400px;
    padding-bottom: 100px;
  }
  .section--18 .box-img-container {
    margin-top: 100px;
  }
  .section--18 .box-img-container .para-box-quatre {
    width: 62%;
    height: 45%;
    margin: 0;
  }
  .section--18 .box-img-container .para-img-quatre {
    padding-bottom: 40px;
  }
  .section--18 .desc-1 {
    width: 90%;
  }
  .section--18 .desc-1 p {
    padding-bottom: 100px;
  }
  .section--19 {
    background-position: -900px -100px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .section--19 .box-text-container {
    width: 90%;
  }
  .section--20 {
    background-size: cover;
  }
  .section--20 .ghaz-intro {
    font-size: 15px;
    line-height: 20px;
  }
  .concl-box {
    width: 90%!important;
  }
  .navigation nav ul li.nav-left {
    margin-top: -7%;
  }
}
@media screen and (max-width: 375px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 16px;
  }
  p {
    font-size: 16px;
    line-height: 22px;
  }
  .section--1 {
    background-image: url(../img/background-image-accueil.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 300;
  }
  .mouse {
    display: none;
  }
  .box-text {
    bottom: 10%;
  }
  .background-classe {
    background-image: url(../img/classe-papa.png);
    background-position: center center;
    position: relative;
    background-size: cover;
  }
  .navigation {
    display: none;
  }
  .title-princ {
    width: 90%;
    -webkit-animation: anim-border-smartphone 0.5s cubic-bezier(0.43, 0.85, 0.28, 0.93) forwards;
    -moz-animation: anim-border-smartphone 0.5s cubic-bezier(0.43, 0.85, 0.28, 0.93) forwards;
    -ms-animation: anim-border-smartphone 0.5s cubic-bezier(0.43, 0.85, 0.28, 0.93) forwards;
    animation: anim-border-smartphone 0.5s cubic-bezier(0.43, 0.85, 0.28, 0.93) forwards;
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -ms-animation-delay: .2s;
    animation-delay: .2s;
  }
  .titre {
    width: 100%;
    text-align: center;
    margin-left: -5%;
  }
  .section-chapitre h3 {
    width: 70%;
    margin: 0 auto;
  }
  .section--3 {
    background-size: cover;
    margin-top: -150px;
  }
  .ghaz-intro {
    font-size: 22px;
    line-height: 28px;
    width: 90%;
    margin-top: 33%;
  }
  .section--ghaz .chateau-new {
    float: none;
    width: 70%;
    margin: 0 auto;
    padding: 0;
    margin-left: 15%;
    margin-top: -10%;
  }
  .section--ghaz .follow-div {
    float: none;
    width: 60%;
    margin: 0 auto;
  }
  .section--ghaz .follow-div p {
    font-size: 16px;
  }
  .section--ghaz .maison-new {
    float: none;
    width: 50%;
    margin: 0 auto;
    display: block;
  }
  .section--ghaz .follow-div {
    padding-top: 0;
  }
  .section-classe div {
    margin: 0 auto;
    width: 58%;
  }
  .section-classe div img {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .section-classe .para-right {
    float: none;
    width: 70%;
    margin: 0 auto;
    text-align: center;
  }
  .citation {
    margin-top: 0;
  }
  .citation .citation-para {
    visibility: visible;
    font-size: 25px;
    width: 99%;
    padding-top: 0;
  }
  .section--5 {
    display: none;
  }
  .section--6 .box-text-container {
    width: 98%;
  }
  .section--6 .box-text-container .box-text {
    width: 90%;
    margin: 0;
    padding: 0;
    margin-left: 5%;
  }
  .box-img-container {
    float: none;
    width: 60%;
    margin: 0 auto;
  }
  .box-img-container .para-box-un {
    width: 60%;
    height: 15%;
  }
  .box-img-container img {
    width: 100%;
  }
  .desc-1 {
    width: 70%;
    margin: 0 auto;
    margin-top: 0;
    padding-top: 0;
  }
  .militaire-story .img-deux {
    width: 70%;
    padding: 0;
    margin: 0 auto;
    margin-left: -10%;
    display: block;
    position: absolute;
    left: 20%;
    top: 10%;
  }
  .militaire-story .description {
    float: none;
    margin: 0 auto;
    width: 70%;
    display: block;
  }
  .militaire-story .description img {
    margin: 0 auto;
    width: 99%;
  }
  .militaire-story .description h4 {
    opacity: 1;
    padding-top: 100%;
  }
  .militaire-story .description p {
    opacity: 1;
  }
  #section-markup-quatre .diplome img {
    width: 70%;
    display: block;
    margin: 0 auto;
  }
  #section-markup-quatre .diplome .description h4 {
    margin-top: 0;
    padding-top: 0;
  }
  .change-chapitre {
    background-position: center center;
  }
  .change-chapitre .scale-sect {
    width: 90%;
    margin: 0 auto;
    left: 0;
    top: 30%;
  }
  #section--9 {
    background-size: cover;
    background-position: left;
  }
  #section--9 div .ghaz-intro {
    margin-top: 60%;
    width: 70%;
  }
  .section--militaire img {
    position: absolute!important;
    top: 130%!important;
  }
  .section--militaire .follow-div img {
    width: 80%;
    margin-left: -10%;
    margin-top: -50%;
  }
  .section--militaire .follow-div h4 {
    padding-top: 231%;
  }
  .box-img-container {
    width: 60%;
    margin: 0 auto;
  }
  .box-img-container .para-box-deux {
    width: 60%;
    height: 20%;
    margin: 0;
  }
  .box-img-container img {
    width: 100%;
    margin: 0;
  }
  .section--11 img {
    width: 70%;
    margin: 0 auto;
  }
  .section--11 .line-carte {
    display: none;
  }
  .section--11 .desc-1 {
    text-align: center;
    width: 90%;
    display: block;
    margin: 0 auto;
    margin-left: 5%;
    margin-top: 20%;
  }
  .section--12 {
    background-size: cover;
    background-position: -400px -90px;
  }
  .section--12 .box-text-container {
    width: 90%;
  }
  .khomein-none {
    display: none;
  }
  .khomein {
    top: 25%!important;
  }
  #section--13 {
    width: 100%;
  }
  #section--13 .box-img-container {
    margin-top: 40%;
    padding-bottom: 0;
  }
  #section--13 .box-img-container .para-box-trois {
    width: 60%;
    height: 20%;
    margin: 0;
  }
  #section--13 .desc-1 {
    margin-top: 0;
    padding-bottom: 200px;
  }
  .overflow-secti--15 .date-78 {
    width: 90%;
    left: 5%;
    top: 25%;
  }
  .overflow-secti--15 .section--15 .box-text-container {
    width: 90%;
  }
  .change-chapitre {
    background-repeat: no-repeat;
    background-size: cover;
  }
  #section--16 {
    background-size: cover;
    background-position: center center;
  }
  .section--16 .box-text-container {
    width: 70%;
  }
  .section--16 .section--16-shah img {
    width: 200%;
    margin-top: 100px;
    margin-left: -300px;
  }
  .section--17 {
    margin-top: 500px;
  }
  .section--17 img {
    width: 80%;
    left: 9%;
    top: -50%;
  }
  .section--17 .ghaz-intro {
    font-size: 15px;
    line-height: 20px;
    padding-top: 300px;
  }
  .section--18 .box-img-container {
    margin-top: 100px;
  }
  .section--18 .box-img-container .para-box-quatre {
    width: 62%;
    height: 25%;
    margin: 0;
  }
  .section--18 .box-img-container .para-img-quatre {
    padding-bottom: 40px;
  }
  .section--18 .desc-1 {
    width: 90%;
  }
  .section--18 .desc-1 p {
    padding-bottom: 100px;
  }
  .section--19 {
    background-position: -900px -100px;
  }
  .section--19 .box-text-container {
    width: 90%;
  }
  .section--20 {
    background-size: cover;
  }
  .section--20 .ghaz-intro {
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1900px) {
  .section--ghaz img {
    padding-left: 13%;
  }
  .section--ghaz .maison-new {
    padding: 0;
    margin-right: 20%;
  }
  .follow .follow-div {
    margin-left: 22%;
  }
  .section-classe div img {
    margin-left: 60%;
  }
  .section-classe .para-right {
    margin-right: 23%;
  }
  .para-box-un {
    height: 41%;
  }
  .section--10 {
    height: 130%;
  }
  .section--11 {
    height: 100%;
  }
  .section--15 .vendredi-homme {
    top: 55%;
  }
  .section--15 .box-text-container {
    margin-top: 906px;
  }
  .section--16 {
    background-size: 100%;
  }
  .section--16 .exil {
    margin-top: 5%;
  }
  .section--19 {
    height: 100%;
  }
}
.container {
  width: 100%;
  height: 100%;
  background: url('../img/propos-background.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.box-link {
  width: 60%;
  padding: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0 auto;
  text-align: center;
  background: rgba(55, 55, 55, 0.8);
  position: relative;
  top: 17%;
}
.encard {
  position: absolute;
  border: 1px solid #FDD670;
  height: 100%;
  width: 100%;
  top: 15px;
  left: 20px;
  background: transparent;
}
.box-link p {
  text-align: left;
  padding: 20px;
  width: 50%;
  margin: 0 auto;
}
