body{
    font-family: "Times New Roman", sans-serif;
    font-size:20px;
    background-color:#FFF8F5;
    background-color:white;
}


.container-fluid.camp{
  max-width:1100px;
  margin:auto;
}

/* header */
.container_top_header{
  padding-top:20px;
  padding-bottom:20px;
}

.acre_dns {
    display: flex;
    align-items: top;
    gap:10px;
    text-decoration: none;
    color:rgb(75,75,75)!important;
}

.acre_dns img.logo_camp{
  width:60px;
  max-width:60px;
} 

.acre_dns span{
  display:inline-block;
  font-size:25px;
  margin-top:15px;
  font-weight:bold;
}

.ultra_link_top li a{
  display: flex;
  align-items: center;
  gap:5px;
  color:rgb(75,75,75);
  font-size:20px;
  padding:10px 15px 10px 15px;
  margin-top:10px;
  transition:all 0.4s ease-in-out;
}

.ultra_link_top li a.suivi{
  background-color:rgb(255, 102, 102);
  color:white;
  border-radius:5px;
  transition:all 0.4s ease-in-out;
}

.ultra_link_top li a:hover{
  background-color:#04AA6D;
  color:white;
  border-radius:5px;
  box-shadow:0 6px 12px 0 rgba(0,0,0,0.6);
}

.ultra_link_top li a.suivi:hover{
  background-color:#04AA6D;
  color:white;
  border-radius:5px;
  box-shadow:0 6px 12px 0 rgba(0,0,0,0.6);
}

@media (max-width: 768px) {

  .container_top_header{
    padding-top:10px;
    padding-bottom:10px;
  }

  .acre_dns img.logo_camp{
    width:35px;
    max-width:35px;
    
  } 
  .acre_dns span{
    font-size:16px;
    margin-top:10px;
  }

  .ultra_link_top li a{
    margin-top:0px;
    font-size:16px;
    padding:12px 15px;
    gap:0px;
  }

} 

/* center site */


/* widget fond */

.panel_fond{
	position:relative;
	height:650px;
    background-image: url("images/zoe9.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}


.panel_sombre{
    position:absolute;
   	width:100%;
    height:100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index:1;
}

.decor_panel_fond{
    position:absolute;
    width:100%;
    z-index:4; 
    top: 45%;
    transform: translate(0, -45%);
    text-align:center;
}

.decor_panel_fond h1{
  font-size:2.8em;
  color:white;
  margin-bottom:1.1em;
}

.decor_panel_fond h1 span{
  color:yellow;
  font-size:35px;
}

.decor_panel_fond a{
  display:inline-block;
  border-radius:10px;
  padding:15px 20px 17px 20px;
  background-color:rgb(255, 102, 102);
  width:400px;
  max-width:400px;
  color:white;
  font-size:25px;
}


@media (max-width: 1000px) {
  
  .panel_fond{
      height:230px;
      background-size: 100% 100%;
  }	

  .decor_panel_fond h1{
    font-size:20px;
    color:white;
    margin-bottom:20px;
  }


  .decor_panel_fond h1 span{
    color:yellow;
    font-size:17px;
  }

  .decor_panel_fond a{
    padding:15px;
    width:200px;
    max-width:200px;
    font-size:15px;
  }

} 



/* widget activités */ 





















