/* Import font font-face@ */

@import url("font.css");

/************** RESET ***************/

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,
embGd,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html {
    font-size: 100%;
    height: 100%;
    width: 100%;
}

body {
    font-size: 0.625em;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    background: #fff;
}

strong {
    font-weight: bold;
}

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

a,
a:hover {
    text-decoration: none;
    outline: 0 none;
}

img {
    border: 0 none;
    max-width: 100%;
    width: auto;
    vertical-align: middle;
    height: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

/**********************************  CONTENT **************************************/

#main {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

.container {
    padding: 0;
    margin: 0;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
}

.center {
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 0;
    margin: 0;
}

.bgk {
    background: #fff url('../img/oeufs-2020/fond.jpg') 0 0 no-repeat;
    background-size: cover;
}
header h1 {
    padding: 9em 0 0 0;
    margin: 0 !important;
    display: flex;
    justify-content: center;
}
header h2 {
    font-family: 'GrotzecHdCn';
    font-size: 7.7em;
    font-weight: bold;
    color: #0d4635;
    text-transform: uppercase;
    line-height: 1;
    margin-top: .5em;
    text-align: center;
    padding: 0;
}
article {
    display: flex;
    flex-flow: row wrap;
}
article div {
    background: rgba(255,255,255,.75);
}
article.one div {
    padding: 2.5em 3em;
    
}
article.two div:nth-child(1) {
    padding: 2em;    
}
article.two div:nth-child(2) {
    padding: 2em 3em 4em 3em;  
    margin-bottom: 15%;  
}
article.one {
    margin-top: 37%;
    justify-content: center;
    padding-right: 35%;
}
article.two {
    margin-top: 11%;
    margin-bottom: 2em;
    justify-content: space-around;
    padding: 0;
    align-items: flex-end;
}
.cta {
    padding: 0;
    margin-top: 3.5em;
    text-align: center;

}

.cta a,
.cta a:hover,
.cta a:focus {
    font-family: 'GrotzecHdCn' !important;
    font-weight: bold;
    background: #d47e57;
    color: #fff;
    border: 0;
    display: inline-block;
    font-size: 2.5em;
    line-height: 2;
    padding: 0 1.5em;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    border-radius: 0;
}

#totop,
#totop:hover,
#totop:focus {
    background: rgba(255,255,255,.8);
    border: 1px solid #333;
    bottom: 25px;
    color: #333;
    display: block;
    height: 45px;
    padding-top: 15px;
    position: fixed;
    right: 15px;
    text-align: center;
    /*  text-indent: -999em; */
    width: 45px;
    z-index: 1000;
    cursor: pointer;
}

.hidden {
    text-indent: -999px;
    color: transparent;
    visibility: hidden;
    width: 0;
    height: 0;
    line-height: 0;
}


/************************* RESPONSIVE ************************/

@media (max-width:1024px) {
    .container {
        width: 100%;
    }

}



@media (max-width:980px) {
    
}

@media (max-width:768px) {
    article.one {
        padding: 0 !important;
    }
}

@media (max-width:600px) {}

@media (max-width:480px) {

}

@media (max-width:375px) {

}

@media (max-width:320px) {

}
