@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");
*
{
    margin: 0;
    padding:0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    -webkit-scroll-behavior:smooth;
    -moz-scroll-behavior:smooth;
    -webkit-touch-callout: none; 
   -webkit-user-select: none;
    -khtml-user-select: none; 
       -moz-user-select: none; 
       -ms-user-select: none; 
            user-select: none; 
    -webkit-tap-highlight-color: transparent;
}
.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 4px;
    background-color: #222;
    border-radius: 0%;
}
::-webkit-scrollbar-thumb
{
  background: rgba(248, 247, 231, 1); 
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #f8f7e7; 
}
body
{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    min-height:100vh;
    background-color: #000;
     -webkit-font-smoothing: subpixel-antialiased !important;
}
html 
{
  height: -webkit-fill-available;
}
a
{
    text-decoration: none;
    font-size: 1em;

}
h4
{
    font-size: 1em;
}
h3
{
    font-size: 1.5em;
}
.background
{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    transition-timing-function: ease-in-out;
    -webkit-animation-name: go;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: go;
    -moz-animation-duration: 2s;
    -moz-animation-timing-function: ease-in-out;
    animation-name: go;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@keyframes go
{
    0% {opacity: 0;}
    100%{opacity: 1;}
}
#noSmartPhone
{
    display: none;
}
.bckgA
{
    margin: 0;
    padding: 0;
    z-index: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background-image: url(Comp2.jpeg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center; 
}
#AccueilStatic
{
    position: relative;
    opacity: 0;
}
.bckgB
{
    opacity:0;
    margin: 0;
    padding: 0;
    z-index: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: none;
    width: 100%;
    height: auto;
    min-width: 1024px;
    min-height: 100%;
    background-image: url(Bio.png);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center; 
}
#bioTxt
{
    position: relative;
    justify-content: center;
    background-color: rgba(20, 20, 20, 0.8);
    margin: 20px;
    padding: 10px;
    width: 70vw;
    height: 70vh;
    text-align: left;
    border: 1px solid #f8f7e7;
    border-radius: 10px;
    overflow: hidden;
}
#bioTxt a
{
    color: #f8f7e7;
    font-weight: 200;
    font-size: 1.5em;
}
#txtContainerOne
{
    height: 100%;
    overflow-y: scroll;
}
.bckgC
{
    opacity: 0;
    margin: 0;
    padding: 0;
    z-index: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: none;
    width: 100%;
    height: 100vh;
    background-image: url(Live.png);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center; 
}
#mainContainer
{
    position:relative;
    z-index:0;
    background: rgba(10, 10, 10, 0.5);
    width: 70vw;
    height:70vh;
    padding: 10px;
    border: 1px solid #f8f7e7;
    border-radius:20px;
    overflow:hidden;
}
#secondContainer
{
    position: relative;
    float:left;
    display: flex;              
    flex-direction: column;     
    justify-content: center;    
    align-items: center;
    width:36%;


}
.images
{   
    position: relative;
    display: flex;
    justify-content: center;    
    align-items: center;
    width: 100%;
    height: 100%;
}
.images img
{
    border: 2px solid #f8f7e7;
    margin:9vh 0px;
    object-fit: cover;
    width: 35vh;
    height:50vh;
}
#thirdContainer
{
    float: right;
    position: relative;
    display: flex;              
    flex-direction: column;     
    justify-content: center;    
    width: 63%;
    height: 100%;
    overflow: none;
    z-index: 2;
    overflow-y: scroll;
}

#thirdContainer h3
{
    text-align: center;
    border-bottom: 1px solid #f8f7e7;
    padding-bottom: 5px;
    font-size: 1.8em;
    line-height: 1;
    color: #f8f7e7;
}
#thirdContainer a
{
    color: #f8f7e7;
    font-size: 1.6em;
}
.bckgD
{
    opacity: 0;
    margin: 0;
    padding: 0;
    z-index: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: none;
    width: 100%;
    height: 100vh;
    background-image: url(Tournage.png);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center; 
}
.bckgD h3
{
    text-align: center;
    font-size: 1.5vw;
    color: #f8f7e7;
}
#filmContainer ul
{
    height: 100%;
    padding: 30px;
    height: 100%;
    align-content: center;


}
#filmContainer
{
    position: relative;
    align-content: center;
    border: 1px solid #f8f7e7;
    border-radius: 20px;
    padding: 20px;
    background: rgba(10, 10, 10, 0.7);
    width: 70vw;
    height: 70vh;
    overflow: hidden;

}
#filmContainer ul li
{
    position: relative;
    list-style-type: circle;
    margin: 10px 5px;
    padding:0 10px;
    outline: none;
    color: #f8f7e7;
    line-height: 2.8;
    font-size: 1.5em;
}
#txtContainerTwo
{
    height: 100%;
    overflow-y: scroll;
}

.bckgE
{
    opacity: 0;
    margin: 0;
    padding: 0;
    z-index: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: none;
    width: 100%;
    height: 100vh;
    background-image: url(Studio.png);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center; 
}
#mixContainer
{
    position: relative;
    justify-content: center;
    background-color: rgba(20, 20, 20, 0.8);
    margin: 20px;
    padding: 20px;
    width: 70vw;
    height: 70vh;
    border: 1px solid #f8f7e7;
    border-radius: 10px;
    overflow: hidden;
}
#videoContainer
{
    position: relative;
    border: 2px solid #f8f7e7;
    width: 100%;
    height: 60%;
    color: #f8f7e7;
    line-height: 1.15;
    overflow: hidden;
}

#frame
{
    position: relative;
    border-right: 2px solid #f8f7e7;
    padding: 0px;
    width: 50%;
    height: 100%;
}
.videoMenu
{
    position: relative;
    float: right;
    margin: 0 auto;
    list-style-type: none;
    padding: 10px;
    width: 50%;
    height: 100%;
    text-align: center;
    font-size: 2vh;
    overflow-y: scroll;

}
#videoContainer a
{
    color: #f8f7e7;
    font-size: 1.5vh;
    padding: 5px;
}
#videoContainer a:hover
{
    border: 1px solid #f8f7e7;
    border-radius: 20px;
}
#menuPost
{
    position: relative;
    width: 100%;
    height: 40%;
    overflow-y: scroll;

}
#menuPost h3
{
    text-align: center;
    font-size: 2em;
    color: #f8f7e7;
}
#menuPost ul
{
    justify-content: center;
    color: #f8f7e7;
    font-size: 1.5em;
}

.bckgF
{
    opacity: 0;
    margin: 0;
    padding: 0;
    z-index: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background-image: url(Tech.png);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center; 
}
#headMenu
{
    position:absolute;
    text-align: center;
    top: 12%;
    width: 60vw;
    height: 5vh;
    z-index: 99999;
    
    
}
#headMenu li
{
    margin-top: 10px;
    margin-right: 40px;
}
#headMenu ul
{
    list-style: none;
    display: inline-flex;
}

#headMenu a
{
    color: #f8f7e7;
    border: 1px solid #f8f7e7;
    border-radius: 20px;
    font-size: 1em;
    padding: 5px;
}
#headMenu a:hover
{
    background-color: #f8f7e7;
    color: black;
    font-weight: 400;
}
#headMenu a:focus
{
    background-color: #f8f7e7;
    color: black;
    font-weight: 400;
}
#headMenu a:active
{
    background-color: #f8f7e7;
    color: black;
    font-weight: 400;
}
#headMenu a:active:before
{
    background-color: #f8f7e7;
    color: black;
    font-weight: 400;
}
#prodContainer
{
    position: relative;
    justify-content: center;
    background-color: rgba(20, 20, 20, 0.8);
    top: 50px;
    margin: 20px;
    padding: 20px;
    width: 65vw;
    height: 65vh;
    border: 1px solid #f8f7e7;
    border-radius: 10px;
    overflow: hidden;
}

.prodMenu
{

    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    font-size: 1.3em;
    color: #f8f7e7;
    overflow-y: scroll;
}
.prodMenu h3
{
    font-size: 1.5em;
}
#filtOne
{

    position: relative;
    width: 100%;
    height: auto;
}
#filtTwo
{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 50px;
}
#mediaBlock
{
    position: relative;
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-items: center;

}
#qrOne
{
    position: relative;
    right: 0px;
    background-image: url(Petit%20Mot.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 10em;
    height: 10em;
    text-align: center;
    z-index: 2;
}
#qrOneAlt
{
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0px;
    bottom: 0px;
    left: 0;
    right: 0;
    background-image: url(Petit%20Mot.png);
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    width: 40%;
    height: 50vh;
    z-index: 4;
    
}

#qrOne a
{
    position: relative;
    bottom: 40px;
    color: #f8f7e7;
    font-size: 1em;
    
}
#closeOne
{
    position: relative;
    width: 30%;
    background-color: #f8f7e7;
    color: purple;
    font-size: 1em; 
    font-weight: bold;
}

#qrTwo
{
    position: relative;
    right: 0px;
    background-image: url(Filt%20VRTour.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 10em;
    height: 10em;
    text-align: center;
    z-index: 2;

}

#qrTwoAlt
{
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0px;
    bottom: 0px;
    left: 0;
    right: 0;
    background-image: url(Petit%20Mot.png);
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    width: 40%;
    height: 50vh;
    z-index: 4;
}
#qrTwo a
{
    position: relative;
    bottom: 40px;
    color: #f8f7e7;
    font-size: 1em;
}
#qrTwoAlt a
{
    position: relative
    color: purple;
    background-color: #f8f7e7;
    bottom: 40px;
    font-size: 1em;
    font-weight: bold;
}

#vidContainer
{
    position: relative;
    width: 20em;
    left: 100px;
    height: auto;
    z-index: 3;
}
#vidContainer iframe
{
    position: relative;
    border: 2px solid #f8f7e7;
    width: 100%;
    z-index: 3;
}
#prodContainerTwo
{
    display: none;
    position: relative;
    justify-content: center;
    background-color: rgba(20, 20, 20, 0.8);
    top: 50px;
    margin: 20px;
    padding: 20px;
    width: 65vw;
    height: 65vh;
    border: 1px solid #f8f7e7;
    border-radius: 10px;
    overflow: hidden;
}
.prodMenuTwo
{
    position: relative;
    display: flex;
    flex-direction: column;

    align-content: center;
    align-items: center;
    padding: 10px;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 1.2em;
    color: #f8f7e7;
    overflow-x: hidden;
    overflow-y: scroll;
}
.prodMenuTwo h3
{
    font-size: 1.4em;
}
#afficheContainer
{
    position: relative;
    display: block;
    background-image: url(Therezien.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    min-width: 70%;
    min-height:70%;
    margin-bottom: 100px;

}
#afficheContainer:hover
{
    min-width: 100%;
    padding: 0px;
    min-height: 100%;
}
#vidContainerTwo
{
    position: relative;
    display: block;
    float: none;
    width: 100%;

}
#vidContainerTwo iframe
{
    position: relative;
    border: 2px solid #f8f7e7;
    z-index: 2;
    width: 750px;
    height: 520px;

}
#txtContainerThree
{
    margin-bottom: 50px;
}
#prodContainerThree
{
    display: none;
    position: relative;
    justify-content: center;
    background-color: rgba(20, 20, 20, 0.8);
    top: 50px;
    margin: 20px;
    padding: 20px;
    width: 65vw;
    height: 65vh;
    border: 1px solid #f8f7e7;
    border-radius: 10px;
    overflow: hidden;
}
.prodMenuThree
{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10px;
    text-align: center;
    font-size: 1.2em;
    color: #f8f7e7;
    overflow-y: scroll;
}
.prodMenuThree h3
{
    font-size: 1.4em;
}
.prodMenuThree h4 hr
{
    display: none;
}
.prodMenuThree span
{
    display: block;
    height: 3vw;
}
#vidContainerThree
{
    position: relative;
    margin-top: 50px;
    width: 100%;
}
#vidContainerThree iframe
{
    position: relative;
    border: 2px solid #f8f7e7;
    z-index: 2;
    width: 25em;
}
#vrThree a
{
    border: 2px solid #f8f7e7;
    padding: 5px;
    color: #f8f7e7;
    text-decoration: none;
}
#prodContainerFour
{
    display: none;
    position: relative;
    justify-content: center;
    background-color: rgba(20, 20, 20, 0.8);
    top: 50px;
    margin: 20px;
    padding: 20px;
    width: 65vw;
    height: 65vh;
    border: 1px solid #f8f7e7;
    border-radius: 10px;
    overflow: hidden;
}
.prodMenuFour
{
    position: relative;
    float: left;
    padding: 10px;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 1.2em;
    color: #f8f7e7;
    overflow-y: scroll;
}
#logoNSF
{
    position: relative;
    float: left;
    width: 80px;
    height: 80px;
    background-image: url(LOGO%20NSFweb.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#logoLARM
{
    position: relative;
    float: left;
    width: 80px;
    height: 80px;
    background-image: url(LOGO%20lARm.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#discAir
{
    position: relative;
    float: left;
    width: 80px;
    height: 80px;
    background-image: url(discAiR%20Logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.prodMenuFour iframe
{
    position: relative;
    margin-top: 50px;
    border: 2px solid #f8f7e7;
    z-index: 2;
    width: 25em;
}
.prodMenuFour video
{
    background-image: url(Fond%20Video%20DiscAir.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#prodContainerFive
{
    display: none;
    position: relative;
    justify-content: center;
    background-color: rgba(20, 20, 20, 0.8);
    top: 50px;
    margin: 20px;
    padding: 20px;
    width: 65vw;
    height: 65vh;
    border: 1px solid #f8f7e7;
    border-radius: 10px;
    overflow: hidden;
}
.prodMenuFive
{
    position: relative;
    margin: 0 auto;
    padding: 10px;
    width: 100%;
    height: 100%;
    justify-content: center;
    text-align: center;
    font-size:1.2em;
    color: #f8f7e7;
    overflow-y: scroll;
}
.prodMenuFive span
{
    display: block;
    height: 2vw;
}
#vidContainerFive
{
    position: relative;
    margin-top: 50px;
    width: 100%;
}
#vidContainerFive iframe
{
    position: relative;
    border: 2px solid #f8f7e7;
    z-index: 2;
    width: 25em;
}
header
{
    opacity: 0;
    position: fixed;
    top: -130px;
    width: 100%;
    height: 120px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-timing-function: ease-in-out;
    -webkit-animation-name: Banner;
    -webkit-animation-duration: 4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Banner;
    -moz-animation-duration: 4s;
    -moz-animation-timing-function: ease-in-out;
    animation-name: Banner;
    animation-duration: 4s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@keyframes Banner
{
    0% {opacity: 0;}
    100%{opacity: 1;top: 0;}
}

header ul
{
    position: relative;
    display: flex;  
}

header ul li
{
    position: relative;
    color: #f8f7e7;
    list-style: none;
    box-shadow: inset -2px -2px 6px rgba(255,255,255,0.1),
                inset 2px 2px 6px rgba(0,0,0,0.8);

    border-radius: 10px;
    margin: 10px 20px;
    padding: 10px 10px;
    outline: none;
}

header ul li a
{
    position: relative;
    display: inline-block;
    margin: 0 5px;
    color: #f8f7e7;
    outline: none;
    font-weight: 400;
    text-decoration: none;
}
header ul li:hover
{
  
    box-shadow: 0 0 15px,
                0 0 15px #f8f7e7;
}
header ul li a:focus
{
    color: rgba(200, 255, 255, 1);
    text-shadow: 0 0 10px,
                 0 0 0 whitesmoke;

}
#particles-js {
  display: block;
  position: absolute;
  width: 100%;
  height: 100vh;
  background-image: rgba(1,1,1,.1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.count-particles{
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}
.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.Home
{
    
    position: relative;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.HomeStatic
{
    
    position: relative;
    display: none;
    opacity: 0;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.Main
{
    position: relative;
    width: 100%;
    opacity: 100%;
    -webkit-animation-name: Baner;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Baner;
    -moz-animation-duration: 5s;
    -moz-animation-timing-function: ease-in-out;
    animation-name: Baner;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.MainStatic
{
    position: relative;
    width: 100%;
    opacity: 100%;
}
@keyframes Baner
{
    0% {opacity: 0;}
    100%{opacity: 1;}
}
@font-face {
  font-family: 'CLE-DE-FA';
  src:  url('fonts/CLE-DE-FA.eot?x1a60z');
  src:  url('fonts/CLE-DE-FA.eot?x1a60z#iefix') format('embedded-opentype'),
    url('fonts/CLE-DE-FA.ttf?x1a60z') format('truetype'),
    url('fonts/CLE-DE-FA.woff?x1a60z') format('woff'),
    url('fonts/CLE-DE-FA.svg?x1a60z#CLE-DE-FA') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {

  font-family: 'CLE-DE-FA' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-CLE-DE-FA-WEB:before {
    content: "\e900"; 
    color: #f8f7e7;
    font-size: 12em;
    text-shadow:0 0 25px #f8f7e7,
                0 0 3px #edcf7b,
                0 0 5px #f8f7e7,
                0 0 0px #edcf7b,
                0 0 0px #f8f7e7;
    animation: animate 3s linear infinite;    
}
.clearfix mhl ptl
{
    position: absolute;
    text-align: center;
    justify-content: center;
}

.Title
{
    margin-bottom: 40px;
    pointer-events: none;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 1.5em;
    color: ghostwhite;
    text-shadow:0 0 10px #f8f7e7,
                0 0 3px #edcf7b,
                0 0 0px #edcf7b,
                0 0 0px #edcf7b,
                0 0 0px #edcf7b;
    animation: animate 3s linear infinite;
    
}
.Title h
{
    color: #f8f7e7;
}
.TitleTwo h
{
    color: #f8f7e7;
}
.TitleTwo
{
    margin-top: 50px;
    text-align: center;
    pointer-events: none;
    font-family: 'Poppins', sans-serif;
    font-size: 1.5em;
    color: ghostwhite;
    text-shadow:0 0 10px#f8f7e7,
                0 0 3px #edcf7b,
                0 0 0px #edcf7b,
                0 0 0px #edcf7b,
                0 0 0px #edcf7b;
    animation: animate 3s linear infinite;
}
footer
{

    position:  absolute;
  	bottom: 10px;
    width: 15%;
    text-align: center;
    overflow: none;
    -webkit-animation-name: Footer;
    -webkit-animation-duration: 4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Footer;
    -moz-animation-duration: 4s;
    -moz-animation-timing-function: ease-in-out;
    animation-name: Footer;
    animation-duration: 4s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@keyframes Footer
{
    0% {opacity: 0;}
    100%{opacity: 1;}
}

.linkBx

{
    display: flex;
    justify-content: space-around;
    min-width: 60%;
    align-content: center;
    font-size: 2em;
}
.linkBx a
{
    color: #f8f7e7;
    opacity: 70%;
    text-shadow: 0 0 0px,
                 0 0 1px #f8f7e7;
}
.linkBx a:hover
{
    opacity: 100%;
    text-shadow: 0 0 31px,
                 0 0 1px #f8f7e7;
}
@keyframes animate
{
    0%
    {
        filter: brightness(70%);
    }
    50%
    {
        filter: brightness(120%);
    }
    100%
    {
        filter: brightness(70%);
    }
}
@media only screen and (min-device-width : 20px) and (max-device-width : 900px) and (max-device-height : 900px)
{
#noSmartPhone
{ 
    display: block;
    position: fixed;
    text-align: center;
    border: 1px solid #f8f7e7;
    line-height: 2;
    width: 70%;
}
    #noSmartPhone a
    {
        color: #f8f7e7;
    }
.MainStatic, #bio, #live, #tournage, #studio, #newtTech, #Accueil, #AccueilStatic, #particles-js, #headMenu, header, footer,.bckgA, .bckgB, .bckgC, .bckgD, .bckgE, .bckgF, #footeR{display: none;}

}
@media(min-width: 1024px)
    and (max-width: 1024px)
{
#noSmartPhone
{
    position: absolute;
    display: none;
}
.linkBx
{
    position: relative;
    font-size: 1.5em;
}
.linkBx i
{
    display: none;
}
header
{
    height: 12%;
}
header ul li
{
    margin-right: 0px;
}
#bioTxt
{
    width: 80vw;
    font-size: .7em;
}
#mainContainer
{
    width: 80vw;
}
#thirdContainer
{
    position: relative;
    display: block;
    height: 100%;
}
#thirdContainer h3
{
    text-align: center;
    border-bottom: 1px solid #f8f7e7;
    padding-bottom: 5px;
    font-size: 1.4em;
    line-height: 1;
    color: #f8f7e7;
}
#thirdContainer a
{
    color: #f8f7e7;
    font-size: 1em;
}
.images
{
    height: 67vh;
}
#mixContainer
{
    width: 80vw;
}
#partners
{
    position: relative;
    display: block;
    width:100%;
    height: 100%;
}
#filmContainer ul
{
    height: 100%;
}
#filmContainer ul li
{
    line-height: 1.5;
    font-size: 1em;
}
#filmContainer h3
{
    font-size: 1.5em;
}
#frame
{
    position: relative;
    border-right: 2px solid #f8f7e7;
    padding: 0px;
    width: 50%;
    height: 100%;
}
.videoMenu
{
    list-style-type: none;
    padding: 10px;
    width: 50%;
    height: 100%;
    line-height: 1.09;
    font-size: 2vh;
    overflow-y: scroll;

}
.videoMenu li 
{
    list-style-type: none;
}
#menuPost h3
{
    font-size: 1.2em;
}
#menuPost ul
{
    font-size: 1em;
    padding-bottom: 10px
}
#headMenu
{
    width: 90vw;
}
#headMenu li
{
    margin-top: 10px;
    margin-right: 10px;
}
#headMenu a
{
    font-size: .7em;
}
#prodContainer
{
    width: 80vw
}
#prodContainer iframe
{
    height: 30vh;
}
.prodMenu
{
    font-size: 1em;
}
#prodContainerTwo
{
    width: 80vw;
}
.prodMenuTwo
{
    font-size: 1em;
    overflow-x: hidden;
}
.prodMenuTwo h3
{
    font-size: 1.2em;
}
#afficheContainer
{
    position: relative;
    display: block;
    background-image: url(Therezien.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    min-width: 70%;
    min-height:100%;
    padding: none;
    margin-bottom: 100px;
}
#afficheContainer:hover
{
    min-width: 200%;
    padding: 0px;
    right: 30px;
    min-height: 150%;
}
#vidContainerTwo
{
    position: relative;
}
#vidContainerTwo iframe
{
    position: relative;
    border: 2px solid #f8f7e7;
    z-index: 2;
    width: 30em;
    height: 40vh;
}
#prodContainerThree
{
    width: 80vw;
}
.prodMenuThree
{
    font-size: 1em;
}
.prodMenuThree h3
{
    font-size: 1.2em;
}
#vidContainerThree iframe
{
    position: relative;
    border: 2px solid #f8f7e7;
    z-index: 2;
    width: 25em;
    height: 35vh;
}
#prodContainerFour
{
    width: 80vw;
}
.prodMenuFour
{
    font-size: 1em;
}
.prodMenuFour iframe
{
    width: 25em;
    height: 35vh;
}
#prodContainerFive
{
    width: 80vw;
}
.prodMenuFive
{
    font-size:1em;
}
.prodMenuFive iframe
{
    height: 35vh;
}
#prodContainer, #prodContainerTwo, #prodContainerThree, #prodContainerFour, #prodContainerFive
{
    top: 20px;
}
}
@media(min-width:768px)
    and (max-width:1023px)
  	and (min-height:900px)
    and (max-height:1024px)
{
#noSmartPhone
{
    position: absolute;
    display: none;
}
.linkBx

{
    display: flex;
    justify-content: space-around;
    min-width: 60%;
    align-content: center;
    font-size: 1.4em;
}
header
{
    height: 8vh;
}
header ul li
{
    border-radius: 5px;
    margin: 10px 10px;
    padding: 10px 10px;
}

header ul li a
{
    font-size: .8em; 
}
#bioTxt a , #thirdContainer a, #filmContainer ul li, #menuPost ul
{
    font-size: .8em;
}
.prodMenu h4, .prodMenuTwo h4 , .prodMenuThree h4 , .prodMenuFour h4 , .prodMenuFive h4 
{
    font-size: .8em;
    font-weight: 200;
}
#filtTxt
{
    font-size: .9em;
}
#bioTxt, #mainContainer, #filmContainer, #mixContainer, #prodContainer, #prodContainerTwo, #prodContainerThree, #prodContainerFour, #prodContainerFive
{
    margin: 0 auto;
    border-radius: 0px;
    width:80vw; 
}
#secondContainer
{
    display: none;
}
#thirdContainer
{
    width: 100%;
}
#thirdContainer h3
{
    font-size: 1.2em;
}
#filmContainer
{
    margin: 0 auto;
    left: -0px;
    right: 0px;
    overflow-y: scroll;
}
#txtContainerTwo
{
    font-size: 1.2em;
    height: 100%;
}
#txtContainerTwo h3
{
    font-size: 1.2em
}
#filmContainer ul li
{
    line-height: 1.8;
}
#videoContainer
{
    display: block;
    width: 100%;
}
#frame
{
    border: none;
    padding: none;
    margin: none;
    display: block;
    width: 100%;
    height: 70%;
}
.videoMenu
{
    position: relative;
    display: block;
    width: 100%;
    height: 30%;
    overflow-y: scroll;

}
#menuPost
{
    position: relative;
    width: 100%;
    height: 29%;
    overflow-y: scroll;

}
#menuPost h3
{
    text-align: center;
    font-size: 1.4em;
    color: #f8f7e7;
}
#menuPost ul
{
    position: relative;
    justify-content: center;
    color: #f8f7e7;
    font-size: 1em;
    height: 100%

}
#headMenu
{
    width: 100vw;
}
#headMenu li
{
    margin-top: 10px;
    margin-right: 10px;
}
#headMenu a
{
    font-size: .5em;
}
.prodMenu
{

    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    color: #f8f7e7;
    overflow-x: hidden;
    overflow-y: scroll;
}
#mediaBlock
{
    position: relative;
    display: inline;
    width: 100%;
    justify-content: center;
    align-items: center;

}
#qrBlock
{
    display: flex;
    justify-content: center;    
    align-items: center;
    margin-bottom: 40px;
}
#qrOne
{
    position: relative;
    width: 10em;
    height: 10em;

}
#qrOneAlt
{
    display: none;  
}

#qrOne a
{
    display: none;
}

#qrTwo
{
    position: relative;
    width: 10em;
    height: 10em;
}

#qrTwoAlt
{
    display: none;
}
#qrTwo a
{
    display: none;
}

#vidContainer
{
    position: relative;
    width: 20em;
    margin:0 auto;
    left: 0px;
    height: auto;
    z-index: 3;
}
#vidContainer iframe
{
    position: relative;
    border: 2px solid #f8f7e7;
    width: 100%;
    z-index: 3;
}
.prodMenuTwo
{
    
    overflow-x: hidden;
}
#afficheContainer
{
    position: relative;
    background-image: url(Therezien.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width:100%;
    height: 70%;
}
#afficheContainer:hover
{
    width: 200%;
    padding: 0px;
    min-height: 200%;
    right: 180px;
    bottom: 200px;
}
#vidContainerTwo
{
    position: relative;
}
#vidContainerTwo iframe
{
    position: relative;
    border: 2px solid #f8f7e7;
    z-index: 2;
    width: 25em;
    height: 30vh;
}
#prodContainer, #prodContainerTwo, #prodContainerThree, #prodContainerFour, #prodContainerFive
{
    top: 20px;
}
}
@media(min-width:1024px)
    and (max-width:1024px)
    and (min-height:1200px)
{
    #noSmartPhone
{
    position: absolute;
    display: none;
}
.linkBx
{
    display: block;
    justify-content: space-around;
    min-width: 60%;
    align-content: center;
    font-size:1.9em;
}
.linkBx i
{
    display: block;
    -webkit-display:block;
}
header ul li
{
    border-radius: 5px;
    margin: 10px 10px;
    padding: 10px 10px;
}

header ul li a
{
    font-size: 1em; 
}

.prodMenu h4, .prodMenuTwo h4 , .prodMenuThree h4 , .prodMenuFour h4 , .prodMenuFive h4 
{
    font-size: 1em;
}
#bioTxt, #mainContainer, #filmContainer, #mixContainer, #prodContainer, #prodContainerTwo, #prodContainerThree, #prodContainerFour, #prodContainerFive
{
    margin: 0 auto;
    border-radius: 20px;
    width:80vw; 
}
#bioTxt
{
    height: auto;
}
#secondContainer
{
    display: none;
}
#mainContainer
{
    height: auto;
}
#thirdContainer
{
    width: 100%;
}
#thirdContainer h3
{
    font-size: 1.2em;
}
#filmContainer
{
    margin: 0 auto;
    height: auto;
    left: -0px;
    right: 0px;
    overflow-y: scroll;
}
#txtContainerTwo
{
    font-size: 1.2em;
    height: 100%;
}
#txtContainerTwo h3
{
    font-size: 1.2em
}
#filmContainer ul li
{
    line-height: 1.8;
}

#videoContainer
{
    display: flex;              
    flex-direction: column;     
    justify-content: center;    
    align-items: center;display: flex;              
    flex-direction: column;     
    justify-content: center;    
    align-items: center;
    width: 100%;
    height: 70%;

}
#videoContainer #frame
{
    position: relative;
    float: none;
    border: none;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.videoMenu
{
    position: relative;
    display: block;
    margin: 0;
    float: none;
    min-width: 100%;
    height: 100%;
    border-top: 2px solid #f8f7e7;
    line-height: 1.2;
    font-size: 1vh;
    overflow-y: scroll;
}
.videoMenu ul
{
    width: 100%;
    list-style: none;

}
.videoMenu h3
{
    font-size: 2em;
}
#menuPost
{
    position: relative;
    width: 100%;
    height:auto;
    overflow-y: scroll;

}
#menuPost h3
{
    text-align: center;
    font-size: 1.4em;
    color: #f8f7e7;
}
#menuPost ul
{
    justify-content: center;
    color: #f8f7e7;
    font-size: 1em;
}
#headMenu
{
    width: 100vw;
}
#headMenu li
{
    margin-top: 10px;
    margin-right: 10px;
}
#headMenu a
{
    font-size: .8em;
}
.prodMenu
{

    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    color: #f8f7e7;
    overflow-x: hidden;
    overflow-y: scroll;
}
#mediaBlock
{
    position: relative;
    display: inline;
    width: 100%;
    justify-content: center;
    align-items: center;

}
#qrBlock
{
    display: flex;
    justify-content: center;    
    align-items: center;
    margin-bottom: 40px;
}
#qrOne
{
    position: relative;
    width: 10em;
    height: 10em;

}
#qrOneAlt
{
    display: none;  
}

#qrOne a
{
    display: none;
}

#qrTwo
{
    position: relative;
    width: 10em;
    height: 10em;
}

#qrTwoAlt
{
    display: none;
}
#qrTwo a
{
    display: none;
}

#vidContainer
{
    position: relative;
    width: 100%;
    margin:0 auto;
    left: 0px;
    height: auto;
    z-index: 3;
}
#vidContainer iframe
{
    position: relative;
    border: 2px solid #f8f7e7;
    width: 80%;
    z-index: 3;
}
.prodMenuTwo
{
    overflow-x: hidden;
}
#afficheContainer
{
    position: relative;
    float: none;
    background-image: url(Therezien.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width:100%;
    height: 70%;
    margin-bottom: 50px;
}
#afficheContainer:hover
{
    width: 200%;
    padding: 0px;
    height: 200%;
    right: 250px;
    top: -220px;
}
#vidContainerTwo 
{
    position: relative;
    display: block;
    float: none;
    min-width: 100%;
}
#vidContainerTwo iframe
{
    width: 80%;
    height: 30vh;
}
#vidContainerThree iframe
{
    min-width:80%;
    max-height: 30vh;
}
.prodMenuFour iframe
{
    min-width: 80%;
    max-height: 30vh;

}
#vidContainerFive
{
    width: 100%
}
#vidContainerFive iframe
{
    width: 80%;
    height: 30vh
}
}
@media (min-width:1024px)
{
    #noSmartPhone
    {
        display: none;
    }
    .prodMenuTwo h3, .prodMenuThree h3
    {
        font-size: 1.5em;
    }
}
@media (min-width: 1366px)
and (max-width: 1366px)
{
    #noSmartPhone
{
    position: absolute;
    display: none;
}
#bioTxt
{
    padding: 20px;
    width: 80vw;
    height: 70vh;
    line-height: 1.35;
}
#bioTxt a
{   
    font-size: 1em;
}
#mainContainer
{
    position:relative;
    z-index:0;
    background: rgba(10, 10, 10, 0.5);
    width: 80vw;
    height: 70vh;
    padding: 10px;
    border: 1px solid #f8f7e7;
    border-radius:20px;
    overflow:hidden;
}
#secondContainer
{
    position: relative;
    float:left;
    display: flex;              
    flex-direction: column;     
    justify-content: center;    
    align-items: center;
}
.images
{
    position: relative;
    display: flex;
    justify-content: center;    
    align-items: center;
    width: 100%;
    height: 100%;
}
#thirdContainer
{
    padding: 20px;
    line-height:1.2;
    overflow-y: scroll;
}
#thirdContainer a
{
    font-size: 1em;
}

.bckgD h3
{ 
    font-size: 2em;
}
#filmContainer
{
    position: relative;
    align-content: center;
    border: 1px solid #f8f7e7;
    border-radius: 20px;
    padding: 20px;
    background: rgba(10, 10, 10, 0.7);
    width: 80vw;
    height: 70%;
}
#partners
{
    line-height: 1.8;
}
#filmContainer ul li
{
    position: relative;
    list-style-type: circle;
    margin: 10px 5px;
    padding:0 10px;
    outline: none;
    color: #f8f7e7;
    font-size: 1.8vh;
}
#mixContainer
{
    width: 80vw;
    height: 70vh;
}


#frame
{
    position: relative;
    padding: 0px;
    height: 100%;
}
.videoMenu
{
    line-height: 1;
    font-size: 1.3em;
}

#menuPost
{
    font-size: 1.2em;
    line-height:1.2;
    padding-top: 5px;
}
#menuPost h3
{
    font-size: 1.4em
}
#menuPost ul 
{
    font-size: 1em;
}

#headMenu
{
    width:80vw;
}
#headMenu ul li
{
    font-size: 1.2em;
    margin-right: 20px;
}
#headMenu a
{
    border: 1px solid #f8f7e7;
}
#prodContainer
{
    width: 80vw;
    height: 60vh;
    border: 1px solid #f8f7e7;
}
.prodMenu
{
    position: relative;
    float: left;
    margin: 0 auto;
    padding: 10px;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 1.03em;
    line-height: 1.45;
    color: #f8f7e7;
}
#filtOne
{

    position: relative;
    width: 100%;
    height: auto;
}
#filtTwo
{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 50px;
}
#mediaBlock
{
    position: relative;
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
#vidContainer
{
    width: 25em;
}
#prodContainerTwo
{
    display: none;
    position: relative;
    justify-content: center;
    background-color: rgba(20, 20, 20, 0.8);
    top: 50px;
    margin: 20px;
    padding: 20px;
    width: 80vw;
    height: 60vh;
    border: 1px solid #f8f7e7;
    border-radius: 10px;
    overflow: hidden;
}
#afficheContainer
{
    position: relative;
    display: block;
    background-image: url(Therezien.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    min-width: 70%;
    min-height:70%;
    margin-bottom: 100px;

}
#afficheContainer:hover
{
    min-width: 200%;
    min-height: 200%;
    right: 220px;
}
#vidContainerTwo
{
    min-width: 70%;
    margin-bottom: 50px;
}
#txtContainerThree
{
    font-size: 1em;
}
#vidContainerTwo
{
    position: relative;
    max-width: 50%;
}
#vidContainerTwo iframe
{
    bottom: 15px;
    width: 460px;
    height: 320px;
}
#vidContainerThree
{
    width: 100%;
    height: 100%;
}
    
#vidContainerThree iframe
{
    width: 460px;
    height: 320px;
}
.prodMenuFour iframe
{
    width: 480px;
    height: 320px;
}
#vidContainerFive iframe
{
    width: 460px;
    height: 320px;
}
#prodContainerThree
{
    width: 80vw;
    height: 60vh;
    border: 1px solid #f8f7e7;
}
.prodMenuThree
{
    font-size: 1.1em;
}

#prodContainerFour
{
    width: 80vw;
    height: 60vh;
    border: 1px solid #f8f7e7;
}
#prodContainerFive
{
    width: 80vw;
    height: 60vh;
    border: 1px solid #f8f7e7;
}
.prodMenuFive
{
    position: relative;
    float: left;
    margin: 0 auto;
    padding: 10px;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 1.1em;
    line-height: 1.4;
    color: #f8f7e7;
}
.linkBx
{
    font-size: 1.5em;
}
}
@media (width: 1366px)
and (max-height: 800px)
{
#vidContainer
{
    width: 32%
}
#afficheContainer
{
    position: relative;
    background-image: url(Therezien.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width:100%;
    height: 70%;
}
#afficheContainer:hover
{
    width: 200%;
    padding: 0px;
    min-height: 200%;
    right: 0px;
    bottom: 200px;
}

}
@media (min-width: 1440px)
{
    #noSmartPhone
{
    display: none;
}
#bioTxt 
{
    line-height: 1.5;
    font-size: 1em;
}
#thirdContainer
{
    position: relative;
    display: block;
    height: 100%; 
}
#thirdContainer a
{
    font-size: 1em;
}
#partners
{
    position: relative;
    display: block;
    height: 100%;
}
#filmContainer ul li
{
    font-size: 1em;
}
#menuPost h3
{
    text-align: center;
    font-size:1.5em;
    color: #f8f7e7;
}
#menuPost ul
{
    justify-content: center;
    color: #f8f7e7;
    font-size: 1em;
}
.videoMenu
{
    line-height: 1.1;
}
#videoContainer
{
    border: 1px solid #f8f7e7;
}
#headMenu
{
    width: 80vw;   
}
#headMenu ul
{
    font-size: 1.2em;
}
.prodMenu
{
    font-size: 1em;
    color: #f8f7e7;
    overflow-y: scroll;
}
.prodMenu h3
{
    font-size: 1.5em;
}
.prodMenu iframe
{
    height: 25vh;
}
.prodMenuTwo
{
    font-size: 1em;
}
.prodMenuTwo h3
{
    font-size: 1.5em;
}
#vidContainer
{
    width: 460px;
    height: 320px;
    z-index: 3;
}
#vidContainer iframe
{
    min-width: 100%;
    min-height: 100%;
}
#vidContainerTwo
{
    position: relative;
}
#vidContainerTwo iframe
{
    max-width: 460px;
    max-height: 320px;;
    bottom: 40px;
}
#afficheContainer
{
    width: 46%;
}
#afficheContainer:hover
{
    position: absolute;
    width: 110%;
    padding: 0px;
    height: 180%;
    right: 0%;
    top: -150px;
    z-index: 3;
}
.prodMenuThree
{
    font-size: 1em;
}
.prodMenuThree h3
{
    font-size: 1.5em;
}
#vidContainerThree
{
    width: 100%;
    height: 100%;
}
    
#vidContainerThree iframe
{
    width: 460px;
    height: 320px;
}
.prodMenuFour iframe
{
    width: 480px;
    height: 320px;
}
#vidContainerFive iframe
{
    width: 460px;
    height: 320px;
}
.prodMenuFour h3
{
    font-size: 1.5em;
}
.prodMenuFour
{
    font-size: 1em;
}

.prodMenuFive
{
    font-size: 1em;
}
.prodMenuFive h3
{
    font-size: 1.5em;
}
}
@media (min-width: 1224px)
{
    #noSmartPhone
{
    position: absolute;
    display: none;
}
#bioTxt a, #thirdContainer a, #filmContainer ul li, #menuPost ul
{
    font-size: 1em;
}

#menuPost h3
{
    font-size: 1.2em
}
#thirdContainer
{
    position: relative;
    display: block;
    height: 100%; 
}
#partners
{
    position: relative;
    display: block;
    height: 100%;
}
#headMenu
{
    margin-top: 20px;
    width: 90vw;
}
#headMenu li
{
    margin-top: 10px;
    margin-right: 20px;
}
#headMenu a
{
    font-size: .7em;
}
.prodMenu, .prodMenuTwo, .prodMenuThree, .prodMenuFour, .prodMenuFive
{
    font-size: 1em;
}
#prodContainer iframe
{
    height: 25vh;
}
#vidContainerTwo iframe
{
    width: 70%;
    height: 35vh;
}
.linkBx
{
    position: relative;
    font-size: 1.5em;
}
}
@media(min-width:1600px)
{
    #noSmartPhone
{
    position: absolute;
    display: none;
}
#bioTxt, #thirdContainer a, #filmContainer ul li, #menuPost ul
{
    font-size: 1em;
}
#headMenu a
{
    font-size: 1em;
}
.prodMenu h4, .prodMenuThree h4 , .prodMenuFour h4 , .prodMenuFive h4 
{
    font-size: 1em;
}
#txtContainerThree h4
{
    font-size: .8em;
}
#txtContainerThree h3
{
    font-size: 1.2em;
}
    #menuPost
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-y: scroll;
}
#vidContainer
{
    position: relative;
    width: 460px;
    height: 320px;
    z-index: 3;
}
#vidContainer iframe
{
    position: relative;
    border: 2px solid #f8f7e7;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.prodMenuTwo
{
    position: relative;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding: 10px;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 1.2em;
    color: #f8f7e7;
    overflow-x: hidden;
    overflow-y: scroll;
}

#afficheContainer:hover
{
    width: 200%;
    padding: 0px;
    height: 200%;
    right: -150px;
    top: 0px;
}
#vidContainerTwo 
{
    position: relative;
    left: 0px;
    float: none;
    min-width: 100%;
    margin-bottom: 50px;
}
#vidContainerTwo iframe
{
    width: 30em;
    height: 20em;
}
#vidContainerThree
{
    width: 100%;
    height: 100%;
}
    
#vidContainerThree iframe
{
    width: 460px;
    height: 320px;
}
.prodMenuFour iframe
{
    width: 480px;
    height: 320px;
}
#vidContainerFive iframe
{
    width: 460px;
    height: 320px;
}
.linkBx
{
    position: relative;
    font-size: 1.8em;
}
#headMenu
{
    font-size: .7em;
}
}
@media (min-width:1920px)
{
    #noSmartPhone
{
    position: absolute;
    display: none;
}
header ul li a
{
    font-size: 1.2em;
}

#bioTxt a, #thirdContainer a, #filmContainer ul li, #menuPost ul
{
    font-size: 1.13em;
}
.prodMenu, .prodMenuTwo, .prodMenuThree, .prodMenuFour, .prodMenuFive
{
    font-size: 1.2em;
}
#txtContainerThree
{
    font-size: 1.2em;
}
#headMenu
{
    margin-top: 20px;
    width: 90vw;
}
#headMenu li
{
    margin-top: 10px;
    margin-right: 20px;
}
#headMenu a
{
    font-size: 1.2em;
}
#thirdContainer
{
    display: flex;              
    flex-direction: column;     
    justify-content: center; 
}
#afficheContainer:hover
{
    width: 200%;
    padding: 0px;
    height: 200%;
    left: -900px;
    top: 0px;
}
}
@media(min-width: 2000px)
{
    #noSmartPhone
{
    position: absolute;
    display: none;
}

#bioTxt, #mainContainer, #filmContainer, #mixContainer, #prodContainer, #prodContainerTwo, #prodContainerThree, #prodContainerFour, #prodContainerFive
{
    font-size: 1.15em;
    max-width:55vw; 
}
#thirdContainer
{
    position: relative;
    display: block;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
#vidContainer iframe
{
    height: 20vh;
}
.prodMenuTwo
{
    position: relative;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding: 10px;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 1.2em;
    color: #f8f7e7;
    overflow-x: hidden;
    overflow-y: scroll;
}

#afficheContainer:hover
{
    width: 200%;
    padding: 0px;
    height: 200%;
    left: -1000px;
    top: -60px;
}
#vidContainerTwo 
{
    position: relative;
    left: 0px;
    float: none;
    min-width: 100%;
    margin-bottom: 100px;
}
#vidContainerTwo iframe
{
}
}
