/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 9 janv. 2018, 15:30:05
    Author     : élève
*/

.contact{
    margin-top: -70px;
    font-size: 3rem;
}

.fil-ariane{
    margin-bottom: 3rem;
}

h2{
    color: #000;
    margin-top: 2rem;
}

textarea{
    min-height: 200px;
}

footer{
    margin-top: 2rem;
}

input[type=submit]{
    background-color: #cb77a8;
    padding: 0.5rem 1rem;
    color: #fff;
}

iframe{
    width: 100%; 
}