/*============================================================================================*/
/* Nouveau design */
/*============================================================================================*/

/*couleur 629976 changer par 8D7031 dans style.css*/
/*couleur 333 cahnger par 1d1e1e dams style.css */
/*couleur 629976 cahnger par 8d7031 dams menu.css */
/*TOP links*/



body {
    color: #000;
}

header {
    background-color: transparent;
}

.hiddensubventions {
  display: none;
	font-size: 10.5px;
	letter-spacing: .06em;
  font-weight: 500;
}
.hiddensubventionstext {
  display: none;
	font-size: 10.5px;
	letter-spacing: .06em;
  font-weight: 500;
}

#image-index{
     background: url(../img/slides/element-left.png) left top no-repeat , url(../img/slides/element-right.png) right top no-repeat , url(../img/demenagementgabin/background-50px-white.jpg) left top repeat;
}

a:hover, a:focus {
    color: #000;
}


/*Logo*/

.logo-size{
    width:  260px;
    height: 100%;
}

.nom-logo-white{
    width: 320px;
    height: 100%;
    vertical-align: top;
    padding-top: 7px;
}

.title-article {
    color: #000;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.text-article {
    color: #333;
    font-family: 'Roboto', sans-serif;
}

/*Child pages*/
#image-pages {
    background-image: url(../img/demenagementgabin/background-50px-white.jpg);
    background-repeat: repeat;
    width: 100%;
}

#position ul {
    float: left;
}

#position {
    color: #fff;
    font-size: 13px;
    margin-top: -22px;
}

.title-page-h3{
    text-align: left;
    font-weight: 600;
    color: #607d8b;
    font-size: 28px;
    text-transform: uppercase;
}


.title-page-h4{
    text-align: left;
    font-weight: 700;
    color: #607d8b;
    font-size: 16px;
    text-transform: uppercase;
}

.title-page-h4-multiple{
    color: #1d1e1e;
}

.title-page-h4-multiple:after{
    border-top: 2px solid #1d1e1e!important;
}

.title-page-h4:after {
    content: '';
    display: block;
    margin-top: 13px;
    width: 150px;
    border-top: 2px solid #607d8b;
    text-align: left;
}

ul.feat li {
    padding-left: 84px;
    position: relative;
}

/*CGV*/
.panel-default > .panel-heading {
    background-color: #eee;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    background: #eee;
}

.panel-title {
    font-size: 14px;
}

/*Tarifs*/
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 2px solid #607d8b;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: transparent;
}


/*Row*/
.row-without-margin{
    margin-left: 0px;
    margin-right: 0px;
}

/*Menu*/
.position-menu{
    margin-top: 20px;
    margin-bottom: 70px;
}
.nav-dg{
  background-color: rgb(254 254 254 / 75%);
  margin: 0;
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.35);
  box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.35);
}
.main-menu ul li {
  margin-top: 10px;
}
.main-menu > ul > li > a{
  color: #000;
}




.position-menu-page{
    margin-top: 20px;
    margin-bottom: 40px;
}

/*Slide*/
.position-composant{
    float: left;
}
.position-titre{
    float: right;
    padding-right: 40px;
    padding-top: 145px;
}
.titre-1{
     width: 302px;
     height: 53px;
     margin-bottom: 5px;
}

.titre-2{
    font-family: 'Montserrat', sans-serif;
    font-size: 42px; white-space:nowrap;
    color:#fff; text-transform:uppercase;
    font-weight: 600;
    background-color: #607d8b;
    line-height: 45px;
    padding-left: 9px;
    padding: 10px;
}


/*Headliane*/

ul#top_links {
    margin: 2px 0 0 0;
	padding: 5px 0 0 0;

}

ul#top_links li #phone_header{
	color:#fff;
}

ul#top_links li #mail_header{
	color:#fff;
}
ul#top_links li #mail_header:hover{
	color:#1d1e1e;
}
#top_line {
    background-color: #607d8b;
        margin-bottom: 0px;
}

header {
     padding: 0;
}

header.sticky {
    border-bottom: 1px solid #607d8b;
}

/*Comment ca marche*/
#feat_home {
    background-color: transparent;
    color: #fff;
    margin-top: 70px;
}

/*Separation*/
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px dashed#3c3c40;
}

/*Titre Pourquoi demenager avec Déménagement Gabin*/

.title-type-dem{
    text-align: center;
    font-weight: 600;
    color: #607d8b;
    font-size: 28px;
    text-transform: uppercase;
}

.title-type-dem:after {
    content: '';
    display: block;
    margin-top: 13px;
    width: 150px;
    border-top: 2px solid #607d8b;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.title-type-dem-white{
    text-align: center;
    font-weight: 600;
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    margin-top: 40px;
}

.title-type-dem-white:after {
    content: '';
    display: block;
    margin-top: 13px;
    width: 150px;
    border-top: 2px solid #fff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.title-type-dem-black{
    text-align: center;
    font-weight: 600;
    color: #222;
    font-size: 28px;
    text-transform: uppercase;
    margin-top: 30px;
}

.title-type-dem-black:after {
    content: '';
    display: block;
    margin-top: 13px;
    width: 75px;
    border-top: 2px solid #222;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}



/*Get-quote*/
/*
#get_quote.green {
    padding: 5px 0;
}*/

#labels.greenlabel {
    padding: 35px 0;
    background: #fff url(../img/pattern_green.png) repeat;
}


.box_feat {
    background-color: transparent;
    color: #fff;
    text-align: center;
    padding: 20px 20px 10px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 15px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.center-text{
    text-align: center;
}

.text-pourquoi{
    font-size: 44px;
    text-transform: uppercase;
    font-weight: 600;
    color: #607d8b;
}

}

.box_feat h3 {
    color: #fff;
}
.box_feat h3:before, .box_feat h3:after {
    content: '';
}


/*Image demenagements et guide*/
img.img-responsive.border {
    border-bottom: 3px solid #607d8b;
}
.or{
	color: #607d8b;
}

.icon-etape {
    color: #607d8b;
    font-family:'Roboto', Arial, sans-serif;
    font-size: 25px;
    font-weight: 400;
}

.color-gray{
    color: #000;
}
@media screen and (max-width: 768px) {
	.color-gray{
    color: #ffffff;
	}
}

/*Testimonial*/

#background-testimonial{
    background-image: url(../img/demenagementgabin/background-50px.jpg);
    background-repeat: repeat;
    width: 100%;
    min-height: 350px;
    margin-right: 0px;
    margin-left: 0px;

}
.strip {
    border-top: none;
}

/*Page paiment recapitulatif*/
.bloc-paiement-recap {
    border-radius: 3px;
    background-color: #f5f5f5;
    padding: 25px 30px;
}

.recap-color-text{
    color: #1d1e1e;
    font-weight: bold;

}

/*map*/
#mapagences{
    min-height: 600px;
}

/*Widget*/
.widget-position{
    margin-top: 100px;
}

.widget-position2{
    margin-top: 0px;
}

/*li*/

.li-adresses{
    list-style-type: none;
}



/*Footer*/
#homepage{
    background-image: url(../img/demenagementgabin/background-50px.jpg);
    background-repeat: repeat;
    width: 100%;
    min-height: 250px;
    margin-right: 0px;
    margin-left: 0px;

}

footer{
    background: transparent;
}

#position-logo-footer{
    margin-top: 30px;
}
#copy {
    background-color: #607d8b;
    font-weight: 600;
    color: #000;
}

/*lien footer*/

footer a:hover {
    color: #607d8b;
}

footer h3 {
    font-size: 16px;
    font-weight: 100;
}

.margin_15 {margin-top:15px; margin-bottom:15px;}

.colonne-centree
{
float: none;
margin: 0 auto;
}

/*Testimomial*/
.box-testimonial{border: 1px solid #607d8b; text-align: center; border-radius: 3px; height: 20px; min-height: 140px; margin-bottom: 10px;}
.box-testimonial-enquete{border: 1px solid #607d8b; text-align: center; border-radius: 3px; height: 20px; min-height: 180px; margin-bottom: 10px;}
.size-star{font-size: 20px}
.text-testimonial{padding: 10px 10px 0; color: #607d8b;}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #607d8b;
}

.carousel-indicators {
    bottom: -21px;
}

.carousel-indicators li {
	border: 1px solid #607d8b;
}

/*Page contact*/

a.btn_1, .btn_1 {
    background: #607d8b;
}

#sub_header {
    height: 32px;
    background: #607d8b url(../img/sub_header.jpg) no-repeat center center;
    color: #fff;
    padding-top: 28px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background-position-y: -35px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
   background-size: cover;
}

.margin_60 {
    padding-top: 30px;
    padding-bottom: 60px;
}

/*Form*/

/*Alert Fotm*/
.alert {
    padding: 10px;
}


.bloc-lead .form-box .titre {
    padding: 10px 20px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    font-size: 25px;
}

.title-bloc-lead {
    color: #333;
}

.title-h2 {
    font-size: 25px;
    display: block;
    color: #607d8b;
    text-transform: uppercase;
}

/*********************/

/*Spinner*/
.ml10 {
  position: relative;
  font-weight: 900;
  font-size: 4em;
}

.ml10 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.ml10 .letter {
  display: inline-block;
  line-height: 1em;
  transform-origin: 0 0;
}

/**/

/*Paiement*/

.choix-paiement {
    text-align: left;
    font-weight: 600;
    color: #1d1e1e;
    font-size: 20px;
    text-transform: uppercase;
}

.choix-paiement-multiple {
    color: #db0029;
}

.bloc-paiement{
    border-radius: 3px;
    background-color: #f5f5f5;
    padding: 0 70px;

}

.label-paiement{
    color: #1d1e1e;
}

.formcontrol-paiement{
border: 1px solid #607d8b;
}

.image-paiement{
    max-width: 95%;
    border-bottom: 1px solid #1d1e1e;
    padding: 10px 0;

}
.recap-paiement{
    color: #607d8b;
    font-weight: 700;
    font-size: 16px;
}

.bloc-lead .form-box .form-bg {
    padding: 5px 30px 40px;
}


.form-box fieldset {
    border: none;
    padding: 0;
    margin: 0
}

.form-box legend {
    display: none
}

.form-box abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: none !important;
    text-decoration: none !important;
    font-weight: 400;
    font-size: 15px
}

.form-box label {
    display: none
}

.form-box input,
.form-box select,
.form-box textarea {
    width: 100%;
    height: 100%
}

.form-box .input-box {
    background: #fff;
    border: solid 1px #c4c4c4;
    border-radius: 3px;
    color: #3a3a3a;
    height: 40px;
    padding: 0 10px;
    font-size: 16px
}

.form-box .input-box.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-box .input-box.adress {
    height: auto;
    position: relative;
    padding: 0 15px 0 0
}

.form-box .input-box.adress .bloc-one,
.form-box .input-box.adress .bloc-two {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-box .input-box.adress .bloc-one input,
.form-box .input-box.adress .bloc-two input {
    background: transparent;
    padding: 10px;
    width: 75%
}

.form-box .input-box.adress .bloc-one input {
    border-bottom: solid 1px #c4c4c4
}

.form-box .input-box.adress:after {
    content: '';
    border-right: dashed 1px #607d8b;
    border-left: dashed 1px #607d8b;
    position: absolute;
    top: 27%;
    right: 24px;
    display: block;
    width: 2px;
    height: 33px
}

.form-box .input-box.adress.error-box:after {
    border-color: #f64747
}

.form-box .style-none {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none
}

.form-box .error-box {
    border: solid 1px #f64747
}

.form-box .error-color,
.form-box .error-text,
.form-box .error-color:before,
.form-box .error-text:before {
    color: #f64747
}

.form-box .error-text {
    font-size: 11px
}

.form-box .oblig {
    font-size: 11px;
    text-align: center;
    color: #333;
}

.btn-default {
    background-color: #607d8b;
    border-radius: 3px;
    color: #fff;
    border: 0;
    display: block;
    height: 44px;
    padding: 0 50px;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 5px solid #4c3b15;
}

.btn-default.center {
    margin: 0 auto
}




@media screen and (min-width: 768px) {
    .btn-default {
        font-size: 20px
    }
}

{
    background: url("../img/demenagement.jpg") no-repeat;
    background-size: cover;
    background-position: center
}

.filter {
    background-color: rgba(38, 55, 67, 0.7);
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.bloc-lead {
    width: 95%;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 3px;
    margin: 30px auto;
    padding: 10px 0
}

.bloc-lead .form-box {
    margin-bottom: 0px
}

.bloc-lead .form-box .titre {
    padding: 10px 20px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center
}

.bloc-lead .form-box .titre [class^="title-"] {
    text-align: center;
    font-size: 28px
}

.bloc-lead .form-box .titre .title-h2 {
    font-size: 30px
}

.bloc-lead .form-box .form-bg {
    padding: 5px 30px 40px
}

.bloc-lead .form-box .form-row {
    margin-top: 5px;
    margin-bottom: 5px
}

.bloc-lead .form-box .form-row .input-tel {
    width: 90%
}

.bloc-lead .form-box .cta {
    position: relative;
    bottom: 25px
}

.bloc-lead .mentions {
    font-size: 11px;
    margin-top: 1px;
    color: #333;
}

.star-rating {
    line-height: 0
}

.star-rating fieldset {
    border: none;
    display: inline-block;
    padding: 0
}

.star-rating fieldset:not(:checked)>input {
    position: absolute;
    top: -9999px;
    clip: rect(0, 0, 0, 0)
}

.star-rating fieldset:not(:checked)>label {
    float: right;
    width: 30px;
    line-height: 0.8;
    padding: 0 6px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 200%;
    color: #c4c4c4;
    margin-bottom: 0
}

.star-rating fieldset:not(:checked)>label:before {
    content: '\2606'
}

.star-rating fieldset:not(:checked)>label:hover,
.star-rating fieldset:not(:checked)>label:hover~label {
    color: #29d3bc
}

.star-rating fieldset:not(:checked)>label:hover:before,
.star-rating fieldset:not(:checked)>label:hover~label:before {
    content: '\2605'
}

.star-rating fieldset>input:checked~label:before {
    content: '\2605';
    color: #29d3bc
}

.star-rating fieldset>label:active {
    position: relative;
    top: 2px
}

.svg-size-icons{
	height: 100px;
	width: 100px;
}

@media screen and (min-width: 480px) {
    .bloc-lead {
        width: 350px
    }

}

@media screen and (min-width: 768px) {
    .bloc-lead .form-box .titre {
        padding: 10px 30px
    }
}

@media screen and (min-width: 992px) {
    .bloc-lead {
        position: relative;
        right: 0
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .bloc-lead {
        width: 250px
    }
    .bloc-lead .form-box .titre .title-h2 {
    font-size: 17px;
    }
    .bloc-lead .form-box .titre [class^="title-"] {
    font-size: 17px;
    }
    .btn-default {
    font-size: 14px;
    }
}

.flag-container .selected-flag {
    z-index: 1;
    position: relative;
    outline: 0;
    cursor: pointer
}

.flag-container .iti-flag {
    height: 15px;
    -webkit-box-shadow: 0 0 1px 0 #888;
    box-shadow: 0 0 1px 0 #888;
    background-image: url(../img/flags.png);
    background-repeat: no-repeat;
    background-position: 20px 0;
    background-size: 5630px 15px;
    width: 20px
}

.flag-container .selected-flag .iti-flag {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

.flag-container .selected-flag .iti-arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555
}

.flag-container .selected-flag .iti-arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555
}

.flag-container .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border: 1px solid #CCC;
    max-height: 200px;
    overflow-y: scroll;
    white-space: normal;
    width: 260px
}

.recapitulatif-boxe{
    background: #fefefe; padding: 15px; text-align: right; border: 1px solid #607d8b;
}


/*Media*/


@media (max-width: 320px){
    .nom-logo-white{
    width: 285px;
    }

    .title-page-h4:after {
    content: '';
    display: block;
    margin-top: 13px;
    width: 100px;
    border-top: 2px solid #607d8b;
    text-align: left;
}
}



@media (max-width: 768px){
	.bg-trustpilot{
		background-color: white;
		padding: 5px;
	}

    .text-right-responsive{
        text-align: left;
    }

    .widget-position2{
    margin-top: 100px;
    }

    #top_line {
    font-size: 10px;
    padding-right: 10px;
    }

    .titre-2 {
    font-size: 30px;
    }

    #image-index{
     background: url(../img/demenagementgabin/background-50px.jpg) left top repeat;

    }
    .position-titre {
    float: none;
    padding-right: 0px;
    padding-top: 45px;
    text-align: center;
    }

    .position-composant {
     float: none;
    }
    .titre-2 {
    line-height: 45px;
    padding-left: 0px;
    padding: 9px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#background-testimonial {
    height: 100%;
}


}


@media (min-width: 320px) and (max-width: 1024px){
    .logo-size{
        width:  240px;
    }
    .label-checkbox-paypal{
        font-size: 12px;
    }

    #sub_header {
    background-position-y: 0;
    }

    p {
    margin: 0 10px 25px 0;
    }

    .telechargement{
        font-size: 13px;
    }

    .pdf{
        font-size: 12px;
    }

    .text-pourquoi {
    font-size: 35px;
    }

     .nom-logo-white{
    padding-top: 0px
    }

}

@media (min-width: 1024px) and (max-width: 1202px){
.box-testimonial-enquete{border: 1px solid #607d8b; text-align: center; border-radius: 3px; height: 20px; min-height: 200px; margin-bottom: 10px;}
}
