body {
  margin: 0;
  padding: 0;
}

a {
  width: 100%;
  height: 100%;
  z-index: 999;
  display: block;
  position: absolute;
}

#oc_conteneur div, #oc_conteneur, #oc_conteneur img {
  position: absolute;
  overflow: hidden;
  box-sizing: border-box;
}

#oc_conteneur {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  width: 100%;
  height: 100%;
  background-image: url("img/bg.jpg");
  background-clip: content-box;
  background-size: cover;
  color: #000000;
  font-weight: bold;
}

#oc_bordure {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #000000;
}

#oc_logo {
  left: 41%;
  top: 0%;
  width: 19%;
  height: 11%;
  background: url("img/logoMtm.svg") no-repeat top center;
  background-size: contain;
}

#oc_mltop {
  width: 100%;
  height: 20%;
  top: 1%;
  font-size: 22px;
}

#oc_ml1 {
  width: 50%;
  left: 2%;
}

#oc_ml2 {
  width: 50%;
  right: 2%;
  text-align: right;
}

#oc_mlbottom {
  height: auto;
  width: 100%;
  bottom: 0%;
}

#oc_conteneur #oc_ml3, #oc_conteneur #oc_ml4 {
  position: relative;
}

#oc_ml3 {
  padding: 1% 3%;
  font-size: 16px;
  width: 100%;
  height: auto;
  font-weight: normal;
}

#oc_ml4 {
  bottom: 0%;
  text-align: center;
  padding: 1% 3%;
  width: 100%;
  height: auto;
  font-size: 17px;
  color: #fff;
  letter-spacing: -0.5px;
  background: #000;
}

#oc_zone_texte {
  left: 7%;
  top: 15%;
  width: 86%;
  height: 38%;
  background: url("img/forme_fond.png") no-repeat center center;
  background-size: 100% 100%;
}

#oc_conteneur #oc_bymccafe {
  position: relative;
}

#oc_bymccafe {
  height: 37px;
  -webkit-transform: scale(1.7) translateX(20%) translateY(-10%);
      -ms-transform: scale(1.7) translateX(20%) translateY(-10%);
          transform: scale(1.7) translateX(20%) translateY(-10%);
}

.orage #oc_bymccafe {
  -webkit-transform: scale(1.7) translateX(20%) translateY(15%);
      -ms-transform: scale(1.7) translateX(20%) translateY(15%);
          transform: scale(1.7) translateX(20%) translateY(15%);
}

#oc_texte {
  top: 32%;
  width: 90%;
  left: 5%;
  text-transform: uppercase;
  font-size: 37px;
  text-align: center;
  overflow: visible !important;
}

.soleil #oc_texte {
  top: 37%;
}

#oc_zone_image {
  left: 12%;
  top: 43%;
  width: 76%;
  height: 54%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

#oc_picto {
  left: 42%;
  top: 8%;
  width: 16%;
  height: 20%;
  overflow: visible !important;
}

#oc_picto > div {
  width: 100%;
  height: 100%;
}

#oc_picto_nuage {
  background: url("img/picto_nuage.png") no-repeat center center;
  background-size: contain;
}

#oc_picto_pluie1 {
  background: url("img/picto_pluie1.png") no-repeat center center;
  background-size: contain;
  -webkit-animation: oc_picto_pluie 1s infinite ease normal;
          animation: oc_picto_pluie 1s infinite ease normal;
}

#oc_picto_pluie2 {
  background: url("img/picto_pluie2.png") no-repeat center center;
  background-size: contain;
  -webkit-animation: oc_picto_pluie 1s infinite 0.3s ease normal;
          animation: oc_picto_pluie 1s infinite 0.3s ease normal;
}

#oc_picto_eclair1 {
  background: url("img/picto_eclair1.png") no-repeat center center;
  background-size: contain;
  -webkit-animation: oc_picto_eclair 1s ease 0.2s infinite normal;
          animation: oc_picto_eclair 1s ease 0.2s infinite normal;
  opacity: 0;
}

#oc_picto_eclair2 {
  background: url("img/picto_eclair2.png") no-repeat center center;
  background-size: contain;
  -webkit-animation: oc_picto_eclair 1s ease infinite normal;
          animation: oc_picto_eclair 1s ease infinite normal;
  opacity: 0;
}

#oc_picto_eclair3 {
  background: url("img/picto_eclair3.png") no-repeat center center;
  background-size: contain;
  -webkit-animation: oc_picto_eclair 1s ease 0.4s infinite normal;
          animation: oc_picto_eclair 1s ease 0.4s infinite normal;
  opacity: 0;
}

#oc_picto_soleil_centre {
  background: url("img/picto_soleil_centre.png") no-repeat center center;
  background-size: contain;
}

#oc_picto_soleil_rayons {
  background: url("img/picto_soleil_rayons.png") no-repeat center center;
  background-size: contain;
  -webkit-animation: oc_picto_soleil_rayons 4s infinite linear normal;
          animation: oc_picto_soleil_rayons 4s infinite linear normal;
}

#oc_fond_meteo {
  width: 100%;
  height: 80%;
}

#oc_fond_meteo div {
  width: 100%;
  height: 100%;
}

.soleil #oc_fond_meteo {
  width: 100%;
  height: 100%;
}

#oc_fond_nuageux {
  background: url("img/fond_nuageux.png") no-repeat bottom center;
  background-size: cover;
}

#oc_fond_soleil {
  background: url("img/fond_soleil.jpg") no-repeat bottom center;
  background-size: 100% 100%;
}

#oc_fond_pluie {
  background: url("img/fond_pluie.png") no-repeat bottom center;
  background-size: cover;
  -webkit-animation: oc_fond_pluie 2s 1 ease normal;
          animation: oc_fond_pluie 2s 1 ease normal;
}

#oc_gouttes_pluies1 {
  background: url("img/gouttes_pluies.png") repeat bottom right;
  -webkit-animation: oc_gouttes_pluies 3s infinite 1s ease-out normal;
          animation: oc_gouttes_pluies 3s infinite 1s ease-out normal;
}

#oc_gouttes_pluies2 {
  background: url("img/gouttes_pluies.png") repeat top center;
  -webkit-animation: oc_gouttes_pluies 3s infinite 2s ease-out normal;
          animation: oc_gouttes_pluies 3s infinite 2s ease-out normal;
}

#oc_gouttes_pluies3 {
  background: url("img/gouttes_pluies.png") repeat bottom left;
  -webkit-animation: oc_gouttes_pluies 3s infinite 3s ease-out normal;
          animation: oc_gouttes_pluies 3s infinite 3s ease-out normal;
}

#oc_fond_meteo .oc_gouttes_pluies {
  top: 0%;
  height: 80%;
  opacity: 0;
  background-size: 40% 40%;
}

#oc_fond_orage {
  background: url("img/fond_orage.png") no-repeat bottom center;
  background-size: cover;
}

#oc_eclair {
  background: url("img/eclair.png") no-repeat top center;
  background-size: 100% 100%;
  -webkit-animation: oc_eclair 3s infinite linear normal;
          animation: oc_eclair 3s infinite linear normal;
}

#oc_lumiere {
  width: 100%;
  top: -1%;
  left: -10%;
  -webkit-transform-origin: 10% 0%;
      -ms-transform-origin: 10% 0%;
          transform-origin: 10% 0%;
  -webkit-animation: oc_lumiere 2s 1 ease normal;
          animation: oc_lumiere 2s 1 ease normal;
}

#oc_fond_meteo #oc_brume {
  top: 20%;
  height: 60%;
  background: url("img/brume.png") repeat-x top center;
  background-size: 50% 100%;
  background-position: 100% 50%;
  -webkit-animation: oc_brume 10s infinite linear normal;
          animation: oc_brume 10s infinite linear normal;
}

@media (max-width: 480px) {
  #oc_ml1, #oc_ml2 {
    font-size: 20px;
  }
  #oc_ml3 {
    font-size: 12px;
  }
  #oc_ml4 {
    font-size: 13px;
  }
}

@media (max-width: 320px) {
  #oc_ml1, #oc_ml2 {
    font-size: 14px;
  }
  #oc_ml3 {
    font-size: 9px;
  }
  #oc_ml4 {
    font-size: 9px;
  }
}

@media (max-width: 240px) {
  #oc_ml1, #oc_ml2 {
    font-size: 12px;
  }
  #oc_ml3 {
    font-size: 7px;
  }
  #oc_ml4 {
    font-size: 7px;
  }
}

@media screen and (max-width: 400px) {
  #oc_mltop {
    font-size: 15px;
  }
  #oc_texte {
    font-size: 19px;
  }
  #oc_bymccafe {
    height: 19px;
  }
}

@media screen and (min-width: 400px) and (max-width: 500px) {
  #oc_texte {
    font-size: 25px;
  }
  #oc_bymccafe {
    height: 25px;
  }
}

@media screen and (min-width: 500px) and (max-width: 600px) {
  #oc_texte {
    font-size: 30px;
  }
  #oc_bymccafe {
    height: 30px;
  }
}

@-webkit-keyframes oc_picto_pluie {
  0% {
    top: -10%;
    left: 5%;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 10%;
    left: -5%;
    opacity: 0;
  }
}

@keyframes oc_picto_pluie {
  0% {
    top: -10%;
    left: 5%;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 10%;
    left: -5%;
    opacity: 0;
  }
}

@-webkit-keyframes oc_picto_eclair {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  40.1% {
    opacity: 0;
  }
}

@keyframes oc_picto_eclair {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  40.1% {
    opacity: 0;
  }
}

@-webkit-keyframes oc_picto_soleil_rayons {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  25% {
    -webkit-transform: rotate(90deg) scale(1.2);
            transform: rotate(90deg) scale(1.2);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1);
            transform: rotate(180deg) scale(1);
  }
  75% {
    -webkit-transform: rotate(270deg) scale(1.2);
            transform: rotate(270deg) scale(1.2);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}

@keyframes oc_picto_soleil_rayons {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  25% {
    -webkit-transform: rotate(90deg) scale(1.2);
            transform: rotate(90deg) scale(1.2);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1);
            transform: rotate(180deg) scale(1);
  }
  75% {
    -webkit-transform: rotate(270deg) scale(1.2);
            transform: rotate(270deg) scale(1.2);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}

@-webkit-keyframes oc_eclair {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50.1% {
    opacity: 1;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  60.1% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  70% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  70.1% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75.1% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  80% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  80.1% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  97% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes oc_eclair {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50.1% {
    opacity: 1;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  60.1% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  70% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  70.1% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75.1% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  80% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  80.1% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  97% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes oc_lumiere {
  0% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes oc_lumiere {
  0% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes oc_fond_pluie {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes oc_fond_pluie {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes oc_gouttes_pluies {
  0% {
    opacity: 0.2;
    top: -30%;
  }
  30% {
    opacity: 0.2;
    top: -30%;
  }
  100% {
    opacity: 0;
    top: 0%;
  }
}

@keyframes oc_gouttes_pluies {
  0% {
    opacity: 0.2;
    top: -30%;
  }
  30% {
    opacity: 0.2;
    top: -30%;
  }
  100% {
    opacity: 0;
    top: 0%;
  }
}

@-webkit-keyframes oc_brume {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

@keyframes oc_brume {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

@media screen and (orientation: portrait) {
  .ice_squeeze #oc_zone_texte {
    background-image: url("img/forme_fond2.png");
  }
}

@media screen and (orientation: landscape) {
  #oc_zone_texte {
    left: 6%;
    top: 22%;
    width: 50%;
    height: 49%;
  }
  #oc_conteneur #oc_ml3 {
    text-align: center;
  }
  #oc_zone_image {
    left: 50%;
    top: 9%;
    width: 46%;
    height: 85%;
  }
  #oc_logo {
    left: 44%;
    top: 0%;
    width: 13%;
    height: 17%;
  }
  #oc_fond_meteo .oc_gouttes_pluies {
    background-size: 26% 60%;
  }
  #oc_fond_soleil {
    background-size: 100% 130%;
  }
}

@media screen and (orientation: landscape) and (max-width: 600px) {
  #oc_texte {
    font-size: 18px;
  }
  #oc_bymccafe {
    height: 18px;
  }
}

@media screen and (orientation: landscape) and (min-width: 600px) and (max-width: 800px) {
  #oc_texte {
    font-size: 22px;
  }
  #oc_bymccafe {
    height: 22px;
  }
}

@media screen and (orientation: landscape) and (min-width: 800px) and (max-width: 900px) {
  #oc_texte {
    font-size: 25px;
  }
  #oc_bymccafe {
    height: 25px;
  }
}

@media screen and (orientation: landscape) and (min-width: 900px) and (max-width: 1000px) {
  #oc_texte {
    font-size: 30px;
  }
  #oc_bymccafe {
    height: 30px;
  }
}
