/*
Theme Name: Sidony Vox
Theme URI: 
Description: ...
Version: 1.0
Author: RURAWEB

Sidony Vox par RURAWEB
*/

/*corps de la page web */

body {
font-family: "medium", Lucida Grande, Sans-serif;
text-align: left;
font-size: 13px;
background: #fff;
margin: 0;
}

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


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

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

.hideme {
opacity: 0;
}

.computer {
display: block;
}

.responsive {
display: none;
}

/* Navigation */

header {
position: fixed;
z-index: 10;
width: 100%; height: 40px;
background: rgba(255, 255, 255, 1);
padding: 15px 0;
border-top: 4px solid black;
}

.head-page {
background: white;
}

header a.color {
color: black;
}

nav {
position: absolute;
text-transform: uppercase;
top: 15px; right: 35px;
font-family: bold;
}

nav ul, nav li {
list-style-type: none;
}

nav li {
display: inline-block;
padding-right: 55px;
}

nav li:last-child {
padding-right: 0px;
}

nav a {
color: black;
text-decoration: none;
}

nav a:hover {
color: #8c4796;
border-top: 4px solid #8c4796;
padding-top: 28px
}

.current {
color: #8c4796;
border-top: 4px solid #8c4796;
padding-top: 28px
}

nav ul, nav li {
list-style-type: none;
}

.sousmenu {
list-style-type: none;
margin: 0;
}

#navigation a {
text-decoration: none;
}

#navigation .sousmenu {
display: none;
line-height: 24px;
}

#navigation li:hover > .sousmenu { 
display: block;
background-color: #8c4796;
height: 70px;
margin: 27px 0 0 -30px;
padding: 15px;
}

.sousmenu li {
float: left;
clear: both;
padding-right: 0!important;
}

.sousmenu a {
-webkit-transition: .2s;
-moz-transition: .2s;
-o-transition: .2s;
-ms-transition: .2s;
transition: .2s;
color: white;
}

.sousmenu a:hover {
color: black!important;
border-top: none!important;
}

.petit-logo {
background-size: 163px 26px !important;
width: 163px; height: 26px;
left: 45px; top: 15px;
padding-top: 28px;
font-style: italic;
font-family: light;
text-align: right;
}

/*Section ZŽro */

#zero {
position: relative;
width: 100vw; height: 100vh;
z-index: 1;
/*background: url('img/bg2.jpg') no-repeat;
background-size: cover;
z-index: 0;
position: fixed;
background-position: 0px 0px;
*/
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*#rect-white {
top: 50%; left: 50%;
position: absolute;
background: white;
width: 80%; height: 70vh;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
filter: blur(50px);
}*/

.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}

.animated2 {
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:10s;
-moz-animation-duration:10s;
-ms-animation-duration:10s;
-o-animation-duration:10s;
animation-duration:10s;
}

.pulsebig2 {
-webkit-animation-name: pulsebig2;
-moz-animation-name: pulsebig2;
-o-animation-name: pulsebig2;
animation-name: pulsebig2;
}

@-webkit-keyframes pulsebig2 {
0% { -webkit-transform: scale(0.9) translateX(-50%) translateY(-50%); opacity: 0 }
50% { -webkit-transform: scale(0.9) translateX(-50%) translateY(-50%); opacity: 1 }
100% { -webkit-transform: scale(1) translateX(-50%) translateY(-50%); opacity: 1 }
}
@-moz-keyframes pulsebig2 {
0% { -moz-transform: scale(0.9) translateX(-50%) translateY(-50%); opacity: 0 }
50% { -moz-transform: scale(0.9) translateX(-50%) translateY(-50%); opacity: 1 }
100% { -moz-transform: scale(1) translateX(-50%) translateY(-50%); opacity: 1 }
}
@-o-keyframes pulsebig2 {
0% { -o-transform: scale(0.9) translateX(-50%) translateY(-50%); opacity: 0 }
50% { -o-transform: scale(0.9) translateX(-50%) translateY(-50%); opacity: 1 }
100% { -o-transform: scale(1) translateX(-50%) translateY(-50%); opacity: 1 }
}
@keyframes pulsebig2 {
0% { transform: scale(0.9) translateX(-50%) translateY(-50%); opacity: 0 }
50% { transform: scale(0.9) translateX(-50%) translateY(-50%); opacity: 1 }
100% { transform: scale(1) translateX(-50%) translateY(-50%); opacity: 1 }
}

.logo-typo {
position: absolute;
background: url('img/header/sidony.png') no-repeat;
}

.grid-idem {
height: calc(100vh - 40px);
height: -webkit-calc(100vh - 40px);
height: -moz-calc(100vh - 40px);
min-height: 460px;
max-width: calc(100vw - 40px);
max-width: -webkit-calc(100vw - 40px);
max-width: -moz-calc(100vw - 40px);
margin: 20px;
padding: 50px 0;
z-index: 10;
position: relative;
display: -webkit-flex;
display: flex;
text-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-transform: translate3d(0, 0, 0);
}

.presentation p {
position: absolute;
text-transform: uppercase;
font-size: 14px;
color: black;
text-align: center;
top: 23%;
left: 50%;
font-family: light;
transform: translateX(-50%);
}

#cheveu {
position: fixed;
background: white url('img/index/cheveu.png') no-repeat;
width: 76px; height: 109px;
top: 130px; left: 80px;
background-size: 30px 43px;
z-index: 1;
}

.centrage {
position: relative;
margin: 0 auto;
width: 100vw;
height: 100vh;
text-align: center;
}

.logo-dessin {
position: fixed;
background: white url('img/index/index-sidony.png') center center no-repeat;
background-size: auto 100vh;
display: block;
width: 100vw; height: 100vh;
top: 51%; left: 50%;
-webkit-transform: scale(1) translateX(-50%) translateY(-50%);
-moz-transform: scale(1) translateX(-50%) translateY(-50%);
-o-transform: scale(1) translateX(-50%) translateY(-50%);
-ms-transform: scale(1) translateX(-50%) translateY(-50%);
transform: scale(1) translateX(-50%) translateY(-50%);
-webkit-transform-origin: 0 0 0;
-moz-transform-origin: 0 0 0;
-o-transform-origin: 0 0 0;
-ms-transform-origin: 0 0 0;
transform-origin: 0 0 0;
z-index: -1;
}

.grand-logo {
background-size: 350px 56px !important;
width: 350px; height: 56px;
padding-top: 70px;
text-transform: uppercase;
font-size: 12px;
position: relative !important;
left: 50%;
margin: 300px 0 0 80px;
}

.arrow {
position: absolute;
z-index: 10;
background: url('img/index/arrow.png') no-repeat;
width: 108px; height: 56px;
background-size: 40px 21px;
bottom: 0%; right: 0px;
margin-left: -20px;

-webkit-animation: bounce .5s ease infinite alternate;
-moz-animation: bounce .5s ease infinite alternate;
-o-animation: bounce .5s ease infinite alternate;
animation: bounce .5s ease infinite alternate;
}

@-webkit-keyframes bounce{
from {-webkit-transform: translateY(0);}
to   {-webkit-transform: translateY(-10px);}
}

@-moz-keyframes bounce{
from {-moz-transform: translateY(0);}
to   {-moz-transform: translateY(-10px);}
}

@-o-keyframes bounce{
from {-o-transform: translateY(0);}
to   {-o-transform: translateY(-10px);}
}

@keyframes bounce{
from {transform: translateY(0);}
to   {transform: translateY(-10px);}
}

.son {
position: absolute;
z-index: 10;
bottom: 7%; left: 3%;
}

#zero audio {
display: none;
}

div.audioplayer-time.audioplayer-time-current,
div.audioplayer-bar,
div.audioplayer-time-current,
div.audioplayer-time-duration,
div.audioplayer-volume {
display: none;
}

.audioplayer-playpause {
text-indent: -9999px;
cursor: pointer;
height: 40px;
}

.audioplayer-playpause a {
display: block;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
background: url('img/index/audio.png') no-repeat;
width: 100px; height: 117px;
background-size: 35px 41px;
}

.audioplayer-playing .audioplayer-playpause a {
background: url('img/index/mute.png') no-repeat;
width: 100px; height: 117px;
background-size: 35px 41px;
}

.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}

.animated2 {
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-delay: 1s;
animation-delay: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

#cercle-minute {
position: fixed;
/*background: black;*/
background: rgb(228, 23, 75);
border-radius: 50%;
bottom: 5%; right: 3%;
z-index: 10;
width: 120px; height: 120px;
}

a#cercle.splash {
background-position: 50% 50%;
background-repeat: no-repeat;
background-origin: border-box;

display: inline-block;
width: 120px; height: 120px;
border-width: 50px;
border-color: rgba(0,0,0,0);

-moz-border-radius: 100%;
-webkit-border-radius: 100%;

-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;

-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;

box-shadow: 0 0 0 0 rgba(227, 41, 21, 0.7);
border-radius: 50%;
background-size:cover;
cursor: pointer;
}

@keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }

  to {
    -webkit-filter: hue-rotate(-360deg);
    filter: hue-rotate(-360deg);
  }
}

a#cercle.splash:hover {
border-width: 0;
border-color: rgba(255, 255, 255, 0.5);
-webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

.splash {
border-style: dashed;
}

.circle a {
text-decoration: none;
}

.circle {
margin: -83px 0 0 4px;
text-align: center;
-webkit-transform: rotate(-12deg);
-moz-transform: rotate(-12deg);
-o-transform: rotate(-12deg);
transform: rotate(-12deg);
}

.circle p {
font-size: 14px !important;
color: white !important;
border: none !important;
width: auto !important;
margin-bottom: 8px !important;
line-height: 0px !important;
letter-spacing: 1px !important;
text-transform: uppercase;
font-family: light;
margin-left: -6px;
}

.circle span {
color: white!important;
font-size: 10px!important;
letter-spacing: 1px!important;
font-weight: bolder;
text-transform: uppercase;
font-family: bold;
}

/* Section Un */

#un {
position: relative;
float: left;
background: white;
width: 100%;
/*margin-top: 100vh;*/
}

.synopsis {
width: 45%;
color: black;
font-size: 15px;
margin: 0 auto;
text-align: center;
padding: 90px 0 90px;
}

#prestations {
width: 100%;
background: white;
text-align: center;
padding: 120px 0 90px;
position: relative;
z-index: 1;
float: left;
}

#prestations img.titre-typo {
margin-bottom: 30px;
}

img.titre-typo.deuxlignes, img.titre2-typo.deuxlignes {
margin-top: -29px!important;
}

#prestations h1 {
margin: 0;

-webkit-column-span: all;
column-span: all;
}

#prestations.atelier_stage {
background: -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0.97) 0, rgba(34, 9, 60, 0.97) 100%)!important;
background: linear-gradient(135deg, rgba(0, 0, 0, 0.97) 0, rgba(34, 9, 60, 0.97) 100%)!important;
}

#prestations.atelier_stage article {
color: white!important;
}

.col2 {
width: 15%;
padding-right: 10%;
display: inline-block;
text-align: left;
vertical-align: top;
}

.columns {
-webkit-columns: 2;
-moz-columns: 2;
columns: 2;

-webkit-column-gap: 144px;
-moz-column-gap: 144px;
column-gap: 144px;
}

/*.col2:first-child {
width: 40%;
}*/

.col2 article {
break-inside: avoid;
page-break-inside: avoid;
-webkit-column-break-inside: avoid;
}

.col2:first-child article {
margin-bottom: 0px!important;
}

.col2:last-child {
padding-right: 0!important;
}

#prestations article {
text-transform: uppercase;
color: #363636;
font-family: bold;
letter-spacing: 1px;
font-size: 15px;
/*margin-bottom: 35px;*/
line-height: 20px;
float: left;
clear: both;
}

#prestations h2  {
font-size: 15px;
float: left;
clear: both;
font-weight: normal;
}

#prestations article a {
display: none;
}

#prestations article p {
margin: 0;
}

#prestations article div {
text-transform: initial;
font-family: light;
float: left;
clear: both;
padding-bottom: 7px;
}

#prestations .spec article .displaynone {
display: none!important;
}

/*.crop {
width: 100%; height: 150px;
overflow: hidden;
position: relative;
}

.crop img {
position: absolute;
left: 50%; top: 50%;
width: auto; height: 100%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}*/

a.read-more {
color: white;
text-decoration: none;
border-bottom: 2px solid white;
padding-bottom: 9px;
text-transform: uppercase;
float: right;
margin-top: 30px;
font-family: bold;
letter-spacing: .5px;
}

div.achat-oklm {
margin-top: 40px;
}

a.read-more.achat {
font-size: 11.5px!important;
text-transform: none!important;
font-family: medium!important;
width: 25%!important;
text-align: center!important;
color: #8c4796;
background: white;
display: inline-block;
float: none;
border: 1px solid #8c4796!important;
padding: 1%!important;
line-height: 23px;
margin-right: 3%;
}

a.read-more.achat:hover {
color: #363636;
background: white;
border: 1px solid #363636!important;
}

#prestations a.read-more {
float: left;
margin-top: 15px;
font-size: 13px;
color: #363636;
border-bottom: 2px solid #363636;
}

#colorFill {
-webkit-transform: translate3d(0px, 0px, 0px);
transform: translate3d(0px, 0px, 0px);
-moz-transform: translate3d(0px, 0px, 0px);
-o-transform: translate3d(0px, 0px, 0px);
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
-moz-transform: scale(1, 1);
-o-transform: scale(1, 1);
position: absolute;
bottom: 425px; left: 0;
z-index: 0;
width: 100%; height: 80px;
}

.devis-perso {
clear: both;
padding-top: 55px;
text-transform: uppercase;
color: rgba(0, 0, 0, 0.3);
}

.bloc {
position: absolute;
bottom: 0; left: 0;
z-index: 0;
width: 100%; height: 425px;
background: #202020;
}

.index-col {
margin: 0 0 30px;

/*overflow: hidden;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;*/
}

#fin_trois h3 {
font-size: 17px;
line-height: 30px;
font-family: medium;
font-weight: normal;
margin: 0;
text-align: left;
color: black;
}

/*#fin_trois h3 span {
color: #363636;
font-family: bold;
letter-spacing: 1px;
}

#fin_trois.afterchild h3:after {
content: '';
display: block;
width: 50px; height: .5px;
background: black;
margin-top: 70px;
position: absolute;
}*/

/* Section Deux */

#deux {
position: relative;
z-index: 2;
background: white;
float: left;
width: 100%;
text-align: center;
padding: 90px 0;
overflow-x: hidden;
}

/*#deux.light {
padding: 90px 0 140px!important;
}*/

#deux.light h3 {
font-size: 17px;
line-height: 30px;
font-family: medium;
font-weight: normal;
margin: 0;
text-align: left;
color: black;
}

/*#deux.light h3 span {
color: #363636;
font-family: bold;
letter-spacing: 1px;
}

#deux.light h3:after {
content: '';
display: block;
width: 50px; height: .5px;
background: black;
margin-top: 70px;
position: absolute;
}*/

#deux h1 {
color: #f64c13;
text-transform: uppercase;
}

.col {
width: 12.5%;
padding-right: 6%;
display: inline-block;
text-align: left;
vertical-align: top;
}

.col:last-child {
padding-right: 0!important;
}

.col .titre-typo {
margin-bottom: 40px;
}

.col h2 {
text-transform: uppercase;
font-family: light;
line-height: 45px;
font-size: 30px;
color: #363636;
}

/* Section Deux B */

#deux-b {
position: relative;
z-index: 2;
background: white;
float: left;
width: 100%;
}

.imgone {
width: 100%;
overflow: hidden;
position: relative;
z-index: 1;
float: left;
margin-bottom: -3px;
}

.imgone img {
width: 100%; height : auto;
object-fit: cover;
z-index: 0;
}

/*.imgone img {
max-width: 100%; width: auto; height: 791px;
z-index: 0;
margin-left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}*/

/*.imgone:nth-child(2) {
width: 61.7%;
margin-left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}*/

#cv-extrait {
/*background: #f64c13;*/
background: -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0.97) 0, rgba(34, 9, 60, 0.97) 100%);
background: linear-gradient(135deg, rgba(0, 0, 0, 0.97) 0, rgba(34, 9, 60, 0.97) 100%);
color: white;
padding: 95px 0 125px;
text-align: left;
float: left;
width: 100%;
}

.titre {
float: left;
}

#cv-extrait article {
width: 65.3%;
margin: 0 auto;
position: relative;
z-index: 1;
}

#cv-extrait h1 {
color: white;
text-transform: uppercase;
letter-spacing: 1px;
font-family: bold;
margin: 0 0 4px;
}

#troispage #cv-extrait .titre h1 small, #prestations article h2 small {
font-size: 11px;
font-family: "medium", Lucida Grande, Sans-serif;
letter-spacing: normal;
font-weight: normal;
}

#cv-extrait span {
font-family: light;
}

.contenu-cv {
float: right;
width: 70%;
}

.resume-cv {
font-family: medium;
letter-spacing: 1px;
line-height: 21px;
padding-bottom: 30px;
font-size: 13.5px;
}

.suite-cv:before {
content: "";
display: block;
background: white;
width: 50px; height: 1px;
margin-left: -80px;
float: left;
margin-top: 6px;
}

.suite-cv {
margin-left: 80px;
font-family: light;
line-height: 20px;
font-size: 13.5px;
letter-spacing: .5px;
}

#deux-b #colorFill {
bottom: 200px;
height: 100px;
}

#deux-b .bloc {
height: 200px;
background: #ff5905;
}

/* Section Trois */

#trois {
position: relative;
z-index: 5;
float: left;
background: black;
width: 100%; height: 100vh;
text-align: center;
/*overflow: hidden;*/
}

#trois article {
width: 50%;
margin: 0 auto;
color: white;
}

#trois a {
text-decoration: none;
}

#trois h1 {
color: white;
font-family: bold;
letter-spacing: 1px;
}

#trois h1:after {
content: "de et par Sidony";
display: block;
font-family: light;
color: white;
font-size: 14px;
margin-top: 5px;
}

/*#trois div.clear {
font-family: light;
color: white;
position: relative;
z-index: 10;
}*/

#trois video, #trois img {
position: absolute;
z-index: 9;
left: 50%; bottom: 0;
width: 100%; height: 100%;
object-fit: cover;
object-position: top;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transform-origin: 0 0 0;
-moz-transform-origin: 0 0 0;
-o-transform-origin: 0 0 0;
-ms-transform-origin: 0 0 0;
transform-origin: 0 0 0;
}

/*.cursus-pieces {
display: block;
margin: 0 auto 50px;
}*/

.cursus-pieces {
background: white!important;
padding: 100px 0 20px!important;
}

.cursus-pieces article, .cursus-pieces article a {
color: #363636!important;
}

.cursus-pieces article a {
border-bottom: 2px solid #363636!important;
}

/* ZŽro Page */

.imgspectacles {
background: url('img/spectacles.png') no-repeat;
width: 2240px; height: 2261px;
position: absolute;
margin: -130px 0 0 -90px;
-webkit-transform: scale(0.49) translateX(-50%) translateY(-50%);
-ms-transform: scale(0.49) translateX(-50%) translateY(-50%);
-moz-transform: scale(0.49) translateX(-50%) translateY(-50%);
-o-transform: scale(0.49) translateX(-50%) translateY(-50%);
transform: scale(0.49) translateX(-50%) translateY(-50%);
z-index: 1;
}

#zeropage {
width: 100vw; height: 100vh;
/*background: #f64c13;*/
z-index: 0;
background: -webkit-linear-gradient(315deg, rgba(228, 23, 75, .97) 0, rgba(121, 19, 229, .97) 100%);
background: linear-gradient(135deg, rgba(228, 23, 75, .97) 0, rgba(121, 19, 229, .97) 100%);
}

#zeropage #colorFill{
bottom: 33%;
}

#zeropage .bloc {
height: 33%;
}

#zeropage .rectorange {
/*width: 50%; height: 383px;
margin-top: -191.5px;
top: 50%; right: 0;
position: absolute;
background: #f64c13;
z-index: 1;*/

width: 30%;
height: 383px;
margin-top: -191.5px;
bottom: 10%;
right: 50px;
text-align: justify;
position: absolute;
z-index: 1;
}

#zeropage article {
color: white;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
padding: 0 100px;
}

#zeropage article h1 {
font-size: 30px;
text-align: left;
text-transform: uppercase;
font-family: bold;
}

#zeropage article p {
font-size: 13px;
line-height: 17px;
letter-spacing: .7px;
}

#zeropage .bloc {
background: #ff5905;
}

#zeropage .arrow {
background: url('img/arrow_white.png') no-repeat;
background-size: 40px 21px;
left: initial; right: 0px;
}

/* Un Page */

#unpage {
position: relative;
z-index: 1;
background: white;
float: left;
width: 100%;
color: black;
}

#unpage #cv-extrait {
margin-top: 0px;
background: white;
color: black;
}

#unpage #cv-extrait h1 {
color: black;
}

#unpage #cv-extrait a {
color: black;
border-bottom: 2px solid black;
}

#acf {
padding: 50px 0;
float: left;
width: 100%;
text-align: center;
font-size: 14px;
color: #363636;
font-family: medium;
text-transform: uppercase;
}

#acf a {
color: #363636;
text-decoration: none;
border-bottom: 2px solid #363636;
padding-bottom: 3px;
text-transform: uppercase;
font-family: bold;
letter-spacing: .5px;
font-size: 14px;
}

#acf_fiches {
margin: 20px 0 0;
}

/* Deux Page */

#deuxpage {
position: relative;
float: left;
background: white;
width: 100%;
}

#deuxpage #prestations {
background: -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0.97) 0, rgba(34, 9, 60, 0.97) 100%);
background: linear-gradient(135deg, rgba(0, 0, 0, 0.97) 0, rgba(34, 9, 60, 0.97) 100%);
padding: 170px 0 100px;
}

#deuxpage #prestations article {
color: white;
}

#deuxpage .columns {
-webkit-columns: 3;
-moz-columns: 3;
columns: 3;

-webkit-column-gap: 144px;
-moz-column-gap: 144px;
column-gap: 144px;
}

#deuxpage .columns article {
break-inside: avoid;
page-break-inside: avoid;
-webkit-column-break-inside: avoid;
}

#deuxpage p {
/*color: #8c4796;*/
color: #8c4796;
font-size: 28px;
margin: 5px 0 20px!important;
}

#deuxpage .col2 {
width: 81.5%;
}

#deuxpage .col2 article:first-child p {
font-size: 75px;
margin: 35px 0 60px !important;
}

#deuxpage .col2:first-child article {
margin-bottom: 35px!important;
}


#deuxpage a {
display: block!important;
color: white;
text-decoration: none;
border-bottom: 2px solid white;
padding-bottom: 3px;
text-transform: uppercase;
float: left;
margin: 35px 0;
font-family: bold;
letter-spacing: .5px;
font-size: 14px;
}

/* AtelierStages */

#troispage {
padding-top: 74px;
}

#troispage .cropponsensemble {
padding: 0px 0 125px!important;
}

#troispage .cropponsensemble article {
padding-top: 125px!important;
}

#troispage #cv-extrait {
padding: 125px 0 125px;
}

.atelier_stage .col2:first-child {
width: 15%!important;
}

#prestations .titre {
margin-left: 7%!important;
color: white!important;
}

#tarifs {
padding: 100px 0 50px;
float: left;
position: relative;
width: 100%;
}

#tarif_contenu {
text-align: center;
color: #363636;
margin: 0 auto;
}

#tarif_contenu p {
line-height: 20px
}

#tarif_contenu img.titre2-typo {
margin: 50px 0 20px;
}

#tarif_contenu img.titre2-typo:first-child {
margin: 0 0 20px;
}

.col3 {
width: 12%;
padding-right: 7%;
display: inline-block;
text-align: left;
vertical-align: top;
}

.col3:last-child {
padding-right: 0!important;
}

.lignes {
width: 25%;
margin: 0 auto 40px;
}

.lignes a {
color: #8c4796;
text-decoration: none;
}

/*.col1 {
width: 7%;
padding-right: 10%;
display: inline-block;
text-align: left;
vertical-align: top;
}

.col1:last-child {
padding-right: 0!important;
}

.col1 .titre-typo {
margin-bottom: 40px;
}

.col1 h2 {
text-transform: uppercase;
font-family: light;
line-height: 45px;
font-size: 22px;
color: #363636;
}*/

#fin_trois {
position: relative;
z-index: 2;
background: white;
float: left;
width: 100%;
text-align: center;
padding: 110px 0;
}

#fin_trois.afterchild {
padding: 110px 0 170px;
}

#fin_trois.padd {
padding: 110px 0 20px;
}

#fin_trois.padding {
padding: 90px 0 70px;
}

#fin_trois h2 {
color: #ac1250;
}

#fin_trois div {
padding-top: 15px;
color: #363636;
}

/* Newsletter */

#quatre {
position: relative;
z-index: 1;
float: left;
background: white url('img/index/ligne.svg') no-repeat;
width: 100%;
padding: 140px 0 40px;
text-align: center;
}

#hack-center {
width: 75%;
margin: 0 auto;
padding-top: 50px;
}

.newsletter li {
list-style-type: none;
}

.newsletter h2.widgettitle {
font-size: 20px;
margin: 0 auto 25px;
text-align: center;
-webkit-margin-before: 0;
text-transform: uppercase;
color: #f64c13;
width: 200px;
font-weight: normal;
letter-spacing: 1px;

display: none;
}

.newsletter img {
margin-bottom: 35px;
}

.newsletter input#email {
background: #8c4796;
color: white;
width: 60%;
padding: 13px 10px;
border: none;
font-size: 15px;
outline: none;
text-align: center;
margin-left: 50px;
}

.newsletter input#email::-webkit-input-placeholder {
color: white;
}

.newsletter input#email:-moz-placeholder {
color: white;
}

.newsletter input#email::-moz-placeholder {
color: white;
}

.newsletter input#email:-ms-input-placeholder {
color: white;
}

.newsletter input.mailjet-subscribe {
background: white;
border: 2px solid #8c4796;
width: auto;
padding: 13px;
vertical-align: 1.5px;
text-align: center;
margin-left: 15px;
color: #8c4796;
cursor: pointer;
text-transform: uppercase;
font-weight: bold;
}

.newsletter input.mailjet-subscribe:hover {
background: #8c4796;
color: white;
}

form.subscribe-form {
margin-bottom: 15px;
}

.newsletter em {
font-size: 12px;
float: left;
width: 160px;
margin-top: 1px;
line-height: 16px;
text-align: justify;
color: #8c4796;
}

#back-top {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
margin-top: 30px;
}

/* Galerie */

#wood {
background: white url('img/galerie/ligne2.svg') center bottom no-repeat;
width: 100%;
float: left;
position: relative;
z-index: 1;
background-size: cover;
opacity: .8;
}

#wood h2 {
padding: 70px 0;
text-align: center;
width: 100%;
text-transform: uppercase;
font-weight: normal;
color: #363636;
font-family: bold;
font-size: 0px;
letter-spacing: 2px;
}

#galerie {
clear: both;
padding-top: 10px;
margin: 0 auto 150px;
width: 100%;
text-align: center;
}

article.title-h2 p {
color: #8c4796;
font-size: 15px;
margin: 30px 0 20px !important;
text-transform: uppercase;
font-family: bold;
letter-spacing: 1px;
}

/*#galerie article:after {
content: '';
display: block;
background: white url('img/index/ligne.svg') center bottom no-repeat;
float: left;
width: 100vw; height: 200px;
background-size: cover;
}

#galerie article:after::last-child {
display: none!important;
}*/

#galerie p {
text-align: center;
margin: 0px 0 70px 0;
}

#galerie .gallery {
width: 850px;
}

.gallery .gallery-item {
width: auto!important;
padding: 0 10px 10px!important;
margin: 0!important;
}

.gallery img {
border: none!important;
}

#galerie iframe {
width: 100%;
height: 700px;
margin: 80px 0 0 0;
}

/* AGENDA */

#content-agenda {
width: 90vw;
margin: 0 auto;
padding-top: 150px;
}

#content-agenda h1 {
color: black;
text-transform: uppercase;
letter-spacing: 1px;
font-family: bold;
margin: 0 0 4px;
font-weight: normal;
}

div.post_content.agenda {
vertical-align: top;
display: inline-block;
width: 100%;
margin: 4.5vh 0 0 0;
}

#acf_date_evenement {
color: #8c4796;
font-size: 20px;
text-transform: uppercase;
font-weight: bold;
}

.post_content.agenda h2 {
margin: 3px 0 0;
color: #8c4796;
font-weight: normal;
font-size: 15px;
}

.post_content.agenda p {
color: #363636;
}

.post_content.agenda strong {
text-transform: uppercase;
letter-spacing: 1px
}

.post_content.agenda blockquote {
margin: 0;
border-left: 3px solid #8c4796;
padding-left: 30px;
}

#acf_infos-imp {
color: #888;
margin-top: 25px;
font-size: 11.5px;
line-height: 18px;
}

#acf_lien_evenement a {
font-size: 11.5px;
font-family: medium;
width: 160px !important;
text-align: center !important;
color: #8c4796;
background: white;
display: inline-block;
float: none;
border: 1px solid #8c4796 !important;
padding: .7% !important;
line-height: 15px;
text-decoration: none;
text-transform: uppercase;
margin: 30px 0 40px;
}

#image-pause {
/*height: 380px;
width: 100vw;
margin-left: -5vw;
overflow: hidden;
background: url('img/agenda/sidony.jpg') no-repeat center center;
background-size: cover;
margin-bottom: 50px;*/
position: relative;
z-index: 1;
float: left;
height: auto; width: 100vw;
margin-left: -5vw;
overflow: hidden;
background: white url('img/index/ligne.svg') no-repeat;
padding: 140px 0 20px;
background-size: cover;
}

/* CONTACT */

.post {
padding-top: 120px;
margin: 0 auto;
width: 90%;
}

.post_content.contact {
width: calc(30vw + 410px);
margin: 0 auto;
}

.post_content.contact img {
margin: 0 0 30px -65px;
left: 50%;
position: relative;
float: left;
}

div#wpcf7-f487-p461-o1.wpcf7 {
width: 30vw;
float: left;
clear: both;
margin-top: 30px
}

span.wpcf7-form-control-wrap {
padding: 10px 0 25px;
float: left;
width: 100%;
}

input.wpcf7-form-control, textarea.wpcf7-form-control.wpcf7-textarea {
width: 100%;
border: 2px solid black;
color: black;
margin-right: 0;
padding: 7px;
outline: none;
resize: none;
}

.wpcf7 input:focus, .wpcf7 textarea:focus {
border-color: #8c4796;
}

input.wpcf7-form-control.wpcf7-submit {
width: 20%;
float: left;
background: white;
margin: 20px 0 80px;
text-transform: uppercase;
font-family: bold;
font-size: 13px;
padding: 12px 0;
cursor: pointer;
}

input.wpcf7-form-control.wpcf7-submit:hover {
border-color: #8c4796;
color: #8c4796;
}

div.fb-page.fb_iframe_widget {
float: left;
display: inline-block;
margin: 70px 0 0 70px;
}

/* Footer */

footer {
position: relative;
z-index: 10;
float: left;
background: black;
width: 100%;
text-align: center;
padding: 50px 0;
}

footer p {
color: white;
text-align: center;
}

footer img {
width: 200px;
}

/* ===================================================================
RESPONSIVE Ã‰CRAN CAROLE
======================================================================*/

@media only screen 
and (min-device-width : 901px) and (max-device-width : 1439px) {

.contenu-cv { width: 60%; }

}

/* ===================================================================
RESPONSIVE SMARTPHONE
======================================================================*/

@media only screen 
and (min-device-width : 100px) and (max-device-width : 900px) {

.computer,  #cheveu, .suite-cv:before, #wood, .cursus-pieces {
display: none!important;
}

*::-webkit-media-controls-panel {
display: none!important;
-webkit-appearance: none;
}

*::--webkit-media-controls-play-button {
display: none!important;
-webkit-appearance: none;
}

*::-webkit-media-controls-start-playback-button {
display: none!important;
-webkit-appearance: none;
}

nav {
left: -20px!important; top: -12px!important;
right: initial!important;
}

nav a:hover {
border-top: 0px!important;
}

.responsive {
display: block!important;
}

#dl-menu {
display: block;
z-index: 1;
}

.dl-menuwrapper {
width: 100%;
max-width: 185px;
float: left;
position: relative;
-webkit-perspective: 1000px;
perspective: 1000px;
-webkit-perspective-origin: 50% 200%;
perspective-origin: 50% 200%;
}

.dl-menuwrapper:first-child {
margin-right: 100px;
}

.dl-menuwrapper button {
background: none;
border: none;
width: 121px;
height: 45px;
overflow: hidden;
position: relative;
cursor: pointer;
outline: none;
color: white;
margin: 20px 0 0 15px;
}

.dl-menuwrapper ul {
background: white;
}

.dl-menuwrapper button:after {
content: '';
position: absolute;
width: 68%;
height: 12px;
background: url(img/header/menuicon.png) no-repeat;
top: 17px;
left: 23px;
}

.dl-menuwrapper ul {
padding: 0;
list-style: none;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}

.dl-menuwrapper li {
position: relative;
}

.dl-menuwrapper li:first-child {
padding-top: 4px;
}

.dl-menuwrapper li:last-child {
padding-bottom: 10px;
}

.dl-menuwrapper li a {
display: block;
position: relative;
padding: 7px 20px 7px;
font-size: 12px;
color: black;
outline: none;
}

.dl-menuwrapper li a:first-letter {
text-transform: capitalize;
}

.no-touch .dl-menuwrapper li a:hover {
background: rgba(255,248,213,0.1);
}

.dl-menuwrapper li.dl-back:after {
left: 10px;
color: rgba(212,204,198,0.3);
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
right: 10px;
color: rgba(0,0,0,0.15);
}

.dl-menuwrapper .dl-menu {
margin: 0 0 0 20px;
position: absolute;
width: 100%;
opacity: 0;
pointer-events: none;
-webkit-transform: translateY(10px);
transform: translateY(10px);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
opacity: 1;
pointer-events: auto;
-webkit-transform: translateY(0px);
transform: translateY(0px);
}

.dl-menuwrapper li .dl-submenu {
display: none;
}

.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
display: block;
}

.dl-menuwrapper > .dl-submenu {
position: absolute;
width: 100%;
top: 50px;
left: 0;
margin: 0;
}

.dl-menu.dl-animate-out-2 {
-webkit-animation: MenuAnimOut2 0.3s ease-in-out;
animation: MenuAnimOut2 0.3s ease-in-out;
}

@-webkit-keyframes MenuAnimOut2 {
0% { }
100% {
-webkit-transform: translateX(-100%);
opacity: 0;
}
}

@keyframes MenuAnimOut2 {
0% { }
100% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
opacity: 0;
}
}

.dl-menu.dl-animate-in-2 {
-webkit-animation: MenuAnimIn2 0.3s ease-in-out;
animation: MenuAnimIn2 0.3s ease-in-out;
}

@-webkit-keyframes MenuAnimIn2 {
0% {
-webkit-transform: translateX(-100%);
opacity: 0;
}
100% {
-webkit-transform: translateX(0px);
opacity: 1;
}
}

@keyframes MenuAnimIn2 {
0% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
opacity: 0;
}
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
opacity: 1;
}
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
-webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
animation: SubMenuAnimIn2 0.3s ease-in-out;
}

@-webkit-keyframes SubMenuAnimIn2 {
0% {
-webkit-transform: translateX(100%);
opacity: 0;
}
100% {
-webkit-transform: translateX(0px);
opacity: 1;
}
}

@keyframes SubMenuAnimIn2 {
0% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
opacity: 0;
}
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
opacity: 1;
}
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
-webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
animation: SubMenuAnimOut2 0.3s ease-in-out;
}

@-webkit-keyframes SubMenuAnimOut2 {
0% {
-webkit-transform: translateX(0%);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%);
opacity: 0;
}
}

@keyframes SubMenuAnimOut2 {
0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
opacity: 0;
}
}

.no-js .dl-menuwrapper .dl-menu {
position: relative;
opacity: 1;
-webkit-transform: none;
transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
display: block;
}

.no-js .dl-menuwrapper li.dl-back {
display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
background: rgba(0,0,0,0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
content: '';
}

.hideme {
opacity: 1!important;
}

.petit-logo {
/*left: 50%!important;
transform: translateX(-50%)!important;
-moz-transform: translateX(-50%)!important;
-o-transform: translateX(-50%)!important;
-ms-transform: translateX(-50%)!important;*/
right: 20px;
left: inherit;
}

#zero {
height: auto!important;
}

.centrage {
height: 300px!important;
}

.logo-dessin {
background-size: 94vw auto!important;
top: 170px!important;
}

#cv-extrait {
padding: 55px 0 75px!important;
}

#cv-extrait article {
width: 70%!important;
}

#cv-extrait article .titre {
float: inherit!important;
text-align: center!important;
}

#cv-extrait article .contenu-cv {
float: inherit!important;
width: 100%!important;
}

.resume-cv {
margin-top: 20px!important;
text-align: justify!important;
}

.suite-cv {
margin-left: 0!important;
text-align: justify!important;
}

#deux {
padding: 50px 0!important;
}

.col, .col2, .atelier_stage .col2:first-child, .lignes {
width: 80% !important;
margin: 0px auto !important;
text-align: center !important;
padding: 0px !important;
display: block !important;
}

.col h3 {
text-align: center!important;
line-height: 24px!important;
margin: -20px 0px 20px!important;
}

#prestations {
padding: 70px 0 0!important;
}

.col2 {
margin: 0px auto 90px!important;
}

.col2 a {
float: inherit!important;
line-height: 50px !important;
}

.col2 article {
float: inherit!important;
margin: 0px auto!important;
text-align: center!important;
}

.col2 article h2 {
float: inherit!important;
}

.col2 article div {
float: inherit!important;
}

#quatre {
border-top: 1px solid rgb(140, 71, 150)!important;
background: white!important;
padding: 0!important;
}

.newsletter em {
text-align: center!important;
float: inherit!important;
}

.newsletter input#email {
width: 100%!important;
margin: 20px 0px!important;
}

.newsletter input.mailjet-subscribe {
border: 1px solid #8c4796!important;
font-weight: normal!important;
margin-bottom: 30px!important;
}

.lignes {
margin: 0 auto 40px!important;
}

.achat-oklm a.read-more.achat {
display: block!important;
width: 80% !important;
margin: 0 auto !important;
padding: 10px !important;
}

.achat-oklm a.read-more.achat:last-child {
margin: 20px auto 0!important;
}

#acf a {
line-height: 33px!important;
}

#galerie {
padding-top: 40px!important;
}

#galerie .gallery {
width: 100% !important;
}

.post_content.contact {
width: auto!important;
}

div#wpcf7-f487-p461-o1.wpcf7 {
width: 94%!important;
}

input.wpcf7-form-control.wpcf7-submit {
width: 50%!important;
}

div.fb-page.fb_iframe_widget {
margin: 0px 0px 30px 10px!important;
}

}


@media only screen 
and (min-device-width : 100px) and (max-device-width : 900px) and (orientation: landscape) {

#zero {
height: 100vh!important;
}

.logo-dessin {
background-size: 70vw auto !important;
top: 185px !important;
}


}
