/*
Theme Name: Le grand débat Large
Theme URI: http://www.yozz.fr
Description: Site de la fondation Gabriel Peri
Author: Yoann Sirvin
Version: 1
*/




/*FONT*/
@font-face {
    font-family: 'poquito_regular';
    src: url('font/poquito-webfont.woff2') format('woff2'),
         url('font/poquito-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;}

@font-face {
    font-family: 'the_sweetest_thingregular';
    src: url('font/the-sweetest-thing-webfont.woff2') format('woff2'),
         url('font/the-sweetest-thing-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;}

@font-face {
    font-family: 'andes_boldbold';
    src: url('font/andes/andes-bold.woff2') format('woff2'),
         url('font/andes/andes-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;}

@font-face {
    font-family: 'andesregular';
    src: url('font/andes/andes.woff2') format('woff2'),
         url('font/andes/andes.woff') format('woff');
    font-weight: normal;
    font-style: normal;}



/*Font*/
h1 {font-family:'the_sweetest_thingregular', sans-serif; color:#fff; font-weight:100;}
h2 {font-family: 'poquito_regular', sans-serif; font-size: 25px; letter-spacing: 0.2rem; color:#fff; font-weight:100;}
h3 {font-family: 'the_sweetest_thingregular', sans-serif; color: #fff; letter-spacing: 0.2rem; font-weight:100; font-size:22px; text-align: left; padding:30px 0 0 0;}
h4 {}
h5 {font-family: 'poquito_regular', sans-serif; font-size: 20px; letter-spacing: 0.3rem; color:#fff; font-weight:100;}
p {font-family: 'andesregular', sans-serif; font-size:16px;line-height: 30px; color:#fff; text-align:left; font-weight: 100;}


/*Body*/
body {
min-height:100%;
min-width: 100%;
background:  url(img/gdl-fond.jpg) center center no-repeat fixed;
background-size: cover;}

/*Signature*/
.gdlsignature {}


/*Header*/
.gdlheader {margin-top:6%; width:100%; height:100%;text-align: center;}
.logoleft {position:fixed; top:50%; left:5%; margin-top:-150px;}
.logoright {position:fixed; top:50%; right:5%; margin-top:-150px;}


/*Contenu*/
.gdltext {width: 100%; text-align: center; margin-bottom: 200px;}
.gdlcontainer {max-width:480px; display: inline-block;}



@media screen and (min-width: 200px) and (max-width: 640px) {
/*Signature*/
.gdlsignature {display:none;}
.gdlcontainer {max-width:85%;}
.gdlogo {max-width:90%;}
h2 {font-size: 18px;}
}
