.admin-field{
    margin-bottom: 8px;
}
.admin-form {
    flex-grow: 0;
    flex-basis: auto;
    margin-bottom:20px;
}
.admin-image {
    flex-grow: 0;
    flex-basis: auto;
    text-align:center;
    margin-bottom:20px;
}
.banner, .innner-banner {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.carousel-slide{
	width:230px;
	text-align: center;
	color:#1D4E7F;
}
.carousel-slide-photo {
	width:100%;
	height:100px;
}
.carousel-wrapper{
	background: #FFFFFF;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.diaporama li{
	list-style-type:none;
	overflow:hidden;
	position:absolute;
	box-sizing:border-box;
}
.diaporama img {
	width:100%;
}
.diaporama{
	position:relative;
	padding:0;
	margin: auto;
	z-index: 1;
}
.diaporama_container{
	overflow: hidden;
	margin: auto;
}
.diaporama_legende {
    background: rgba(159,197,75,0.8);
    display: inline-block;
    width:auto;
}
.diaporama_legende_upper{
	background: rgba(67,123,60,0.8);
    display: inline-block;
    width:auto;	
}
.news_tab {
    position:fixed;
    right:0px;
    background: #E67800;
    padding: 15px;
    color:#FFFFFF;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    width:45px;
    height:50px;
    box-sizing: border-box;
    white-space: nowrap;
	transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
    overflow:hidden;
	z-index: 999;
}
.news_tab:hover {
    width:180px;
}
.panier_recap{
	transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;    
}
.panier_step{
    padding: 20px;
    background: #F2F2F2;
    margin: 10px 20px;
    border: solid 1px #CCCCCC;
    border-radius: 8px;
}
.panier_steps {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    overflow: visible !important;
    margin-bottom: 20px;
}
.picto-home {
	display: inline-block;
	transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
}
.picto-home:hover {
	transform: scale(1.02);
}
.produit_admin {
    position:relative;
    display: inline-block;
    background: #E67800;
    padding: 8px 15px;
    color:#FFFFFF !important;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    width:45px;
    height:45px;
    box-sizing: border-box;
	transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
    overflow:hidden;
}
.produit_admin:hover {
    padding: 10px 15px;
}
.produit_liste {
    flex-grow: 0;
    flex-basis: auto;
    text-align:center;
    margin-bottom:20px;
}
.produit_liste_photo {
	overflow: hidden;
    background-position: center !important;
    position: relative;
    background-size: cover;
}
.produits_liste{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
    overflow: visible !important;
}
.produit_main_pic{
    overflow: hidden;
}
.produit_main_pic img{
 	transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
    width:100%;
}
.produit_main_pic img:hover{
	transform: scale(1.02);
}
.produit_specs {
    position:absolute;
    bottom: 0;
    height:80px;
    width: 100%;
    padding: 10px;
    background: rgba(255,255,255,0.6);
    overflow: hidden;
	transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
}
.wrapper {
	overflow:hidden;
	margin:auto;
	box-sizing:border-box;
	transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
    background:url("https://refuges.seor.fr/img/bg-lianes.png") no-repeat;
	background-position:top right;
    background-size: 40%;
}
.youtube {
    margin:30px auto 30px auto;
    display: block;
}

@media (max-width: 500px) {
	/* CSS smallest */
    .admin-field, .admin-form {
        width:100%;
    }
	.admin-image {
		margin:auto;
		width:100%;
		margin-top:20px;
	}
	.banner {
		width:100%;
		height:140px;
	}
    .column_left {
        width:100%;
        float: none;
        margin-bottom: 20px;
        margin-right: 0;
    }
	.diaporama_container{
		width:100%;
		height:114px !important;
	}
	.diaporama li{
		width:100%;
		height:114px !important;
		margin:auto;
		margin-bottom:30px;
	}
	.diaporama_legende {
		font-size: 18px;
		padding:  8px 15px;
		margin-left: 30px;
	}
	.diaporama_legende_upper {
		font-size: 18px;
		padding:  8px 15px;
		margin-left: 15px;
		margin-top: 15px;
	}
	.inner-banner {
		width:100%;
		height:170px;
	}
    .news_tab {
        top:270px;
    }
    .panier_livraison {
        width:100%;
        float: none;
    }
    .panier_recap {
        margin-top: 20px;
        width:100%;
        float: none;
    }
    .panier_step {
        flex-grow: 0;
        width:100px;
        flex-basis: auto;
        text-align:center;
        font-size:30px;
    }
    .panier_total {
        width:100%;
        float: none;
    }
	.photo_left, .photo_right {
		float:none;
		margin-left: 0px;
		margin-bottom: 20px;
		width:100%;
	}
    .produit_liste {
        width: 100%;
        margin-left: 0;
    }
    .produit_liste_photo {
        height:170px;
    }
    .produit_main_pic{
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .produit_specs:hover {
        height:100%;
    }
	.wrapper {
		width:100%;
	}
    .youtube {
        width:100%;
        height:315px;
    }
}
@media (max-width: 750px) and (min-width: 500px) {
	/* CSS small */
    .admin-field, .admin-form {
        width:100%;
    }
	.admin-image {
		margin:auto;
		width:100%;
		margin-top:20px;
	}
	.banner {
		width:500px;
		height:140px;
	}
    .column_left {
        width:100%;
        float: none;
        margin-bottom: 20px;
        margin-right: 0;
    }
	.diaporama_container{
		width:100%;
		height:152px;
	}
	.diaporama_legende {
		font-size: 20px;
		padding:  8px 20px;
		margin-left: 40px;
	}
	.diaporama_legende_upper {
		font-size: 20px;
		padding:  8px 20px;
		margin-top: 20px;
		margin-left: 20px;
	}
	.diaporama li{
		width:100%;
		height:152px;
		margin:auto;
		margin-bottom:30px;
	}
 	.image_admin {
		margin:auto;
		width:200px;
		margin-bottom:10px;
	}
	.inner-banner {
		width:100%;
		height:170px;
	}
    .news_tab {
        top:270px;
    }
    .panier_livraison {
        width:100%;
        float: none;
    }
    .panier_recap {
        margin-top: 20px;
        width:100%;
        float: none;
    }
    .panier_step {
        flex-grow: 0;
        width:100px;
        flex-basis: auto;
        text-align:center;
        font-size:30px;
    }
    .panier_total {
        width:100%;
        float: none;
    }
	.photo_left {
		float:left;
		margin-right: 20px;
		margin-bottom: 20px;
		width:250px;
	}
	.photo_right {
		float:right;
		margin-left: 20px;
		margin-bottom: 20px;
		width:250px;
	}
    .produit_liste {
        width: 100%;
        margin-left: 0;
    }
    .produit_liste_photo {
        height:170px;
    }
    .produit_main_pic{
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .produit_specs:hover {
        height:100%;
    }
	.wrapper {
		width:500px;
	}
    .youtube {
        width:100%;
        height:330px;
    }
}
@media (min-width: 750px) {
	/* CSS medium */
    .admin-field, .admin-form {
        width:100%;
        max-width:400px;
    }
	.admin-image {
		margin:auto;
		width:250px;
		margin-top:20px;
	}
	.banner {
		width:750px;
		height:210px;
	}
    .column_left {
        width:200px;
        float: left;
        margin-bottom: 0;
        margin-right: 20px;
    }
	.diaporama li{
		width:100%;
		height:228px;
		margin:auto;
		margin-bottom:30px;
	}
	.diaporama_legende {
		font-size: 25px;
		padding:  8px 25px;
		margin-left: 45px;
	}
	.diaporama_legende_upper {
		font-size: 25px;
		padding:  8px 25px;
		margin-left: 25px;
		margin-top: 25px;
	}
	.diaporama_container{
		width:100%;
		height:228px;
	}
	.inner-banner {
		width:100%;
		height:250px;
	}
    .news_tab {
        top:360px;
    }
    .panier_livraison {
        width:65%;
        float: left;
    }
    .panier_recap {
        width:32%;
        float: right;
    }
    .panier_step {
        flex-grow: 0;
        width:100px;
        flex-basis: auto;
        text-align:center;
        font-size:35px;
    }
    .panier_total {
        width:50%;
        float: right;
    }
	.photo_left {
		float:left;
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.photo_right {
		float:right;
		margin-left: 20px;
		margin-bottom: 20px;
	}
    .produit_liste {
        width: 175px;
        margin-left: 20px;
    }
    .produit_liste_photo {
        height:175px;
    }
    .produit_main_pic{
        width: 350px;
        float: left;
        margin-right: 30px;
        margin-bottom: 30px;
    }
    .produit_specs:hover {
        height:80%;
    }
	.tripadvisor {
		position:absolute;
		left:50%;
		margin-left:-370px;
		top:220px;
		width:148px;
		height:89px;
		z-index:9;
	}
	.wrapper {
		width:750px;
	}
    .youtube {
        width:750px;;
        height:422px;
    }
}
@media (min-width: 1000px) {
	/* CSS largest */
    .admin-field, .admin-form {
        width:100%;
        max-width:440px;
    }
	.admin-image {
		margin:auto;
		width:320px;
		margin-top:20px;
	}
	.banner {
		width:1000px;
		height:280px;
	}
    .column_left {
        width:250px;
        float: left;
        margin-bottom: 0;
        margin-right: 20px;
    }
	.diaporama_container{
		width:100%;
		height:303px;
	}
	.diaporama_legende {
		font-size: 30px;
		padding:  8px 25px;
		margin-left: 55px;
	}
	.diaporama_legende_upper {
		font-size: 30px;
		padding:  8px 25px;
		margin-left: 35px;
		margin-top: 35px;
	}
	.diaporama li{
		width:100%;
		height:303px;
		margin:0;
	}
	.inner-banner {
		width:100%;
		height:320px;
	}
    .news_tab {
        top:400px;
    }
    .panier_livraison {
        width:65%;
        float: left;
    }
    .panier_recap {
        width:32%;
        float: right;
    }
    .panier_step {
        flex-grow: 0;
        width:100px;
        flex-basis: auto;
        text-align:center;
        font-size:40px;
    }
    .panier_total {
        width:30%;
        float: right;
    }
	.photo_left {
		float:left;
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.photo_right {
		float:right;
		margin-left: 20px;
		margin-bottom: 20px;
	}
	.picto-home {
		width:266px;
		padding: 0px 20px;
	}
    .produit_liste {
        width: 240px;
        margin-left: 20px;
    }
    .produit_liste_photo {
        height:250px;
    }
    .produit_main_pic{
        width: 450px;
        float: left;
        margin-right: 40px;
        margin-bottom: 30px;
    }
    .produit_specs:hover {
        height:50%;
    }
    .youtube {
        width:750px;;
        height:422px;
    }
}
