/****************************************************/
/*********************ROOT***************************/
/****************************************************/

:root {
    --trophee-font:'GothamMedium', sans-serif;
    --trophee-font-light:'GothamBook', sans-serif;
    --trophee-font-two: 'Federo', sans-serif;
    --trophee-sayinistic-font: 'the_sayinisticitalic';
    --trophee-gray: #707070;
    --trophee-gray-rgb: 112, 112, 112;
    --trophee-primary: #be286e;
    --trophee-primary-rgb: 190, 40, 160;
    --trophee-bleu: #1428dc;
    --trophee-bleu-rgb: 20, 40, 110;
    --trophee-purple: #5c08a0;
    --trophee-purple-rgb: 92, 8, 160;
    --trophee-base: #ffffff;
    --trophee-base-rgb: 255, 255, 255;
    --trophee-extra: #f6f6f6;
    --trophee-extra-rgb: 246, 246, 246;
    --trophee-bdr-color: #e3e3e3;
    --trophee-bdr-color-rgb: 227, 227, 227;
}

/*fin root*/
/* font-family*/
@font-face {
 font-family: "GothamMedium";
 src: url("https://images.itnewsinfo.com/trophees/2022/distributique/fonts/GothamMedium.ttf") format("ttf");
}
@font-face {
 font-family: "GothamBook";
 src: url("https://images.itnewsinfo.com/trophees/2022/distributique/fonts/GothamBook.ttf") format("ttf");
}
/*fin font-family*/
body {
 
    font-family: var(--trophee-font);
  overflow-x: hidden !important;
  position: relative;
  color: #404b67;
}
a{
    font-family: var(--trophee-font); 
}

h1{
    font-family: var(--trophee-font-light);
    color: #ffffff;
    font-size: 46px;
    font-weight: 400;
}

h2{
    font-family: var(--trophee-font-light);
    font-weight: bold;
    color: #125ee8;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    font-weight: bold;

    text-align: right;

}
h3{
   font-family: 'Gotham Bold', sans-serif;
    color: #5c05a1;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.bg-home-1 {
  background-image: url('../img/bg.png');
    background-repeat: repeat-x;
    
  
}

.section {
 /* padding-top: 90px;
  padding-bottom: 90px;*/
  position: relative;
}

/******************************************************/
.brand-wrapper {
  margin-bottom: 19px; }
  .brand-wrapper .logo {
    height: 37px; }

.contact-card {
  border: 0;
  border-radius: 16px;
  box-shadow: 0 10px 30px 0 rgba(172, 168, 168, 0.43);
  overflow: hidden; }
  .contact-card-img {
    border-radius: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .contact-card .card-body {
    padding: 85px 60px 60px; }
    @media (max-width: 422px) {
      .contact-card .card-body {
        padding: 35px 24px; } }
  .contact-card-description {
    font-size: 25px;
    color: #000;
    font-weight: normal;
    margin-bottom: 23px; }
  .contact-card form {
   /* max-width: 326px;*/ }
  .contact-card .form-control {
    border: 1px solid #d5dae2;
    padding: 15px 25px;
    margin-bottom: 20px;
    min-height: 45px;
    font-size: 13px;
    /*line-height: 15;*/
    font-weight: normal; }
    .contact-card .form-control::-webkit-input-placeholder {
      color: #919aa3; }
    .contact-card .form-control::-moz-placeholder {
      color: #919aa3; }
    .contact-card .form-control:-ms-input-placeholder {
      color: #919aa3; }
    .contact-card .form-control::-ms-input-placeholder {
      color: #919aa3; }
    .contact-card .form-control::placeholder {
      color: #919aa3; }
  .contact-card .contact-btn {
    padding: 13px 20px 12px;
    background-color: #ffae00;
    border-radius: 4px;
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    margin-bottom: 24px;
width: 60%;}
    .contact-card .contact-btn:hover {
      border: 1px solid #ffae00;
      background-color: transparent;
      color: #000; }
  .contact-card .forgot-password-link {
    font-size: 14px;
    color: #919aa3;
    margin-bottom: 12px; }
  .contact-card-footer-text {
    font-size: 16px;
    color: #0d2366;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .contact-card-footer-text {
        margin-bottom: 24px; } }
  .contact-card-footer-nav a {
    font-size: 14px;
    color: #919aa3; }
    .wpcf7-list-item-label {
      padding-left: 10px;
    }
    .screen-reader-response {
      color: #125ee8;
    }
/******************************************************/
.overflow-hide{overflow: hidden;}
.padding-bottom-10{
  padding-bottom: 10px;  
}
.padding-bottom-60{
  padding-bottom: 60px;  
}
.padding-top-100{
  padding-top:100px;  
}
.margin-top-10{
    margin-top: 10px;
}
.margin-top-25{
    margin-top: 25px;
}
.margin-top-30{
    margin-top: 30px;
}
.margin-top-50{
    margin-top: 50px;
}
.margin-top-60{
    margin-top: 60px;
}
.margin-top-70{
    margin-top: 70px;
}
.margin-top-100{
    margin-top: 100px;
}
.margin-top-150{
    margin-top: 150px;
}
.margin-bottom-10{
        margin-bottom: 10px;
}
.margin-bottom-25{
        margin-bottom: 25px;
}
.margin-bottom-30{
        margin-bottom: 30px;
}
.margin-bottom-40{
        margin-bottom: 40px;
}
.margin-bottom-50{
        margin-bottom: 50px;
}
.margin-bottom-60{
        margin-bottom: 60px;
}
.margin-bottom-70{
        margin-bottom: 70px;
}
.margin-bottom-80{
        margin-bottom: 80px;
}
.margin-bottom-100{
        margin-bottom: 100px;
}
.margin-left-27{
    margin-left: 27px;
}
.margin-right-10{
    margin-right: 10px;
}
.padding-top-110{
    margin-top: 110px;
}
.padding-top-120{
    margin-top: 120px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}
@media only screen and (min-device-width : 320px) and (max-device-width : 999px) {
  .imageamodifier {
                content: url('../img/bandeau-responsive-520.jpg');
                width: 100%;
                display: block;
                left: 0px;
                right: 0px;
            }
    .margin-bottom-40{
        margin-bottom:0px; 
    }
    .margin-top-70{margin-top: 0px;}
    h2{
        font-size: 28px;
    }
    .col-3{
        flex: 0 0 70%!important;
    max-width: 100%!important;
            padding-bottom: 30px;
    }
   
    .margin-bottom-100{
            margin-bottom: 37px;
    }
  
    .margin-bottom-50{
        margin-bottom: 50px;
    }
    .margin-top-50{
        margin-top: 50px;
    }
    .logo-mob{
            width: 380px!important;
    }
    #logo-it{
            margin-left: 1px;
    }
    
   
}
@media only screen and (max-device-width : 300px){
      .img-width-100{
            width: 150px!important;
    }
   .imageamodifier {
                display: none!important;
                width: 100%;
                display: block;
                left: 0px;
                right: 0px;
            }
     h2{
        font-size: 28px;
    }
     .margin-bottom-40{
        margin-bottom:0px; 
    }
    .margin-top-70{margin-top: 0px;}
}