html {
    min-height: 100%;
 }

 body
{font-family: 'Merriweather', serif;font-size:1.1em;margin:0;padding:0;}

.center
{
justify-content: center;
text-align: center;
}

.grey-strip 
{
background-color: #F6F5FA;
}

.jobs
{
border: 0.05rem solid;
border-radius: 10px;
border-color: #565656;
background-color: #fff;
padding: 5 5 5 5;
}

/*-------------------------Range slider ---------------------*/
.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #04AA6D;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #04AA6D;
  cursor: pointer;
}

/*-------------------------Fonts--------------------------*/
.title_home 
{
text-align: center;
color: #b89e14;
}

.small
{
font-size:0.8em;    
}

.center
{
text-align: center;    
}

/*css comment*/

.horizontal_list {
    display: inline;
    text-decoration: none;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    padding: 20px;
}

/*pour les liens conditions generales+confidentialte dans le footer*/
.horizontal_list2 {
  display: inline;
  text-decoration: none;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  padding: 20px;
}

/*----------------Rotated divs etc...------------------------------------*/
.rotated {
  transform: rotate(10deg); /* Equal to rotateZ(20deg) */
}


/*css3 rounded button*/
.button {
    display: inline-block;
    padding: 15px 10px;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    background-color: #FC9F13;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0 1px 3px 0 #565656;
    box-shadow: 0 1px 3px 0 #565656;
  }

  .v-align {
    vertical-align: middle;
  }

/* Lettrine" */
.first:first-letter{
  /* Propriétés CSS assignées à la première lettre des balises ayant comme classe "regle" */
  font-size : 2.5em;

}

/*------------------------------Subscribe newsletter home---------- */
.subscribe-area {
background-image: linear-gradient(to top, #00c6fb 0%, #005bea 100%);
}

.pb-50 {
    padding-bottom: 50px;
}
.pt-70 {
    padding-top: 70px;
}

.mb-15 {
    margin-bottom: 15px;
}

.subscribe-text span {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 5px;
}
.subscribe-text h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 6px;
}
.subscribe-wrapper {
    overflow: hidden;
}
.mb-15 {
    margin-bottom: 15px;
}
.subscribe-form {
}
.subscribe2-wrapper .subscribe-form input {
    background: none;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    height: 57px;
    margin-right: 17px;
    padding-left: 35px;
    width: 70%;
    cursor: pointer;
}
 
.subscribe2-wrapper .subscribe-form button {
    background: #ffff;
    border: none;
    border-radius: 30px;
    color: #4b5d73;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    padding: 18px 46px;
    transition: all 0.3s ease 0s;
}
.subscribe2-wrapper .subscribe-form button i {
    font-size: 18px;
    padding-left: 5px;
}


  /*----------------------------footer--------------------------*/
.susbscribe{
    color:#ffffff;
    background-color: #ddac0a;
}
.footer{
    color:#ffffff;
    background-color: #0b0605;
}

/*----------------------------Pricing table--------------------*/
section.pricing {
    background: #007bff;
    background: linear-gradient(to right, #0062E6, #33AEFF);
}

.pricing .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
    margin: 1.5rem 0;
}

.pricing .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: .1rem;
    font-weight: bold;
}

.pricing .card-price {
    font-size: 3rem;
    margin: 0;
}

.pricing .card-price .period {
    font-size: 0.8rem;
}

.pricing ul li {
    margin-bottom: 1rem;
}

.pricing .text-muted {
    opacity: 0.7;
}

.pricing .btn {
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    opacity: 0.7;
    transition: all 0.2s;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
    .pricing .card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }

    .pricing .card:hover .btn {
        opacity: 1;
    }
}

/*--------------------------style for the menu----------------------------------------*/
.dropdown-menu a {
text-decoration: none;
color: #000000;
}
.dropdown-menu a .d-flex {
transition: all 0.5s;
}

@media only screen and (min-width: 992px) {
.dropdown-menu {
    width: 23vw;
}
.dropdown:hover .dropdown-menu {
    display: flex;
}
.dropdown-menu.show {
    display: flex;
}
}