@font-face {
font-family: 'Source Sans Pro';
src: url(assets/fonts/SourceSansPro-Bold.eot);
src: url('assets/fonts/SourceSansPro-Bold.svg') format('svg'),
url('assets/fonts/SourceSansPro-Bold.woff') format('woff'),
url('assets/fonts/SourceSansPro-Bold.woff2') format('woff2'),
url('assets/fonts/SourceSansPro-Bold.ttf') format('truetype');
font-weight: 700;
font-style: normal;
font-stretch: normal;
unicode-range: U+0020-FB04;
 }
 @font-face {
font-family: 'Source Sans Pro';
src: url(assets/fonts/SourceSansPro-Light.eot);
src: url('assets/fonts/SourceSansPro-Light.svg') format('svg'),
url('assets/fonts/SourceSansPro-Light.woff') format('woff'),
url('assets/fonts/SourceSansPro-Light.woff2') format('woff2'),
url('assets/fonts/SourceSansPro-Light.ttf') format('truetype');
font-weight: 300;
font-style: normal;
font-stretch: normal;
unicode-range: U+0020-FB04;
 }
  @font-face {
font-family: 'LibreBaskerville';
src: url(assets/fonts/LibreBaskerville-Italic.eot);
src: url('assets/fonts/LibreBaskerville-Italic.svg') format('svg'),
url('assets/fonts/LibreBaskerville-Italic.woff') format('woff'),
url('assets/fonts/LibreBaskerville-Italic.woff2') format('woff2'),
url('assets/fonts/LibreBaskerville-Italic.ttf') format('truetype');
font-weight: 400;
font-style: italic;
font-stretch: normal;
unicode-range: U+0020-FB04;
 }



body {
   text-align: center;
}
.bloc-blanc {
    background-color: #ffffff;
    height:33vh;
    position: relative;
    z-index: 2;
}
.bloc-blanc img.logo {
    max-width: 180px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 50%);
}
.bloc-blanc img.pastille {
    max-width: 170px;
    position: absolute;
    bottom: 0px;
    transform: translateY(50%);
    right: 12%;
}
.bloc-gris {
    background-color: rgba(195, 199, 168, 0.5);
    height:67vh;
    position: relative;
    z-index: 1;
}
.bloc-gris .presentation {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.bloc-gris .titre {
    margin-bottom: 60px;
}
.bloc-gris .titre h1 {
	font-family: 'Source Sans Pro';
    font-weight: 300;
    color: #000000;
    font-size: 18px;
    line-height: 28px;
    padding-top: 25px;
}
.bloc-gris .titre:before {
    content: "";
    height: 3px;
    width: 16px;
    background-color: #000000;
    position: absolute;
    transform: translateX(-50%);
}
.bloc-gris .contact {
    padding: 10px 40px;
    border-top: solid 1px;
    border-bottom: solid 1px;
}
.bloc-gris .contact p,
.bloc-gris .contact p a {
    color: #000000;
    font-family: 'LibreBaskerville';
    font-style: italic;
    font-size: 16px;
    margin-bottom: 0px;
}
.bloc-gris .socials {
    margin-top: 30px;
    margin-bottom: 20px;
}
.bloc-gris .socials p,
.bloc-gris .socials p a {
    color:#000000;
    font-family: 'LibreBaskerville';
    font-style: italic;
    font-size: 12px;
}
.bloc-gris p a {
    color: #000000;
}
.bloc-gris p a:hover {
    text-decoration: none;
} 


/************TOUS LES ECRANS ENTRE 992 PIXELS ET 1199 PIXELS************/
@media (min-width:992px) and (max-width:1199px) {
    .bloc-blanc img.pastille {
    right: 10%;
}
}

/************TOUS LES ECRANS ENTRE 768 PIXELS ET 991 PIXELS************/
@media (min-width:768px) and (max-width:991px) {
        .bloc-blanc img.pastille {
    max-width: 150px;
    right: 7%;
}
.bloc-gris .presentation {
    width: 60%;
}
.bloc-gris .titre {
    margin-bottom: 40px;
}
}
 
 /************TOUS LES ECRANS ENTRE 468 PIXELS ET 767 PIXELS************/
@media (min-width:600px) and (max-width:767px) {
    .bloc-blanc {
    height: 27vh;
}
.bloc-gris {
    height:73vh;
}
.bloc-blanc img.pastille {
    max-width: 130px;
        right: 7%;
}
.bloc-blanc img.logo {
    max-width: 150px;
}
.bloc-gris .presentation {
    width: 70%;
}
.bloc-gris .titre {
    margin-bottom: 20px;
}
.bloc-gris .titre h1 {
    padding-top: 10px;
    line-height: 28px;
}
.bloc-gris .socials {
    margin-top: 20px;
    margin-bottom: 10px;
}
}

/************TOUS LES ECRANS ENTRE 468 PIXELS ET 767 PIXELS************/
@media (min-width:468px) and (max-width:599px) {
        .bloc-blanc {
    height: 20vh;
}
.bloc-gris {
    height:80vh;
}
.bloc-blanc img.pastille {
    max-width: 100px;
        right: 5%;
}
.bloc-blanc img.logo {
    max-width: 130px;
}
.bloc-gris .presentation {
    width: 80%;
}
.bloc-gris .titre {
    margin-bottom: 20px;
}
.bloc-gris .titre h1 {
    padding-top: 10px;
    line-height: 28px;
}
.bloc-gris .socials {
    margin-top: 20px;
    margin-bottom: 10px;
}
}

/************TOUS LES ECRANS DONT LA LARGUEUR MAXIMALE EST DE 1199 PIXELS************/
@media (max-width:467px) {
            .bloc-blanc {
    height: 20vh;
}
.bloc-gris {
    height:80vh;
}
.bloc-blanc img.pastille {
    max-width: 70px;
    right: 3%;
}
.bloc-blanc img.logo {
    max-width: 130px;
}
.bloc-gris .presentation {
    width: 80%;
}
.bloc-gris .titre {
    margin-bottom: 40px;
}
.bloc-gris .titre h1 {
    padding-top: 20px;
    line-height: 25px;
}
.bloc-gris .socials {
    margin-top: 20px;
    margin-bottom: 10px;
}
}



