
/* ==========================================================================
   #FONT
   ========================================================================== */
/* @font-face {
  font-family: "Century Gothic";
  src: url(/Police/CenturyGothic.ttf);
}
   */
  html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  * {
    padding: 0;
    margin: 0;
  }
  
  *, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
  }
  
  
  body{
    /* font-family: 'Questrial', sans-serif; */
    font-family: "century-gothic", sans-serif;
    /* font-family: 'Mulish', sans-serif; */
  }
  
  
  
  
  /* ==========================================================================
     #PAGE WRAPPER
     ========================================================================== */
  .page-wrapper {
    min-height: 100vh;
  }
  
 
  h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
  }
  
  h1 {
    font-size: 36px;
  }
  
  h2 {
    font-size: 30px;
  }
  

  
  h4 {
    font-size: 18px;
  }
  
  h5 {
    font-size: 15px;
  }
  
  h6 {
    font-size: 13px;
  }
  
  /* ==========================================================================
     #BACKGROUND
     ========================================================================== */
     .bg-blue,.bg-inscription {
      background-color: #4D1654;
      background-size: 800% 800%;
  
      -webkit-animation: backgroundAnim 42s ease infinite;
      -moz-animation: backgroundAnim 42s ease infinite;
      -o-animation: backgroundAnim 42s ease infinite;
      animation: backgroundAnim 42s ease infinite;
  }
  
  @-webkit-keyframes backgroundAnim {
      0%{background-position:93% 0%}
      50%{background-position:0% 100%}
      100%{background-position:93% 0%}
  }
  @-moz-keyframes backgroundAnim {
      0%{background-position:93% 0%}
      50%{background-position:0% 100%}
      100%{background-position:93% 0%}
  }
  @-o-keyframes backgroundAnim {
      0%{background-position:93% 0%}
      50%{background-position:0% 100%}
      100%{background-position:93% 0%}
  }
  @keyframes backgroundAnim {
      0%{background-position:93% 0%}
      50%{background-position:0% 100%}
      100%{background-position:93% 0%}
      }
      
      
  
  /* ==========================================================================
     #SPACING
     ========================================================================== */
  .p-t-100 {
    padding-top: 50px;
  }
  
  .p-t-20 {
    padding-top: 20px;
  }
  
  
  
  /* ==========================================================================
     #WRAPPER
     ========================================================================== */
  .wrapper {
    margin: 0 auto;
  }
  
  .wrapper--w680 {
    max-width: 1680px;
    
  }
  
  
  
  
  /* ==========================================================================
     #TITLE
     ========================================================================== */
  .title {
    margin-bottom: 37px;
  }
  
  /* ==========================================================================
     #CARD
     ========================================================================== */
  .card {
   /*  overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 15px; */
    background-color: #4D1654;
    border: none;
  }
  
  
  .card-1 .card-heading2 {
    background: url("../../../../images/polytechnique/etat_des_lieux/Group 83.png") center center/cover no-repeat;
    padding-top: 400px;
    background-size: 100%;
    height: 100%;
    margin: 0 90px 0 90px;
  }
  .card-1 .card-heading3 {
    background: url("../../../../images/polytechnique/etat_des_lieux/Group 83.png") center center/cover no-repeat;
    background-size: 40%;

  }
  .card-1 .card-heading {
    background: url("../../../../images/polytechnique/etat_des_lieux/Group 82.png") center center/cover no-repeat;
    padding-top: 310px;
    background-size: 90%;
  }
  .card-1 .card-body {
    padding: 0 150px; 
    padding-bottom: 65px;
    
  }

  .mainText{
    padding-left: 20px;
    padding-right: 20px
  }
  .mainText p{
    font-size: 2rem; margin-top: 10px;color:white;font-weight: 50; line-height: 3rem; width: 70%;font-weight: 300
  }

  @media(max-width: 567px){
    .test{
      width: 40%;
      margin: 0 auto;
      text-align: center;
      justify-content: center;
      align-items: center;
    }

    .card-1 .card-heading {
      background: url("../../../../images/polytechnique/etat_des_lieux/Group 82.png") center center/cover no-repeat;
      padding-top: 110px;
      background-size: 100%;
    }

  
  }

  .logo2 img{
    width: 15%;
    
  }





  @media (max-width: 767px) {
    .card-1 .card-body {

      padding-bottom: 40px;
      margin: none;
      padding: 0 10px; 

    }
    .logo2 img{
      width: 35%;
      
    }

    .p-t-100 {
      padding-top: none;
    }
    
    .mainText p{
      font-size: 2rem; margin-top: 10px;color:white;font-weight: 50; line-height: 3rem; width: 100%;font-weight: 300;
    }

    .card-1 .card-heading2 {
      background: url("../../../../images/polytechnique/etat_des_lieux/Group 83.png") center center/cover no-repeat;
      background-size: 400px;
      margin: none;
      padding-top: 100px;
      margin: 0 0px 0 0px;
    
    }
    .mainText{
      padding-left:none;
      padding-right: none;
    }

    .h3main1{
      font-size:30px;
    }
    .h3main2{
      font-size: 20px;
    }


  
  
  }

  
  .h3main1{
    font-size: 3.5rem;
  }
  .h3main2{
    font-size: 2rem;
  }

  
  
  
  
  .textInput
  {
    padding: 10px;
  }
  
  
  
  
  #login .container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25),
    0 10px 10px rgba(0,0,0,0.22);
    position: relative;
    overflow: hidden;
    width: 768px;
    max-width: 100%;
    min-height: 550px;
  }

  .news-detail-thumb .news-image img {
    border-radius: 10px;
  }

  .news-detail-thumb h3 {
    margin-bottom: 8px;
  }

  .news-image {
    float: left;
    position: relative;
    width: 50%;
    height: 140px;
    background-color: white;
    border-radius: 15px;
    margin-right: 10px;
  }



  @media (max-width: 1467px) {
    .cont {
      width: 100%;


    }
  }


/*   les button  */

.btntest1{
  background-color: #F2CC38; border-color: #F2CC38; max-width: 300px;
}

.btntest1:hover{
  background-color: #F2CC38;
}

.textInput {
  display: flex;
  justify-content: center;
}

.btntest{
  background-color: #f2cc38; border-color: #f2cc38; width: 100% !important;
  color: white !important;
}

.btntest:hover{
  background-color: #F2CC38;
}


.back {
  position: fixed;
  top: 20px;
  left: 20px;
  padding: 10px 20px;
  background-color: #d9a64b;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}



