@import url('https://fonts.googleapis.com/css?family=Oswald:500');
body {
  background-color: #fcfcfc;
  font-size: 18px;
  color: #000000; }

body .container.first-block {
  width: 1170px;
  max-width: 100%;
  padding: 20px 15px;
  margin-top: 10px;
  border: 1px solid #1134a0;
  border-radius: 5px;
  background-color: white;
  box-shadow: 5px 5px 24px 0px rgba(50, 50, 50, 0.6); }

body h1, body h2, body h3 {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  color: #016533; }

body h1 {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 35px;
  text-align: center; }

body h2 {
  margin: 30px auto 20px;
  font-size: 30px;
  text-align: center; }

body p {
  margin-bottom: 20px; }

body ul li {
  margin-bottom: 15px; }

body img {
  max-width: 100%;
  margin: 0 auto;
  display: block; }

.img-header {
  width: 100%; }

.btn {
  font-weight: bold;
  font-size: 1.4em;
  background-color: #ff7f28;
  margin: 20px auto;
  display: block;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  border: none;
  transition: all 0.4s ease; }

.btn:hover, .btn:focus {
  background-color: #cd621a;
  box-shadow: 2px 4px 2px rgba(0, 0, 0, 0.3); }

.displayNone {
  display: none !important; }

body .container.first-block {
  width: 1200px; }

/*special shortucts*/
#videoSelect {
  border-radius: 5px;
  overflow: hidden; }

#videoSelect h2 {
  color: #ffffff;
  font-size: 22px; }

#videoSelect h3 {
  color: #ffffff;
  background-color: #01d869;
  font-weight: bold;
  padding: 5px;
  font-size: 18px;
  margin-bottom: 5px; }

#videoSelect h4 {
  margin: 5px 0;
  font-size: 15px; }

#videoSelect .videoShortcuts {
  padding: 5px;
  color: #ffffff;
  border-bottom: 2px dashed black;
  cursor: pointer;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease; }

#videoSelect .videoShortcuts:last-child {
  border-bottom: none; }

#videoSelect .videoShortcuts:nth-child(even) {
  background-color: #046734; }

#videoSelect .videoShortcuts:nth-child(odd) {
  background-color: #009548; }

#videoSelect .videoShortcuts:hover, #videoSelect .videoShortcuts:focus {
  background-color: #26c822 !important; }

#videoSelect .videoShortcuts.videoShortcuts9 {
  background-color: #ed9411;
  position: relative; }

#videoSelect .videoShortcuts.videoShortcuts9 h4 {
  font-size: 16px;
  font-weight: bold; }

#videoSelect .videoShortcuts.videoShortcuts9:hover, #videoSelect .videoShortcuts.videoShortcuts9:focus {
  background-color: #ffc672 !important; }

/*.videoShortcuts.videoShortcuts9:after {
 content: '';
 position: absolute;
 top: 0px;
 left: 0px;
 height: calc(100%);
 width: calc(100%);
 background: linear-gradient(60deg, #ff3400, #ffb658);
 z-index: 0;
 animation: animatedgradient 2s ease alternate infinite;
 background-size: 300% 300%;
 }*/
#videoSelect .wpb_content_element {
  margin-bottom: 0 !important; }

#videoSelect p {
  margin-bottom: 0 !important;
  line-height: initial; }

@keyframes animatedgradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
/*special replay*/
body .container.first-block {
  width: 1200px; }

body h1 {
  background-color: #046734;
  color: white;
  padding: 10px;
  border-radius: 5px;
  font-family: helvetica;
  font-size: 28px; }

body h2 {
  font-size: 28px;
  margin: 0 0 10px;
  line-height: 32px !important;
  font-family: helvetica;
  font-weight: 700;
  color: #444444;
  text-align: center; }

body h2.h2-plus {
  color: #046734;
  font-size: 50px; }

body img {
  border-radius: 5px; }

.titrepreconference {
  background: #046734;
  border-radius: 5px;
  border-style: none;
  font-size: 18px;
  color: #ffffff;
  line-height: 25px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  background-repeat: no-repeat;
  padding: 15px;
  white-space: normal;
  margin: auto;
  margin-bottom: 15px;
  display: block; }

#blocTime {
  background-image: url(https://static2.pure-sante.info/external/img/PureSante/DAM/dam-os08_webinaire-thumbnail.png);
  max-width: 680px;
  height: 380px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  background-color: #eaeaea;
  border-radius: 5px;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative; }

#textTimer {
  background-color: #046734b5;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 26px;
  padding: 20px 20px 20px;
  position: absolute;
  width: 100%;
  bottom: 30px; }

@media screen and (max-width: 991px) {
  body iframe {
    width: 640px;
    height: 400px; }
  #blocTime {
    height: 400px; } }

@media screen and (max-width: 767px) {
  body h1 {
    font-size: 24px;
    margin-top: 0; }
  body h2 {
    font-size: 22px;
    line-height: 26px !important; }
  body h2.h2-plus {
    font-size: 25px; }
  #blocTime {
    height: 170px;
    background-size: 210px; }
  #textTimer {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 10px 10px;
    bottom: 0px; } }

.bdc, .sepa, .cc {
  display: none; }
