.font1v { font-size: 1vw }
.font11v { font-size: 1.1vw }
.font12v { font-size: 1.2vw }
.font13v { font-size: 1.3vw }
.font14v { font-size: 1.4vw }
.font15v { font-size: 1.5vw }
.font16v { font-size: 1.6vw }
.font17v { font-size: 1.7vw }
.font18v { font-size: 1.8vw }

.jc_white { color: white }
.jc_black { color: rgba(0,0,0,.8) }

.jc_hidden { opacity: 0 }

/* SINGLE PAGE NAV - HOME AND PLANET BUTTON */
.jc_nav { display: flex; align-items: center; justify-content: space-around; }
.jc_nav_color1 { background-color: #6068ca; }
.jc_round_nav {  width: 70px !important; height: 70px !important; cursor:pointer; margin:5px; font-weight: bold; border-radius: 50%; }

.jc_single_header1 { width: 250px; height: 250px; text-align: center; padding-top:50px; font-weight: bold;
   margin:auto; border-radius: 50%; margin-bottom: -170px;
}

.jc_mobile_links { cursor: pointer; background-color: rgba(255,255,255,.2); padding: 1px 2px; margin: 1px 2px; border-radius:2px }
.jc_mobile_links { color:white !important; }
.jc_mobile_links:hover  { color:orange !important; text-decoration: none !important; }

@media only screen and (max-width: 1000px) {
   .jc_nav { display: flex; align-items: center; justify-content: center; flex-direction: column; 
       }
   
   .jc_round_nav { margin:5px; padding: 10px; height: 30px; border-radius: 8px; width: 70px !important; height: 5px !important;  }
   
   .jc_single_header1 { width: 80%; height: 30px; text-align: center; padding-top:0px; font-weight: bold;
            margin:auto; border-radius: 10px; margin-bottom: 0px; margin-top: 20px;
            display: flex; align-items: center; justify-content: center; white-space: nowrap;
   }
}

@media only screen and (max-width: 800px) {
   .font11v { font-size: 1.4vw }
   .font1v { font-size: 1.4vw }
   .titleWrap { display: none }
}

.jc_contenu { background-color: #f4eecf !important; border: 5px solid rgba(0,0,0,.2) !important; }
.titrePage h2 span { font-family: 'Pacifico', cursive; }

.jc_round_link { width: 50px !important; height: 50px !important;
font-size: 11px; font-weight: bold; margin: 5px auto; cursor: pointer; border-radius: 50%;
}
.top40 { margin-top: 40px; cursor: pointer; }
.minus30 { margin-top: -40px; }

@media only screen and (max-width: 1100px) {
   .jc_round_link { width: 35px !important; height: 35px !important;
      font-size: 10px; margin: 2px auto; cursor: pointer;
      }

}
    
.singlePageTop { background-color: #141c4d !important; }
.singlePageBottom { background-color: #141c4d !important; }

/* OTHER STUFF */

.html_header_transparency #top .avia-builder-el-0 .container, .html_header_transparency  { padding-top: 0px !important; }

.mfp-ready .mfp-figure { opacity: 1; }
.galleryItemSet {  display: none; }
#section-gallery .container, #section-gallery .template-page { padding: 0; }

.topSection {height: 200px;}
.left, .right { width: 20%; height: 100%; color: white; }
.middle { width: 60% ; height: 100%;}
.bottomSection {height: 600px;}