.Contact{
    background-color: #FFF5E5;

    .Haut{
        h1{
            padding-top: 128px;
            margin-bottom: 78px;
            color: #46512A;
            text-align: center;
            font-family: Shrikhand;
            font-size: 48px;
            font-style: normal;
            font-weight: 400;
            line-height: 56px; /* 116.667% */
        }
        p{
            color: #091606;
            text-align: center;
            font-family: Bitter;
            font-size: 20px;
            font-style: italic;
            font-weight: 400;
            line-height: normal;
            margin-bottom: 135px;
        }

    }
    .Interieur{
        background: #46512A;
        .info{
            display: flex;    
            margin-left: 335px;
            padding-bottom: 110px;
            padding-top: 77px;
            justify-content: center;
                .Gauche{
                    margin-right: 90px;
                }
                .Droite{
                    margin-top: 24px;
                    h2{
                        color: #FFF;
                        font-family: Shrikhand;
                        font-size: 40px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: normal;
                        margin-bottom: 30px;
                    }
                    p{
                        color: #FFF;

                        font-family: Bitter;
                        font-size: 24px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: normal;
                        margin-bottom: 40px;
                    }
                }


            }
        }

    .Bas{
        padding-bottom: 10%;
        h2{
            color: #46512A;
            text-align: center;
            font-family: Shrikhand;
            font-size: 40px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }
        p{
            color: #46512A;
            text-align: center;
            font-family: Bitter;
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 136%; /* 27.2px */
            padding-bottom: 3%;
        }
        .contact {
    		position: static;
    		text-align: center;
    		color: #46512A;
    		background-color: #FFF5E5; 
    		margin-left: 10%;
    		margin-right: 10%;
		}	
	
	.boutonenvoie{
    		background-color: #46512A;  
		}

    }
}