@font-face {
	font-family: 'Nitti Normal';
	font-style: normal;
	font-weight: normal;
	src: local('Nitti Normal'), url('/Nitti-Normal.woff') format('woff');
}

body {
	color: #3c3b38;
	background-color: #f6f5ee;
	font-family: 'Nitti Normal', Arial, serif;
    text-align: center;
    margin: 0;
    margin-bottom: 30px;
}

.barre {
    background-color: #c2e8e9;
    height: 10px;
    border: none;
}

.reglette {
    display: flex;
    justify-content: space-between;

    margin: auto;
    max-width: 80%;
    margin-top: 40px;
    margin-bottom: 40px;

   
}

.reglette-large-trou {
    object-fit: contain;
    /*width: 80px;*/
}

.reglette-petit-trou {
    object-fit: contain;
    
   
    padding-left: 24px;
    
    /*width: 30px;*/
}

@media only screen and (max-width: 700px) {
    .reglette {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    
    .reglette-large-trou {
        width: 40px;
       
    }
    
    .reglette-petit-trou {
        padding-left: 25px;
        width: 15px;
    }
}

img {
    max-width: 100%;
    height: auto;
    margin: 0;
}

main {
    margin: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
}


a {
	color: #3c3b38;
    text-decoration: none;	
    transition: color 0.1s;
}

a:visited {
	color: #3c3b38;
}

a:hover {
	color: #91b7b2;
}

video {
    max-width: 100%;
    height: auto;
    margin: 0;
}

h1 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.title {
    margin-bottom: 20px;
    font-size: 20px;
}


footer {
    margin-top: 100px;
    font-size: 120%;
}

.tacos {
    width: 784px;
    margin: auto;
    border: 1px solid red;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


p{
    font-size: 20px;
   

}