body{
   margin: 0;
   padding: 0;
   height: 100%;
   min-height: 100vh;
   background-color: #9370D8; /* Placez une couleur de fond si la page ne charge pas le dégradé */
  
 
}

.container{
    min-width: 100vh;
    /*background: url('fond-ecran.png');*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: grid;
    grid-template-columns: repeat(12,1fr);
    /*grid-template-rows: repeat(1, auto);*/
  
}
section {
  
   grid-column:3 / 11;
  /*height: 100vh;*/
 /* display: grid;*/
  place-items: center;
  position: relative;
  background-color: white;
  width:100%;
}
section::before {
  background-image: url("fond-ecran.png");
  background-size: cover;
  content: "";
  position: fixed;
  inset: 0;
  background-attachment: fixed;
  background-color: #9370D8;
  opacity: 0.6;
  max-width: 100%;
}


/* debut grid */
.grid {
    /*display:grid;*/
   
    grid-template-columns: repeat(12, 1 fr);
    grid-template-rows: repeat(1, auto);
    font-size: 1.25em;
    background-color: transparent;
    border: 2px solid rgba( 255, 255, 255, 0.2);
    backdrop-filter: blur(80px);
}
/*fin grid*/

.logo{
    grid-column:3 / 4;
    width: 60%;
    max-width : 60%;
    height: auto;
    align-items: center;
    justify-items: center;
    text-align: center;
    isolation: isolate;
}


.contact{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(5.5rem, 1fr));
  
}
 
/*texte*/
.contact1{
  grid-column:1 / 12;
  margin-left: 5%;
  margin-right: 5%;
  align-items: center;
  justify-items: center;
  text-align: center;
    
}




/*fin text 1° partie*/

/*----------------------------debut logo et social----------------------------------------*/   
   /* fenetre-interieur */
.fenetre-interieur{
  
    grid-column:3 / 10;
    align-items: center;
    justify-items: center;
    text-align: center;
    object-fit: cover;
    background-size: 850px;
}
.logo-fd img{
     
    grid-column:1 / 5;
}
/*reseau social*/
.res1, .res2{
  grid-column: 1 / 12;
  margin-left: 10%;
  margin-right: 10%;
  /*align-items: center;
  justify-items: center;
  text-align: center;
  
  border-radius: 50px;
  color: #004E6F;
  font-family: "inter", sans-serif;
  font-style: normal;
  font-size: 1em;
  font-weight: 200;*/

}
.res1{
   /* background-color: white;*/
}

.res2 img{
  margin-top: 2%;
  width: 50px;
  height: 50px;
}
/* fin reseau social*/
/* fin fenetre-interieur*/  
/*----------------------------fin logo et social-------------------------------------------*/     
/*----------------------------debut contact---------------------------------------*/
.contact1{
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  font-size: 1.5em;
}
/*-------------------------------debut box1contact--------------------------------------*/
.box1contact{
  grid-column: 1/5;
}
.box2contact{
  grid-column: 6/11;
  background-color: #9370D8;
  border: 2px solid rgba(131, 129, 131, 0.8);
  margin-right: 15%;
  font-size: 1.5em;
}
.box3contact{
   
  column-count: 2;
  column-gap: 1rem;
  padding: 1rem;
}
.box3contact img{
    width: 100%;
    
}




.titre1-contact{
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  justify-items: center;
}
.soustitre1-contact{
  font-family: "Quicksand", Sans-serif;
  font-weight: bold;
  color: #004E6F;
}
/*--------------------------------finbox1contact-----------------------------------------*/
/*-----------------------------------contact2--------------------------------------------*/
.contact2{
  grid-column: 1/12;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  
}
/*------------------------------------fin contact2----------------------------------------*/
/*------------------------------------contact3---------------------------------------------*/



/*------------------------------------fin contact3-----------------------------------------*/

/*---------------------------fin contact---------------------------------------------*/     
/*------------------------------------debut map-------------------------------------------*/
#map {
  grid-column: span 12;
  margin-left: 2%;
  margin-right: 2%;
  height: 500px;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}
.leaflet-container {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}
.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.leaflet-container {
  overflow: hidden;
}
#map {
    margin-left: 7%;
    margin-right: 7%;
}
/*--------------------------------------- fin map------------------------------*/
 /*---------------------------------------debut bas de page--------------------*/

.bas{
 display: grid;
 position: relative;
      grid-template-columns: repeat(12,  1fr);
        align-items: center;
        justify-items: center;
        text-align: center;
        z-index: 100;
         background-color: transparent;
          backdrop-filter: blur(7px);
}
.bas1{
 grid-column:6/8; 
}
.bas1 img{
 width: 100%;
}
.bas2{
 grid-column: 2/6;
  color: #fff;
  font-family: "inter", sans-serif;
  font-style: normal;
  font-size: 1.5em;
  font-weight: 200;
}
/*--------------------------------------------fin bas de page------------------------------*/
/*------------------------------------------- fin responsive pc----------------------------*/
/*responsive1*/
@media(max-width: 1200px){
 /*------------------------------------------debut responsive1------------------------------*/
.box1contact{
  grid-column: 1/12;
}
.box2contact{
  grid-column: 2/12;
  /*margin-left: auto;
  margin-right: auto;*/
  font-size: 1.25em;
}
.box2contact input[type="file"]::file-selector-button {
    font-size: 0.75em;
}
.box3contact{
   
  column-count: 1;
  column-gap: 1rem;
  padding: 1rem;
}
}
/*-----------------------------------------------fin responsive1-----------------------------------*/
/*responsive1*/
@media(max-width: 870px){
    /*-----------------------------------------------debut responsive2------------------------------*/
    .logo img {
  width: 70%;
    }
    .logo-fd img{
     
  width: 60%;
    
}
.res1{
    grid-column: 1/11;
    font-size: 0.9em;
}
.contact1{
  font-size: 1em;
}
.contact2{
  font-size: 1em;
}

}
.box1adherent {
  /*grid-column: 6/11;*/
  background-color: #9370D8;
  border: 2px solid rgba(131, 129, 131, 0.8);
  margin-right: 15%;
  font-size: 1.5em;
  margin-left: 15%;
  text-align: center;
}
/*-----------------------------------------------------------fin responsive2---------------------------------------*/
/* responsive tablette*/
@media(max-width: 650px){
/*------------------------------------------------------------debut responsive3-------------------------------------*/    
 .logo-fd img{
     width: 40%;
  }
 .container{
  min-width: inherit;
 }
  section {
        grid-column:1 / 13;
        place-items: center;
        position: relative;
        width:100%;
  }
  
  /* ----------------------------------------reseau social--------------------------------*/
  .res1{
    grid-column: 1/11;
    font-size: 0.75em;
  }
  .res2 img {
  margin-top: 2%;
  width: 30px;
  height: 30px;
}
/* -------------------------fin reseau social--------------------------------------------*/
/*--------------------------------a propos-----------------------------------------------*/
.grid{
    font-size: 0.85em;
}
/*-------------------------------fin a propos---------------------------------------*/

/*-----------------------------------------bas---------------------------------------------*/
.bas2{
    font-size: 1em;
}
.bas1{
    grid-column: 8/11;
}
/*---------------------------------------------fin bas----------------------------------------*/
}
 

/*fin --------------------------------------responsive tablette + tel*/-------------------------*/

