
@import url('https://fonts.googleapis.com/css?family=Lato:100,400,900');
@import url('./position-body-styles.css');


/*******                  PAGE ENCRE DES COTEAUX                 **********/

.hero-encre-des-coteaux {
    background-image: url("../images/fondpastel.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
}

@media screen and (max-width:1070px) and (min-width:601px){
    .hero-encre-des-coteaux {
    height: 450px;
}
}

@media screen and (max-width:600px) and (min-width:320px){
    .hero-encre-des-coteaux {
    height: 400px;
}
}

.placement_titres{
    display:flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5em;
    margin-right:2em;
}

@media screen and (max-width:600px) and (min-width:320px){
    .placement_titres {
    margin-right: 15%;
}
}

.hero-encre-des-coteaux h1 {
    font-family: 'Lato', sans-serif;
    font-size: 2.5em;
    font-weight: bold;
}

@media screen and (max-width:1070px) and (min-width:601px){
.hero-encre-des-coteaux h1 {
        font-size: 2rem;
    }
    }

@media screen and (max-width:600px) and (min-width:320px){
    .hero-encre-des-coteaux h1 {
    padding-top: -3em;
    font-size: 1.8em;
    text-align: center;
}
}

.hero-encre-des-coteaux h2 {
    font-family: 'Lato', sans-serif;
    font-size: 2em;
    font-weight: 100;
}

 @media screen and (max-width:1070px) and (min-width:601px){
    .hero-encre-des-coteaux h2 {
    font-size: 1.8rem;
    }     
}


@media screen and (max-width:600px) and (min-width:320px){
    .hero-encre-des-coteaux h2 {
    font-size: 1.5em;
    text-align: center;
}
}

img["images/retour2.png"] {
    z-index: 1;
    padding-bottom: 5px;
}

.hero-encre-des-coteaux a {
    z-index: 1;
    margin: 20px;
    display: block;
    float: left;
    font-family: 'lato', sans-serif;
    font-size: 0.8em;
    height: 30px;
}

.hero-encre-des-coteaux a:hover {
    text-decoration: underline;
}

.diagonale {
    background-color: #f5eeea;
    transform: rotate(-5deg);
    width: 130%;
    min-height:25em;
    margin-left: -15%;
    margin-top: -12em;
    display: flex;
    justify-content: center;
}

@media screen and (max-width:1200px) and (min-width:320px){
    .diagonale {
    margin-top: -12em;
    height:15em;
    }
}

@media screen and (max-width:1000px) and (min-width:320px){
    .diagonale {
    margin-top: -12em;
    max-height:8em;
    }
}

.centre {
    margin-left: 25%;
    width:50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top:-25em;
    position:relative;
    z-index:1;
}

@media screen and (max-width:550px) and (min-width:320px){
    .centre {
        width:100%;
        margin-left: 0%;
}
}

img[src="images/encre-des-coteaux2.jpg"] {
    margin-top:4em;
    width:100%;
    height:auto;
}

@media screen and (max-width:550px) and (min-width:320px){
    img[src="images/encre-des-coteaux2.jpg"] {
        width:80%;
        margin-left: 0%;
}
}

section p {
    font-family: 'Lato', sans-serif;
    padding-bottom: 2em;
    padding-top:1em;
    font-size: 1.2em;
    font-weight: 400;
    color: black;
}

@media screen and (max-width:1200px) and (min-width:320px){
    section p{
    font-size: 1em;
    }
}

@media screen and (max-width:550px) and (min-width:320px){
    section p{
    width:80%;
    text-align:center;
    margin-left:2.7em;
    }
}

section p span {
    font-style: italic;
    font-weight: 400;
}

.zoom {
    display:flex;
    flex-direction:row;
    margin-top: 1em;
    justify-content: space-between;
    margin-bottom:6em;
}

@media screen and (max-width:550px) and (min-width:320px){
    .zoom {
    display:flex;
    flex-direction:column;
    margin-left:10%;
    }
}

.colonne {
    display: flex;
    flex-direction: column;
    float: right;
}

@media screen and (max-width:550px) and (min-width:320px){
    .colonne {
    width:80%
}
}

img[src="images/affiche-encre-des-coteaux.jpg"] {
    width: 60%;
    height: 100%;
}

@media screen and (max-width:550px) and (min-width:320px){
    img[src="images/affiche-encre-des-coteaux.jpg"] {
    width:80%;
    margin-bottom:2em;
}
}

img[src="images/zoom2-encre-des-coteaux2.jpg"],
img[src="images/zoom1-encre-des-coteaux2.jpg"] {
    padding: 0 0 0.5em 0.5em;
    max-width: 100%;
}




/*******                  FOOTER                       **********/

.footer {
    background-color: #434343;
     height: 100px;
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /*change le sens des parametres align-items et justify-content*/
}



img[src="images/fb.svg"] {
    z-index: 1;
    width: 50%;
    height: 100%;
}

.footer .instagram {
        width: 40px;
        height: 100%;
}

.footer .linkedin {
      width: 35px;
        height: 100%;

}
