html{
    font-size: 16px;
}
body {
    font-family: montserrat;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background: #e3f0f6;
}
html, body{
    overflow-x: hidden!important;
}
.body{
    background-color: #E3F0F6 !important;
}
.no-pad{
    padding-right: 0!important;
    padding-left: 0!important;
}
.center{
    display: block;
    margin: 0 auto;
}
.uppercase{
    text-transform: uppercase ;
}
.no-pad img{
    height: 213px;
    max-height: 213px;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 34px;
    line-height: inherit;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    color: #7c8798;
    font-weight: 400;
    font-size: 14px;
}

textarea {
    overflow: auto;
    padding: 10px;
    width: 100%;
    margin-left: 3px;
    height: -1px;
    border: 1px solid #192d4a;
    color: #6D7A8C ;
    font-weight: 400;
}

footer p {
    font-size: 100%;
}
form {
    display: flex;
    flex-direction: column;
}

h1.text-center{
    color: #192d4a;
    font-size: 26px;
    font-weight: 600;
}
div img.center{
    max-height: 150px;
    margin-bottom: 20px;
    /* position: absolute;
    left: 45%;
    top: 22%; */
}
.button-back,.button-next,.submit-next{
    padding:10px 15px;
    background-color: #192d4a;
    color:white;
    text-align: center;
    transition: all .5s;
}
.button-back:hover, .button-next:hover{
    color:#192d4a;
    background-color: #ffffff;
    border: 2px solid #192d4a;
    text-decoration: none;
}
.button-back:focus, .button-next:focus{
    text-decoration: none;
}
.button-next{
    padding: 8px 10px!important;
}
.button-center{
    text-align: center;
    margin: 70px auto 100px;
}
.float{
    float: right;
}
.img-responsive.center{
    position: relative;
    top: -80px;
    margin: auto;
}
.fix-height{
    max-height: 270px;
}
.blue-thx{
    color: #192d4a;
    font-size: 20px;
    letter-spacing: 3px;
    margin-top: 85px;
}
.comments{
    color: #6d7a8c;
}
span.numero{
    background-color: #ee4344;
    color: #ffffff;
    padding: 7px 15px;
    margin-right: 10px;
}
.inactive{
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
    pointer-events: none;
    cursor: default;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
}
.bg-trip{
    background-color: #e3f0f6;
    margin: 1.5rem auto;
}
.acc-dion,.acc-dion-1,.acc-dion-2,.acc-dion-3,.acc-dion-4,.acc-dion-5{
    /* margin: 0 90px 0 90px; */
    margin: 1rem 3.5rem;
    background-color: #fff;
}
.active{
    background-color: #192d4a;
    color: #ffffff !important;
    pointer-events: auto;
    cursor: pointer;
}
.success{
    background-color: #009f40;
    color: #ffffff !important;
    pointer-events: auto;
    cursor: pointer;
}
.contenu{
    padding: 0 20px 0 20px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
    margin: 0 !important;
    padding-top: 20px;
    padding-bottom: 20px;
}
.group-trip{
    font-family: montserrat !important;
}
.question p{
    color: #192d4a;
    font-weight: 600;
    margin: 0;
}

.group-trip h2{
    font-size: 14px;
}
.espace{
    margin-bottom: 15px;
}

div.btn{
    margin-top: 10px;
}

.inp-txt{
    padding: 5px 8px;
    display: block;
    border-radius: 0;
    border: 3px solid #192d4a;
}

.acc-dion h1 {
    font-size: 17px!important;
}
/*
@media screen and (min-width:250px)and (max-width:1120px){
    .nbreVoyageur {
        width: 112px !important;
        height: 100px !important;
        border: 3px solid #192d4a !important;

    }
    .periode{
        height: 100px !important;
        border: 3px solid #192d4a !important;

    }
    .inc_trans{
        height: 100px !important;
        border: 3px solid #192d4a !important;
    }
    .budget{
        height: 100px!important;
        border: 3px solid #192d4a !important;

    }
}
*/
.nbreVoyageur{
    width: 62px;
    /* max-width: 62px; */
    padding: 10px 5px;
    text-align: center;
    border-radius: 0;
    border: 1px solid #192d4a;
}
.periode{
    padding: 9px  3.5871156661786237vw;
    border-radius: 0;
    border: 1px solid #192d4a;
}
.budget{
    padding: 9px;
    /* max-height: 44px; */
    border: 1px solid #192d4a;
}
.inc_trans{
    border-radius: 0;
    border: 1px solid #192d4a;
    /* max-width: 511px; */
    padding: 9px;
    width: 40vw;
}
.mb{
    margin-bottom: 20px;
}
.n_societe{
    padding: 9px;
    width: 97%;
    border-radius: 0;
    border: 1px solid #192d4a;
}
.prenom,.telephone-f,.courriel{
    width: 95%;
    border-radius: 0;
    border: 1px solid #192d4a;
    padding: 9px;
}
.acc-dion-3 p{
    font-size: 13px!important;
}
.font{
    font-family: montserrat;
    font-weight: 500;
    font-size: 14px;
}
.text-center.comments.font.mb {
    font-size: 17px;
}

.formulaire-li {
    width: 30%;
}


.f-right{
    float: right;
    position: relative;
    /* left: 10px; */
    right: 9px!important;
}
.underlined{
    text-decoration: underline;
}

.t-center{
    text-align: center;
}
.accordion h3 > i{
    float: right;
    padding: 0 15px;
    color: #192d4a;
}
.row{
    margin:0 !important;
}
.img-client{ 
    position: relative; 
    bottom: -2px;
}
.float{
    float: right;
}
.date_voyage{
    padding: 9px;
    border: 1px solid #192d4a;
    width: 50%;
}
.v-destination{
    padding: 9px;
    border: 1px solid #192d4a;
    width: 60%;
}
.left-col input{
    padding: 9px;
    border: 1px solid #192d4a;
}
.w-95{
    width: 95%;
}
.w-97{
    width: 97.50%;
}
.fa.fa-check{
    color: #ffffff;
}
.first{
    float: right;
}
.oaerror{
    width:100%;
    text-align: center;
    /* background-color: #ffffff; */
    background-color: mistyrose;
    padding:20px;
    /* border:1px solid #eee;
    border-left-width:5px;
    border-radius: 3px; */
    margin: 0 auto;
    font-size: 14px;
    color:#d9534f;
  }
/* .dang{
    border-left-color: #d9534f; /* Left side border color */
    /* background-color: rgba(217, 83, 79, 0.1); Same color as the left border with reduced alpha to 0.1 */
  /* } */ 
.dang{
    color:#d9534f;
}
.warn{
    background: #ED4F32;
    color: white;
}
.hiddened{
    display: none;
}
.footer-body {
    margin: 30px auto 15px auto !important;
}
.messager{
    display: none;
    width: 95%;
    text-align: center;
}

.menu-wrapper .right-side .right-navigation-btns {
    height: 100%;
    display: none;
}

.text-select-langue {
    width: 51px;
    border-color: transparent;
    background: rgba(26, 45, 74, 0.9);
    font-size: 15px;
    color: white;
}

.select-item {
    height: 50px;
}

.header-langue {
    margin-right: 5px;
}


.menu-wrapper {
    /*height: 130px !important;*/
    background-color: #1a2d4a;
    display: flex;
    display: -webkit-flex; /* Safari */
    justify-content: space-between;
    align-items: center;
    flex-basis: 0;
  }
.menu-wrapper .left-side {
    width: auto;
    min-width: 40%;
    padding-left: 50px;
}
.right-side {
    margin-right: 20px;
}
.stew-logo {
    max-width: 480px !important;
    width: 100%;
    min-width: 160px;
}
.stew-logo > img {
    z-index: 100 !important;
    height: 54px;
}
.logoContent {
    display: none;
}

.menu-wrapper .right-side {
    display: flex;
    justify-content: flex-end;
    padding: 0px;
    /*align-items: center;*/
}
.no-pad {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 0;
}
.container-fluid {
    background-color: #e3f0f6;
    display: block;
}

h3.text-center {
    color: #192d4a;
    font-size: 26px;
    font-weight: 600;
}
.container {
    padding-right: 4rem;
    padding-left: 4rem;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}


/*slide*/
.menu-wrapper .right-side .left-navigation-btns a .menu-btn-content {
    width: 100%;
}
.menu-wrapper .right-side img {
    width: auto;
    display: block;
}
.menu-wrapper .right-side .left-navigation-btns {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.menu-wrapper .right-side .left-navigation-btns a {
    max-width: 100%;
    height: 101px;
}
.left-navigation-btns span.text-center {
    font-size: 34px;
}
.left-navigation-user-count {
    height: 689px;
    background: #192d4a !important;
}
.left-navigation-btns span.text-center {
    font-size: 12px;
}
h3.titre-acc {
    color: #192d4a;
    padding: 6px 0 6px 0;
    margin-bottom: 0;
    font-size: 24px;
}

.inp-txt {
    margin-bottom: 45px !important;
}
.button-next {
    padding: 8px 10px !important;
    font-size: 28px;
}

.oaerror {
    width: 100%;
    text-align: center;
    background-color: #ffffff;
    background-color: mistyrose;
    padding: 20px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    margin: 0 auto;
    font-size: 16px;
    color: #d9534f;
}
.footer-body {
    margin: 17px auto 0px auto !important;
}
.footer-head {
    background-color: #192d4a;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2.6px solid #0c1f3a;
}
.footer-head h3.maj {
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 15px;
    margin: 0;
    margin-left: 0px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}
.w-50 {
    margin: 0px 4px;
    border-right: none!important;
    width: 50%;
}
.w-50 img {
    max-height: 54px;
    align-self: center;
}
.imgArrow {
    max-height: 40px !important;
}

ul.lot li p {
    margin-left: 20px;
    font-size: 31px;
}
.text-cpright p {
    line-height: 13px;
}

.follow {
    background-color: #ee4344;
    border: none;
    padding: 10px;
    margin-left: 8px;
    height: auto;
    line-height: 17px;
    font-size: 14px;
    width: min-content;
}
.subscribe form{
    display: contents;
}
.subscribe input {
    width: 66%;
    height: 37px;
    border: 3px solid #506481;
    background: transparent;
    color: white;
}
.g-condition span a {
    color: #6d7a8c;
    font-size: 14px;
}

/*info voyage*/
    
.uppercase {
    text-transform: uppercase;
    font-size: 14px;
}
.subscribe input {
    margin-left: -77px important;
    margin-bottom: 5px important;
}
.subscribe button.follow.maj {
    margin-top: 20px;
    /*margin-left: 32% !important;*/
}

.group-trip .acc-dion.accordion .row.contenu .col-md-4.col-xs-4.group {
    /*width: 90vw !important;*/
}
.group-trip .acc-dion.accordion .row.contenu .col-md-8.col-xs-8.group {
    /*width: 80vw !important;*/
}
.group .question .uppercase {
    font-size: 14px !important;
}
.group-trip .acc-dion.accordion .row.contenu .col-md-8.col-xs-8.group .col-md-4.col-xs-4.no-pad {
    top: 10px
}
.col-md-4.col-xs-4.no-pad h2 {
    font-size: 14px !important;
}

.group-trip .acc-dion-1.accordion .row.contenu{
    display: flex;
    /*flex-direction: column !important;*/
    padding-bottom: 10px !important;
}
.acc-dion-1.accordion .row.contenu .col-md-8.col-xs-8.group .col-md-5.col-xs-5.no-pad {
    top: 0 !important;
}
.acc-dion-1.accordion .row.contenu .col-md-8.col-xs-8.group .col-md-7.col-xs-7.no-pad {
    top: 0 !important;
}

.reponse{
    display: block;
}

.reponse label{
    margin-left: 0.5rem;
}

.coordonne .lot li span.fa {
    font-size: 23px !important;
}
ul.social li {
    font-size: 28px;
    margin-right: 13px;
}
ul.lot li p {
    margin-left: 25px;
    font-size: 13px;
    margin-bottom: 13px;
}

.paragraph-footer img{
    max-width: 74px!important;
    bottom: auto;
}

.inner-form{
    height: 2.9rem;
}

footer .payement ul li img {
    height: 39px !important;
}

.footer-bloc::before{
    width: 101%;
    left: -1px;
}

@media only screen and (min-width: 300px) and (max-width: 739px) { 
    .menu-wrapper .left-side {
        width: auto;
        min-width: 20%;
        padding-left: 0px;
    }

    .bg-trip{
        margin-top: 0%;
    }
    .text-select-langue{
        font-size: 14px;
    }

    #content-humberger i{
        margin-top: 11px!important;
    }

    .img-responsive.center{
        position: relative;
        top: -46px;
        margin: auto;
    }

    div img.center{
        max-height: 87px;
        margin-bottom: 20px;
    }

    .container{
        margin-left: 0px!important;
        margin-right: 0px!important;
        padding: 0 1rem!important;
    }

    h3.text-center{
        font-size: 17px;
        margin-top: 0px!important;
    }

    .contenu{
        padding: 0px;
    }

    .acc-dion,.acc-dion-1,.acc-dion-2,.acc-dion-3,.acc-dion-4,.acc-dion-5{
        margin: 0 11px 2rem 7px;
        background-color: #fff;
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        width: 100%!important;
        padding-bottom: 1rem;
    }

    h3.titre-acc {
        font-size: 14px;
    }

    .group .question .uppercase {
        font-size: 14px !important;
        margin-top: 0;
    }

    .col-md-4.col-xs-4.no-pad h2 {
        font-size: 12px !important;
        margin-top: 1rem!important;
    }

    .col-md-4.col-xs-4.col-lg-4.no-pad.mobil-pad{
        width: 33.33333333%!important;
    }

    .question.espace{
        margin-bottom: 5px;
    }

    .reponse.mb{
        margin-bottom: 1px;
    }
    .group .col-md-5.col-xs-5, 
    .group .col-md-7.col-xs-7,
    .group .col-md-12.col-xs-12{
        padding: 0px;
    }

    .contenu .col-md-8.col-xs-8 .no-pad, 
    .contenu .col-md-3.col-xs-3 .no-pad
    {
        margin-top: 1rem;
    }

    .contenu .group{
        padding:  1rem;
        display: table;
    }

    .contenu .col-md-4.col-xs-4 .no-pad.select{
        margin-bottom: 1rem;
    }

    .contenu .question.espace{
        padding: 0rem;
    }
    .accordion .contenu textarea{
        margin: 1rem;
        width: 94%;
    }
    .row.footer-foot{
        display: flex;
    }

    .g-condition.col-md-8.col-xs-12 span{
        margin-top: 0px!important;
        margin-bottom: 0px!important;
    }

    .row.champ{
        display: table;
    }

    .row.champ .col-md-4.col-xs-6.no-pad,
    .row.champ .col-md-3.col-xs-6.no-pad,
    .row.champ .col-md-2.col-xs-6.no-pad
    {
        margin-top: 1rem;
        display: block!important;
    }
    .w-nom, .w-courriel{
        width: 95%!important;
    }

    .no-pad img {
        height: 117px;
    }

    .menu-wrapper .right-side .left-navigation-btns a {
        height: 44px;
    }

    .formulaire-li {
        width: 97%
    }
    /****/
}

/**CSS form IPHONE**/
@media
  only screen and (-webkit-min-device-pixel-ratio: 4),
  only screen and (   min--moz-device-pixel-ratio: 4),
  only screen and (     -o-min-device-pixel-ratio: 4/1),
  only screen and (        min-device-pixel-ratio: 4),
  only screen and (                min-resolution: 550dpi),
  only screen and (                min-resolution: 4dppx) { 
    
    .menu-wrapper .left-side{
      min-width: 35%;
    }
    
    .menu-wrapper .right-side .left-navigation-btns {
      display: flex;
      justify-content: flex-start;
      width: 100% !important;
      padding-top: 20px;
    }

    .hero_in {
      display: contents;
      min-height: 20rem;
    }

    .text-select-langue{
      width: 3.5rem!important;
    }

    .container-items-option .slick-next {
      z-index: 500000;
      margin-right: -58px !important;
      width: 158px!important;
    }
    .container-items-option .slick-next::before {
      margin-right: -51px;
    }
    .container-spec-slick button.slick-next.slick-arrow:hover{
      left: 2rem;
      height: 61px!important;
    }
    .left-navigation-btns {
      left: -100%;
    }
    .disable-login {
      top: -1000%;
      position: absolute;
    }

    .menu-wrapper .right-side {
      display: flex;
      justify-content: flex-end;
      padding: 20px;
    }
    #content-humberger i {
      font-size: 50px;
      color: #fff;
    }

    .menu-wrapper .right-side {
      padding-top: 21px;
      padding-left: 7px;
    }

    .left-navigation-btns {
      position: absolute;
      top: 84px;
      left: -100%;
      left: 0%;
      height: 125px;
      flex-direction: column;
      width: 100%;
      background: #192d4a;
      z-index: 5000;
      transition: left 0.5s ease;
    }
    
    #content-info-room-categorie select{
      display: none;
    }


    .content-element-validation .part-left {
      margin-top: 85px !important;
      padding: 1px!important;
    }

    #main button, #main a{
      font-size: 1rem!important;
    }

    #previousBtn span{
      font-size: 1.1rem;
    }

    #main button#nextBtn{
      padding-right: 2px!important;
    }

    #nextBtn span{
      font-size: 1.1rem;
      margin-top: 0.5rem;
    }
    #nextBtn img{
      width: 0.6rem;
      height: 1.3rem;
      margin-top: 0.8rem;
    }

    .container-step-progress-bar {
      padding: 0px;
      width: 100%;
    }

    .content-step{
      width: 75px;
    }

    .content-bullet-step {
      height: 45px!important;
      width: 45px!important;
    }

    .bullet::after{
      left: 38px!important;
      width: 22px!important;
    }

    .container-stepper .row.content-element-validation .col-xs-8.part-left {
      padding-right: 0px !important;
    }    

    .container-spec-slick{
      display: none!important;
    }

    .slick-slider{
      width: 100%!important;
    }

    .container-items-option.container-spec-slick.active-drop.slick-initialized.slick-slider.slick-dotted{
      margin: 0rem!important;
      padding-left: 1.2rem!important;
      padding-right: 1.1rem!important;
    }

    .slick-slide{
      opacity: 1 !important;
    }

    #step2
      > div
      > div
      > div.container-items-option
      > div.slick-list
      > div.slick-track
      > div.slick-slide {
      margin-right: 12px;
    }

    .slick-slide .content-items-option {
      height: 100%;
      display: flex !important;
      flex-direction: column;
      justify-content: flex-end;
    }

    .slick-track .slick-slide div .content-items-option {
      width: 100% !important;
    }
    .container-spec-slick .slick-list{
      margin-left: 10px!important;
    }

    .hdesktop-page{
        display: none!important;
    }
    .hmobil-page{
        display: block!important;
    }

    h2.cap {
        width: 89%;
        margin-left: 9%;
        padding-top: 23%;
    }

    .t-blue{
        width: 51%;
        left: 33%;
        font-size: 1rem;
    }
    .t-white{
        font-size: 1rem;
    }

    .text-sl{
        margin: 4.5rem 0.5rem 2rem;
        width: 80%;
        font-size: 0.8rem !important;
    }
    .part-right .contentelt{
      display: none;
    }

    .select-langue {
      margin-bottom: 45px !important;
      width: 15px;
      font-size: 21px !important;
    }

    #modal-vedette .modal-content {
      background: none;
      top: 50px;
      max-height: max-content;
      overflow-y: hidden;
    }

    #modal-vedette .col-md-4 {
      margin-bottom: 13px;
      padding-left: 0;
      padding-right: 0;
    }

    #modal-vedette img {
      width: 100%;
    }

    .header-langue {
      margin-right: 0px;
      display: flex;
      margin-left: 40px;
    }

    .select-langue {
      font-size: 20px !important;
    }

    a.m-vedette {
      line-height: 2.2rem;
      display: block;
      margin-left: 1.5rem;
    }

    a.p-vedette{
      display: none!important;
    }
}

_::-webkit-full-page-media, _:future, :root .safari_only {
    img.img-day{
      width: 4rem!important;
    }
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) { 
    @media {
        .safari6 { 
            color:#0000FF; 
            background-color:#CCCCCC; 
        }
        img.img-day{
          width: 4rem!important;
        }
    }
}

@media not all and (min-resolution:.001dpcm) { 
    @media {
        .safari10 { 
            color:#0000FF; 
            background-color:#CCCCCC; 
        }
        img.img-day{
          width: 3rem!important;
        }
        .sl-decoration{
          z-index: 23333!important;
          width: 37%;
          left: 12%;
        }
        .img-tag{
          display: contents;
        }
        #img-tag{
          z-index: 0;
        }
        .bullet::after{
          top: 40%;
        }

        div#main{
        height: 58px!important;
        bottom: 2px!important;
      }

    }
}


@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
  html, body{
    overflow-x: hidden!important;
  }
  .menu-wrapper{
    height: 62px!important;
    font-size: 0rem;
  }
  .stew-logo >img{
    width: 20rem;
    height: 40px!important;
  }
  .menu-wrapper .left-side{
    min-width: 45%;
  }

  .menu-wrapper .header-langue{
    margin-left: 7rem;
    margin-right: 2rem;
  }

  .menu-wrapper .right-side{
    margin-right: 4rem;
  }

  #content-humberger i{
    margin-top: 18px!important;
    font-size: 8rem;
  }


  .menu-wrapper .right-side .left-navigation-btns{
    margin-top: -22px!important;
  }

  .menu-wrapper .right-side .left-navigation-btns.active{
    left: 0!important;
  }

  .hero_in{
    height: 25rem;
  } 
  .stew-slider-1,.stew-slider-2,.stew-slider-3{
    position: relative;
    max-height: 20rem!important;
  }

  h1.text-center{
    font-size: 30px;
  }

  .font{
    font-size: 2rem;
  }
  .accordion {
    margin: 2rem 8px!important;
  }

  .group .question .uppercase, .oaerror, .question.espace .uppercase{
    font-size: 2rem!important;
  }

  .reponse label{
    font-size: 2rem;
  }

  .group-trip .acc-dion.accordion .row.contenu .col-md-8.col-xs-8.group .col-md-4.col-xs-4.no-pad {
        width: 100%;
  }

  .contenu .groupe .col-md-5.col-xs-5, .contenu .groupe .col-md-7.col-xs-7{
    width: 100%;
  }

  .nbreVoyageur, .inc_trans{
    width: 100%;
    font-size: 3rem;
  }

  .button-next{
    font-size: 2rem;
  }

  .inp-txt{
    width: 100%;
    font-size: 3rem;
  }

  .periode{
    width: 100%;
    font-size: 3rem;
  }

  .budget{
    width: 100%;
    font-size: 3rem;
  }

  .n_societe{
    font-size: 3rem;
  }

  h3.titre-acc{
    font-size: 2rem;
  }

  .text-select-langue{
    width: 6.8rem!important;
    font-size: 16px!important;
  }

  .mobil-pad{
    margin-top: 6rem;
  }

  .no-pad img{
    height: 100px;
  }

  #img-tag{
    min-height: 20rem;
  }
  .sl-decoration{
    z-index: 23333!important;
    width: 30%!important;
    left: 8%!important;
  }
  div#main{
    height: 58px!important;
    bottom: 10px;
  }

  .bullet::after{
    width: 82%;
    top: 1.3rem!important;
  }
  .table tr{
    display: grid!important;
  }

  .no-pad h1{
    font-size: 1.7rem;
  }

  select,
  textarea,
  input {
    font-size: 16px!important;
  }
}

@media only screen and (max-width: 768px) {
    .inder-header {
        margin-top: 37%;
    }
    .inder-header.cclose {
        margin-top: 22%;
    }
    .shear-menu{
        font-size: 1rem;
    }
    .container-middle {
        padding-bottom: 0px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
  select,
  textarea,
  input {
    font-size: 16px;
  }
}

@supports not (-webkit-touch-callout: none) {
  /* CSS for other than iOS devices */ 
  
}
