@charset "UTF-8";
/*
Vert   : #56ad9c
Orange : #e59950
*/
a:link {
	color:#363B3A;
	text-decoration:none;
	outline:none;
}
a:visited {
	color:#363B3A;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#363B3A;
	text-decoration:underline;
	outline:none;
}
a:active {
	color:#363B3A;
	text-decoration:none;
	outline:none;
}
#animated1, #animated2, #animated3 {
	vertical-align: top;
	-webkit-transition: height 0.2s;
	-moz-transition: height 0.2s;
	transition: height 0.2s;
}
.admin_banner {
    display:inline-block;
    width: 100%;
    max-width:400px;
    height: 89px;
    background-size:cover;
    text-align:right;
    padding:10px;
    border:solid 1px #CCCCCC;
}
.admin-paragraphe {
    border : solid 1px #CCC;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
}
.banner h1{
	border-bottom: none !important;
	color:#FFFFFF;
	text-shadow:0px 0px 5px #000000;
	-o-text-shadow:0px 0px 5px #000000;
	-moz-text-shadow:0px 0px 5px #000000;
	-webkit-text-shadow:0px 0px 5px #000000;
}
body {
	padding:0;
	margin:0;
	background-position:center top;
	background-size:cover;
}
body,div,td,span,label,legend {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	box-sizing:border-box;
}
.breadcrumbs {
    padding: 20px;
    background: #E2E2E2;
    border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
}
.breadcrumbs i {
    margin: 0px 5px;
}
.contact-map{
	width: 100vw;  
    height: 56.25vw;
}
.content p {
	margin:0;
	padding: 0;
}
.content ul,
.content li {
  margin: revert;
  padding: revert;
  box-sizing: revert;
  font-family: revert;
}
#cookies_div {
    background:#56ad9c;
    color:#FFF;
    text-align:center;
    padding:20px;
    box-sizing:border-box; 
    font-size:11px;
    position:fixed;
    bottom:0;
    z-index:9999;
    left:50%;
    margin-left:-200px;
    width:400px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    box-shadow: 0px 0px 15px #666;
}
.field_num {
    text-align: right;
    width:100px !important;
}
.flex-container {
    display: flex;
    justify-content: space-evenly;
    align-items: top;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
    overflow: visible !important;
}
.flex-colums-item {
    flex-grow: 0;
    width:400px;
    flex-basis: auto;
    text-align: justify;
    margin-bottom:20px;
    background: #F2F2F2;
}
.flex-item {
    flex-grow: 0;
    width:320px;
    flex-basis: auto;
    text-align:center;
    margin-bottom:20px;
}
.flex-photo {
    width:100%;
    height:250px;
    background-size: cover;
    background-repeat: no-repeat;
}
.head {
	background:#C8E8E7;
}
.home_news_container {
    display: flex;
    flex-wrap: wrap; /* permet le passage à la ligne si besoin */
    background: #FFF;
}

.home_news1, .home_news2 {
    flex: 1; /* chaque div prend une largeur égale */
    min-width: 300px; /* évite que ça devienne trop étroit avant le passage en colonne */
    box-sizing: border-box;
    border:solid 1px #56ad9c;
    border-radius: 20px;
    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;        
}
.home_news1:hover, .home_news2:hover {
  transform: scale(1.01);
}
.home_news_title {
    background: #56ad9c;
    color: #FFF;
    font-size:1.2em;
    padding: 5px 15px;
}
.home_news_content {
    padding: 1rem;
}
/* Version desktop : côte à côte */
@media (min-width: 700px) {
    .home_news1{
        margin-right:5px; 
    }
    .home_news2{
        margin-left:5px; 
    }
    .home_news_container {
        flex-direction: row; /* empilées */
    }
}

/* Version mobile : l'une au-dessus de l'autre */
@media (max-width: 699px) {
    .home_news_container {
        flex-direction: column; /* empilées */
    }
    .home_news1, .home_news2 {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 10px;
    }
}
.home_pads {
    display: flex;
    gap: 16px;              /* espace entre les colonnes */
    align-items: stretch;   /* mêmes hauteurs */
    width: 100%;
    margin: 0 auto;
    padding: 16px 0px;
    box-sizing: border-box;
}
.home_pad {
    flex: 1 1 50%;          /* grow 1, shrink 1, base 50% */
    min-width: 0;           /* pour éviter overflow du contenu */
    background: #56ad9c;
    padding: 16px;
    box-sizing: border-box;
    border-radius: 8px;
	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;        
}
.home_pad:hover {
  transform: scale(1.01);
}
.home_pad_content {
    color:#FFF;
    padding: 15px;
}
.home_pad_legende {
    font-size: 20px;
    padding: 5px 10px;
    background: #e59950;
    color:#FFF;
}
/* --- breakpoint mobile : empilement --- */
  @media (max-width: 700px) {
    .home_pads {
      flex-direction: column; /* empiler les colonnes */
      gap: 12px;
      padding: 12px;
    }
    .home_pad {
      flex-basis: auto;       /* laisser la hauteur s'adapter */
    }
  }img {
	border:none;
}
input,button,label,textarea {
	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;        
}
input[type=number],input[type=text],input[type=password],input[type=file],input[type=email],input[type=date],input[type=color],select {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:14px;
    padding: 8px;
    width:100%;
    border:solid #363B3A 1px;
    box-sizing: border-box;
}
input[type=submit],input[type=button],button {
    border:solid #363B3A 1px;
    background:#4E6266;
    color:#FFFFFF;
    padding:7px 15px;
    box-sizing:border-box;
    font-size:16px;
}
label {
    width:100%;
    display: block;
    float:none;
    margin-bottom: 8px;
}
.langues_flags {
    float: right;
}
.langues_flags a {
    margin-left: 10px;
}
.lisere {
    border-bottom: solid 1px #CCC;
}
input[type=color] {
	height: 36px;
}
textarea {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:14px;
    width:100%;
    border:solid #363B3A 1px;
    box-sizing: border-box;
}
h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	padding-bottom:10px;
	margin-top: 20px;
	font-weight:normal;
	font-size:30px;
	margin-bottom:10px;
	width:100%;
	border-bottom:solid 1px #363B3A;
}
.head-contact img {
	margin-bottom: -3px;
	margin-right: 5px;
}
.head-top {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 10px;
    overflow: hidden;
}
.ligne {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	padding:10px;
	border:#CCCCCC dotted 1px;
	font-size:14px;
	margin-bottom:20px;
	overflow:hidden;
	background:rgba(234,234,234,0.75);
	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;
}
.ligne:hover {
	border:#666666 solid 1px;
	background:#E2E2E2;
}
.logos_footer {
    padding: 20px;
    background: #FFF;
    border-radius: 20px;
}
.map {
    width:100%;
    height:100%
}
.map-container{
    width:100%;
    height:500px;
    margin-top: 20px;
    padding-bottom: 30px;
}
.panier_img{
    float: left;
    margin-right: 20px;
}
  .progress-container {
    width: 100%;
    background-color: #eee;
    border-radius: 10px;
    overflow: hidden;
    height: 30px;
    margin: 20px 0;
  }

  .progress-bar {
    height: 100%;
    width: 0%;
    background-color: #56ad9c;
    text-align: center;
    line-height: 30px;
    color: white;
    font-weight: bold;
    transition: width 0.5s;
  }
#stickybar {
	top:0px;
    z-index: 10; 
	display: none;
	width: 100%;
}
.tab_content {
    border:solid 1px #CCCCCC;
    padding:30px;
    background:#FFFFFF;
    overflow: hidden;
}
table {
    border: 0;
    width:100%;
}
th {
    background-color: #E2E2E2;
}
tr.unsurdeux:nth-child(even) {
	background-color:#F2F2F2;
}
tr.unsurdeux:nth-child(odd) {
	background-color:#E2E2E2;
}
tr.unsurdeux:hover {
	background-color:#7D98AA;
	color:#FFFFFF !important;
}

@media (min-width: 1000px) {
	/* CSS desktop */
	a.cta {
		padding: 5px 20px;
		margin: auto;
		display: inline-block;
		font-size: 20px;
	}
	.banner h1{
		margin-left: 80px;
		margin-top: 30px;
	}
    .breadcrumbs {
        margin-bottom: 40px;
    }
	.column_right_table {
		width:370px;
		line-height:110%;
		float:right;
		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;
	}
    .contact {
		width:200px !important;
	}
    .field_num {
        width:80px;
    }
    .half_left {
        float: left;
        width: 49%;
    }
    .half_right {
        float: right;
        width:49%
    }
	.head_banner {
		width:1000px;
		overflow:hidden;
		margin:auto;
		position:relative;
	}
	.head_title {
		margin-bottom:-80px;
		margin-top:20px;
		margin-left:20px;
		font-size:50px;
		z-index:2;
		position:relative;	
		color:#FFFFFF;
		text-shadow:0px 0px 8px #333;
		-o-text-shadow:0px 0px 8px #333;
		-moz-text-shadow:0px 0px 8px #333;
		-webkit-text-shadow:0px 0px 8px #333;
	}
	.head-store{
		float: right;
		margin-bottom: 0px;
		text-align: right;
        font-size: 14px;
	}
	.head-contact{
		float: left;
		margin-bottom: 0px;
		text-align: left;
	}
	.head-top {
		font-size: 20px;
	}
    .logos_footer {
        display: inline-block;
        margin-left: 10px;
    }
    .logos_footer img {
        height:100px;
    }
	.mobile_only {
		display:none;
	}
    .panier_img{
        width:120px;
        height: 120px;
    }
   .tabactive, .tabinactive {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:16px;
		float:left;
		text-align:center;
		border-left:solid 1px #CCCCCC;
		border-top:solid 1px #CCCCCC;
		border-right:solid 1px #CCCCCC;
		padding:10px 20px;
		margin-right:6px;
	}
	.tabactive {
		background:#FFFFFF;
		z-index:10;
		font-weight: bold;
	}
	.tabactive a {
		color:#000000 !important;
	}
	.tabinactive {
		background:#DDDDDD;
	}
    td,th {
        padding: 10px;
    }
}

@media (max-width: 1000px) {
	/* CSS mobile */
	a.cta {
		padding: 5px;
		margin: auto;
		display: block;
		font-size: 18px;
		text-align: center;
		width: 100%;
	}
	.banner h1{
		margin-left: 30px;
		margin-top: 20px;
		font-size: 25px;
	}
    .breadcrumbs {
        margin-bottom: 30px;
    }
	.column_right_table {
		width:100%;
		float:none;
		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:#E2E2E2;
		overflow: hidden;
	}
	.desktop_only {
		display:none;
	}
	.famille_new {
		text-align:left;
	}
    .field_num {
        width:100%;
    }
	.footer {
		line-height: 30px;
	}
    .half_left,.half_right {
        margin-bottom: 20px;
        float: none;
    }
	.head-contact{
		float: none;
		margin-bottom: 5px;
		text-align: center;
	}
	.head-store{
		float: none;
		margin-bottom: 0px;
		text-align: center;
        font-size: 14px;
	}
	.head-top {
		font-size: 16px;
		text-align: center;
	}
    .logos_footer {
        display: block;
        margin-bottom: 10px;
    }
    .logos_footer img {
        height:80px;
    }
    .panier_img{
        width:80px;
        height:80px;
    }
	.tabactive, .tabinactive {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:16px;
		float:none;
		text-align:center;
		border:solid 1px #CCCCCC;
		padding:8px 0px;
	}
	.tabactive {
		background:#F0F1F4;
		font-weight: bold;
	}
	.tabactive a {
		color:#000000 !important;
	}
	.tabinactive {
		background:#DDDDDD;
	}
	.footer a {
		display: block;
	}
    td,th {
        padding: 4px;
    }
}