/**************************************************
    Document CSS
    Site ATHLETICA

    Auteur : Yann Choinard - c/o MEDIA VISUEL PROD
    Date : 06/2022

    Parametrage de mise en page
    Section DETENTE & RESTAURATION

**************************************************/
/*****     ARCHIVES

    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;

*****/

.container-video-activ-01{
    text-align: center;
}

.content-video-activ-01{
    max-width: 100%;
}

/************************************/
/*****     SECTION SOMMAIRE     *****/
/************************************/
.resdet-intro{
    margin: 5px 10px;
    padding: 10px 20px;
    text-align: center;
    font-size: 26px;
}

.typo-restau-titre{
    margin: 5px 10px;
    padding: 10px 20px;
    text-align: center;
    font-size: 24px;
}

.typo-restau-subtitre{
    margin: 5px 10px;
    padding: 10px 20px;
    text-align: center;
    font-size: 22px;
}

.container-restau-prt{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
    align-items: flex-start;
}
/**********/
.container-restau-chd-01{
    margin: 5px 10px;
    padding: 10px 20px;
    max-width: 380px;
    border-left: 1px solid #ff0000;
    background: #eee;
}
/**********/
.container-restau-chd-02{
    margin: 5px 10px;
    padding: 10px 20px;
    max-width: 380px;
    border-left: 1px solid #ff0000;
    background: #eee;
}
/**********/
.container-restau-chd-03{
    margin: 5px 10px;
    padding: 10px 20px;
    max-width: 380px;
    border-left: 1px solid #ff0000;
    background: #eee;
}