/* CSS Document */

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin:0;
	padding:0;
}
body {
    text-align: center;
    font: 0.9em 'Roboto', sans-serif;
    background-color: #eeeeee;
}
.conteneur {
	width: 1280px;
    margin: auto 20px;
	background-color: #fdfdfd;
	display: inline-block;
	padding: 40px;
}
section .conteneur {
	border: 1px solid rgba(110, 110, 110, 0.26);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.26);
}
.conteneur.nocolor {background-color: inherit; border: none;}
footer .conteneur {padding: 0;}
.small {max-width: 800px}
#full {
	width: 100%;
	display: block;
}
header {
	width: 100%; 
    margin-right: auto;
    margin-left: auto;
	position: relative;
	height: 100vh;
}
#infos-header {
  background-color: #db754d;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 6;
  top: 0;
  padding: 0 10px;
  justify-content: center;
  transition: background-color 0.3s ease;
  box-shadow: 0 0 10px #0000006b;
  border-bottom:1px solid #fff;
}
#infos-header:hover {
  background-color: #E59C7F;
}
#infos-header::before {
  content: "Produits en rupture chez Coloplast, découvrez nos alternatives";
  color: #fff;
  font-weight: bold;
  margin-right: 10px; 
}

.infos-header-btn {
  background-color: #334153;
  padding: 5px 10px;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.infos-header-btn:hover {
  background-color: #283744;
}
.transition, .scrolled nav, nav li, section a, nav a, .products li a span, .link .fas::before, .products li, a img, #partenaires span, #partenaires li, [class*="encart_"] a, .in, #logo {
	-webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
div.titre {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 80px;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.5);
	font-size: 200%;
	text-align: left;
	padding-top: 12px;
	padding-left: 30px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	text-shadow: 1px 5px 5px rgba(0, 0, 0, 0.5);
}
div.titre span.medfirst {
	opacity: 0.2;
	right: 20px;
	left: inherit;
	top: 27px;
	
}
section {
	width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
    margin-top: 180px;
}
section.full {
    width: 100%; 
    max-width: 100%;
    display: inline-block;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #dfdfdf;
}
section.grey {background-color: #EEE}
/* Nav */
nav {
	font-size: 110%;
	text-align: center;
	width: 100%;
	box-shadow: 0px 0px 5px rgba(0,0,0,0);
	background-color: rgba(255, 255, 255, 0);
	z-index: 3;
	position: fixed;  
    top: 0px;
}
nav.top, img#logo.top {top:0px}
#menu-mobile.top {top: 10px;}
.scrolled nav {
	background-color: rgba(0, 0, 0, 0.6);	
}
nav ul#menu-principal a {
	color: #ffffff;
	text-decoration: none;
	font-weight: 500;
}
nav ul#menu-principal a.submenu {
    cursor: pointer;
}
nav ul#menu-principal a::before {
	content:'';
	width: 0%;
	height: 5px;
	display: block;
	background-color: #3A3A3A;
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
nav ul.sub-menu a::before {background-color: #000000;}
nav ul#menu-principal li ul.sub-menu li a {color: #fff;}
nav ul#menu-principal li ul.sub-menu li a:hover { color: #fff; }
nav ul#menu-principal a:hover {
	color: #e1e1e1;
}
nav ul#menu-principal a:hover::before {
	width: 100%;
}
img#logo {
	float: left;
	padding: 10px;
	margin-right: 2%;
    margin-top: 15px;
	z-index: 4;
	position: fixed;
	left: 20px;
    width: 150px;
    height: auto;
    top: 2px;
}
.scrolled img#logo {  
    margin-top: -5px;
    width: 80px;
}
ul#menu-principal li { 
	list-style: none; 
	line-height: 100px; 
	display: inline-block;
	margin-left: 1.2%; 
	margin-right: 1.2%; 
	position: relative;
}
.scrolled ul#menu-principal li {line-height: 50px;}
ul#menu-principal li ul.sub-menu li {
	margin: auto;
	display: block;
	line-height: 25px;
	border-bottom: 1px solid #000000;
}
ul#menu-principal li ul.sub-menu li:last-child  {border-bottom: none;}
ul#menu-principal li ul.sub-menu, ul#menu-principal li ul.sub-sub-menu {
    display: none;
    color: #000;
    opacity: 0.95;
    position: absolute;
    text-align: left;
    top: 75px;
    z-index: 9999;
    width: 250px;
	background-color: rgba(0,0,0,0.75);	
	border: 1px solid #000;
	padding: 8px;
}
 ul#menu-principal li ul.sub-sub-menu {
    display: none;
    color: #000;
    opacity: 0.95;
    position: absolute;
    text-align: left;
    top: 0px;
	left:240px;
    z-index: 9999;
    width: 250px;
	background-color: rgba(0,0,0,0.75);	
	border: 1px solid #000;
	padding: 8px;
}
ul#menu-principal li ul.sub-menu a {display:block; line-height: 35px;}
#menu-mobile {display: none;}
/* Slide */
#slider {
	position: relative;
	overflow: hidden;
}
#slider {
    position: relative;
    width: 100%;
    height: 100vh; /* Ajustez selon vos besoins */
    overflow: hidden;
}

#slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

#slider .slide.active {
    opacity: 1;
    z-index: 1;
}

#slider .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Breathcrumb */
.breadcrumb {
	text-align: left;
	width: 100%;
	display: block;
	padding: 15px 30px 15px 30px;
	background-color: #fff;
	border-bottom: 1px solid #d9d9d9;
	border-top: 1px solid #fff;
	color: #575757;
}
.breadcrumb a {	
	color: #575757;
}
.breadcrumb a:hover {
	color: #000;
}
/* Encart home */
.groupement-encarts {
	position: absolute;
	bottom: -150px;
	width: 100%;
    z-index: 2;
}
[class*="encart_"] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 2%;
  height: 300px !important;
  background-color: rgba(255,255,255,0.85);
  border: 1px solid rgba(110,110,110,0.60);
  box-shadow: 0px 0px 5px rgba(0,0,0,0.26);
}

.encart-contenu {
  flex-grow: 1;
}

[class*="encart_"] a {
  display: block;
  padding: 5px 15px;
  background-color: #025691;
  color: #fff;
  text-decoration: none;
  border: 1px solid #003153;
  margin-top: 20px;
  align-self: flex-start;
}
[class*="encart_"] p {
	color: #000;
	font-size: 0.9vw;
	margin-bottom: 0;
	text-align: left;
}
[class*="encart_"] a:hover {
	background-color: #fff;	
	color: #000;
}
[class*="encart_"] h2 {
	font-size:1.3vw;
	margin-bottom:30px;
	color: #025691;
}
/* Contenus */
.products {
	margin-top: 70px;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}
.products li {
    display: inline-block;
    width: 280px;
	min-height: 300px;
    padding: 2px;
    text-align: center;
    margin: 8px;
    background-color: #fff;
	border: 1px solid #ccc;
	position: relative;
	vertical-align: top;
}
.products.quart.international li {width: 215px;}
.products.quart li {width: 200px;}
.products li:hover {box-shadow: 0px 0px 5px rgba(0,0,0,0.26);}

.products.small li { 
	width: 175px;
	min-height: 200px;
}
.products li a {
    text-decoration: none;
	display: block;
}
.products li span.categories, .products li span.more {
	display: block;
	margin-top: 10px;
    margin-left: 5px;
	font-weight: 600;
	font-size: 70%;
	color: #868686;
    text-align: left;
}

.products li span.titre {
    display: block;
    padding: 10px;
    font-weight: 600;
    font-size: 90%;
    text-align: left;
    min-height: 56px;
}
/* contenu Alternatifs */

.products_alt {
	margin-top: 70px;
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
.products_alt.tiers li {
    width: 240px;
}
.products_alt li {
    display: inline-block;
	width: 175px;
	min-height: 200px;
    padding: 2px;
    text-align: center;
    margin: 5px;
    background-color: #fff;
	border: 1px solid #ccc;
	position: relative;
	vertical-align: top;
}
.products_alt li:hover {box-shadow: 0px 0px 5px rgba(0,0,0,0.26);}

.products_alt li span.titre {
    display: block;
    padding: 10px;
    font-size: 90%;
    text-align: center;
    min-height: 36px;
}
.products_alt li span.content {
    text-align: left;
    padding: 0px;
    font-size: 80%;
}
.products_alt li span.content .fas {font-size: 80%;}
.fixed {
    width: 100%;
    padding: 90px 0px 90px 0;
    height: 300px;
    margin-bottom: 40px;
    text-align: center;
}
.conteneur .fixed h3 {
    padding-top: 50px;
    padding-bottom: 20px;
    border: inherit;
    background-color: inherit;
    margin: inherit;
    font-weight: 700;
    font-size: 170%;
}
.fixed.about {
    background-image: url("../images/about-2.jpg");
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: auto;   
}
.divider {
    border-top-style: solid;
    border-top-width: 5px;
    border-top-color: #7BE0FF;
    width: 10%;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-right: auto;
    margin-left: auto;

}
/* Partenaires */
#partenaires {
	margin:0;
	padding: 0;
	width: 100%;
	display: block;
	clear:both;
}
#partenaires li {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 20px;
	width: 100%;
	list-style-type: none;	
	font-size: 100%;
}
#partenaires li:hover {border: 1px solid #E9E9E9;}
#partenaires li .partenaire-img {
	width: 30%;
	float: left;
	padding-right: 10px;
} 
#partenaires li .partenaire-content {
	width: 70%;
	float: right;
	padding-left: 20px;
} 
#partenaires span {
	border-radius: 4px;
	padding: 5px;
	background-color: #204F8C;
}
#partenaires span:hover {
	background-color: #0B2241;
}
#partenaires a {
	color:#fff;
	text-decoration: none;
	display: inline-block;
	height: 35px;
}
#partenaires a:hover span i {color:#FFA600;}
/* Typos */
.conteneur h1, .conteneur h2,.conteneur h3,.conteneur h4,.conteneur h5,.conteneur h6,.conteneur p,.conteneur li {
	text-align: left;
	margin-bottom: 15px;
	font-weight: normal;
	color: #414141
}
.conteneur h1 {margin-top:0px!important;}
.conteneur h1, .conteneur h2, .conteneur h3, .conteneur h4, .conteneur h5, .conteneur h6 {
    font-weight: 500;
    color: #fff;
	text-align: center;
    text-transform: uppercase;
	margin-top: 40px;
	margin-bottom: 40px;
   	font-size: 130%;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #dfdfdf;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.27);
}
.conteneur h1,.conteneur h2,.conteneur h3, .conteneur h4, .conteneur h5, .conteneur h6 { background-color: #025691;}
.conteneur h4, .conteneur .h4 {  
    background-color: inherit;
    color: #025691;
    padding: 10px 0;
    margin: 30px 10px;
    font-weight: inherit;
    box-shadow: 0 0 0 #FFF;
  border-top: none;
}
.small-size {font-size: 10px;}
.rotate90 {transform: rotate(90deg);}
.expo {    
    font-size: 11px;
    vertical-align: top;
}
.conteneur div.row h2 {	
	margin-left: -58px;
	margin-right: -59px;
    margin-top: -10px;
}
.conteneur .small div.row h2, .conteneur .small div.row h3, .conteneur .small div.row h4 {	
	margin-left: -55px;
	margin-right: -56px;
}

.alignleft {text-align: left; padding-left: 40px}
img.alignleft {float: left; padding: 10px}
img.alignright {float: right; padding: 10px}
.alignright {text-align: right; padding-right: 40px}
.notop {border-top: 0; margin-top: 0;}
.col-md-8 h3,.col-md-8 h4,.col-md-8 h5,.col-md-8 h6 {
	margin-left: -20px;
	margin-right: -21px;
}
.col-md-6 h3,.col-md-6 h4,.col-md-6 h5,.col-md-6 h6 {
	margin-left: -10px;
	margin-right: -11px;
}

strong, .strong {color: #2D3E57; font-weight: 700;}
h1 strong, h2 strong, h3 strong, h4 strong {color: #fff}
#white h2 {color: #2DB3FF}
#white p {color: #414141}
.soustitre {text-align:center; font-size:110%}
.small {font-size:90%}
section p {font-size:110%}
section ul  {padding-left: 30px}
section ul.products  {padding-left: 0px}
section ul li {
	font-size:110%;
    list-style-type: none;
}
section ul li::before {
  content: '\f111'; /* fa-circle */
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 10px;
  font-size: 0.5em;
  color: #025691;
  position: relative;
  top: -2px;
}
section a { color: #252525; }
section a.fas, a.infos_cat { text-decoration: none; }
a.infos_cat {font-size:20px}
a.infos_cat span {font-size: 150%;}
section a:hover { color: #000; text-decoration: none;}
.red {
	width: 100%; 
	display: block; 
	text-align: center; 
	background-color :#D80003; 
    color: #fff!important;
    padding: 20px;
}
.conteneur .info {
	background-color: #2D3E57;
	padding: 10px 20px;
	text-align: center;
	color: #fff;
}
.conteneur .info a {color: #fff;}
.warning {
	background-color: #E9E5A4;
	padding: 10px 20px;
	text-align: center;
	color: #424242;
}
img.logoinfo {
    margin-top: 0px
}
img.legend {width: 110px;}
i.green {color: #67ce00}
i.orange {color: #ff6c00;}
/* Table category*/
table.category {
	background-color: #fff;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    color: #000;
    padding: 20px;
    border: 1px solid #ccc;
}
table thead td, table thead th {    
    background-color: #204F8C;
    padding: 20px;
    text-align: center;
    color: #fff;
}
table.category tbody td {padding: 7px 10px 7px 10px}
table > tbody > tr:nth-of-type(2n+1) {
	background-color : #EDEDED
}
td.green {  
    background-color: #85aa00; 
    color: #fff
}
td.orange {
    background-color: #E4A300; 
    color: #fff    
}
/* Divers */
.border {margin: 10px;}
.bouton {
    background-color: #FFF;
    border-radius: 2px;
    padding: 5px 25px;
    color: #424242;
    border: 1px solid #9E9E9E;
    text-decoration: none;
}
.bouton span {margin-right: 10px;}
.bouton:hover { background-color: #303030; }
.product .fas:before {margin-right: 5px; color: #585858}
.link {
	display: inline-block;
    background-color: #025691;
    border-radius: 3px;
    color: #fff;
	padding: 5px 10px 5px 10px;
	margin-top: 5px;
	box-shadow: 0px 1px 5px;
    text-decoration: none;
    font-weight: 600; 
}
.link.grey {background-color: #5E5E5E;}
.conteneur .info .link {
    background-color: #FFF;
    border-radius: 3px;
    color: #005D99;
	box-shadow: inherit;
	margin-left: 5px;
}
.conteneur .link:hover {
	background-color: #fff;
	color: #000;
}
.link .fas {
    margin-right: 5px;
    color: #5dd9ff
}
img {
	border: none;
	max-width: 100%;
}
.droite, .right {
	float: right;
	padding-left: 10px;
}
.gauche, .left {
	float: left;
	padding-right: 10px;
}
.conteneur .centre, .conteneur .center{
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
.clear, .clearfix {
	display: block;
	clear: both;
}
.clearfix.border {
	border-bottom: 1px solid #ccc;
	padding-top: 20px;
	margin-bottom: 20px;
}
.margin-top {
	margin-top: 10px;
}
h2.margin-top {margin-top: 50px;}
.margin-bottom {margin-bottom: 10px;}
.padding-bottom {padding-bottom: 10px;}
.padding-top {padding-top: 10px;}
.full.padding-top {padding-top: 30px;}
a:hover img, .submit:hover {
	  opacity: 0.7;
	  filter:alpha(opacity=70); 
}
.color-green {color: #00A308}
.color-yellow {color: #D58B00}
.color-red {color: #BF0003}
/* Linkedin */
.scrolled .in {
    top: 12px;
}
.in {
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 10;
}
.in a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: white;
    border: 1px solid #000;
    border-radius: 5px;
    color: #000;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    transition: all 0.3s ease;
}

.in a:hover {
    background-color: rgb(223, 223, 223);
    color: #000;
}
.infooter {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: rgb(162, 158, 158);
    border: 1px solid #000;
    border-radius: 5px;
    color: #000;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 0.9em;
    transition: all 0.3s ease;
}

a:hover .infooter{
    background-color: rgb(223, 223, 223);
    color: #000;
}

/* Cookies */
#cookie-bar {
    background: #f7f7f7;
    height: auto;
    line-height: 24px;
    color: #3e3e3e;;
    text-align: center;
    padding: 50px;
    position: fixed;
    top: 25%;
    left: 50%;
    width: 500px;
    margin-left: -250px;
    z-index: 5;
    border: 5px solid #e8e8e8;
    box-shadow: #606060 0px 0px 10px;
}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {font-size:110%; margin-bottom: 15px; padding:0; color:#000227; text-align: center;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:5px 10px; margin-left:8px;}
#cookie-bar .cb-enable {background:#2d3e57;}
#cookie-bar .cb-enable:hover {background:#01424D;}
#cookie-bar .cb-disable {background:#751717;}
#cookie-bar .cb-disable:hover {background:#430808;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}

/* FAQ */

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #03b5d2;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  color: #3C434F;
  width: 100%;
  padding: 1em 0;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #4dacdb;
}

.accordion .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #4dacdb;
}

.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}

.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 0;
}
.accordion .accordion-title {padding-right:15px;}
.nolist li {list-style: none;}
.nolist li::before {content: "";}
/* Footer */
footer {
    width: 100%;
    display: block;
    background-color: #2f2f2f;
    margin-top: 40px;
    border-top: 1px solid #131d2d;
}
footer .padding {padding: 40px;}
.logofooter {
    display: block;
    margin-top: 20px;
}
footer .conteneur ul, footer .conteneur p, footer .conteneur a,footer .conteneur li {
    color: #BEC5D1;
    text-align: left;        
}
footer a { text-decoration: none;}
footer a:hover {color: #A3B0C7;}
footer ul li {
    margin-bottom: 15px; 
    list-style: none;
}
p.footer-titre {
    font-weight: 700;
    font-size:120%;
}
.bottom_footer {
    width: 100%;
    background-color: #151515;
    color: #838383;
    font-size: 80%;
    border-top: 1px solid #4f4f4f;
	text-align: left;
	padding: 5px;
}
.bottom_footer p {
    color: #838383;
    margin-bottom: 0;
}

@media (max-width: 1600px) {
    [class*="encart_"] p {font-size: 1vw}
}
@media (max-width: 1280px) {
    .conteneur {width: 100%;  margin: inherit;}
	header {height: 250px}
    aside.title {height: 250px}
	#top-page {padding-top: 100px }
	div.titre {height: auto; min-height:50px; padding-top: 6px;}
	div.titre span.medfirst {
		top: 12px;  
		font-size: 130%;
	}
	#logo {height: 60px;}
	ul#menu-principal li {line-height: 80px;}
	[class*="encart_"] h1, [class*="encart_"] h2 {margin-bottom:10px}
	[class*="encart_"] p {font-size: 1.1vw}
}
@media (max-width: 1024px) {
	.conteneur {width: 100%; margin-top: 0;}
	img.logoinfo {position: inherit;}
	nav { font-size: 100%;}
    h3, h4, h5, h6 {
        margin-left: -45px;
        margin-right: -45px; 
    }  
    .conteneur div.row h2 {
        margin-left: -50px;
        margin-right: -51px; 
    }    
	[class*="encart_"] p {font-size: 1.2vw}
}

@media (max-width: 900px) {
	nav { font-size: 90%;}
}
@media (max-width: 800px) {
    section {
    width: 100%;
    margin-top: 20px;
    }
	.in {right: 30px;}
	.groupement-encarts {display: none;}
	span.medfirst {display: none;}
h3, h4, h5, h6 {margin-left: 0px; margin-right: 0px;}	
.alignleft, .alignright {text-align: center; padding: 0;}
	.droite, .right, .gauche, .left {
	float: none; 
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	}
.link {
    display: block; 
    margin-bottom: 20px;
    padding: 7px 10px 7px 10px;
    }
 /* passer tous les éléments de largeur fixe en largeur automatique */
 body {
   width: auto;
   margin: 0;
   padding: 0px;
 }
.section {padding: 20px;}
 /* fixer une largeur maximale  de 100 % aux éléments potentiellement problématiques */
 img, table, td, blockquote, code, pre, textarea, input, iframe, object, embed, video {
   max-width: 100%;
 }
/* conserver le ratio des images et empêcher les débordements de boîtes dûs aux border ou padding */
 img {
   height: auto; width: auto;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
 }

 /* gestion des mots longs */
 textarea, table, td, th, code, pre, samp {
   word-wrap: break-word; /* passage à la ligne forcé */
   -webkit-hyphens: auto; /* césure propre */
   -moz-hyphens: auto;
   hyphens: auto;
 }
 code, pre, samp {
   white-space: pre-wrap; /* passage à la ligne spécifique pour les éléments à châsse fixe */
 }

#cookie-bar {width: 100%; margin-left: 0;left: 0;}
 /* masquer les éléments superflus */
 .hide_mobile {
   display: none !important;
 }
 
h1 {
    font-size: 150%;
	}
h2 {
    font-size: 120%;
}
h3 {font-size: 110%}
p.soustitre {font-size:100%}

.section.bg_one {

    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: #F1FFFF;
}
#top-page {padding-top: 20px }
.conteneur div.row h2 {
    margin-left: -45px;
    margin-right: -45px;
    margin-top: 0;
    }
	header,aside.title {height: 200px; }
	div.titre {min-height: 40px; font-size: 140%;}
	div.titre span.medfirst {top:7px}
	
   img#logo {
	   padding: 0px;
	   margin-right: 0%;
	   margin-top: 3px;
       width: 80px;
       height: auto;
    }
    /* Tableaux */

    table.category tr{
        display: block;
        margin-bottom: 40px;
        }

    table.category td, table.category th {
        display: block;
        text-align: right;
        }

    table.category td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        }
}
@media (max-width: 450px) {
    nav {padding-top:55px;text-align: left;}
	ul#menu-principal li ul.sub-menu, ul#menu-principal li ul.sub-sub-menu {background-color: rgba(0,0,0,0.95);}
	ul#menu-principal {padding: 0px 0px 0px 20px;}
	ul#menu-principal li {
		padding: 2px 5px 2px 5px;
	}
	ul#menu-principal li ul.sub-menu {
        top: 52px;
        left: 0;
	}
    ul#menu-principal li ul.sub-menu a {
        line-height: 25px;
    }
	nav ul.sub-menu a::before {	background-color: #686868; }
	nav a::before {  
		height: 1px;
		margin-bottom: 2px;
	}
    #slider {
        height: 50vh;
    }
	.conteneur div.row h2 {
    margin-left: -35px;
    margin-right: -35px;
    margin-top: 0;
    }
	.groupement-encarts {top: 80px;}
    #infos-header {font-size: 12px; padding: 0}
    section { margin-top: 10px;}
    .conteneur {padding: 20px}
}

@media (max-width: 280px) {
	
	[class*="encart_"] {padding: 10px 1% 0px 1%;}
	[class*="encart_"] h1, [class*="encart_"] h2 {margin-bottom:10px}
	[class*="encart_"] p {font-size: 90%;}    
}
@media (max-height: 800px) {
    header {min-height: 150px; height: auto;}
	img#logo {  
		margin-top: 5px;
        margin-top: 0px;
        width: 90px;
        height: auto;
	}	
	aside.title {height: 150px;}
	ul#menu-principal li {line-height: 40px;}
}