/*

 Theme Name:  Nexus Facto Divi Theme

 Theme URI:    https://nexusfacto.com

 Description:  Child Theme for Nexus Facto brand guidelines

 Author:       Yann PIVEL

 Author URI:   https://nexusfacto.com

 Template:     Divi

 Version:      1.2

*/

/*BRAND GUIDELINES*/


.dpflex {
    display:flex;
    align-items:center;
}


/*Largeur des colonnes*/

.col90 .et_pb_column:first-child {
    width:95% !important;
  }
  
  .col90 .et_pb_column:nth-child(2) {
    width:5% !important;
  }
  

  /*Numéro page Présentation missions*/

  .numbers {
    width: 20%; 
    font-family: 'Space Grotesk';
    font-size: 40px;
    line-height: 40px;
      font-weight: bold;
      color: white;
      display: inline-block;
      clip-path: inset(0 0 76% 0); /* Coupe 25% en bas */
      background: transparent;
    }
  



/*MEDIA QUERY DESKTOP*/

@media screen and (min-width: 981px) {

    .et_pb_gutters1 .et_pb_column_1_4, .et_pb_gutters1.et_pb_row .et_pb_column_1_4 {
        width:20%;
        }
    
} 


/*MEDIA QUERY MACBOOK*/

/* @media only screen and (min-width: 1024px) and (max-width: 1620px) {

} */


/*MEDIA QUERY MOBILE*/

@media (max-width: 980px) {
        /*Affichage plus large sur tel*/

        .et_pb_row {
            width: 90% !important;
        }
        
        .dpflex {
            display:block;
        }
} 