

  
@font-face {
    font-family: 'Interstate';
    src: url('fonts/Interstate-Light.otf') format('opentype');
}

@font-face {
    font-family: 'Montreal';
    src: url('fonts/PPNeueMontreal-Bold.otf') format('opentype');
}


* {
    text-rendering: geometricprecision;
    font-family: Interstate, Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
    color: #282828;
    margin: 0;
    padding: 0;
    transition: ease;
}


/* ------ TYPO ------ */

h1 {
    font-size: 94px;
    line-height: 90px;
    font-family: Montreal, Helvetica, Arial, sans-serif;
	font-weight: 800;
    letter-spacing: -2px;
}

h2 {     
    font-size: min(3.7vw, 50px);
    line-height: min(3.9vw, 54px);
    letter-spacing: -0.005em;
}

h3 {     
    font-size: 60px;
    line-height: 63px;
    letter-spacing: -1px;
}

h4 { 
    font-size: 15px;
    line-height: 18px;
}

h5 { 
    font-size: 30px;
    line-height: 34px;
}

p {
    font-size: 21px;
    line-height: 24.5px;
    max-width: 600px;
    letter-spacing: -0.01em;
}

a {
    cursor: pointer; 
    text-decoration: underline;
    color: #282828;
    margin: 0;
}

ul, li {
    text-decoration: none;
    color: #282828;
    list-style-type: none; /* Remove bullets */
    padding: 0;
    margin: 0;
}

img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


/*
h1, h2, h3, h4, h5, p, a {
    mix-blend-mode: exclusion;
}
*/


/* --------------------- */


body {
/*    background-color: #e7eae3;*/
/*    background-color: #fbfcfa;*/
    background-color: #f1f4ed;
}

section, footer {
    padding: 20px;
    position: relative;
}

.full_width {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    right: 0;
    z-index: -1;
}

.hero_1 {
    margin-top: -40px;
    height: 100vh;
    display: flex;
    flex-direction: column;
/*    align-content: space-between;*/
}

.logo {
    margin: auto auto 4vh;
    width: 40vw;
    min-width: 420px;
}

.logo img {
    object-fit: contain;
}

.hero_1 h2 {
    text-align: center;
    margin: 6vw auto 0 4vw;
    margin-top: min(6vw, 10vh);
/*
    padding-left: 10px;
    transform: rotate(-14deg);
    transform-origin: left;
*/
}

.grid_50 {
    display: grid;
    grid-template-columns: 50% 50%;
}

.sec_inquire .text_cont {
    grid-column: 1/1;
    display: flex;
    flex-direction: column;
    padding-right: 20px;
}

.sec_inquire .img_cont {
    grid-column: 2/2;
}

.sec_inquire p {
    padding-right: 25%;
    max-width: 500px;
}

.sec_inquire h3 {
    margin-top: auto;
    margin-bottom: 60px;
}

#mc_embed_signup {
    padding: 0 5px;
}

input#mce-EMAIL {
    background-color: transparent;
    border-style: none;
    border-bottom: 2px #282828 solid;
    width: 80%;    
/*    width: -webkit-fill-available;*/
    padding: 5px 5px 10px;
    font-size: 18px;
}

textarea:focus, input:focus{
    outline: none;
}

input#mce-EMAIL:focus {
    border-bottom: 2px #282828 solid;
    background-color: rgb(120,120,120,0.0);
}

input#mc-embedded-subscribe {
    background-color: transparent;
    border-style: none;
    padding: 10px 5px 5px;
    font-size: 18px;
}

.sec_inquire .img_cont {
    margin: -20px -20px -20px 20px;
}

.hero_2, .hero_3 {
    height: 100vh;
}

.collab_info_cont {
    grid-column: 2/2;
    grid-row: 2/2;
    margin-top: 100px;
    margin-bottom: 200px;
}

.sec_collab h3 {
    padding-right: 40px;
}

.sec_collab h3 {
    padding-right: 40px;
}

.socket_cont {
    grid-column: 1/1;
    margin-bottom: 180px;
}

.socket_img {
    height: 67vw;
    max-height: 1000px;
    display: flex;
    justify-self: center;
    width: auto;
    grid-column: 2/2;
    margin: -20px;
}

.socket_cont h3 {
    margin-top: 30vw;
}

.socket_cont p {
    margin-top: 15px;
    font-size: 15px;
    line-height: 18px;
/*    max-width: 450px;*/
}

.socket_cont ul {
    margin-top: 60px;
    width: 40vw;
    min-width: 430px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
/*    margin-bottom: 33vw;*/
}

.socket_cont ul li {
}

.socket_cont ul li img {
    height: 9vw;
    width: auto;
    margin-left: -2px;
}

.socket_cont ul li h4 {
    margin-top: 30px;
    text-transform: uppercase;
}

.models_cooler_cont {
    grid-column: 1/3;
    grid-row: 2/2;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    column-gap: 30px;
}

.models_cooler_cont h3 {
    grid-column: span 3;
}

.models_cooler_cont ul {
    grid-column: span 3;
    grid-row: 2/2;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.models_cooler_cont ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.models_cooler_cont ul li img {
    object-fit: contain;
    width: auto;
    margin-top: 30px;
}

.liste_model li img {
    height: 14vw;
    mix-blend-mode: multiply;
}

.liste_cooler li img {
    height: 10vw;
    padding: 4vw 0 0;
}

.models_cooler_cont ul li h4 {
    margin-top: 90px;
    text-transform: uppercase;
}

.hr {
    display: block;
    margin: 30px 0 0;
    background-color: #282828;
    height: 2px;
    grid-column: 1/3;
}

footer h3 {
/*    text-align: center;*/
    margin-bottom: 300px;
}

footer .end_image {
    width: 30vw;
    margin-bottom: 40px;
    opacity: 0.9;
}

footer a {
    text-decoration: none;
}












/* -- //// iPAD iPAD iPAD iPAD iPAD iPAD iPAD iPAD  //// -- */

@media screen and (max-width: 768px) {
 
  
    
h3 {
    font-size: 40px;
    line-height: 45px;
}
    
section, footer {
    padding: 15px;
}
    
.full_width {
    left: -15px;
}
    
.hero_1 {
    margin-top: -30px;
}
    
.sec_inquire .text_cont {
    padding-right: 0;
}
    
.sec_inquire p {
    padding-right: 0;
}
    
.sec_inquire h3 {
    margin-bottom: 20px;
}
    
input#mce-EMAIL {
    width: -webkit-fill-available;
/*    -webkit-appearance: none;*/
    -webkit-border-radius: 0;
}
    
#mc_embed_signup {
    padding: 0 2px;
}
    
.sec_inquire .img_cont {
    margin: -15px -15px -15px 15px;
}
    
.hero_2, .hero_3 {
    height: 75vw;
}
   
.sec_details.grid_50 {
    grid-template-columns: 60% 40%;
}
    
.socket_cont h3 {
    margin-top: 0vw;
}
    
.socket_cont ul {
    width: 0vw;
    column-gap: 20px;
}
    
.socket_cont ul li img {
    height: 13vw;
}
    
footer .end_image {
    width: 40vw;
    margin-bottom: 30px;
}
    
footer h3 {
    margin-bottom: 280px;
}
    
    
    
    
    
    
}













/* -- //// MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE //// -- */

@media screen and (max-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), (max-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {

h2 {
    font-size: 40px;
    line-height: 40px;
}
    
h4 {
    font-size: 13px;
    line-height: 15px;
}
  
h5 {
    font-size: 24px;
    line-height: 28px;
}
    
.grid_50 {
    display: block;
}
    
.hero_1 h2 {
    margin: auto auto 0;
}
    
.logo {
    margin: 5vh auto 5vh;
    width: 100%;
    min-width: auto;
}
    
.sec_inquire {
    padding-bottom: 0px;
}
    
.sec_inquire h3 {
    margin-top: 150px;
}
    
.sec_inquire .text_cont {
    margin-bottom: 15px;
}
    
.sec_inquire .img_cont {
    margin: 0 -15px;
    display: flex;
}
    
.hero_2, .hero_3 {
    height: 50vh;
}
    
.sec_collab p {
    margin-top: 15px;
}
    
/*
.sec_detail {
    display: grid;
    grid-template-rows: auto auto;
}*/
    
.socket_cont ul {
    width: 100%;
    min-width: auto;
    margin-top: 45px;
    display: block;
/*
    grid-template-columns: 1fr 1fr 1fr 0px;
    column-gap: 30px;
*/
}
    
.socket_cont ul li {
    display: grid;
    grid-template-columns: 35vw 50%;
    column-gap: 30px;
    margin-bottom: 30px;
    align-content: center;
}

.socket_cont ul li img {
    height: 35vw;
}
    
.socket_cont ul li:nth-child(2) img {
    margin-right: 5%;
}
    
.socket_cont ul li h4 {
    margin: auto 0px;
}
    
.socket_cont p {
    padding-right: 10%;
}

.socket_cont {
    margin-bottom: 90px;
}
    
.socket_img {
    height: auto;
    width: 80%;
    margin: 0 auto;
}
    
.models_cooler_cont {
    display: block;
}
    
.models_cooler_cont h3 {
    margin-top: 120px;
}
    
.models_cooler_cont ul li img {
    margin-top: 30px;
} 
    
.models_cooler_cont ul li h4 {
    margin-top: 30px;
    text-transform: lowercase;
}
    
.liste_model li img {
    height: 30vw;
    padding: 2.5vw 0;
}  
    
.liste_cooler li img {
    height: 21vw;
    padding: 7vw 0;
}  
    
.models_cooler_cont {
    margin-bottom: 40px;
}
    
footer h3 {
    margin-bottom: 200px;
}
    
footer .end_image {
    margin-bottom: 20px;
}
    
    
}













/* -- //// MOBILE LANDSCAPE MOBILE LANDSCAPE MOBILE //// -- */

@media screen and (max-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape), (max-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

h2 {
    font-size: 3.7vw;
    line-height: 4vw;
}
    
.logo {
    margin: 5vh auto 5vh;
    width: 50vw;
    min-width: auto;
}
    
.hero_1 h2 {
    margin: 6vw auto auto 2vw;
}
    
.sec_inquire h3 {
    margin-top: 90px;
}

.collab_info_cont {
    margin-top: 120px;
}

.socket_img {
    margin-top: -15px;
    width: 100%;
    height: auto;
}

.socket_cont {
    margin-bottom: 60px;
}

.socket_cont ul {
    margin-top: 30px;
    display: block;
    width: auto;
    min-width: auto;
    margin-bottom: 60px;
}

.socket_cont ul li {
    display: grid;
    grid-template-columns: 17vw 50%;
    column-gap: 30px;
    margin-bottom: 23px;
}

.socket_cont ul li img {
    height: 17vw;
}
   
.models_cooler_cont ul li h4 {
    margin-top: 60px;
    font-size: 12px;
    line-height: 16px;
}

footer h3 {
    margin-bottom: 90px;
}









}