
.info-com {
  position: absolute;
  width: 800px;
  background-color: white;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  color: black;
  box-sizing: border-box;
  
}


.col2{
	background-color: #279d2f;
}

.col1{
	border:  2px solid darkgreen;
	background-color: white;


}

.col1 h5,.col2 h5 {
	color: black;
	margin: 0px;
	padding: 0px;
	width: fit-content;
}
/*.out-indic a{
	padding: 34px 0px;
	width: 200px;
	height: 100px;
	font-size: 2rem;
}*/

.out-indic a {
    padding: 34px 0px;
    width: 160px;
    height: 80px;
    font-size: 1.4rem;
}
.out-indic {

	width:fit-content;
	
}
.col-indic{
	width: 205px;
}

.col-indic a{
	/*background-color: white;*/
}
.info-flottan-text{
	max-width: 600px;
	color: white;
}

.info-flottan-text h5{
	color: rgba(255, 255, 255, 0.8);
	font-weight: bold;
	padding: 15px 0px;
	margin-top: 7px;
}
.indic-img{
	height: 600;
}
.indic-img-title{
	font-size: 4rem;
	padding: 7px;
	border-left: 12px solid blue;
	width: fit-content;
	background-color: rgba(0, 0, 0, 0.2);
	margin-top: 150px;
}

.info-flottan-text-title{
	border: 1px solid white;
	padding: 0px 10px;
	width: fit-content;
	margin-top: 7px;
}
.info-flottan-text-title h5{
	margin: 0px;
}
.info-flottan-text h5 {
  color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
  padding: 15px 0px;
  margin-top: 7px;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25,135,84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.docs{
	padding: 10px 7px;
}
.docs a{
	font-size: 1.1rem;
}
.description-commune{
	padding: 5px 15px;
	margin-top: 25px;
	border-left: 10px solid blue;
}

.description-commune p{
	line-height: 2em;
	/*font-family: "san_reg";*/
}

.description-commune h2{
	font-family: "robo_bold";
	color: rgba(0, 0, 0, 0.7);
}
#map{
	height: 720px;
	width: 95%;
}
.patenaires li{
	list-style: none;
	width: 200px;
	height: 125px;
	background-color: red;
	border-radius: 7px;
}
.patenaire-item{
	height: fit-content;
	padding: 5px;
	transition: 0.5s ease;
	box-shadow: 0px 2px 5px 0px #cfcdcd;
}
.patenaire-item a{
	color: rgba(0, 0, 0, 0.8);
}
.patenaire-item a img{
	margin-bottom: 7px;
}
.patenaire-item img{
	height: 150px;
	width: 150px;
}

.patenaire-item:hover{
	scale: 1.06;

}

.patenaires{
	margin-bottom: 50px;
}
/*.question-item:hover{
	background-color: transparent;
}*/
.indic-item:hover{
	background-color: lightgreen;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.description-commune {
  padding: 5px 15px;
  margin-top: 25px;
  border-left: 10px solid #ef7d0a;
}

.description-commune1 {
  padding: 5px 20px;
  margin-top: 5px;
 
}