.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_legende {
    width:auto;
    display: inline-block;
}
.diaporama_container{
	overflow: hidden;
	margin: auto;
}
.inner-banner {
    opacity: 70%;
	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;
}
.inner-banner:hover {
    opacity: 100%;
}
.nav-left img {
  height: 120px; /* Desktop par défaut */
  width: auto;
  transition: width 0.3s ease;
  margin-bottom: 20px;
  margin-top: 20px;
}
.nav-logo {
	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;
}
.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;
}
.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_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);
}
.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;
}
.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:180px;
	}
    .column_left {
        width:100%;
        float: none;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .column_right {
        float:none;
        width:100%;
        margin-left: 0;
        margin-bottom: 10px;
    }
	.diaporama_container{
		width:100%;
		height:180px !important;
	}
	.diaporama li{
		width:100%;
		height:180px !important;
		margin:auto;
		margin-bottom:30px;
	}
	.diaporama_legende {
		font-size: 18px;
		padding: 1px 3px;
        margin-top: 10px;
        margin-left: 10px;
	}
	.diaporama_legende2 {
        margin-left: 15px;
    }
    .inner-banner {
		width:100%;
		height:170px;
	}
    .nav-left img {
        height: 60px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .news_tab {
        top:270px;
    }
	.photo_left, .photo_right {
		float:none;
		margin-left: 0px;
		margin-bottom: 20px;
		width:100%;
	}
    .produit_main_pic{
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 30px;
    }
	.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:180px;
	}
    .column_left {
        width:100%;
        float: none;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .column_right {
        float:none;
        width:100%;
        margin-left: 0;
        margin-bottom: 10px;
    }
	.diaporama_container{
		width:100%;
		height:180px;
	}
	.diaporama_legende {
		font-size: 20px;
		padding: 2px 5px;
        margin-top: 10px;
        margin-left: 10px;
	}
	.diaporama_legende2 {
        margin-left: 15px;
    }
	.diaporama li{
		width:100%;
		height:180px;
		margin:auto;
		margin-bottom:30px;
	}
 	.image_admin {
		margin:auto;
		width:200px;
		margin-bottom:10px;
	}
	.inner-banner {
		width:100%;
		height:170px;
	}
    .nav-left img {
        height: 60px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .news_tab {
        top:270px;
    }
	.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_main_pic{
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 30px;
    }
	.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:380px;
	}
    .column_left {
        width:200px;
        float: left;
        margin-bottom: 0;
        margin-right: 20px;
    }
    .column_right {
        float:right;
        width:200px;
        margin-left: 20px;
    }
	.diaporama li{
		width:100%;
		height:380px;
		margin:auto;
		margin-bottom:30px;
	}
	.diaporama_legende {
		font-size: 25px;
		padding: 3px 8px;
        margin-top: 15px;
        margin-left: 15px;
	}
	.diaporama_legende2 {
        margin-left: 25px;
    }
	.diaporama_container{
		width:100%;
		height:380px;
	}
	.inner-banner {
		width:100%;
		height:220px;
	}
    .nav-left img {
        height: 80px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .news_tab {
        top:360px;
    }
	.photo_left {
		float:left;
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.photo_right {
		float:right;
		margin-left: 20px;
		margin-bottom: 20px;
	}
    .produit_main_pic{
        width: 350px;
        float: left;
        margin-right: 30px;
        margin-bottom: 30px;
    }
	.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:400px;
	}
    .column_left {
        width:250px;
        float: left;
        margin-bottom: 0;
        margin-right: 20px;
    }
    .column_right {
        float:right;
        width:300px;
        margin-left: 20px;
    }
	.diaporama_container{
		width:100%;
		height:400px;
	}
	.diaporama_legende {
		font-size: 30px;
		padding: 5px 10px;
        margin-top: 20px;
        margin-left: 20px;
	}
	.diaporama_legende2 {
        margin-left: 40px;
    }
	.diaporama li{
		width:100%;
		height:400px;
		margin:0;
	}
	.inner-banner {
		width:100%;
		height:280px;
	}
    .nav-left img {
        height: 100px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .news_tab {
        top:400px;
    }
	.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_main_pic{
        width: 450px;
        float: left;
        margin-right: 40px;
        margin-bottom: 30px;
    }
	.wrapper {
		max-width:900px;
	}
    .youtube {
        width:750px;;
        height:422px;
    }
}
