body{
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Raleway', sans-serif;
}
  .col-md-6 input,.col-md-12 input,.col-md-12 textarea,.col-md-12,select{width :100%}
  .col-md-6,.col-md-12{margin-top:7px;margin-bottom:7px;}
  input,textarea,button,select{border-radius:10px !important;}
  select {
    font-family: 'FontAwesome', 'Second Font name'
  }
  .datetime-picker {
    border: 1px solid #e0e0e0;
    padding: 10px;
    font-size:19px;
    color: #848484;
    background-color: #f9f9f9;
  height: 3.5em;
  }
   .scheme_default .select_container{
    background-color: #f9f9f9 !important;
  border-radius:10px !important;
  }
  
    .btnEnvoyer {
        display: flex;
   
        font-size: 22px;
        padding: 10px 32px 12px 32px;
        background: linear-gradient(to right, #ff9800 0%,#ff9800 50%,#ff9800 50%,#ff9800 100%) no-repeat scroll right bottom / 210% 100% #ff9800 !important;
        color: #fff;
        border-color: #ff9800;
        font-weight: 510;
    }
    .btnEnvoyer:hover {
    display: flex;
 
    font-size: 22px;
    padding: 10px 32px 12px 32px;
    background: #e0e0e0!important;
    color: #000;
    border-color: #e0e0e0;
    font-weight: 510;
}
  .designInput{
   border: 1px solid #e0e0e0 !important;
    padding: 10px 10px 10px 46px!important;
    font-size: 18px !important;
   background-color: #f9f9f9 !important;
   font-weight: 600;
    font-family: "Raleway",sans-serif;

  }
  select{
    color: #697070 !important;
    font-weight: 600;
    font-family: "Raleway",sans-serif;
    
  }
  select:active{
    color: black !important;
    font-weight: 600;
    font-family: "Raleway",sans-serif;
    
  }
   

  ::-webkit-calendar-picker-indicator {
      filter: invert(50%);
  }
  
  .scheme_default .top_panel_title_wrap{
  display:none !important; }

  @media (max-width: 479px){
  .mobile_layout .top_panel .top-panel-top + .menu_mobile_button {
      top: 6rem;
  }
}
/*footer */
footer {
background-color: #272727;
color: #c8c8c8;
margin-top: 7.8rem;
padding: 6.85em 0 0.9em;

}
.footer_title{
    color: white;
    text-align: left;
    font-size: 1.375em;
    font-weight: 600;
    margin-top: 0.3em;
    margin-bottom: 2.35em;
}
@media (max-width: 479px){
    footer {
padding: 4.85em 0 2.9em;
    }
}

.smw_left a{
    margin-right: 10px;
}
ul{
    margin-left: -15px;
}

/*banner*/
@media only screen and (min-width: 700px)  {

.titrePage{
color:white !important;
font-size:70px;
font-weight:bolder;}

.titrePage span{
color:#ff9800 ;
font-style: italic;
font-weight:normal;
display: block;
line-height: 0.3;}
.designInput {
width: 80%;
}
}
.mobileBanner{
display: none;

}
.desktopBanner{
display: block;

}
@media only screen and (max-width: 1320px)  {

.mobileBanner{
display: block;

}
.desktopBanner{
display: none;

}

}
@media only screen and (max-width: 699px)  {

.designInput {
width: 100%;
}
.footer_title {
margin-bottom: 1.35em;
}
.logo_text {
font-size: 1.143rem !important;
margin-left: 30px !important;
}
.menu-link {
    color: white !important;
}
.navbar {
display: flex;
flex-direction: row-reverse !important;}

.titrePage{
color:white !important;
font-size:30px;
font-weight:bolder;}

.titrePage span{
color:#ff9800 ;
font-style: italic;
font-weight:normal;
display: block;
line-height: 0.3;}

}
.page-title-area::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
z-index: -1;
opacity: 0.1;
}
.banner-cover {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.page-title-area {
position: relative;
overflow: hidden;
text-align: center;
z-index: 1;
padding-top: 100px;
padding-bottom: 100px;
}
/*end banner*/
form{
margin-top: 60px;

}
/*header*/
.header {
top: 0;
left: 0;
z-index: 100;
width: 100%;
height: auto;
margin: 0 auto;
padding-bottom: 1.8em;
padding-top: 1.8em;
}
.darkmode .header {
background-color: var(--color-black-400);
}

.navbar {
display: flex;
flex-direction: row;
align-items: center;
align-content: center;
justify-content: space-between;
width: 100%;
height: 4.25rem;
margin: 0 auto;
}

.brand {
font-family: inherit;
font-size: 1.6rem;
font-weight: 600;
line-height: 1.25;
margin-right: auto;
letter-spacing: -1px;
text-transform: uppercase;

}


.menu {
position: fixed;
top: 0;
left: -100%;
z-index: 10;
width: 100%;
height: 100vh;
overflow: hidden;
background-color: #2e302f; 
color: white;
text-decoration: none;
transition: all 0.4s ease-in-out;
}

.menu.is-active {
left: 0;
}
.menu-inner {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
row-gap: 1.25rem;
margin-top: 7rem;
list-style-type: none !important;
}
.menu-link {
font-size: 14px;
font-weight: 700;
letter-spacing: 0.4px;

line-height: 1.5;
color: inherit;
text-transform: uppercase;
transition: all 0.3s ease;
color: #1e4488;
text-decoration: none;
  }
.menu-link:hover {
color: #ff9800;
}
@media only screen and (min-width: 48rem) {
.menu {
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  padding: 0rem;
  margin-left: auto;
  background: none;
  box-shadow: none;
  transition: none;
}
.menu-inner {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  margin: 0 auto;
}
.menu-link {
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
}

.burger {
position: relative;
display: block;
cursor: pointer;
-webkit-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
order: -1;
z-index: 12;
width: 1.75rem;
height: 1rem;
margin-right: 1rem;
border: none;
outline: none;
background: none;
visibility: visible;
transform: rotate(0deg);
transition: 0.35s ease;
}
@media only screen and (min-width: 48rem) {
.burger {
  display: none;
  visibility: hidden;
}
}
.burger-line {
position: absolute;
display: block;
right: 0;
width: 100%;
height: 2px;
border: none;
outline: none;
opacity: 1;
transform: rotate(0deg);
background: #ff9800;
transition: 0.25s ease-in-out;
}
.darkmode .burger-line {
background-color: var(--color-white-100);
}
.burger-line:nth-child(1) {
top: 0px;
}
.burger-line:nth-child(2) {
top: 0.5rem;
}
.burger-line:nth-child(3) {
top: 1rem;
}
.burger.is-active .burger-line:nth-child(1) {
top: 0.5rem;
transform: rotate(135deg);
}
.burger.is-active .burger-line:nth-child(2) {
right: -1.5rem;
opacity: 0;
visibility: hidden;
}
.burger.is-active .burger-line:nth-child(3) {
top: 0.5rem;
transform: rotate(-135deg);
}

#logo{
float: left;
text-align: left;
max-width: 30%;
color: #ff9800;
}
.logo_text {
font-family: "Raleway",sans-serif;
font-size: 2.143rem;
font-weight: 600;
font-style: normal;
line-height: 1em;
text-decoration: none;
text-transform: none;
letter-spacing: 0px;
cursor: pointer;
}
#logo:hover {
color: #1e4488;
}
#dateheure_demande:focus,#dateheure_demande{
min-width:95%;
}

/*end header*/
ul{
color: #ff9800;
list-style: none;
margin-left: 0;
padding-left: 0;
}
ul span{
color: white;
}
.topHeader {
background-color:#f1f1f1;


}
.phone-number a{
color: #000000;
text-decoration: none;
padding: 10px 0px;
font-size: 14px;
font-weight: 600;
font-family: 'Dosis', sans-serif;
}
i.fas.fa-phone {
margin-right: 5px;
color: #ff9800; /* Adjust the color as needed */
transform: rotate(90deg);
font-size: 11px;
}
.fa-chevron-right{
margin-right: 10px;
color: #ff9800; /* Adjust the color as needed */

font-size: 11px;
}
.phone-number{
display: flex;
justify-content: end;
align-items: center;

}

span.flatpickr-weekday {
color: #1e4488;
}
.flatpickr-day:hover{
background: #ff9800;
border-color: #ff9800;
color: white;
}
.flatpickr-day{
color:#1e4488 ;
font-weight: 600;
font-size: 14px;
}
.copyright_text{
border-top-width: 1px;
border-top-style: solid;
padding-top: 1.65em;
border-color: rgba(255,255,255,0.2);
margin-top: 40px;
}

#result{
font-weight: 600;
color: #1F95D3;
}
.df{
display: flex;
align-items: center;
background: aliceblue;
border: 1px solid #1F95D3;
border-radius: 10px;
margin-bottom: 20px;
padding: 20px;

}
.df img{
margin-right: 15px;
width: 35px;
}
#map{
border-radius: 10px;
}
#imgMap{
height: 400px;
width: 100%;
border-radius: 10px;
}
.dn{
display: none;
}
#imgMap{
display: block;
}
#map{
display: none;
}
.input-container {
position: relative;
}
.icoEstimation {
position: absolute;
top: 8px;
left: 8px;
width: 35px;


}