@media (max-width: 991.98px) {
      #contenu {
  margin-left: 0  !important;
    }
    
}

/* règles de style pour le corps */
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  color: #333;
  padding-top: 0px;
}

/* règles de style pour les titres */
h1, h2, h3, h4, h5, h6 {
}

/* règles de style pour les paragraphes */
p {
  line-height: 1.5;
  margin-bottom: 15px;
}

/* règles de style pour les liens */
a {
  color: #0070c9;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:link {
  color: #005591;
}

a:visited {
  color: #005591;
}

a:focus {
  border-bottom: 1px solid;
  background: #0070c9;
}

a:active {
  background: #0070c9;
  color: white;
}


/* règles de style pour les images */
img {

}



/* règles pour les principales divisions */
#header1 {
  /* Styles pour le bloc header1 */
    display: block;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    width: 100%;
}


.icon-standard {
    width: 22px;
    background-color: white;
    color: chartreuse;
}

#logopetit {
    width:163px;
}
#logogrand {
    width:200px;
}

#main {
    padding-top: 130px;
}

#topbargrand {
    background-color: white;
    font-size: 19px;
    padding-left: 12px;
    padding-right: 16px;
    height: 48px;
    z-index: 2;
    position: -webkit-sticky;
  position: sticky;
  top: 0;
    }

#topbargrandcontenu {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
    
}
#topbargrandcontenu span {

}
#topbargrandcontenu i {
    font-size: 23px;
}
#topbargrand button {
    background-color: white;
    border: none;
    color: black;
    height: 41px;
    font-size: 19px;
    font-weight: 600;
    margin: 0;
	margin-top: 3px;
    padding: 0 10px;
    text-transform: uppercase;
        letter-spacing: 0px;
    border-radius: 6px;
}
#topbargrand button:hover {
    background-color: black;
    color: white;
}
#topbargrand button:active {
    background-color: black;
    color: white;
}
#topbargrand a{
    color:black;
}
#topbargrand a.active {
	background-color:#0070c9; 
	color: white;
}

#topbargrand2 {
    background-color: black;
    color: white;
    z-index: 1;
    position: -webkit-sticky;
  position: sticky;
  top: 48px;
}
#topbargrand2 a {
    color: white;
    font-size: 18px;
}
#topbargrand2contenu {
    margin: auto;
    display: inline;
    min-width: 950px;
      margin: 0 auto;
  display: flex;
    justify-content: space-between;
  align-items: center;
      padding-left: 30px;
     padding-right: 20px;
    height: 36px;
}
#topbargrand2contenu a {
	height: 36px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	display: block;
}
#topbargrand2contenu a.active {
	background-color:#0070c9; 
}









#containerprincipal {
  margin:auto;  
    background-color: beige;
}

#contenu {
    background-color:#c8e8ff;
    color: black;
    margin-left: 300px;
    padding: 10px;
    padding-bottom: 30px;
    }
#contenu h1{
    font-size: 2.5rem;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 1000px;
    margin:auto;
    margin-bottom: 20px;
    border-bottom:10px solid;
    border-bottom-color: rgba(74, 147, 201, 0.2);  
}
#contenu h2{
    text-align: center;
    font-size: 2rem;
            max-width: 820px;
    margin: auto;
    margin-top: 20px ;
    margin-bottom: 10px ;
    padding-top: 10px;
    text-shadow: 6px 6px 10px rgb(74, 147, 201);
}
#contenu h3{
    font-size: 1.5rem;
            max-width: 820px;
    margin: auto;
}
#contenu h3{
    font-size: 1.2rem;
            max-width: 820px;
    margin: auto;
}
#contenu p{
    padding: 1rem;
    padding-top: 0rem;
    font-size: 17px;
    text-align: justify;
            max-width: 820px;
    margin: auto;
    

}
#contenu ol, #contenu ul {
    padding: 0 35px;
            max-width: 820px;
    margin: auto;
}
#contenu li {
    margin-left: 10px;
    padding: 0px;
}

#tdm ul{
    list-style-image:url(/icons/bsi/tag.svg);
    columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  column-width: 150px;
    max-width: 600px;
    margin: auto;
}
#tdm ul li {
  break-inside: avoid-column;
}
#tdm a{
    color: #005591;
}

#ourconcern {
    color: #005591;
    background-color: #badbf4;
    clip-path: polygon(3% 0%, 97% 0%, 100% 100%, 0% 100%);
    padding: 0 2.5%;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
    max-width: 800px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
#ourconcern h2 {
    font-size: 26px;
text-align: center;
    text-shadow: none;

}
#ourconcern p {
        font-size: 19px;
    text-align: center;
    white-space: pre-line;
    font-style: italic;

}

footer {
background-color: black;
color: #FFFFFF;
}
.footer-container {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  height: 43px;
  justify-content: space-between;
  align-items: center;
    padding-left: 10px;
    padding-right: 10px;
}
.footer-container a {
  text-decoration: none;
    font-weight: 600;
    color: #FFFFFF;
}
.footer-container a:hover {
  text-decoration: underline;
}

#topbarpetit {
    font-size: 18px;
    padding-left: 5px;
    padding-right: 5px;
    height: 50px;
        margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
	z-index: 1;
}
#topbarpetit span {
    margin: 0;
    padding: 0;
}
#topbarpetit i {
    font-size: 23px;
}

#topbarpetit2 {
    background-color: black;
    color: white;
    height: 43px;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 5px;
    padding-right: 5px;
    position: -webkit-sticky;
  position: sticky;
  top: 0;
    letter-spacing: 1px;
    z-index: 2;
}
#topbarpetit2 i {
    color: white;
}
#topbarpetit2 i.petit {
    font-size: 16px;
    margin: 0;
    padding: 0;
}
#topbarpetit2 i.grand {
    font-size: 30px;
    margin-left: 7px;
    padding: 0;
}
#topbarpetit2 button {
    background-color: black;
    border: none;
    color: white;
    height: 43px;
    font-size: 19px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 0;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 2px;
	border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0px;
}
#topbarpetit2 button:hover {
    background-color: white;
    color: black;
}
#topbarpetit2 button:active {
    background-color: white;
    color: black;
}
#topbarpetit2 button.btnpetit2 {}

#topbarpetitcontenu2 {
    margin: 0 auto;
  	display: flex;
  	justify-content: space-between;
  	align-items: center;
    max-width: 500px;
}
#topbarpetitcontenu2 button.btnpetit2, #topbargrandcontenu button.btngrand1 {
	width:100%;
	background-color: white;
	color: black;
	text-transform: none;
	font-size: 18px;
	height: 35px;
}
#topbarpetitcontenu2 button.btnpetit2:hover, #topbargrandcontenu button.btngrand1:hover {
	text-decoration: underline;
}
#topbarpetitcontenu2 button.btnpetit2:hover, #topbarpetitcontenu2 button.btnpetit2:active, #topbargrandcontenu button.btngrand1:hover, #topbargrandcontenu button.btngrand1:active {
	width:100%;
	background-color: white;
	color: black;
}
#topbarpetitcontenu2 a.apetit2 {
	text-transform: none;
}


#sidebargrand {
    float: left;
    width: 300px;
    height: inherit;
    padding-top: 6px;
}
#sidebargrand h1 {
text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 3px;
    padding-left: 10px;
    border-style:solid none;
    border-width: 2px;
    border-color:darkkhaki;
    }
#sidebargrand h2 {
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: left;
    padding-left: 18px;

}
#sidebargrand a h2 {
    color: black;
	padding-top: 4px;
	padding-bottom: 2px;
	margin-top: 1px;
	margin-bottom: 1px;
}
#sidebargrand a.active h2 {
    color: white;
	background-color:#0070c9; 
}

#sidebarpetit {
    background-color: beige;
    color: black;
    text-align: center;
    position: -webkit-sticky;
  	position: sticky;
  	top: 43px;
   	z-index: 1;
}
#sidebarpetit i{
    font-size: 35px;
    text-shadow:2px 2px 5px grey;
}
#sidebarpetit a h2 {
    color: black;
	padding-top: 4px;
	padding-bottom: 2px;
	margin-top: 1px;
	margin-bottom: 1px;
}
#sidebarpetit a:active, #sidebarpetit a:hover, #sidebarpetit a:focus, #sidebarpetit a:visited  {
    color: black;
	background-color: beige;
	text-decoration:none;
	font-weight: bolder;
}
#sidebarpetit a.active h2 {
    color: white;
	background-color:#0070c9; 
}
#sidebarpetit a:hover h2 {
    color: black;
	text-decoration:underline;
}

.bouton1 {
    border-radius: 25px;
    border: none;
    padding-left: 12px;
    padding-right: 10px;
    height: 43px;
    align-content: center;
    min-width: 70px;
}

#sidebarpetitmenu h1 {
text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 3px;
    border-style:solid none;
    border-width: 2px;
    border-color:darkkhaki;
    }
#sidebarpetitmenu h2 {
    font-weight: 300;
    font-size: 19px;
    letter-spacing: 1px;
        text-align: left;
    padding-left: 30px;
}
#sidebarpetitmenu a {
    color: black;
}
#overlay1{
   position: absolute;
    top : 43px;
  background-color:white;
  min-width: 200px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
#overlay2{
     position: absolute;
    top : 43px;
  background-color:white;
  min-width: 200px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
#overlay1 a, #overlay2 a {
  color: black;
  padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
  text-decoration: none;
  display: block;
    font-weight: 400;
    font-size: 18px;
    text-transform:none;
}
#overlay1 a:hover, #overlay2 a:hover {
    background-color:#a9c4ef;
}
.montre {
    display: none;
}
#overlay1g {
  background-color:white;
  min-width: 180px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  position:absolute;
  z-index: 1;
  top:34px;
  }
#overlay2g {
     position: absolute;
  top:34px;
    background-color:white;
  min-width: 180px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
#overlay1g a, #overlay2g a {
  color: black;
    text-align: left;
  padding-left: 20px;
    padding-top: 10px;
    padding-right: 10px;
  text-decoration: none;
  display: block;
    font-weight: 400;
    font-size: 18px;
    letter-spacing:1px ;
    text-transform:none;
}
#overlay1g a:hover, #overlay2g a:hover {
    background-color:#a9c4ef;
}
.icon-bar {
    			position: absolute;
			right: 10px;
			top: 50%;
			transform: translateY(-50%);
}

#containersearch {
/*  background-color: #fff;
    width: 50%;
    padding: 20px;*/ 
    margin: 0 auto;
	padding: 0;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	display: inline;
	align-items: center;
	position: relative;
}
.search-input {
			min-width: 230px;
			padding: 5px 10px;
			border-radius: 5px;
			border: 1px solid gray ;
			background-color: #f8f8f8;
			font-size: 16px;
			color: #000;
			transition: all 0.2s ease-in-out;
		}
.search-input::placeholder {
			color: #aaa;
		}
.search-input:focus {
			outline: none;
			box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
            background-color: #d1ecf8;
            border: 2px solid black ;
      		}
input[type="submit"] {
  width: 30%;
  padding: 6px 30px 4px 30px;

    margin-right: 30px;
    margin: 0 30px;
  
    border-radius: 7px;
}


#converter {
			max-width:400px;
			margin: auto;
            margin-top: 20px;
            margin-bottom: 20px;
			padding: 20px;
			background-color: #5199ed;
			border-radius: 10px;
            border: solid 1px;
			box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
		}
#converter label {
			display: block;
			margin-bottom: 5px;
			font-weight: bold;
            font-size: 1.3rem;
			letter-spacing: 1px;
		}
#converter input[type="number"] {
			width: 80%;
			padding: 10px;
			border-radius: 5px;
			border: none;
			background-color: #f8f8f8;
			margin-bottom: 10px;
			font-size: 16px;
			text-align: right;
			margin-left: 10%;
		}
#converter select {
			width: 80%;
			padding: 10px;
			border-radius: 5px;
			border: none;
			background-color: #f8f8f8;
			margin-bottom: 10px;
			font-size: 16px;
			text-align: center;
			margin-left: 10%;
		}
#converter h2{
            font-size: 1.6rem;
            padding: 0;
            padding-bottom: 10px;
            margin: 0;
            text-align: center;
            font-weight: 100;
            letter-spacing: 3px;
            text-transform: uppercase;
            text-shadow: none;
}
#converter p{
            padding: 3px 0 5px 5px;
}


.result {
			font-size: 16px;
			font-weight: bold;
			margin-top: 10px;
            border: solid 1px;
            padding: 4px;
            border-radius: 10px;
            background-color: yellow;
}

.rescase {
    margin-left: 20px;
    margin-top: 4px;
    margin-right: 20px;
    background-color: beige;
    text-align: center;
    padding: 2px 8px;
    border-radius:5px;
    display: flex;
	justify-content: space-between;
}
.rescase2 {
    
    margin-left: 20px;
    margin-top: 4px;
    margin-right: 20px;
    background-color: beige;
    padding: 3px 8px;
    border-radius:10px;
}
.rescase2 hr {
    margin-left: 20px;
    margin-top: 4px;
    margin-right: 20px;
    margin-bottom: 4px;
}

.rescaseunit {
	display: flex;
}
.rescasevalue {
	display: flex;
	font-weight: lighter;
}


.anchor {
  margin-top: -93px;
  padding-top: 93px; /* pour compenser la marge négative */
}