
  .div_content {
    background-color: yellow;
  }
  
  .main-footer {
    text-align: center; /* titre de page */
    font-family: 'century gothic', 'helvetica neue';
    background-color: #34475e;
    color: white;
    /* font-size:10px;	*/
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  .main-heard {
    text-align: center; /* titre de page */
    font-family: 'century gothic', 'helvetica neue';
    background-color: #34475e;
    color: white;
    width: 100%;
    height: 45px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    /* z-index = 1;*/
  }
  
  .main-heard1 {
    text-align: center;
    font-family: 'century gothic', 'helvetica neue';
    background-color: #34475e;
    color: white;
    width: 100%;
    height: 55px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    /*z-index  =  1;*/
  }
  
  .body {
    background-color: blue; /* couleur fond de page */
    /*margin:0px;
      padding:0px;-*/
  }

  .titre1 {
    text-align: center; /* titre de page */
    font-family: 'century gothic', 'helvetica neue';
    color: #ffffff;
    /*font-size: 4.0em;  /*hauteur du titre*/
    font-size: 20px;
    text-shadow: 0px 0px 12px #ccc; /* cre ombre sur titre*/
  }





  .paragraphe1 {
 
    top: 50%;
    left: 30%;
    text-align: center; /* titre de page */
    font-family: 'century gothic', 'helvetica neue';
    font-size: 25px;
    color: #ffffff;

  }
  
  .paragraphe2 {
  display: grid;
place-items: center ;
height:100vh ;
font-family: 'century gothic', 'helvetica neue';
font-size: 30px;
color: #ffffff;

  }

	#EmplacementDeMaCarte {
				height: 100%;
				width:  100%;		
				
				
			}

 


