@font-face {
  font-family: 'Raleway';
  src: url('../../font/Raleway/Raleway-Regular.ttf');
}

.Sous-titre-1 {
  margin: 0;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-size: 28px;
  font-weight: normal;
  padding-top: 36px;
  padding-bottom: 20px;
}

.Texte-courant {
  margin: 0;
  font-family: 'Raleway', sans-serif;
  font-size: 1.1em;
  font-weight: normal;
  padding-bottom: 15px;
  text-align: justify;
  line-height: 1.4em;
}

p em {
  font-style: italic;
}

.Texte-courant b {
  font-weight: normal;
}

blockquote {
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: italic;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 36px;
  line-height: normal;
  letter-spacing: normal;
}

blockquote p {
  display: inline;
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: italic;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 36px;
  line-height: normal;
  letter-spacing: normal;
}

blockquote p.Texte-courant {
  display: inline;
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: italic;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 36px;
  line-height: normal;
  letter-spacing: normal;
}

blockquote:before {
  position: relative;
  left: auto;
  content: '\f10d';
  margin-right: 20px;
  font-size: 192px;
  font: normal normal normal 14px/1 FontAwesome;
}

blockquote:after {
  content: '\f10e';
  margin-left: 20px;
  font: normal normal normal 14px/1 FontAwesome;
}

.video-js {
  width: 100%;
  height: 700px;
}

@media screen and (max-width: 1150px) {
  .video-js {
    height: 600px;
  }
}

@media screen and (max-width: 1000px) {
  .video-js {
    height: 500px;
  }
}

@media screen and (max-width: 850px) {
  .video-js {
    height: 400px;
  }
}

.Image {
  width: 600px;
  height: auto;
}

.image figcaption {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: lighter;
  font-style: italic;
  margin-top: 15px;
  margin-bottom: 10px;
  padding-left: 6px;
  border-left: 4px black solid;
}

.Sous-titre-2 {
  margin: 0;
  font-family: 'Raleway', sans-serif;
  font-size: 23px;
  font-weight: bold;
  padding-top: 16px;
  padding-bottom: 12px;
}

p img {
  width: 100%;
}

.img-full-width {
  width: 100%;
}

.Texte-courant strong {
  font-weight:bold;
}

.img-full-width img {
  width: 100%;
  object-fit: cover;
}

.img-left {

}

.img-left img {

}

.img-right {
  float: right;
}

.img-right img {

}

body.cke_editable {
  margin: 0 auto;
  width: 1200px;
}

.videoEmbed iframe {
  width: 100%;
}