html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:16px;vertical-align:top;box-sizing:border-box}img{box-sizing:content-box}.container{font-size:0}.container *{font-size:16px}a{cursor:pointer}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}input,textarea{border-radius:0}@font-face{font-family:"Gotham";src:url("../fonts/Gotham-Bold.otf") format("opentype"),url("../fonts/Gotham-Bold.ttf") format("truetype");font-weight:600;font-style:normal}@font-face{font-family:"Gotham";src:url("../fonts/Gotham-Medium.otf") format("opentype"),url("../fonts/Gotham-Medium.ttf") format("truetype");font-weight:500;font-style:normal}@font-face{font-family:"Gotham";src:url("../fonts/Gotham-Book.otf") format("opentype"),url("../fonts/Gotham-Book.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:"Gotham";src:url("../fonts/Gotham-BookItalic.otf") format("opentype"),url("../fonts/Gotham-BookItalic.ttf") format("truetype");font-weight:400;font-style:italic}@font-face{font-family:"Gotham";src:url("../fonts/Gotham-Light.otf") format("opentype"),url("../fonts/Gotham-Light.ttf") format("truetype");font-weight:300;font-style:normal}*{font-family:"Gotham","Helvetica",sans-serif}html{scroll-behavior:smooth}.btn{display:inline-block;background-color:#fff;color:#ee405a;border:1px solid #fff;text-transform:uppercase;padding:12px 30px;text-decoration:none;font-weight:500;border-radius:100px;transition:.2s}.btn:hover{background-color:transparent;color:#fff}.container{
    width: 100%;
    max-width: 900px;
    margin: 0 auto
}header{height:600px;background-image:url("../images/hero-oven.jpg");background-size:cover;background-position:center center;position:relative}header::before{content:"";background-color:#2D2F2C;position:absolute;height:100%;width:40%;top:0;left:0;transform:skew(0deg, 0deg) translateX(-60px);z-index:5}header .info{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 7vw;width:40%;height:100%;color:#fff;position:relative;text-align:center;z-index:10}header .info img{max-width:60%;max-height:202px;flex-shrink:0}header .info img.logo,header .info img.logo-fr{
    margin-top: 0;
    margin-bottom: 20px;
    width: 175px;
    height: 202px
}header .info img.logo-fr{width:233px}header .info *{margin-top:20px;z-index:1}header .info p{line-height:1.4em}header nav{position:absolute;top:0;right:30px;background-color:#fff;padding:10px 18px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;font-size:0;z-index:15}header nav a{display:inline-block;font-size:16px;padding:0 10px;border-right:2px solid #ee405a;color:#000;text-decoration:underline;cursor:default;vertical-align:baseline}header nav a:first-of-type{padding-left:0}header nav a:last-of-type{padding-right:0;border:none}header nav a[href]{color:#ee405a;font-weight:500;cursor:pointer;text-decoration:none}main section.about{background-color:#e8e8e8;text-align:center;line-height:1.5em;padding:30px 0}main section.about p{margin-bottom:20px}main section.about p:last-of-type{margin-bottom:0}main section.about p a{color:#000}main section.about strong{font-weight:500}main section.about sup{font-size:.5em;line-height:1.4em}main section#events{padding:50px 0 20px 0}main section#events h1{
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    font-size: 28px
}main section#events div.grid{display:flex;flex-wrap:wrap;margin-top:50px}main section#events div.grid a{display:flex;flex-direction:column;width:calc(33.333% - 14px);margin-bottom:20px;margin-right:20px;color:#fff;height:200px;background-color:#000;justify-content:center;align-items:center;text-decoration:none;background-size:cover;position:relative;background-size:cover;background-position:bottom center}main section#events div.grid a::before{content:"";height:100%;width:100%;position:absolute;background-color:#000;opacity:0;transition:.2s;top:0;left:0}main section#events div.grid a:hover::before{background-color:#ee405a;opacity:.8}main section#events div.grid a:nth-child(3n){margin-right:0}main section#events div.grid a span{display:block;margin-bottom:10px;font-weight:500;font-size:18px;position:relative}main section#events div.grid a span:last-of-type{margin-bottom:0}.footnote{text-align:center;margin-top:80px;font-size:12px}footer{display:flex;justify-content:center;align-items:center;background-color:#e8e8e8;width:100%;height:80px;font-weight:500;margin-top:50px}footer a{color:#000;text-decoration:none;display:inline-block;padding-left:10px;margin-left:10px;border-left:1px solid #000}@media screen and (max-width: 1200px){header::before{width:45%}.about .container,#events .container{padding-left:30px;padding-right:30px}.about p{line-height:1.6em;text-align:left}}@media screen and (max-width: 930px){main section#events div.grid a{width:calc(50% - 10px)}main section#events div.grid a:nth-child(3n){margin-right:auto}main section#events div.grid a:nth-child(2n){margin-right:0}.footnote{margin-top:30px}}@media screen and (max-width: 880px){header{background-image:none}header::before{transform:none;width:100%}header .info{width:100%}}@media screen and (max-width: 555px){main section#events{padding-top:30px}main section#events h1{font-size:30px}main section#events div.grid{margin-top:30px}}@media screen and (max-width: 530px){main section#events div.grid a{width:100%;margin-right:0 !important}}@media screen and (max-width: 500px){header nav{right:0;font-size:0;transform:scale(0.8);transform-origin:top right;border-bottom-right-radius:0}.about .container,#events .container{padding-left:20px;padding-right:20px}}@media screen and (max-width: 470px){footer,footer a{font-size:12px}}/*# sourceMappingURL=style.css.map */
