  
  /* 48em = 768px */
  
  @media (min-width: 60em) {
    .header li {
      float: left;
    }
    .header li a {
      padding: 10px 10px;
      font-family: 'FuturaPT-Book';
    }
    .header .menu {
      clear: none;
      float: right;
      max-height: none;
    }
    .header .menu-icon {
      display: none;
    }


  }




  /* PARTIE Responsive */

@media screen and (max-width: 1000px){
    .titre{
    font-size: 30px;
    color: white;
    display: flex;
    justify-content: center;
    font-family: 'Felix Titling';
    }

    .title{
        padding: 48px;
		margin-top: 150px;

    }

    p{
        font-size: 25px;
        color: white;
        font-family:'Temeraire';
    }
    a {
        color: white;
        font-family: 'Futura PT-Book';
      }
}

@media screen and (max-width: 800px){
    .titre{
        font-size: 30px;
        color: white;
        display: flex;
        justify-content: center;
        font-family: 'Felix Titling';
    }
    
    .title{
        padding: 67px;
		margin-top: 136px;
    
    }
    
    p{
        font-size: 15px;
        color: white;
        font-family:'Temeraire';
        
    }
    body{
        background-image: url('/wp-content/themes/maintenance/background-mba-corp.jpg');
        height: 900px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
	.header ul {
		margin: 0;
		padding: 0;
		list-style: none;
		overflow: hidden;
		background-color: #0c0b0c83;
	}
	a {
        color: white;
        font-family: 'Futura PT-Book';
      }
	
}

@media all and (max-width: 768px) {
    .count-rebours{
        display: flex;
        justify-content: center;
    }
    /* h2 {
        font-size: 25px;
        margin: 10px auto;
        margin-top: 180px;
      } */
    
    .count {
      font-size: 15px;
      padding: 10px;
    }
    
    .count span {
      font-size: 15px;
    }
  }