/* ==========================================================================
   Variables                                               
   ========================================================================== */
    /* Menu générique proposé au partenaire --> "visible" = il apparait "hidden" = il est caché */

/* Text Colors */
    /* Couleur de texte du site partenaire */
    /* Couleur des liens hypertextes balise a  */

/* Background Colors */
   /* Couleur arrière plan du site partenaire */

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

/* Background header */
 /* couleur bandeau header */

/* Typography */
  /* font de base du site partenaire */
   /* Taille e la font par default du site partenaire */
   /* interlignage général du site partenaire* /

/* Typography colors titles */
  /* Couleur des titres par default */
   /* Couleur des titres du bandeau header par default  */

 /*  */

/* BTN Colors */
   /* couleur 1 des boutons */
  /* couleur texte 1 des boutons */

     /* couleur 2 des boutons */
 /* couleur:hover 2 des boutons */
 /* couleur texte 2 des boutons */
 /* couleur texte:hover 2 des boutons */

/* Démarches admin - Boutons */
     /* couleur des boutons avec une bordure */
       /* couleur texte des boutons avec une bordure */

/* BTN Colors Phones (HOME) */
   /* couleur btn phone 1 */
    /* couleur btn:text phone 1 */

/* BTN Colors Phones (PAGES INTERIEURES) */
    /* couleur btn phone 2 */
       /* couleur btn:text phone 2 */

/* BTN Colors Form */
    /* couleur btn formulaire Devis - page dem-pro */
       /* couleur texte btn formulaire Devis - page dem-pro */

/* BTN fixed DDR et APPEL */
   /* couleur fond btn DDR et TEL fixed right */
    /* couleur bordure btn DDR et TEL fixed right */
    /* couleur de fond btn DDR et TEL fixed right */

/* Background headband services  */
 /* visuel bandeau */

/* Services (Home) */
 /* couleur svg - page services */
 /* couleur titre - page services */
 /* bg description - page services */
 /* couleur hover flèche description - page services */

/* Ico arguments */
 /* couleur svg arguments détail */

/* Breadcrumb */
 /* couleur border-top fil d'ariane */

/* Footer partner */
 /* couleur background - footer */
 /* couleur texte mentions légales - footer */

/* Confirmation Demande Devis - SVG Color */
 /* couleur svg - page confirmation demande devis */

/******************************* CONTAINERS ***********************************/
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */


/* ==========================================================================
   Imports                                              
   ========================================================================== */


@charset "UTF-8";

@font-face {
    font-family: "bemovepro-partenaires";
    src:url("https://cdn2.hubspot.net/hubfs/3385629/BemovePro-partenaires/fonts/bemovepro-partenaires.eot");
    src:url("https://cdn2.hubspot.net/hubfs/3385629/BemovePro-partenaires/fonts/bemovepro-partenaires.eot?#iefix") format("embedded-opentype"),
    url("https://cdn2.hubspot.net/hubfs/3385629/BemovePro-partenaires/fonts/bemovepro-partenaires.woff") format("woff"),
    url("https://cdn2.hubspot.net/hubfs/3385629/BemovePro-partenaires/fonts/bemovepro-partenaires.ttf") format("truetype"),
    url("https://cdn2.hubspot.net/hubfs/3385629/BemovePro-partenaires/fonts/bemovepro-partenaires.svg#bemovepro-partenaires") format("svg");
    font-weight: normal;
    font-style: normal;

}

[data-icon]:before {
    font-family: "bemovepro-partenaires" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "bemovepro-partenaires" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-ico-arrow:before {
    content: "\61";
}
.icon-ico-checked:before {
    content: "\62";
}
.icon-ico-chevron:before {
    content: "\63";
}
.icon-ico-ddr:before {
    content: "\64";
}
.icon-ico-mail:before {
    content: "\66";
}
.icon-ico-plus:before {
    content: "\67";
}
.icon-ico-appel:before {
    content: "\68";
}
.icon-ico-just-phone:before {
    content: "\65";
}




/* ==========================================================================
   Base                                                    
   ========================================================================== */
   

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
} 


/* Website background color and default font styles */
body {
  background: #fff;
  color: #0c3441;
  font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */
 
 .row-fluid [class*="span"]{
     min-height: auto!important;
 }
 
.container-fluid {
    padding: 0!important;
} 

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 960px;
  margin: 0 auto;
}

a { color: #009fa1; }
a:hover, a:focus { color: ; }

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #0c3441;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #0c3441;
  text-shadow: none;
}

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img {
    max-width: initial;
}

img {
    max-width: 100%;
}

a, input, button {
    outline: 0;
}




/* ==========================================================================
   Typography
   ========================================================================== */


/* Basic text */
p { margin: 0; padding: 0; } 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
     font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
     font-weight: 700;
     margin: auto;
     color: #000;
     line-height: 1.2;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    
}

h1 {
    font-size: 2.2rem; /*22px*/
}
h2 {
     font-size: 2rem; /*20px*/
}
h3 {
     font-size: 1.8rem; /*18px*/
}
h4 {
    font-size: 1.6rem; /*16px*/
}
h5 {}
h6 {}

/*Text*/
/*.text-biggest {
    font-size: 2.4rem;
}
.text-bigger {
    font-size: 2.1rem;
}
.text-big {
     font-size: 1.8rem;
}
.text-small {
        font-size: 1.2rem;
}*/
/* ========================================================================== */

.dis-none {
    display: none!important;
}

.display-table {
    display: table;
    height: 100%;
    width: 100%;
}
.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

/* ==========================================================================
    Media Queries Typography
   ========================================================================== */

@media (min-width: 768px) {
    /*Titles*/
    h1 {
        font-size: 2.8rem; /*28px*/
    }
    h2 {
         font-size: 2.2rem; /*22px*/
    }
    h3 {
         font-size: 2rem; /*20px*/
    }

}/*End 768px*/

@media (min-width: 992px) {
      /*Titles*/
    h1 {
        font-size: 3.8rem; /*38px*/
    }
}/*End 992px*/


@media (min-width: 1200px) {
      /*Titles*/
    h2 {
         font-size: 2.4rem; /*26px*/
    }
    h3 {
         font-size: 2.2rem; /*22px*/
    }
    /*Text*/
    /*.text-bigger {
        font-size: 2.4rem;
    }
    .text-big {
         font-size: 2.0rem;
    }
    .text-small {
            font-size: 1.4rem;
    }
    .text-smaller {
            font-size: 1.2rem;
    }*/
}/*End 1200px*/



/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {

}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}

.text-politique-conf {
    font-size: 1.4rem;
}
.text-politique-conf a {
    color: #009fa1;
}


.hs_submit input[type="submit"] {
    cursor: pointer;
}

.hs_submit input[type="submit"]:hover,
.hs_submit input[type="submit"]:focus {
     
    filter: brightness(60%);
    -webkit-filter: brightness(60%);
    -moz-filter: brightness(60%);
    -o-filter: brightness(60%);
    -ms-filter: brightness(60%);
;
     
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
;
}


  iframe {
    display: block;
    width: 100%;
    margin: 0 0 2.0rem;
  }



/* ==========================================================================
   2. COS STRUCTURE                                            
   ========================================================================== */
   
   
/* Eléments communs
 ========================================================================== */
 
 
 /* ==========================================================================
   Content                                                 
   ========================================================================== */

.body-container-wrapper {}
.body-container {}

.container-page {
    max-width: 117.0rem;
    width: 100%;
    margin: 0 auto !important;
}

.container-page:after {
    content:'';
    display: table;
    clear: both;
}

#back-to-top {
	position: fixed;
	bottom: 12px;
	right: -8px;
     
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
;
     
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
;
    z-index: 99;
}
#back-to-top.scrolled {
	 
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
;
}
.back-top {
    color: #fff;
    background-color: #313336;
    border-color: #fff;
    
    display: inline-block;
    padding: 6px 9px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 4px;
    opacity: 0.8;
}
.back-top i:before {
    display: inline-block;
     
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
;
}

.text-center {
    text-align: center;
} 
.d-block {
    display: block;
} 

.back-row {
    background: #0c3441;
}
.back-row-color {
     color: #fff;
    background: #009fa1;
}

.bloc-arrow {
    position: relative;
    padding: 2rem 0;
    text-align: center;
    margin-bottom: 5.0rem;
}
.bloc-arrow  .cell-wrapper .hs_cos_wrapper {
    position: relative;
}
.bloc-arrow  .cell-wrapper .hs_cos_wrapper div {
    position: relative;
    z-index: 2;
}
.bloc-arrow i {
    position: absolute;
    bottom: -4.5rem;
    left: 0;
    right: 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    margin: 0 auto;
    color: #009fa1;
    font-size: 7rem;
}

.headband {
    width: 100%;
    background-size: cover !important;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 20%;
    padding-bottom: 2%;
    overflow: hidden;
}
@media (max-width: 768px) and (orientation: landscape) {
    .headband {
        padding-top: 15%;
    }
}
.row-fluid .headband[class*="span"] {
    min-height: 20rem !important;
}

.headband .bloc-head-titre {
    padding: 1.0rem;
    border-radius:1rem;
    font-size: 2rem;
    color: #000;
    margin-top: 4%;
}
.headband .header-confirmation {
    max-width: 76rem;
    width: 100%;
    padding: 2rem;
    margin: 0 auto;
    overflow: hidden;
}
.headband .header-confirmation .item-confirmation {
    padding: 1.5rem;
    border-radius: 1rem;
    text-align: center;
    background: #ffffff;
}
.headband .header-confirmation .item-confirmation figure {
    display: block;
    margin: 0 auto;
    width: 11rem;
    height: 11rem;
    border-radius: 50%;
    text-align: center;
    background: #009fa1;
}
.headband .header-confirmation .item-confirmation img {
    display: block;
    padding-top: 1.9rem;
    margin: 0 auto;
    max-width: 100%;
}
.headband .header-confirmation .item-confirmation span {
    display: block;
    margin-top: 1.5rem;
}
.headband h1 {
    max-width: 96.0rem;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 1.5rem;
    text-align: center;
    color: #ffffff;
}

.headband p {
    max-width: 96.0rem;
    width: 100%;
    text-align: center;
    color: #ffffff;
}

.headband h2 {
    margin-bottom: 1.5rem;
    color: #fff;
    text-align: center;
}
.headband .description {
    max-width: 96.0rem;
    width: 100%;
    line-height: 1.6;
    margin: 0 auto !important;
    padding-bottom: 1rem;
    color: #fff;
    text-align: center;
    float: none !important;
}

.bloc-horaires {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 2rem 0;
    text-align: center;
}

.bloc-head-phone1 {
    position: relative;
    max-width: 27rem;
    width: 100%;
    height: 5.2rem;
    border-radius: 1.5rem;
    background: #009fa1;
}
.bloc-head-phone1 a {
    position: relative;
    display: table;
    padding: 0 2rem;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    text-align: right;
}
.bloc-head-phone1 a i {
    display: table-cell;
    vertical-align: middle;
    font-style: normal;
}
.bloc-head-phone1 a i.ico {
    font-size: 3.2rem;
    position: absolute;
    left: 3.0rem;
    top: 1.0rem;
}

.chapo {
    font-weight: 700;
    padding: 3rem 2rem 1rem;
    line-height: 1.5;
}

@media (min-width: 768px) {
    #back-to-top {
    	bottom:  6px;
    	right: 10px;
    }
    .back-top {
        font-size: 2.2rem;
        padding: 6px 12px;
    }
    .headband {
        padding-top: 10%;
        display: table !important;
    }
    .headband .row-fluid-wrapper:first-child {
        display: table-cell;
        vertical-align: middle;
    }
    .headband .row-fluid-wrapper {
        display: table-row;
    }
    .headband h1 {
        font-size: 2.8rem;
    }
    .headband .header-confirmation .item-confirmation {
        position: relative;
        height: 14rem;
    }
    .headband .header-confirmation .item-confirmation figure {
        position: absolute;
        left: 2rem;
    }
    .headband .header-confirmation .item-confirmation span {
        display: inline-block;
        vertical-align: middle;
        margin-top: 4rem;
    }
    .row-fluid .headband[class*="span"] {
        min-height: 25rem !important;
    }
    .chapo {
        padding: 4rem 4rem 1rem;
    }
}

@media (min-width: 992px) {
    .headband {
        padding-top: 5%;
    }
}

@media screen and (min-width: 1200px) {
    .headband {
        padding-top: 5%;
    }
    .headband h1 {
        font-size: 3.6rem;
    }
    .bloc-head-phone1 {
         max-width: 29rem;
    }
    .bloc-head-phone1:hover .effect-sonar {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        border-radius: 1.5rem;
      
        animation: sonar-effect 1s ease-in-out .1s infinite;
    }
    @keyframes sonar-effect {
      0% {
        opacity: 0.1;
      }
      40% {
        opacity: 0.3;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #009fa1, 0 0 0 10px rgba(255,255,255,0.5);
      }
      100% {
       box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #009fa1, 0 0 0 10px rgba(255,255,255,0.5);
        transform: scale(1.1);
        opacity: 0;
      }
    }
    .row-fluid .headband[class*="span"] {
        min-height: 28rem !important;
    }
}

@media (min-width: 1600px) {
    .headband {
        padding-top: 2%;
    }
}


/* ==========================================================================
   Breadcrumb
   ========================================================================== */
.breadcrumb-partner {
    width: 100%;
    padding: 1rem 1rem;
}
.breadcrumb-partner ul {
    padding: 0;
    margin: auto;
    max-width: 117rem;
    width: 100%;
}
.breadcrumb-partner ul li {
    display: inline;
    position: relative;
    list-style: none;
    color: #009fa1;
    font-size: 1.4rem;
    padding: 1rem;
}
.breadcrumb-partner ul li a {
    text-decoration: none;
    color: #000;
}
.breadcrumb-partner ul li:after {
    content:'>';
    position: absolute;
    right: -0.1rem;
    top: 1.1rem;
}
.breadcrumb-partner ul li:last-child:after {
    content:'';
}


/* =========================================================================
   Boutons
   ========================================================================== */
   
.b-default {
    border-radius: 1.5rem;
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    padding: 1.8rem 2.5rem;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.b-default.b-border {
    border: solid 4px #009fa1;
    color: #009fa1;
    font-size: 2rem;
     
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
;
}
.b-default.b-cta {
    background: #009fa1;
    color: #fff;
    font-size: 2.4rem;
     
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
;
}
.b-default.b-phone--1 {
    background: #009fa1;
    color: #fff;
    font-weight: 700;
    font-size: 2.4rem;
    position: relative;
}
.b-default.b-phone--1 i {
    font-style: normal;
}
.b-default.b-phone--2{
    background: #009fa1;
    color: #fff;
    font-size: 2.4rem;
     
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
;
}
.b-default.b-phone--1:hover, .b-default.b-phone--2:hover, .b-default.b-phone--1:focus, .b-default.b-phone--2:focus {
     
    filter: brightness(60%);
    -webkit-filter: brightness(60%);
    -moz-filter: brightness(60%);
    -o-filter: brightness(60%);
    -ms-filter: brightness(60%);
;
     
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
;
}
.b-default.b-phone--2.b-ico {
    padding-left: 6rem;
    padding-right: 1rem;
}
.b-default.b-phone--2.b-ico:before {
    background-image:url(https://cdn2.hubspot.net/hubfs/3385629/BemovePro-partenaires/icones/ico_mobile.svg);
    background-size: contain;
    content:'';
    display: inline-block;
    width: 6rem;
    height: 6rem;
    position: absolute;
    left: -1rem;
    bottom: 0;
}

@media (min-width: 1200px) {
    .b-default.b-phone--2 {
        font-size: 2.8rem;
    }  
}


/* =========================================================================
   Header
   ========================================================================== */

.header-partner {
    visibility: visible;
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    padding: 1rem 0;
    background-color: rgba(255,255,255,0.95);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.header-partner .logo-global {
    display: block;
    max-width: 15rem;
    width: 100%;
    margin: 0 auto;
}
.header-partner a img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    
}
.header-partner figure {
    margin: 0 auto;
    width: 100%;
}
.header-partner figure img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}


.row-fluid [class*="span"].nav-partenaire {
    position: fixed; background: red; width: 100%; height: 50px;
    z-index: 999999999;
}


/* =========================================================================
   Footer
   ========================================================================== */
.footer-partner {
    position: relative;
    z-index: 5;
    width: 100%;
    height: auto;
    padding: 1rem;
    text-align: center;
    
    background: ;
    color:;
    font-size: 1.4rem;
}
.footer-partner a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1.5rem;
    text-decoration: none;
}
.footer-partner a.logo-footer {
   max-width: 10rem;
   width: 100%;
}


/* =========================================================================
   HOME modele 2
   ========================================================================== */

.back-page {
    width: 100%;
    background-size: cover !important;
    padding: 0 1.5rem 2.4rem;
    overflow: hidden;
}
.back-page .bloc-head {
    margin-top: 4%;
}
.back-page h1 {
    color: #fff;
    font-size: 2.4rem;
    text-align: center;
    text-transform: uppercase;
}
.back-page .bloc-head h2 {
    max-width: 96rem;
    width: 100%;
    margin: 0.5rem auto 2.5rem;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.3;
}

.bloc-entree-dem {
    background: rgba(255,255,255,0.8);
    margin-bottom: 2rem;
    text-align: center;
    width: 60%;
}
.bloc-entree-dem .row-fluid-wrapper {
    width: 100%;
}
.bloc-entree-dem .content-box-services {
    padding-top: 2%;
}
.bloc-entree-dem .box-service {
    background: transparent;
    border: none;
}
.bloc-entree-dem .box-service .picture {
    background: transparent;
    display: block;
    width: auto;
    height: auto;
}
.bloc-entree-dem .box-service .rounded {
    height: 44%;
    width: 44%;
    padding: 2rem;
}
.bloc-entree-dem .box-service .description {
    background: #009fa1;
    height: 6.5rem;
    margin-top: -3rem;
    width: 90%;
    position: relative;
}
.bloc-entree-dem .box-service .description .libelle {
    color: #FFF;
    text-align: center;
    width: 100%;
}
.bloc-entree-dem .txt-accompagnement {
    font-size: 2.2rem;
    font-weight: 700;
    padding: 0 5% 5%;
}
.bloc-entree-dem .liste-services {
    color: #FFF;
    background-color: #fdb631;
    margin: 0;
    padding: 2% 0;
}
.bloc-entree-dem .liste-services li {
    display: inline;
    border-right: solid 1px #FFF;
    font-size: 1.7rem;
    padding: 0 1rem;
    line-height: 1.5;
}
.bloc-entree-dem .liste-services li:last-child {
    display: inline;
    border-right: none;
}
.bloc-entree-dem .liste-services li a {
    color: #FFF;
    text-decoration: none;
}

@media (min-width: 768px) {
    .back-page h1 {
        font-size: 2.8rem;
    }
    .back-page .bloc-head h2 {
        font-size: 2.8rem;
    }
    .content-box-services.col-2 .item-service {
        width: 49%;
        display: inline-block;
        vertical-align: middle;
        padding: 1% 0.5rem;
    }
    .bloc-entree-dem .item-service:first-child {
        border-right: solid 2px rgb(140,140,140);
    }
    .bloc-entree-dem .box-service {
        max-width: 40rem;
    }
    .bloc-entree-dem .box-service .description {
        height: 7.5rem;
        margin-top: -1rem;
        width: inherit;
    }
    .bloc-entree-dem .txt-accompagnement {
        font-size: 2.4rem;
        line-height: 1.3;
    }
}

@media (min-width: 992px) {
    .back-page .bloc-head h2 {
        padding: 0 20rem;
    }
    .bloc-entree-dem .txt-accompagnement {
        padding: 1% 17% 3%;
    }
}

/*@media (min-width: 1200px) {
    .home-m2 .body-container-wrapper,
    .home-m2 .body-container-wrapper > .body-container,
    .home-m2 .body-container-wrapper > .body-container > .row-fluid-wrapper:first-child,
    .home-m2 .body-container-wrapper > .body-container > .row-fluid-wrapper:first-child > div,
    .home-m2 .body-container-wrapper > .body-container > .row-fluid-wrapper:first-child > div > .page-home,
    .home-m2 .body-container-wrapper > .body-container > .row-fluid-wrapper:first-child > div > .page-home > div,
    .home-m2 .body-container-wrapper > .body-container > .row-fluid-wrapper:first-child > div > .page-home > div > div,
    .home-m2 .body-container-wrapper > .body-container > .row-fluid-wrapper:first-child > div > .page-home > div > div > .back-page {
        height: 100%;    
    }
    .bloc-entree-dem .box-service .description .libelle h2 {
        color: #FFF;
    }
    .bloc-entree-dem .liste-services li {
        font-size: 2rem;
    }
}*/


/* =========================================================================
   Articles ROW
   ========================================================================== */
.row-article {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding: 0 2rem;
}
.row-article h2 {
    margin-bottom: 0.5rem;
}
.titre-row {
    background:  #0c3441;
    padding: 5rem 0 1.5rem;
    text-align: center;
}
.row-article.img {
    direction: rtl;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); 
}
.row-article.img .row-fluid-wrapper {
    direction: ltr;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); 
}
.row-article .row-fluid .widget-type-rich_text {
    line-height: 1.5;
    margin-bottom: 2rem;
}
.row-article .b-cta {
    text-align: center;
    display: block;
    margin: 2rem auto 0;
    width: 100%;
}

@media (min-width: 768px) {
    .row-article {
        display: table;
        overflow: hidden;
    }
    .row-article .row-fluid-wrapper {
        display: table-cell;
        vertical-align: middle;
        position: relative;
        height: 370px;
    }
    .row-article.txt .row-fluid-wrapper:nth-child(1), .row-article.img .row-fluid-wrapper:nth-child(2) {
        width: 65%;
    }
    .row-article.txt .row-fluid-wrapper:nth-child(2), .row-article.img .row-fluid-wrapper:nth-child(1) {
        width: 35%;
    }
    .row-article.txt .hs_cos_wrapper_type_linked_image img {
        position: absolute;
        top: 0;
        left: 0;
        max-width: inherit;
    }
    .row-article.img .hs_cos_wrapper_type_linked_image img {
        position: absolute;
        top: 0;
        right: 0;
        max-width: inherit;
    }
    .row-article .row-fluid .widget-type-rich_text {
        padding: 0 2rem;
        margin-bottom: 0;
    }
    .row-article .b-cta {
        width: 75%;
    }
}

@media (min-width: 992px) {
    .row-article .row-fluid-wrapper {
        height: inherit;
    }
    .row-article.txt .row-fluid-wrapper:nth-child(1), .row-article.img .row-fluid-wrapper:nth-child(1), .row-article.txt .row-fluid-wrapper:nth-child(2), .row-article.img .row-fluid-wrapper:nth-child(2) {
        width: 50%;
    }
    .row-article.txt .hs_cos_wrapper_type_linked_image img, .row-article.img .hs_cos_wrapper_type_linked_image img {
        position: inherit;
        left: inherit;
        right: inherit;
        max-width: 100%;
    }
}

/* demenagement */   
.page-demenagement .row-article {
    margin-top: 2rem;
    margin-bottom: 0;
    padding: 0 2rem;
}

/* energie */   
.row-article .bloc-engagement .row-fluid-wrapper {
    display: block;
}
.row-article.txt .bloc-engagement .row-fluid-wrapper:nth-child(1), .row-article.txt .bloc-engagement .row-fluid-wrapper:nth-child(2) {
    width: auto;
}

 /* ==========================================================================
   Bloc email   
========================================================================== */
.bloc-email-partner {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url('https://cdn2.hubspot.net/hubfs/3385629/BemovePro-partenaires/images/bg-block-email.jpg') no-repeat 0 0;
    background-size: cover;
}

.bloc-email-partner {
    text-align: center;
    padding: 1.5rem;
}

.bloc-email-partner h3 {
    color:#fff;
}

.bloc-email-partner form {
    padding: 1.5rem;
    padding-bottom: 0;
}

.bloc-email-partner .hs-form-field {
    position: relative;
}

.bloc-email-partner .hs-form-field label {
    display: none;
}


.bloc-email-partner .hs-form-field .input {
    position: relative;
    max-width: 35.0rem;
    width: 100%;
    height: 5.0rem;
    margin: 0 auto;
}

.bloc-email-partner .hs-form-field .input:before {
    content:'\66';
    font-family: "bemovepro-partenaires" !important;
    position: absolute;
    z-index: 1;
    left: 1.5rem;
    top: 1rem;
    color: #afafaf;
    font-size: 2rem;
}


.bloc-email-partner .hs-form-field input {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 1.5rem;
    padding: 1.5rem;
    padding-left: 5.0rem;
    border: 0;
    color: #afafaf;
}

.bloc-email-partner .hs_submit {
    margin: 1.5rem auto;
}

.bloc-email-partner .hs_submit input[type="submit"] {
    max-width: 19.0rem;
    width: 100%;
    border-radius: 1.5rem;
    border: 0;
    padding: 1.0rem;
    background: #fdb631;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    text-align:center;
    cursor: pointer;
}

.bloc-email-partner .hs_submit input[type="submit"]:hover, 
.bloc-email-partner .hs_submit input[type="submit"]:focus {
        
    filter: brightness(60%);
    -webkit-filter: brightness(60%);
    -moz-filter: brightness(60%);
    -o-filter: brightness(60%);
    -ms-filter: brightness(60%);
;
         
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
;
}

.bloc-email-partner .hs-error-msgs {
    max-width: 35.0rem;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
.bloc-email-partner .hs-error-msgs li {
    list-style: none;
}
.bloc-email-partner .hs-error-msgs li label {
    display: block;
    color:#fff;
}

.bloc-email-partner .text-politique-conf {
    text-align: center;
    color:#fff;
    font-size: 1.4rem;
}

.bloc-email-partner .text-politique-conf a {
    text-decoration: underline;
    color:#fff;
}

/* ==========================================================================
   Bloc INTERLOCUTEUR                                                  
   ========================================================================== */
.bloc-interlocuteur--cta {
    background: #fff;
    border: solid 1px #009fa1;
    float: none !important;
    padding: 2rem 2rem;
    margin: 3.5rem auto !important;
    text-align: center;
    max-width: 85%; 
}
.bloc-interlocuteur--cta .text-big {
    color: #009fa1;
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .bloc-interlocuteur--cta {
        padding: 2rem 5rem;
        max-width: 75%; 
    }
}

@media (min-width: 1200px) {
    .bloc-interlocuteur--cta {
        max-width: 50%; 
    }
}

/* ==========================================================================
   Bloc transition                                                 
   ========================================================================== */
.bloc-transition {
    background-repeat: no-repeat;
    background-size: 500%;
    background-position: -40rem 0;
    padding-top: 20rem;
}
.page-demenagement .bloc-transition {
    background-color: #f3f2f2;
    background-position: -40rem 4rem;
    padding-top: 24rem;
}
.bloc-transition .bloc-titre {
    color: #2c2c2c;
    font-size: 2.4rem;
    padding: 0 2rem;
    text-align: center;
}
.bloc-parlons.right  {
    margin: 5rem auto !important;
}
.bloc-parlons {
    background: #fff;
    float: none !important;
    padding: 2rem 2rem;
    max-width: 85%;
    text-align: center;
}
.bloc-parlons .appel {
    font-size: 2.1rem;
    padding: 1.5rem 0 1rem;
}
.bloc-parlons .mention {
    font-size: 1.4rem;
    padding: 1rem 0 1rem;
}

@media (min-width: 768px) {
    .bloc-transition {
        background-position: -50rem 0;
        background-size: 240%;
        padding-top: inherit;
    }
    .page-demenagement .bloc-transition {
        background-position: -40rem 4rem;
        padding-top: 4rem;
    }
    .bloc-transition .bloc-titre {
        padding: 4rem 4rem 0 20rem;
        text-align: right;
    }
    .bloc-parlons.right  {
        float: right !important;
        padding: 2rem 3rem;
        max-width: 55%;
        margin-right: 4rem !important;
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
    .bloc-parlons.right .titre  {
        font-size: 2.4rem;
    }
    .bloc-parlons .appel {
        padding: 2.5rem 0 1rem;
    }
    .bloc-parlons .b-default.b-phone--2 {
        padding-left: 7rem;
    }
    .bloc-parlons .b-default.b-phone--2:before {
        left: 1rem;
    }
}

@media (min-width: 992px){
    .bloc-transition {
        background-position: -52rem 0;
        background-size: 215%;
    }
    .bloc-transition .bloc-titre {
        padding: 4rem 4rem 0 36rem;
    }
}
@media (min-width: 1200px){
    .bloc-transition {
        background-position: -40rem 0;
        background-size: 140%;
    }
    .bloc-transition .bloc-titre {
        font-size: 2.8rem;
        padding: 4rem 4rem 0 0;
    }
    .bloc-parlons.right {
        max-width: 47%;
    }
    .bloc-parlons.right .titre {
        font-size: 2.8rem;
    }
}

/* internet */   
.bloc-parlons.internet {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

/* ==========================================================================
   Formulaires Tunnel Déménagement                                                  
   ========================================================================== */
.bloc-formulaire--tunnel {
    padding: 1.5rem;
}


.form-tunnel p.cps-obli {
    margin: 0;
    font-size: 1.2rem;
}
.form-tunnel .hs-form-field {
    margin-bottom: 1.5rem;
}
.form-tunnel .hs-form-field label .required {
    color: #ff0000;
    font-size: 1.4rem;
}
.form-tunnel .input .hs-input {
    border: 0.1rem solid #a9a9a9;
    border-radius: 1rem;
    height: 5rem;
    width: 100%;
    padding: 1.5rem;
}
.form-tunnel .hs_submit {
    margin: 1.5rem auto;
    text-align: center;
}
.form-tunnel .hs_submit input[type="submit"] {
    max-width: 24rem;
    width: 100%;
    height: 7.0rem;
    margin: 0 auto;
    background-color: #009fa1;
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    border-radius: 1.0rem;
    border: 0;
}
.form-tunnel  .hs-form-required {
    color: #ff0000;
    font-size: 1.4rem;
    display:none;
}
.form-tunnel .input .inputs-list {
    margin: 0;
}
.form-tunnel label.hs-form-checkbox-display {
    display: block;
    height: 100%;
    margin-bottom: 1.5rem;
}
.form-tunnel label.hs-form-checkbox-display input[type="checkbox"] {
     -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    border-radius: .5rem;
    height: 2.5rem;
    width: 2.5rem!important;
    background: #fff;
    border: 0.2rem solid #ccc;
    position: relative;
    display: inline-block;
    vertical-align:middle;
    margin-right: .5rem;
}
.form-tunnel label.hs-form-checkbox-display input[type="checkbox"]:checked::before {
    content: '\62';
    font-family: "bemovepro-partenaires" !important;
    font-size: 3rem;
    display: block;
    color: #44a437;
    position: absolute;
    top: 0;
    left: 0;
}
.form-tunnel label.hs-form-checkbox-display span {
    display: inline-block;
    vertical-align: middle;
    width: 84%;
}
.form-tunnel label.hs-form-checkbox-display span i.libelle {
    position: relative;
    font-style: normal;
}
.form-tunnel label.hs-form-checkbox-display span i.libelle:after {
    content:':';
    position: absolute;
    right: -0.5rem;
    top: 0;
}
.form-tunnel label.hs-form-checkbox-display span i.libelle-hide {
    display: block;
    font-size: 1.2rem;
    font-style: italic;
}
.form-tunnel .step-form {
    margin: 2.0rem -1.0rem;
}
.form-tunnel .step-form.step-fin {
    margin-bottom: 0;
}
.form-tunnel p.text-step-info {
    margin: 0;
    padding: 0.5rem 0 3.0rem 3.5rem;
}
.form-tunnel p.text-step-info span {
    display: block;
    font-size: 1.2rem;
}
.form-tunnel .step-form span:nth-child(1) {
    width: 3.5rem;
    height: 3.5rem;
    padding: 0.7rem;
    border-radius: 50%;
    background: #009fa1;
    color: #ffffff;
    font-size: 1.6rem;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.form-tunnel .step-form span:nth-child(2) {
    color: #009fa1;
    display: inline-block;
    vertical-align: middle;
    width: 85%;
    padding-left: 1.0rem;
    line-height: 1;
}
.form-tunnel .hs-error-msgs {
    margin: 0.3rem;
}
.form-tunnel .hs-error-msgs li label {
    color: #ff0000;
    font-size: 1.4rem;
}
.form-tunnel .input .hs-input.error {
    border: 0.1rem solid #ff0000;
}
.form-tunnel .content-garanties {
    margin :0;
    padding: 0;
    text-align: center;
}
.form-tunnel .content-garanties li {
    list-style: none;
    margin-bottom: 1.5rem;
}
.form-tunnel .content-garanties li .box-garantie p {
    text-align: left;
}
.form-tunnel .content-garanties li:nth-child(n+2) .box-garantie img {
    display: none;
}



@media (min-width: 768px){
     .form-tunnel fieldset:nth-of-type(2) {
        width : 60%;
        display: inline-block;
        vertical-align: middle;
    }
    .form-tunnel fieldset:nth-of-type(3) {
        width : 39%;
        display: inline-block;
        vertical-align: middle;
    }
    .form-tunnel fieldset:nth-of-type(2) .hs-form-field, .form-tunnel fieldset:nth-of-type(3) .hs-form-field  {
        position: relative;
    }
    .form-tunnel fieldset:nth-of-type(2) .hs-form-field .hs-error-msgs, .form-tunnel fieldset:nth-of-type(3) .hs-form-field .hs-error-msgs {
         position: absolute;
         left: 0;
         right: 0;
         margin: 0 auto;
     }
     .form-tunnel .inputs-list {
         text-align: center;
     }
   .form-tunnel .inputs-list li {
       display: inline-block;
       vertical-align: middle;
       width: 25%;
       height: 28.0rem;
       padding: 0 1.0rem;
   }
    .form-tunnel.form-dem--seul .inputs-list li:nth-child(1) label.hs-form-checkbox-display:before {
    content: url(https://cdn2.hubspot.net/hubfs/3385629/BemovePro-partenaires/icones/picto-location-utilitaire.png);
   }
    .form-tunnel.form-dem--seul .inputs-list li:nth-child(2) label.hs-form-checkbox-display:before {
    content: url(https://cdn2.hubspot.net/hubfs/3385629/BemovePro-partenaires/icones/picto-stockage.png);
   }
    .form-tunnel.form-dem--seul .inputs-list li:nth-child(3) label.hs-form-checkbox-display:before {
    content: url(https://cdn2.hubspot.net/hubfs/3385629/BemovePro-partenaires/icones/picto-location-camion.png);
   }
   .form-tunnel.form-dem--seul .inputs-list li:nth-child(4) label.hs-form-checkbox-display:before {
    content: url(https://cdn2.hubspot.net/hubfs/3385629/BemovePro-partenaires/icones/picto-dem-collaboratif.png);
   }
   .form-tunnel .inputs-list li label.hs-form-checkbox-display {
       position: relative;
       padding: 0.5rem 0.5rem 0;
       border-radius: 1.0rem;
       border: 0.1rem solid #009fa1;
   }
   .form-tunnel .inputs-list li label.hs-form-checkbox-display input[type="checkbox"] {
       position: absolute;
       left: 0;
       right: 0;
       bottom: 1.5rem;
       margin: 0 auto;
   }
   .form-tunnel label.hs-form-checkbox-display span i.libelle {
       font-weight : 700;
   }
   .form-tunnel label.hs-form-checkbox-display span i.libelle:after {
        content:'';
    }
    .form-tunnel label.hs-form-checkbox-display span i.libelle-hide {
       margin-top: 0.5rem; 
    }
    .form-tunnel .hs-error-msgs.inputs-list {
        height: auto;
    }
    .form-tunnel .hs-error-msgs.inputs-list li {
        width: 100%;
        height: auto;
    }
    .form-tunnel label.hs-form-checkbox-display input[type="checkbox"]:checked::before {
        font-size: 4.5rem;
        top: -1.2rem;
    }
    .form-tunnel .content-garanties li:nth-child(n+2) .box-garantie img {
        display: block;
        margin: 0 auto;
    }
    .form-tunnel .content-garanties li {
       display: inline-block;
       vertical-align: middle;
       width: 32%;
       height: 20.0 rem;
       padding: 0 1.5rem;
    }
    .form-tunnel .content-garanties li .box-garantie p {
        padding: 0.5rem 1.5rem;
        text-align: center;
    }
    .form-tunnel .content-garanties li .box-garantie {
        padding: 1.0rem 0;
    }
}

@media (min-width: 991px){
     .form-tunnel label.hs-form-checkbox-display span i.libelle {
       font-size : 2.2rem;
   }
    .form-tunnel .content-garanties li .box-garantie p {
        padding: 0.5rem 4.5rem;
    }
}




/* ==========================================================================
   Content Bloc services                                           
   ========================================================================== */
   
.content-box-services {
    width: 100%;
}

.content-box-services h2 {
    margin: 2.0rem;
}

.page-home--t1 .content-box-services {
    padding-bottom: 0;
}

.page-home .content-box-services {
    padding-bottom: 4rem;
}
.demarches-admin .content-box-services {
    padding: 0 0 3rem;
}
.content-box-services .item-service.no-access {
    opacity: 0.5;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.content-box-services .item-service.no-access a {
    cursor: default;
}
.content-box-services .row-fluid-wrapper .item-service {
    margin-bottom: 3rem;  
}
.title-service, .title-service h2 {
    font-weight: 300;
    margin: 0 auto 3rem;
    text-align: center;
}
.title-service h2 {
    margin: 3rem auto;
}
.box-service {
    display: table;
    clear:both;
    width: 100%;
    height: 6.0rem;
    background: #009fa1;
    font-size: 0;
    text-decoration: none;
}
.box-service:focus {
    background: #009fa1;
}
.box-service .picture {
     display: inline-block;
    vertical-align: middle;
    width: 20%;
    height: 100%;
    background: #fff;
}
.box-service:focus .picture {
    background: #009fa1;
}
.box-service .rounded {
    display:block;
    width: 5.0rem;
    height: 5.0rem;
    padding: 0.5rem;
    margin: 0.4rem auto;
    background: #009fa1;
    border-radius: 50%;
    overflow: hidden;
}
.box-service .rounded img {
    max-width: 100%;
}
.box-service .description {
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    width: 80%;
    height: 100%;
}
.box-service:focus .description{
    background: #fff;
    border: 0.3rem solid #009fa1;
    color: #009fa1;
}
.box-service .description .libelle {
    display: table;
    width: 85%;
    height: 100%;
    padding: 0 0.5rem;
    margin: 0;
    color:#fff;
    font-weight: 700;
    text-align: left;
}
.box-service .libelle h2 {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    color:#fff;
    font-size: 2rem;
}
.box-service .description .libelle h2 i {
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    display: block;
}
.box-service .libelle-t2 h2 {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    color:#fff;
    font-size: 2rem;
}
.box-service .description .libelle-t2 h2 i {
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    display: block;
}
.box-service p span:nth-child(2){
    display:none;
}


/* ==========================================================================
   Media queries Box Services                                             
   ========================================================================== */

@media (min-width: 768px){
    .content-box-services {
        text-align: center;
    }
    .content-box-services .row-fluid-wrapper .item-service {
        width: 39%;
        display: inline-block;
        vertical-align: middle;
    }
    .box-service {
        display: inline-block;
        vertical-align: middle;
        clear:both;
        max-width: 26.5rem;
        width: 100%;
        padding-top: 0;
        background: #fff;
        font-size: 0;
        border: 0.1rem solid #e4e5e6;
        overflow: hidden;
    }
    .box-service {
        border-radius: 1.0rem;
        height: 25rem;
    }
    .box-service .picture {
        position: relative;
        top: 1.5rem;
        display: block;
        width: 100%;
        height: auto;
    }
    .box-service .rounded {
        display:block;
        width: 17.5rem;
        height: 17.5rem;
        padding: 3rem;
        background: #009fa1;
        text-align: center;
    }
    .box-service .description {
        position: relative;
        z-index: 2;
        display: block;
        width: 100%;
        height: 6.5rem;
        border-radius: 1.0rem;
        background: #009fa1;
    }
   .box-service .description .libelle {
        width: 100%;
        height: 100%;
        padding: 0 1.5rem;
    }
}

@media (min-width: 992px){
    .content-box-services .container-page.col-3 .item-service {
        width: 32%;
        display: inline-block;
        vertical-align: middle;
        padding: 0 0.5rem;
    }
    .content-box-services .container-page.col-4 .item-service {
        width: 24%;
        display: inline-block;
        vertical-align: middle;
        padding: 0 0.5rem;
    }
}

@media (min-width: 1200px){
    .content-box-services .container-page.col-3 .box-service {
        max-width: 35rem;
    }
    .box-service {
        position: relative;
         
    -webkit-transition: all .5s ease,transform .5s ease;
    -moz-transition: all .5s ease,transform .5s ease;
    -o-transition: all .5s ease,transform .5s ease;
    -ms-transition: all .5s ease,transform .5s ease;
    transition: all .5s ease,transform .5s ease;
;
        cursor: pointer;
    }
    .box-service:focus {
        background: #fff;
    }
    .box-service .description {
        background: #ece9e7;
    }
    .box-service .description .libelle h2 {
        color: #000;
    }
     .box-service .description .libelle-t2 h2 {
        color: #fff;
    }
    .box-service .description:after {
    	content:'';
    	width: 0%;
    	height: 100%;
    	top: 0;
    	left: 0;
    	position: absolute;
    	z-index: -1;
    	 
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
;
    	border-radius: 1.0rem;
	
	    background: #009fa1;
    }
    .box-service .description:before {
        font-family: "bemovepro-partenaires" !important;
        content: "\61";
        color: #fff;
        font-size: 2.5rem;
        position: absolute;
        top: 30%;
        right: 110%;
         
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
;
    }
    .box-service:hover .description:before {
        right: 5%;
    }
    .box-service:hover .description:after {
        content:'';
        width: 100%;
    }
    .box-service .description .libelle {
        text-align: center;
        color: #000;
    }
    .box-service:hover {
        box-shadow: 0px 0.5rem 1rem 0.12rem rgba(0,0,0,.15);
    }
    .box-service:hover .description .libelle  {
        color: #fff;
    }
    .box-service:hover .description .libelle h2 {
        display: none;
    }
    .box-service:hover .description .libelle span {
        display: block;
        text-align: left;
        padding-top: 1.0rem;
        font-size: 1.4rem;
        width: 80%;
    }
    .box-service:focus .picture {
        background: transparent;
    }
    .box-service:focus .description {
        background: transparent;
        border: 0;
    }
    .bloc-entree-dem .box-service .description .libelle span {
        opacity: 0;
         
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    transition: opacity .5s ease;
;
    }
    .bloc-entree-dem .box-service:hover .description .libelle span {
        font-size: 1.5rem;
        line-height: 1.3;
        display: table-cell;
        vertical-align: middle;
        opacity: 1;
    }
}
/*========================================================================== */


/* ==========================================================================
   Content Bloc step - prochaine etape                                              
   ========================================================================== */
.content-box-step {
    width: 100%;
}
.box-step {
    display: inline-block; /* display: table; */
    clear: both;
    width: 100%;
    height: 6.0rem;
    margin: 1.5rem 1.5rem 5rem;
    text-decoration: none;
    
    -moz-box-shadow: 0px 0px 5px 0px #656565;
    -webkit-box-shadow: 0px 0px 5px 0px #656565;
    -o-box-shadow: 0px 0px 5px 0px #656565;
    box-shadow: 0px 0px 5px 0px #656565;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=5);

}

.box-step .picture {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    height: 100%;
    background: #fff;
}

.box-step .rounded {
    display:block;
    width: 5.0rem;
    height: 5.0rem;
    padding: 0.5rem;
    margin: 0.4rem auto;
    background: #009fa1;
    border-radius: 50%;
    overflow: hidden;
}
.box-step .rounded img {
    max-width: 100%;
}

.box-step .description {
    /*position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    width: 80%;
    height: 100%;*/
}

.description:after {

}

.box-step .description .libelle {
    display: table;
    width: 84%;
    height: 100%;
    margin: 0;
    color:#fff;
    font-weight: 700;
    text-align: left;
}
.box-step .description .libelle h2 {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    color:#000;
}

.box-step .link-plus {
    display: none;
}


@media (min-width: 768px) {
    .content-box-step {
        width: 100%;
        text-align:center;
    }
    .content-box-step .row-fluid-wrapper {
        /*max-width: 32%;
        width: 100%;*/
        display:inline-block;
        vertical-align: middle;
        padding: 0 1.5rem;
    }
    .box-step {
        position: relative;
  
        width: 100%;
        height: 37.0rem;
        padding: 1.0rem;
        border-radius: 1.0rem;
    }
    .col-5 .box-step {
        max-width: 17%;
    }
    .col-4 .box-step {
        max-width: 22%;
    }
    .col-3 .box-step {
        max-width: 29%;
    }
    .col-2 .box-step {
        max-width: 44%;
    }
    .box-step .picture {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        background: transparent;
    }
    .box-step .rounded {
        display:block;
        width: 17.5rem;
        height: 17.5rem;
        padding: 1.5rem;
        background: #009fa1;
        text-align: center;
    }
    
    .box-step .description {
        width: 100%;
        margin-top: 1.5rem;
    }
    
    .box-step .description .libelle {
        width: 100%;
        padding: 0 2.0rem;
        text-align: center;
    }
    
    /*.description:after {
        content:'\61';
        position: absolute;
        right: .5rem;
        top: 1.0rem;
        font-family: "bemovepro-partenaires";
        font-size: 3.0rem;
        color: #009fa1;
    }*/
    .box-step .link-plus {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        padding: 1.5rem 1.0rem;
        background: #f3f2f2;
        border-radius: 1.0rem;
        
        color:#000;
        text-align: center;
        font-weight: 700;
    }
}

@media (min-width: 992px) {
   /*.content-box-step .row-fluid-wrapper {
        max-width: 18%;
    }*/
    .box-step .rounded {
        width: 14.5rem;
        height: 14.5rem;
    }
}




/* Unique Pages
   ========================================================================== */
   
/* PAGE ENERGIE */

.page-energie .headband h1 {
    padding-bottom: 0;
}
.page-energie .engagement {
    display: table;
    width: 100%;
}
.page-energie .engagement li {
    display: block;
    padding: 0.6rem 0;
}
.page-energie .engagement li .image {
    display: table-cell;
    width: 20%;
}
.page-energie .engagement .info {
    display: table-cell;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 0 1rem;
    vertical-align: middle;
}
.page-energie .bloc-partenaires {
    padding: 3rem 0;
    text-align: center;
}
.page-energie .bloc-partenaires .titre {
    margin-bottom: 2rem;
}
.page-energie .bloc-partenaires .logos .row-fluid-wrapper {
    display: inline-block;
    padding: 0 1% 1.5rem;
    vertical-align: middle;
    width: 30%;
}
.page-energie .bloc-partenaires .logos .row-fluid-wrapper img {
    image-rendering : -webkit-optimize-contrast;
}

@media (min-width: 768px){
    .row-article .bloc-engagement .row-fluid-wrapper {
        height: inherit;
    }
    .row-article .bloc-engagement {
        margin-top: 38px;
    }
    .page-energie .bloc-partenaires {
        padding: 6rem 0;
    }
    .page-energie .bloc-partenaires .titre {
        margin-bottom: 4rem;
    }
    .page-energie .bloc-partenaires .logos .row-fluid-wrapper {
        padding: 0 1.5%;
        width: 19%;
    }
}

@media (min-width: 992px){
    .page-energie .engagement li {
        display: inline-block;
        text-align: center;
        width: 24%;
        vertical-align: top;
    }
    .page-energie .engagement li .image {
        display: block;
        width: 100%;
    }
    .page-energie .engagement .info {
        display: block;
        font-size: 1.4rem;
        padding: 0 1.3rem;
        margin-top: 1.5rem;
    }
    .page-energie .bloc-partenaires .logos .row-fluid-wrapper {
        width: auto;
    }
}


/* PAGE Résiliation */

.page-resiliation .headband h1 {
    padding-bottom: 0;
}
.page-resiliation .headband .b-default {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    max-width: 26rem;
    display: block;
    margin: 4rem auto;
}

.resiliation-bandeau {
    color: #000;
    font-size: 2rem;
    text-align: center;
    padding: 2rem 1.5rem;
    position: relative;
}
.resiliation-bandeau:before {
    background: none;
}
.resiliation-bandeau .resiliation-etape {
    position: relative;
}
.resiliation-bandeau .resiliation-etape-1, .resiliation-bandeau .resiliation-etape-2, .resiliation-bandeau .resiliation-etape-3 {
    float: left;
    width: 100%;
}
.resiliation-bandeau .resiliation-etape-text {
    padding: 1.5rem 3rem 2rem;
}
.resiliation-bandeau .resiliation-etape-2:before {
  content:url('https://cdn2.hubspot.net/hubfs/3385629/BemovePro-partenaires/images/avion.png');
  position: relative;
  top: 0;
  left: 0;
}
.resiliation-bandeau .resiliation-etape-2 .resiliation-etape-img {
    font-size: 0;
}
.resiliation-bandeau .resiliation-etape-2 img {
    display: none;
}
.resiliation-bandeau .resiliation-etape-2 .resiliation-etape-text {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
}

.page-resiliation .content-box-services {
    margin-bottom: 5rem;
}
.page-resiliation .box-service:hover .description .libelle h2 {
    color: #fff;
    display: table-cell;
}

.page-resiliation .row-article .b-cta {
    font-size: 1.8rem;
}

@media (min-width : 768px){
    .resiliation-bandeau {
        font-size: 1.6rem;
        padding: 0;
        max-width: 100%;  
    }
    .resiliation-bandeau:before {
        background: url('https://cdn2.hubspot.net/hubfs/3385629/BemovePro-partenaires/images/pointille.png') no-repeat 47% 5rem;
        position: absolute;
        content: '';
        width: 100%;
        height: 310px;
    }
    .resiliation-bandeau .resiliation-etape-1, .resiliation-bandeau .resiliation-etape-2, .resiliation-bandeau .resiliation-etape-3 {
        width: 33.333333%;
    }
    .resiliation-bandeau .resiliation-etape-1 {
        top: 6rem;
        left: -2rem;
    }
    .resiliation-bandeau .resiliation-etape-2 {
        padding-top: 1rem;
        height: 100%;
    }
    .resiliation-bandeau .resiliation-etape-2 img {
        display: inline-block;
    }
    .resiliation-bandeau .resiliation-etape-2 .resiliation-etape-text {
        padding-top: 0;
    }
    .resiliation-bandeau .resiliation-etape-3 {
        top: 8rem;
    }
}
@media (min-width : 992px){
    .resiliation-bandeau {
        max-width: 90rem;
        margin: 0 auto;
    }
}

/* PAGE confidentialité */

.page-confidentialite .articles {
    line-height: 1.4;
    margin: 2rem 0;
    padding: 0 1.5rem;
}
.page-confidentialite .articles .row-fluid-wrapper {
    padding: 2rem 0;
}
.page-confidentialite .articles .num {
    font-size: 2.4rem;
    font-weight: 700;
}

@media (min-width : 768px){
    .page-confidentialite .headband .bloc-head-titre {
        max-width: 80rem;
        margin: 5rem auto;
        float: none !important;
    }
    .page-confidentialite .headband .bloc-head-titre h1 {
        font-size: 3.5rem;
    }
    .page-confidentialite .articles {
        margin: 5rem 0;
    }
}


/* PAGE demarches adminnistratives */

.list-organisme {
    background: #fff;
    margin: 0 auto;
    width: 90%;
}
.libelle-item {
    border: 0.1rem solid #e4e5e6;
    min-height: 5rem;
    overflow: hidden;
    padding: 1rem;
    position: relative;
}
.libelle-item i {
  position: absolute;
  right: 1rem;
  top: 1rem;
  color: #009fa1;
  font-style: normal;
}
.libelle-item i.ico-down:before {
  display: block;
  font-size: 2.0rem;
   
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
;
   
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
;
}
.libelle-item i.ico-down.rotate:before {
   
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
;
   
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
;
}
.list-item {
    border: 0.1rem solid #e4e5e6;
    display: none;
}
.list-item.one-item {
    display: block !important;
}
.item-organisme {
    border-bottom: 0.1rem solid #e4e5e6;
    padding: 1rem;
}

.one-item .item-organisme {
    display: none;
}
.one-item .item-organisme.active {
    display: table;
    width: 100%;
}
.box-organisme {
    text-decoration: none;
    height: 6rem;
    overflow: hidden;
    display: table;
    width: 100%;
}
.box-organisme:hover, .box-organisme:focus {
    border: 3px solid #999;
}
.box-organisme .picture {
    display: table-cell;
    vertical-align: middle;
    width: 20%; 
}
.box-organisme .texte {
    font-size: 1.8rem;
    display: table-cell;
    color: #000;
    padding-left: 2rem;
    width: 80%;
    vertical-align: middle;
    text-align: left;
}
.text-organisme {
    font-size: 2.4rem;
    text-align: center;
    position: relative;
    height: 30rem;
    margin-bottom: 8rem;
}
.text-organisme:before {
    content: "\61";
    color: #0c3441;
    display: inline-block;
    font-family: "bemovepro-partenaires" !important;
    font-size: 5rem;
     
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
;
    top: -15px;
    position: relative;
}
.text-organisme .b-border {
    padding: 1.2rem 7rem;
}
.text-organisme .gratuit {
    font-size: 1.4rem;
    line-height: 1;
    padding: 1rem 0;
}
.text-organisme .target-item {
    visibility: hidden;
    padding: 3rem 2rem;
    position: absolute;
    top: 0;
    width: 100%;
}
.text-organisme .target-item.active {
    visibility: visible;
}
.text-organisme .target-item h2 {
    font-size: 2rem;
    padding: 3rem 0;
    opacity: 0;
     
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
;
}
.text-organisme .target-item.active h2 {
    opacity: 1;
     
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
;
}

@media (max-width: 768px) and (orientation: landscape) {
    .box-organisme {
        height: 4rem;
    }
    .box-organisme .picture img {
        width: 50%;
    }
    .box-organisme[target="4"] .picture img {
        width: auto;
    }
   .text-organisme:before {
        content: "";
   }
   .text-organisme .target-item {
       padding: 0 2rem 3rem;
   }
   .text-organisme .target-item h2 {
       padding: 1rem 0;
   }
}


@media (min-width: 768px) {
    .box-organisme .picture {
        width: 40%;
    }
    .box-organisme .texte {
        width: 60%;
    }
    .text-organisme .target-item h2 {
        font-size: 2.4rem;
    }
}

@media (min-width: 992px) {
    .content-box-services.col-4 .row-fluid-wrapper .item-organisme {
        width: 24%;
        display: inline-block;
        vertical-align: middle;
        padding: 0 0.5rem;
    }
    .list-organisme {
        height: auto;
        width: auto;
        border: none;
        background: none;
    }
    .libelle-item {
        display: none;
    }
    .list-item {
        border: none;
        display: block;
    }
    .list-item.one-item .box-organisme {
        height: 19rem;
    }
    .box-organisme {
        background: #fff;
        display: table;
        clear: both;
        max-width: 26.5rem;
        width: 100%;
        padding-top: 0;
        font-size: 0;
        border: 0.1rem solid #e4e5e6;
        overflow: hidden;
    }
    .box-organisme .picture {
        display: table-cell;
    }
    .box-organisme .texte {
        display: none;
    }
    .content-box-services .row-fluid-wrapper .item-organisme  {
        width: 39%;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 3rem; 
    }
    .text-organisme .target-item {
        padding: 3rem 7rem;
    }
    .text-organisme .target-item h2 {
        display: inline-block;
        height: 13rem;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .box-organisme {
        position: relative;
         
    -webkit-transition: all .5s ease,transform .5s ease;
    -moz-transition: all .5s ease,transform .5s ease;
    -o-transition: all .5s ease,transform .5s ease;
    -ms-transition: all .5s ease,transform .5s ease;
    transition: all .5s ease,transform .5s ease;
;
        cursor: pointer;
    }
}


/* PAGE CHECKLIST */

.page-checklist .headband {
    position: relative;
    z-index: 1;
}

.link-top-check-list {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.link-top-check-list .b-default.b-cta {
    font-size: 2.2rem;
}

#cd-timeline {
  position: relative;
  padding: 2em 1.5rem;
  margin-top: 0;
  margin-bottom: 0;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 1.5rem;
  height: 100%;
  width: 0.4rem;
  background: #dddddd;
}

.bg-cd-timeline-left {
  height:100%;
  background:#f3f2f2;

}

.cd-timeline-content.cd-bg-timeline-block {
    background: url('https://cdn2.hubspot.net/hubfs/3385629/BemovePro-partenaires/images/bg-timeline-bloc.jpg') no-repeat 0 0;
    background-size: cover;

} 

@media only screen and (min-width: 1170px) {

.bg-cd-timeline-right {
   position:fixed;
  left:50%;
  top:0;
  height:100vh;
  width:50%;
  background:#fff;
}

  #cd-timeline {
    padding: 2em 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -0.2rem;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}


.cd-timeline-content .head-title {
  position: relative;
}

.cd-timeline-content .head-title i {
    display:block;
  position: absolute;
  right: 0;
  top: 0;
  color: #009fa1;
  font-style: normal;
}

.cd-timeline-content .head-title i.ico-down:before {
  content:"\63";
  display: block;
    font-family: "bemovepro-partenaires"!important;
  font-size: 2.0rem;
  transform: rotate(90deg);
}

.cd-timeline-content .head-title i.ico-up:before {
  content: "\63";
    display: block;
    font-family: "bemovepro-partenaires"!important;
    font-size: 2.0rem;
    transform: rotate(-90deg);
    
}

.cd-timeline-content .head-title h2 {
  color: #009fa1;
  font-size: 2.4rem;
  font-weight: 400;
}

.cd-timeline-content .description-timeline {
  display: none;
}

.cd-timeline-content .description-timeline .cd-date {
  display: none;
}

.cd-timeline-content .description-timeline ul {
    margin: 0;
}

.cd-timeline-content .description-timeline ul.bg-white {
    background: #fff;
}


.cd-timeline-content .description-timeline ul li {
    position: relative;
    color: #000;
    padding: 1.5rem 0;
    list-style: none;
  }
  
  
.cd-timeline-content .description-timeline ul li a {
    text-decoration: underline;
     color: #009fa1;
}

.cd-timeline-content .description-timeline ul li.btn-phone {
    text-align: center;
}

.cd-timeline-content .description-timeline ul li.btn-phone a {
    color: #fff;
    font-size: 1.5rem;
    text-decoration: none;
}

@media only screen and (min-width: 480px) {
    .cd-timeline-content .description-timeline ul li.btn-phone a {
        font-size: 2.2rem;
    }
}

.cd-timeline-content .description-timeline ul li.btn-phone:before {
        content:'';
}
  

.cd-timeline-content .description-timeline p.text-big {
    font-weight: 700;
}
  
 .cd-timeline-content .description-timeline ul li:before {
      content: 'a';
      position: absolute;
      left: -2.2rem;
      right: 0;
      font-family: "bemovepro-partenaires" !important;
      color: #009fa1;
      width: 2.0rem;
  }

@media only screen and (min-width: 1170px) {
  .cd-timeline-content .head-title i {
    display: none;
  }

  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
  .cd-timeline-content .description-timeline .cd-date {
    display: block;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 1.5rem;
  left: -0.8rem;
  width: 2.0rem;
  height: 2.0rem;
  border-radius: 50%;
  border: 0.4rem solid #fff;
  background: #009fa1;
  
    -moz-box-shadow: 0px 0px 5px 0px #656565;
    -webkit-box-shadow: 0px 0px 5px 0px #656565;
    -o-box-shadow: 0px 0px 5px 0px #656565;
    box-shadow: 0px 0px 5px 0px #656565;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=5);
}


@media only screen and (min-width: 1170px) {
  
  .cd-timeline-content .head-title h2 {
    display: none;
  }

  .cd-timeline-content .description-timeline{
    display: block!important;
  }


  .cd-timeline-img {
    width: 3.5rem;
    height: 3.5rem;
    left: 50%;
    margin-left: -1.7rem;
    border: 0.7rem solid #fff;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 3.5rem;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 0.3rem 0 #d7e4ed;

}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #303e49;
}


.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 1.6rem;
  right: 100%;
  height: 0;
  width: 0;
  border: 1.0rem solid transparent;
  border-right: 1.4rem solid #fff;
}

  .cd-timeline-content.cd-bg-timeline-block::before {
    content: '';
      position: absolute;
      top: 1.6rem;
      right: 100%;
      height: 0;
      width: 0;
      border: 1.0rem solid transparent;
      border-right: 1.4rem solid #e6e3da;
  }



@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 2.4rem;
    left: 100%;
    border-color: transparent;
    border-left-color: #fff;
  }
  
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 0;
    font-size: 2.8rem;
    color: #009fa1;
    font-weight: 400;

  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
    background: #f3f2f2;
  }
  
  
  .cd-timeline-block:nth-child(even) .cd-timeline-content.cd-bg-timeline-block {
    float: right;
    background: url('https://cdn2.hubspot.net/hubfs/3385629/BemovePro-partenaires/images/bg-timeline-bloc.jpg') no-repeat 0 0;
    background-size: cover;
  }
  
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 2.4rem;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #f3f2f2;
  }
  
    .cd-timeline-block:nth-child(odd) .cd-timeline-content.cd-bg-timeline-block::before {
    top: 2.4rem;
    left: 100%;
    border-color: transparent;
    border-left-color: #e6e3da;
    
  }
  

  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  

  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

/* PAGE ETAT DES LIEUX */
.page-etat .bloc-left {
    padding: 1.5rem;
}

/* PAGE OPPOSITION TELEPHONIQUE */

.content-opposition {
    padding: 2.0rem 0 0;
}

.content-opposition .bloc-left {
    padding: 0 1.5rem;
    font-size: 1.4rem;
}

.content-opposition .bloc-left p {
    margin-bottom: 1.5rem;
}

.content-opposition .bloc-left p  a {
    color: #000;
    text-decoration: underline;
}

.content-opposition .bloc-left ul.list-primary li {
    list-style: none;
    position: relative;
    margin-bottom: 0.5rem;
}

.content-opposition .bloc-left ul.list-secondary li {
    list-style: disc;
    margin-bottom: 0.5rem;
    position: relative;
}

.content-opposition .bloc-left ul.list-primary li:before {
    content:'\61';
    font-family: "bemovepro-partenaires" !important;
    position: absolute;
    left: -3.0rem;
    top: 0;
    color: #009fa1;
    font-size: 2.0rem;
}

.content-opposition .bloc-left ul.list-secondary li:before {
    content:'';
    color: #009fa1;
}

.bloc-opposition-partner {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url('https://cdn2.hubspot.net/hubfs/3385629/BemovePro-partenaires/images/bg-form-opposition.jpg') no-repeat 0 0;
    background-size: cover;
    
    padding: 1.5rem;
}

.bloc-opposition-partner h3 {
    color: #fff;
    text-align: center;
}

.bloc-opposition-partner .text-politique-conf {
    color: #fff;
    text-align: left;
}

.bloc-opposition-partner .text-politique-conf a {
    color: #fff;
    text-decoration: underline;
}

.bloc-opposition-partner form fieldset {
    margin: 0 auto;
}

.bloc-opposition-partner form.hs-form  fieldset .hs-form-field {
    padding: 0;
}

.bloc-opposition-partner form fieldset label {
    display: none;
}

.bloc-opposition-partner form fieldset .input {
    padding: 1.5rem 0;
}

.bloc-opposition-partner form fieldset .input input,
.bloc-opposition-partner form fieldset .input textarea {
    wdith: 100%;
    height: 6.0rem;
    padding: 0 1.5rem;
    background: #fff;
    border-radius: 1.0rem;
    border: 0.1rem solid #a3a3a3;
    
    color: #a3a3a3;
}

.bloc-opposition-partner form fieldset .input textarea {
    min-height: 10.0rem;
    padding: 1.5rem;
}

.bloc-opposition-partner form .hs_submit {
    text-align: center;
}

.bloc-opposition-partner form .hs_submit input[type="submit"] {
    display: block;
    max-width: 24.0rem;
    width: 100%;
    height: 7.0rem;
    margin: 0 auto 1.5rem;
    background: #fdb631;
    color: #fff;
    font-size: 2.0rem;
    font-weight: 700;
    text-align: center;
    border: 0;
    border-radius: 1.0rem;
}

.bloc-opposition-partner form .hs-error-msgs {
    padding: 0 1.8rem;
    margin: 0.5rem auto;
}

.bloc-opposition-partner form .hs-error-msgs li {
    list-style: none;
    text-align: left;
}

.bloc-opposition-partner form .hs-error-msgs li label {
    display: block;
    color:#fff;
    font-size: 1.4rem;
}

@media only screen and (min-width: 991px) {
    .content-opposition {
        padding: 2.0rem 1.5rem;
    }

    .content-opposition .bloc-left {
        padding: 0;
    }
}

@media only screen and (min-width: 1200px) {
      .content-opposition {
        padding: 2.0rem 1.5rem 5.0rem;
    }
    .bloc-opposition-partner form fieldset .input {
        padding: 1.5rem;
    }

}

/* ==========================================================================
   Popin
   ========================================================================== */
.content-popup-bmp .content-btn-ddr  {
    position: fixed;
    z-index: 10;
    bottom: 0;
    padding: 1rem;
    display: block;
    width: 100%;
    background: ;
} 

.content-popup-bmp .content-btn-ddr a {
    display: block;
    position: relative;
    max-width: 25.0rem;
    width: 100%;
    padding: .8rem;
    margin: 0 auto;
    border-radius: 1.0rem;
    background: #f3f3f3;
    border: solid 2px #f3f3f3;
    border-right: none;
    color: #e2001a;
    /*font-size: 1.8rem;*/
    text-align: center;
    text-decoration: none;
}

.content-popup-bmp .content-btn-ddr a:before {
    content:'\68';
    font-family: "bemovepro-partenaires" !important;
    position: absolute;
    left: 20%;
    top: 0.3rem;
    font-size: 2.5rem;
}
@media only screen and (min-width: 1200px) {
    .content-popup-bmp .content-btn-ddr a:hover:before {
        content:'\65';
        font-family: "bemovepro-partenaires" !important;
        position: absolute;
        left: 0;
        top: 1.5rem;
        font-size: 4rem;
    }
    .content-popup-bmp .content-btn-ddr a:hover:after {
        content:'';
        background-image: url('https://cdn2.hubspot.net/hubfs/3385629/BemovePro-partenaires/icones/ico_phone-calling.gif');
        background-repeat: no-repeat;
        position: absolute;
        top: 20px;
        width: 45px;
        height: 45px;
        right: -7px;
        background-size: 41%;
    }
}

.body-modal-bmp {
      position: relative;
      background: url('https://cdn2.hubspot.net/hubfs/3385629/BemovePro-partenaires/images/bg-form-opposition.jpg') no-repeat 0 0;
      background-size: cover;
      padding: 4.0rem;
      width: auto;
      max-width: 60.0rem;
      margin: 2.0rem auto;
      border-radius: 1.0rem;
   -moz-box-shadow: 0px 0px 20px 0px #000000;
    -webkit-box-shadow: 0px 0px 20px 0px #000000;
    -o-box-shadow: 0px 0px 20px 0px #000000;
    box-shadow: 0px 0px 20px 0px #000000;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=NaN, Strength=20);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.body-modal-bmp .mfp-close {
    width: 3.0rem;
    height: 3.0rem;
    background: #ffffff;
    line-height: 0;
    border-radius: 50%;
    margin: 1.5rem;
}

.body-modal-bmp p {
    margin: 1.0rem auto;
}

.body-modal-bmp .title-modal {
    text-align: center;
    color: #fff;
    font-size: 2.0rem;
}

.body-modal-bmp .item-modal-bmp {
    background: #fff;
    padding: 1.0rem;
    text-align: center;
}

.body-modal-bmp .item-modal-bmp .sous-title-modal {
    font-size: 1.8rem;
    font-weight: 700;
}

.body-modal-bmp .item-modal-bmp a {
    font-size: 1.6rem;
}

.body-modal-bmp .item-modal-bmp .infos {
    font-size: 1.4rem;
}

@media only screen and (min-width: 480px) {
    .body-modal-bmp .title-modal {
        font-size: 2.4rem;
    }
    .body-modal-bmp .item-modal-bmp .sous-title-modal {
        font-size: 2.0rem;
    }
    .body-modal-bmp .item-modal-bmp a {
        font-size: 2.8rem;
    }
}

@media only screen and (min-width: 1200px) {
   .content-popup-bmp .content-btn-ddr  {
        top: 50%;
        right: 0;
        padding: 0;
        display: block;
        width: 8.0rem;
        height: 8.0rem;
        background: transparent;
    }
    .content-popup-bmp .content-btn-ddr a {
        position: relative;
        max-width: 100%;
        height: 100%;
        padding: 7rem .8rem 3.5rem;
        border-radius: 0;
        border-top-left-radius: 1.0rem;
        border-bottom-left-radius: 1.0rem;
    }
    .content-popup-bmp .content-btn-ddr a:before {
        font-size: 4rem;
        left: 0;
        top: 1.5rem;
        right: 0;
    }
}


/* ==========================================================================
   SLIDER / CAROUSEL                                              
   ========================================================================== */
.content-box-carousel {
    position: relative;
    padding: 2.0rem 1.5rem;
    width: 100%;
    background: #f3f2f2;
}
.content-box-carousel:after {
    content: '';
    display: table;
    clear: both;
}

.content-box-carousel h2 {
    text-align: center;
    margin-bottom: 1.5rem;
}

.item-carousel {
    padding:0;
}

.item-carousel .item {
    max-width: 88.0rem;
    width: 100%;
    margin: 0 auto;
    padding: 0.5rem 0;
}

.item-carousel .item .item-s {
    position: relative;
    z-index: 1;
    display: block;
    padding: 1.0rem;
    max-width: 20.0rem;
    width: 100%;
    margin: 0 auto;
    border-radius: 1.0rem;
    background: #fff;
    
    -moz-box-shadow: 0px 0px 5px 0px #c0c0c0;
    -webkit-box-shadow: 0px 0px 5px 0px #c0c0c0;
    -o-box-shadow: 0px 0px 5px 0px #c0c0c0;
    box-shadow: 0px 0px 5px 0px #c0c0c0;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=NaN, Strength=5);
}

.item-carousel .item .item-s figure {
    width: 13.0rem;
    height: 13.0rem;
    padding: 1.0rem!important;
    margin: 0 auto;
    border-radius: 50%;
    background: #009fa1;
    padding: 0.5rem;
    text-align: center;
}

.item-carousel .item .item-s figure img {
    max-width: 100%;
}

.item-carousel .item .item-s h2 {
    margin: 0.5rem auto 0;
    text-align: center;
    font-weight: 700;
}

.item-carousel .item .item-infos {
    position: relative;
    top: -5.0rem;
    padding: 7.0rem 2.0rem 1.5rem;
    background: #fff;
}
.item-carousel .item .item-infos h3 {
    text-align: center;
}

.item-carousel .item .item-infos p {
    margin: 1.0rem auto;
    text-align: center;
}

.item-carousel .item .item-infos ul {
    margin: 0 auto;
}


.item-carousel .item .item-infos ul li {
    padding: 1.0rem 0.5rem;
}

.item-carousel .item .item-infos ul li a {
    color: #009fa1;
    word-wrap: break-word;
    text-align: left;
}

.item-carousel .item .item-infos a.b-default {
    display: block;
    max-width: 29rem;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    text-align:center;
    font-size: 1.8rem;
}

.item-carousel .owl-nav {
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
}

.item-carousel .owl-nav .owl-prev,
.item-carousel .owl-nav .owl-next {
    font-size: 0;
}

.item-carousel .owl-nav .owl-prev:after {
    content :'';
    float: left;
    background: url('https://cdn2.hubspot.net/hubfs/3385629/BemovePro-partenaires/images/ico-left-carousel.png');
    width: 3.6rem;
    height: 2.7rem;
    position: relative;
    right: 1.0rem;
}

.item-carousel .owl-nav .owl-next:after {
    content :'';
    float: right;
    background: url('https://cdn2.hubspot.net/hubfs/3385629/BemovePro-partenaires/images/ico-right-carousel.png');
     width: 3.6rem;
    height: 2.7rem;
    position: relative;
    left: 1.0rem;
}

@media (min-width: 992px) {
    .item-carousel {
        max-width: 93.7rem;
        width: 100%;
        margin: 0 auto;
    }
    .item-carousel .item {
        text-align: center;
    }
    .item-carousel .item .item-s,
    .item-carousel .item .item-infos {
        display: inline-block;
        vertical-align: middle;
    }
    .item-carousel .item .item-s {
        max-width: 26rem;
    }
    .item-carousel .item .item-infos {
        width: 63%;
        top: 0;
        padding: 0.8rem 1.5rem 0.8rem 4.0rem;
        left: -2.0rem;
    }
    .item-carousel .item .item-infos p {
        text-align: left;
    }
    .item-carousel .item .item-infos ul li {
        text-align: left;
    }
    .item-carousel .owl-nav {
        top: 42%;
    }
    .item-carousel .owl-nav .owl-next:after {
        left: -0.5rem;
    }
}

@media (min-width: 992px) {
    .content-box-carousel {
        padding: 4.0rem 1.5rem;
    }
}
    

/* ==========================================================================
   Bloc En Savoir Plus                                              
   ========================================================================== */


.box-content-plus {
    width: 100%;
    padding: 1.5rem;
    background: url('https://cdn2.hubspot.net/hubfs/3385629/BemovePro-partenaires/images/bg-ddr.jpg') no-repeat 0 0 #f3f2f2;
}

.box-content-plus .box-plus {
    max-width: 74.0rem;
    width: 100%;
    padding: 1.5rem;
    margin: 0 auto;
    background: #ffffff;
    text-align: center;
}

.box-content-plus .box-plus [class*="span"] {
    float: none;
}

.box-content-plus .box-plus p {
    margin: 1.5rem auto;
}

.box-content-plus .box-plus a {
    color: #fff;
}

@media (min-width:1200px) {
    .box-content-plus {
         padding: 4.0rem;
     }
    .box-content-plus .box-plus {
        position: relative;
        text-align: left;
        padding: 4.0rem;
    }
    .box-content-plus .box-plus a {
        margin-left: 20%;
    }
    .box-content-plus .box-plus:after {
        content: '';
        z-index: 1;
        position: absolute;
        right: -17.9rem;
        top: -7.2rem;
        background: url('https://cdn2.hubspot.net/hubfs/3385629/BemovePro-partenaires/images/vius-wife-ddr.png') no-repeat 0 0;
        width: 39.2rem;
        height: 37.6rem;
    }
    .box-content-plus .box-plus .span12 {
        width: 70%;
    }
}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}
body form.hs-form fieldset { max-width: none; }
body form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
body form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
body form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
body form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  body form.hs-form fieldset .hs-form-field { padding: 0; }
  body form.hs-form fieldset.form-columns-3 .hs-form-field,
  body form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  body form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  body form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');

body * {
   font-family: 'Open Sans', 'Helvetica Neue',Arial,sans-serif!important;
}

.main-content-wrapper {
   max-width: 117.0rem;
   width: 100%;
   margin: 0 auto!important;
}




.fa, .far, .fas {
    font-family: Font Awesome\ 5 Free!important;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 0;
    width: 100px;
    text-align: left;
    color: #009fa1;
    font-size: 1.35rem;
}
.fa-arrow-left:before {
    content: "\f060";
}

a {   
  color: #009fa1;
}   
   

/* ==========================================================================
   Utiles                                              
   ========================================================================== */
    .u-float-none {
        float:none!important;
    }
    
    
/* ==========================================================================
   Titres                                           
   ========================================================================== */
    h1, h3, img {
        text-align:center;
    }
    h1 {
        font-size: 3rem;
        color: #009fa1;
        text-transform: uppercase;
        font-weight: 500;
    }    
    .h1DemPro {
        padding-bottom: 4.8rem;
    }
    h1 .title-1 {
        font-weight: 700;
    }
    h1 .title-3 {
        color: #0c3441;
        font-weight: 500;
    }
    h2 {
        font-size: 2rem!important;
        font-weight: 600;
    }
    h2 span {
        font-size: 1.6rem;
        font-weight: 500;
    }
    h3 {
        font-size: 1.6rem;
        padding-top: 20px;
    }
    h3 span {
        font-weight: 500;
    }    
    .headband-title {
        background-color: #F4F5F9;
        padding: 4.5rem 0;
    }


/* ==========================================================================
   Content page                                         
   ========================================================================== */
    .content-page {
        padding: 0 0 20px 0;
    }


/* ==========================================================================
   DDR                                         
   ========================================================================== */
    #BeMoveDDR_bandeau {
        z-index: 10!important;
    }
    #BeMoveDDR_modal-ER-agenda .BeMoveDDR_modal-ER-agenda {
        background-color: #000;
        background-image: none;
    }
    #BeMoveDDR_modal-ER-agenda .BeMoveDDR_modal-ER-agenda span {
        color: #fff;
    }


/* ==========================================================================
   Header                                          
   ========================================================================== */
    .arrow {
        top: 40px;
        position: absolute;
    }
    .arrow i {
        font-size: 2rem;
        margin-left: 20px;
    }    
    .group-partner-band {
        display: inline-block;
        text-align: center;
    }
     .group-partner-band .partner-band {
        margin: 7px 0;
    }
     .group-partner-band .partner-band span {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 1.2rem;
        display: inline-flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }    
    .group-partner-band div.partner-band span span, div.partner-band span img.logoBM {
        display: block!important;
    }
    #Page-services div.headband {
        background: url('https://cdn2.hubspot.net/hubfs/3385629/BemovePro-partenaires/images/BG-headband.jpg') no-repeat;
			  background-attachment: fixed!important;
    		background-size: cover!important;
    		position: relative!important;
        background-position-y: -200px!important;
        background-position-x: center!important;
        height: 310px;
        display: flex!important;
        flex-direction: column;
        justify-content: center;      
        padding: 0;
		}
    #Page-services div.headband:before {
        background-color: #000;
        opacity: .60;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
     #Page-services div.headband > div.row-number-4 {
        margin: 0 0 3rem 0!important;
		}
    .partner-band img {
        max-width: 90%;
        vertical-align: top;
    }


/* ==========================================================================
   Breadcrumb                                     
   ========================================================================== */  
    .fil-ariane {  
        border-top: 3px solid #313d57;
    }
    .breadcrumb-partner {
        padding: 1rem 1rem 3rem 1rem;
    }
    .breadcrumb-partner ul li {
        padding: 1rem 0;
        color: #009fa1;
    }
    .breadcrumb-partner ul li:after {
        content: '>';
        position: relative;
        top: 0;
        right: 0;
        vertical-align: middle;
        padding: 0 5px;
        color: #009fa1;
    }
    .breadcrumb-partner ul li span {
        font-weight: 600;
    }

/* ==========================================================================
   Bandeau pages                                        
   ========================================================================== */    
    .headband-page {
        background-color:#fff;
        padding: 0 0 4.5rem 0;
        border-bottom: 1px solid #e6e5e5;
    }    
    #Page-resiliation .headband-page {
        border-bottom: none;
    }  
    #Page-resiliation .headband-page {
        padding: 0;
    }
    #Page-resiliation .breadcrumb-partner {
        padding-bottom: 0;
    }
    .arguments {
        padding: 0 10rem;
    }


/* ==========================================================================
   Footer                                          
   ========================================================================== */
    .footer-partner {
        background: #0C3441;
    }
    .footer-partner .logo-footer {
        width: 80px!important;
    }
    .footer-partner .logo-footer, .footer-partner a:last-child {
        vertical-align: baseline;
    } 
    .footer-partner img {
        vertical-align: middle;
    }
    .footer-partner a {
        display: inline-block;
        vertical-align: middle;
        margin: 0 1.5rem;
        text-decoration: none;
        color: #fff;
        font-weight: normal;
    }
    .bloc-email-partner {
        margin-top: 10px;
    }
    .organise-mon-demenagement {
        margin: 0 auto;
        height: 60px;
        padding-top: 20px;
        font-weight: bold;
        font-size: 2.0rem;
    }
    .headband-one {
        width: 100%;
        max-width: 96rem;
        margin: 0 auto;
        padding: 3rem;
        text-align: center;
    }
    .partenariat {
        text-align: right;
    }
    .headband h1 {
        background-color: #2e2e307a;
        vertical-align: middle;
        padding: 1rem;
        margin-bottom: 2.5rem;
    }
    .headband-one h1 {
        font-size: 3.6rem;
        color: #ffffff;
        margin-bottom: 2.0rem;
    }
    .headband-one p {
        font-size: 1.6rem;
        color: #ffffff;
    }
    .headband-two {
        width: 100%;
        max-width: 96rem;
        margin: 0 auto;
        padding: 3rem;
        text-align: center;
    }
    .headband-two h1 {
        border-radius: 0.2rem;
        background-color: #c3c3c380;
        padding: 5px;
        text-shadow: 1px 1px #888;
        color: #ffffff;
    }
    .headband-two p {
        border-radius: 0.2rem;
        background-color: #c3c3c380;
        padding: 5px;
        text-shadow: 1px 1px #888;
    }
    .box-step .description .libelle {
        text-align: center!important;
        margin: auto!important;
    }
    .box-step .description .libelle h2 {
        font-size: 1.6rem!important;
    }
    .box-service .rounded {
        background: transparent!important;
    }
    .box-service .picture .rounded svg .cls-1, .box-service .picture .rounded svg#DemAdm .cls-4, .box-service .picture .rounded svg#ComparateurMobiles .cls-2 {
        fill: #0c3441;
    }
    .bloc-head-title {
        margin: 0;
        padding: 0;
    }
    .bloc-head-title h1 {
        margin: 0 auto;
        padding: 0;
    }
    .box-step .rounded {
        background: #009fa1!important;
    }
    .box-step .picture .rounded svg .cls-1 {
        fill: #000;
    }
    #Page-confirmation-devis .box-step .picture .rounded svg .cls-1 {
        fill: #fff ;
    }
    .item-service .box-service .picture .rounded svg#CheckList, .box-step .picture .rounded svg#CheckList {
        height: 100%!important;
    }
    .box-step .description h2 span {
        color: #009fa1!important;
    }
    .item-service .description {
        background-color: #009fa1;
    }
    .item-service .description:after {
        background-color: #fdb631;
    }
    .item-service .description .libelle h2 {
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        font-size: 1.6rem!important;
    }
    .item-service .description .libelle span {
        color: #fff;
        font-weight: 600;
    }
    .content-box-services .row-fluid-wrapper .item-service {
        width: 20%;
        margin: 20px 10px;
    }
    .box-service .rounded img {
        height: 115px;
        width: auto;
    }
    .box-service .picture {
        top: 0;
    }
    .box-service:focus .picture {
        background: #fff;
    }
    .box-service .picture:focus {
        background: #fff;
    }
    .box-service .description:before {
        color: #fff;
    }
    .box-service:focus {
        background: #f4f5f9;
        border: none;
    }
    .box-service a:focus {
        background: #f4f5f9;
        border: none;
    }
    .box-service:focus .description {
        background: #fff;
        border: none;
    }
    .box-service {
        background: #fff;
    }
    .bloc-head-phone1 {
        background: #009fa1;
        color: #fff;
    }
    #Page-services .item-service svg {
        width: 115px;
        height: 115px;
    }
    .back-row.bloc-horaires {
        background: #f5f5f5!important;
        padding: 2rem 1.5rem;
    }
    .box-step .link-plus {
        background: #f5f5f5;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }
    .content-box-step .row-fluid-wrapper {
        display: block!important;
    }
    .content-box-step .col-3 {
        margin: auto;
        text-align: center;
    }
    .box-step {
        float: none!important;
        margin: 1rem!important;
        width: 25%;
    }
    .content-box-step > div > div > div {
        margin: auto;
        text-align: center;
    }


/* ==========================================================================
   Début Page Démarches administratives                                               
   ========================================================================== */
    .back-row{
        background: #ffffff !important;
    }
    #hs_cos_wrapper_bmppartnerdemarchestextes .b-default.b-border {
        color: #009fa1;
        padding: 10px;
        padding-left: 50px;
        padding-right: 50px;
        border: 2px solid #009fa1;
        border-radius: 30px;
    }
    ul.text-organisme h2 {
        font-size: 1.6rem!important;
    }
    ul.text-organisme:before{
        color: #0c3441;
    }
/* ==========================================================================
   Fin Page Démarches administratives                                               
   ========================================================================== */


/* ==========================================================================
   Début Page Résiliation                                                
   ========================================================================== */
   /* ----- Argumentaire lettre résiliation ----- */
    .argumentaireLR {
        text-align: center;
        padding: 0;
    }
    .argumentaireLR h1 {
        text-transform: initial;
        font-size: 2.5rem;
        padding: 0;
        margin-bottom: 1.25rem;
    }
    .argumentaireLR p {
        font-size: 16px;
    }
    .iframe-resil {
        padding-top: 30px;
    }

/* ==========================================================================
   Fin Page Résiliation                                                
   ========================================================================== */  


/* ==========================================================================
   Début Page Déménagement Pro                                          
   ========================================================================== */ 
   .arguments h3 {
        padding-top: 0;
    }
    .organisation, .interlocuteur, .assurance-habitation {
        width: 104px;
    }     
    .organisation .cls-1, .interlocuteur .cls-1, .assurance-habitation .cls-1  {
        fill: #009fa1;
    }

    /* ----- Formulaire demande devis ----- */
    .form {
        padding: 0 6.5rem;
        margin-top: 2.5rem!important;
    }
    .form h2 {
        padding-left: 1.5rem;
        margin-bottom: 1rem;
    }
    .form .hs-form-required {
        color: #e2003b;
        font-weight: 300;
        padding-left: 5px;
    }
    .form input {
        border: 1px solid #D1D1D1;
        border-radius: 0;
        height: 5rem;
        padding: 1.5rem;
        margin-top: 3px;
        font-size: 1.6rem;
    }
    .form input:active, input:focus {
        border: .2rem solid #1a171b;
    }
    .form .cps-obli {
        padding-top: 1.5rem;
        padding-left: 1.5rem;
    }    
    .form input[type="submit"]{
        background-color: #009fa1;
        border: none;
        color: #fff;
        border-radius: 0;
        font-size: 16px;
        font-weight: 600;
        padding: 15px 30px;
        text-transform: uppercase;
        margin: 2.5rem 0 5rem 0;
        height: auto;
    }
    .form input[type="submit"]:hover {
        -webkit-filter: brightness(75%);
        -moz-filter: brightness(75%);
        -o-filter: brightness(75%);
        -ms-filter: brightness(75%);
    }
    .form .hs_submit {
        text-align: center;
    }
   .hs-form fieldset .hs-form-field {
        padding: 2rem 1.5rem 0 1.5rem!important;
    }
    .hs-form label {
        padding: 2rem 0 .3rem 0!important;
    }
    .form .input .hs-input.error {
        border: .1rem solid #e2003b;
    }
    #Page-dempro .hs-form-field > label {
        font-size: 1.6rem
    }
    .hs-error-msgs {
        padding: 0!important;
    }
    .form ul.hs-error-msgs {
        padding: 0 1rem 0 0;
        margin: 0;
    }
    .form ul.hs-error-msgs li {
        display: inline-block;
        vertical-align: middle;
        padding: 0 1rem 0 0;
    }
    .form .hs-error-msgs li label {
        color: #df3637;
        font-size: 1.2rem;
    }
    #Page-dempro .form fieldset:nth-of-type(1) {
        width: 100%;
    }
    #Page-dempro .form fieldset:nth-of-type(2) {
        /*width: 52%;
        display: inline-block;*/
        vertical-align: middle;
    }
    #Page-dempro .form .cps-obli {
        font-size: 12px;
    }
    .form fieldset:nth-of-type(3) {
        /*width: 48%;
        display: inline-block;*/
        vertical-align: bottom;
    }
    .form .inputs-list li {
        display: inline-block;
        vertical-align: middle;
        padding: 0 1.0rem;
    }
   
    /* ----- CNIL ----- */
    .cnil {
        padding: 0 8rem;
        margin-bottom: 3rem!important;
    }
    .cnil p {
        font-size: 1.4rem;
    }
    .cnil a {
        text-decoration: underline;
    }

/* ==========================================================================
   Fin Page Déménagement Pro                                          
   ========================================================================== */      
    

/* ==========================================================================
    Début page Energie et Internet                                         
   ========================================================================== */
    /* ----- Calendrier ----- */
    #calendrier {
        width: 57px;
        vertical-align: middle;
        margin-right: 1rem;
    }
    #calendrier .casecouleur {
        fill: #fdb631;
    }
    .titrejours {
        text-align: center;
        margin-bottom: 1.5rem;
    }
    .titrejours p {
        display: inline-block;
        vertical-align: middle;
        font-size: 1.6rem;
    }
    .titrejours p span {
        font-size: 2.28rem;
        color: #fdb631;
        font-weight: 600;
    }
    
    /* ----- Contact BeMove ----- */
    .contactBemove {
        text-align: center;
        color: #fff;
        font-size : 2rem;
        padding: 2rem 0;
        background-color: #009fa1;
        width: 83%!important;
        float: none!important;
        margin: auto!important;
    }

    /* ----- Flèche blanche ----- */
    #arrow-white {
        width: 40px;
        vertical-align: top;
    }
    #arrow-white .arrow-color{
        fill: #fff;
    }
    
    /* ----- Bloc intérêts ----- */
    .bloc-interets {
        background-color: #fff;
    }
    .interets ol {
        counter-reset: interets;
        padding: 0 2rem;
    }
    .interets li {
        list-style-type: none;
        counter-increment: interets;
        margin-bottom: 2em;
        font-size: 1.6rem;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .interets li::before {
        content: counter(interets);
        border-radius: 50%;
        padding: 10px 17px;
        color: #0c3441;
        font-size: 2.4rem;
        font-weight: 600;
        margin-right: .5em;
        border: 2px solid #0c3441;
    }
    .bloc-interets .interets {
        border: 2px solid #009fa1;
        border-radius: 0 0 10px 10px;
        width: 83%;
        float: none;
        margin: auto!important;
        padding: 20px 0 0 0;
    }
    
    /* ----- Bloc appel ----- */
    .bloc-appel {
        /*background-color: #f7f4f4;*/
    }
    .bloc-appel .row-fluid {
        display: inline-flex!important;
        align-content: center;
        align-items: center;
    }
    .bloc-appel .visuel-appel img {
        vertical-align: middle;
    }
    .bloc-appel .row-fluid .span7 {
        width: 59.829059829%;
    }
    .bloc-appel .row-fluid [class*="span"] {
        margin: 0;
    } 
    .descriptif-appel {
        text-align: center;
    }
    .descriptif-appel h2 {
        margin: 0 0 3rem 0;
    }
    .conditions-tarifaires p {
        font-size: 1.2rem;
        text-align: center;
        line-height: 1.35;
    }
    .cta-appeler p {
        background-color: #009fa1;
        border-radius: 7px;
        font-size: 1.8rem;
        padding: 2rem 0;
        width: 275px;
        margin: .5rem auto 1rem auto;
        vertical-align: middle;
    }
    .cta-appeler p a {
        color: #fff;
        text-decoration: none;
    }
    #Page-internet a.b-default.b-phone--2 i.ico, #Page-energie a.b-default.b-phone--2 i.ico  {
        vertical-align: middle;
        margin-right: 10px;
    }
    .rappeler a {
        color: #000;
    }

    /* ----- Bloc comparaison ----- */
    .bloc-comparaison h2 {
        margin-bottom: 3rem;
        margin-left: 3rem;
    }
    .bloc-comparaison .crochet-haut {
        position: absolute;
        width: 100px;
        left: -5px;
        top: -30px;
    }
    .bloc-comparaison .crochet-bas, .bloc-comparaison .crochet-bas-i {
        position: absolute;
        width: 100px;
        left: 1077px;
        top: 70px;
    }
    .bloc-comparaison .crochet-haut svg, .crochet-bas svg, .crochet-bas-i svg {
        fill: #fdb631;
    }
    .bloc-comparaison .partners .row-fluid {
        display: inline-flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }
    .bloc-comparaison .partners .row-fluid-wrapper {
        width: 80%;
        margin: 0 auto;
    }
    .bloc-comparaison .partners .row-fluid .span2.space {
        width: 5%;
    }
    
    /* ----- Bloc Test Eligibilité ----- */
    .Bloc-TE {
        background-color: #009fa1;
        padding: 5rem 0;
    }
    .TE {
        text-align: center;
    }
    .TE h2 {
        margin-bottom: 2rem;
        color: #fff;
    }
    .TE span p.cta-te {
        text-align: center;
        background-color: #0c3441;
        border-radius: 4px;
        padding: 2rem 0;
        vertical-align: middle;
        width: 275px;
        margin: 0 auto;
    }
    .TE span p.cta-te a {
        color: #fff;
        text-decoration: none;
        font-size: 1.8rem;
        font-weight: 500;
    }
    .space-after-TE {
        height: 20px!important;
    }
    .bloc-arguments-questions .row-fluid {
        display: inline-flex;
    }
    
    /* ----- Bloc arguments ----- */
    .bloc-arguments {
        padding: 3rem 4.5rem 0 4.5rem;
        background-color: #fff;
        border: 2px solid #009fa1;
    }
    .bloc-arguments h2 {
        text-align: center;
    }
    .bloc-arguments h2 span {
        color: #009fa1;
    }
    .bloc-arguments .liste-arguments {
        margin: 0 0 3rem 0;
        padding-left: 5rem;
    }
    .bloc-arguments .icoArgumentsSVG {
        width: 72px;
        vertical-align: middle;
        font-family: 'Nunito', sans-serif!important;
    }
    .bloc-arguments .icoArgumentsSVG .couleurforme {
        fill:#000;
    }
    .bloc-arguments .icoArgumentsSVG .couleurdetail {
        fill: #fdb631;
    }
    .bloc-arguments .icoArgumentsSVG .txt0 {
        letter-spacing:0.02em;
        font-size:51.06px;
        font-weight: 300;
        font-family: 'Open Sans'!important;
    }
    .bloc-arguments .icoArgumentsSVG .txteuro {
        font-size:25px;
        letter-spacing:0em;
    }
    .bloc-arguments .ico-arguments p {
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        font-weight: 500;
        font-size: 1.6rem;
        margin-left: 5px;
    }
    .bloc-arguments .ico-arguments p span {
        font-weight: 500;
    }

    /* ----- Bloc questions ----- */
    .c-item-question {
        margin-bottom: 50px;
        padding: 0 15px;
     }
    .c-question {
        position: relative;
        width: 100%;
    }
    .c-question span {
        position: relative;
        display: inline;
        color: #009fa1;
        font-size: 1.6rem;
        font-weight: 500;
        cursor: pointer;
        text-align: left;
    }
    .c-answer {
        margin-top: 10px; 
        display : none;
    }
    .c-answer p {
        font-size: 1.4rem;
        line-height: 1.35;
    }

/* ==========================================================================
    Fin page Energie et Internet                                    
   ========================================================================== */


/* ==========================================================================
    Début page Services
   ========================================================================== */
    .content-box-services {
    }
    .hs-content-id-7261348834 a.b-default.b-phone--1 #tel_1_haut {
        vertical-align: text-bottom;
    }
    .hs-content-id-7261348834 a.b-default.b-phone--1 #tel_1_haut.ico {
        vertical-align: middle;
    }

/* ==========================================================================
    Fin page Services
   ========================================================================== */


/* ==========================================================================
    Début page Check-List                                   
   ========================================================================== */
    .bloc-email-partner {
        padding: 1.5rem 1.5rem 3.5rem 1.5rem;
        margin-top: 0!important;
    }
    .headband-page h2 {
        margin-top: 1.25rem!important;
        font-weight: 500;
        font-size: 1.6rem!important;
    }
    .bg-cd-timeline-right {
        display: none;
    }
		.cd-timeline-content .head-title h2 {
    	  color: #009fa1;
		}
		.cd-timeline-content .head-title i {
        color: #009fa1;
		}
    .inpage-editor-active-field ::selection, .inpage-editor-highlight-field ::selection {
        background: #dddddd;
        color: #000;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        background: #ffffff;
    }
    .cd-timeline-img {
        background: #009fa1;
    }
    .cd-timeline-content.cd-bg-timeline-block {
        background: #fff!important;
    }  
    .cd-timeline-content .description-timeline ul.bg-white {
        background: #F4F5F9;
        padding-right: 1rem;
    }
    .cd-timeline-content {
        box-shadow: none;
    }
    .bg-cd-timeline-left {
        height: 100%;
        background: #F4F5F9;
    }
    #cd-timeline::before {
        background: #c6c7ca;
    }
    .cd-timeline-content .description-timeline ul {
        font-size: 1.6rem;
    }
    .cd-timeline-content .description-timeline ul li a {
        color: #009fa1; 
    }
    .cd-timeline-content .description-timeline ul li:before {
        color: #fdb631; 
    }
    .cd-timeline-content .cd-date {
        color: #009fa1;
        margin-top: -5px;
    }
    .cd-timeline-block:nth-child(odd) .cd-timeline-content.cd-bg-timeline-block::before {
        border-left-color: #fff;
      	border-right-color: none;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        border-right-color: #fff;
      	border-left-color: none;
    }
    .b-default {
        border-radius: 0rem;
        font-weight: 600;
    }
     a.b-default.b-phone--2 {
        background: #009fa1;
        color: #fff!important;
    }
    .b-default.b-phone--2.b-ico {
        padding: 15px 20px;
    }
    .b-default.b-phone--2.b-ico:before {
        background-image: none;
    }    
		.b-default.b-phone--1 {
        font-weight: 600;
    		padding: 0;
    		display: initial;
    		vertical-align: -webkit-baseline-middle;
    }
    #Page-services .headband h1 {
        background-color: transparent;
      	position: relative;
    		z-index: 1;
    }
    .bloc-head-phone1 {
        margin-bottom: 0!important;
        color: #fff;
        text-align: center;
        margin: auto;
        text-align: center;
        height: 44px;
        vertical-align: middle;
      	border-radius: 0!important;
    }   
    .bloc-head-phone1 #tel_1_haut {
        text-align: center;
        display: inline-block;
    }
		.bloc-head-phone1 a i.ico {
        position: relative!important; 
        text-align: center;
        vertical-align: middle;
        display: inline-block;
        left: 0;
        top: 0;
		}
		.bloc-head-phone1 [data-icon]:before {
    	  vertical-align: middle;
		}
    li.btn-phone .ico {
        vertical-align: middle;
        margin-right: 10px;
    }
    .col-5 {
        margin-top: 15px;
    }
    .serviceList .item-service .oneService .element-main-ico-services {
        color: #FB7C4F!important;
    }
    .imprimer {
        width: fit-content;
        margin: auto;
        background-color: #fdb631;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-size: 1.6rem;
        border-radius: 0;
        border: none;
        padding: 15px 20px;
        font-weight: 600;
    }
    .imprimer:hover {
        -webkit-filter: brightness(75%);
        -moz-filter: brightness(75%);
        -o-filter: brightness(75%);
        -ms-filter: brightness(75%);
    }
    .bloc-email-partner .imprimer {
        margin: 20px auto 0 auto;
    }

/* ==========================================================================
    Fin page Check-List                                   
   ========================================================================== */


/* ==========================================================================
    Début page Test Eligibilite                                     
   ========================================================================== */
    /* ----- Texte descriptif TE ----- */
    .descriptifTE p {
        margin: 7rem 0 5rem 0;
    }

/* ==========================================================================
    Fin page Test Eligibilite                                     
   ========================================================================== */

    
@media (max-width: 1139px) and (min-width: 768px){
/* ==========================================================================
   Header                                          
   ========================================================================== */
    .arrow {
        padding-left: 2rem;
    } 
    .partner-band {
        padding-right: 2rem;
    } 
    .arguments {
        padding: 0 5rem;
    }
    .bloc-interets .arrow {
        left: 45%!important;
    }
    .bloc-arguments-questions {
        padding: 0 4rem 0 4rem!important;
    }
    .bloc-arguments {
        padding: 3rem 1.5rem 0 1.5rem;
    }
    .bloc-arguments .liste-arguments {
        padding-left: 3rem!important;
    }
    .bloc-appel {
        background-color: #fff;
    }    
    .bloc-comparaison h2 {
        margin-left: 8rem;
    }
    .bloc-comparaison .crochet-haut {
        left: 40px;
    }
    .bloc-comparaison .crochet-bas {
        left: 880px;
        top: 70px;
    }
    .bloc-comparaison .crochet-bas-i {
        left: 880px;
        top: 46px;
    }
  
  
/* ==========================================================================
    Début page Test Eligibilite                                     
   ========================================================================== */
    .descriptifTE p {
        padding: 0 2rem;
    }
  
/* ==========================================================================
    Fin page Test Eligibilite                                     
   ========================================================================== */    
}


@media screen and (max-width: 997px) {
    .headband-title {
        padding:4.5rem 1.5rem;
    }
  
/* ==========================================================================
    Début page Energie et Internet                           
   ========================================================================== */       
    .bloc-interets .arrow {
        left: 45%!important;
    }
    /* ----- Bloc appel ----- */
    .bloc-appel {
        background-color: #fff;
    }
    .bloc-appel .row-fluid {
        display: block!important;
    }
    .bloc-appel .visuel-appel img {
        display: none;
    }
    .bloc-appel .descriptif-appel {
        width: 100%!important;
        margin: 1.25rem 0!important;
        padding: 0 2.5rem;
    }
    .bloc-appel .descriptif-appel h2 {
        margin: 0 0 2rem 0;
    }
    .bloc-appel .row-fluid .span5 {
        text-align: center;
        width: 100%!important;
    }
    
    /* ----- Bloc comparaison ----- */
    .bloc-comparaison .crochet-bas {
        left: 625px;
        top: 60px;
    }
   .bloc-comparaison .crochet-bas-i {
        left: 625px;
        top: 40px;
    }
    .spacer-comparaison-arguments {
        height: 65px!important;
    }
   .bloc-arguments-questions .row-fluid {
        display: block;
    }

    /* ----- Bloc arguments ----- */
    .bloc-arguments {
        width: 100%!important;
        padding: 0 1.5rem 0 1.5rem;
        border: none;
        text-align: center;
        margin-bottom: 2.5rem;
    }
    .bloc-arguments h2 {
        margin-bottom: 2rem;
    }
    .bloc-arguments .liste-arguments {
        display: inline-flex;
        justify-content: space-between;
        align-content: space-between;
        align-items: stretch;
        padding-left: 0!important;
    }
    .bloc-arguments .ico-arguments {
        padding: 0 1.25rem;
    }
    .bloc-arguments .ico-arguments p {
        text-align: center;
        font-size: 1.4rem;
        font-weight: 500;
    }
    .bloc-arguments .icoArgumentsSVG {
        width: 60px;
    }

    /* ----- Bloc questions ----- */    
    .bloc-questions {
        width: 100%!important;
        margin-left: 0!important;
    } 
  
/* ==========================================================================
    Fin page Energie et Internet                            
   ========================================================================== */   
}


@media screen and (max-width: 768px) {
/* ==========================================================================
   Header                                          
   ========================================================================== */
    .arrow {
        top: 1.5rem;
        position: absolute;
        padding-left: 1.5rem;
    }
    .arrow i {
        font-size: 2rem;
        margin-left: 0;
    }
    .partner-band div {
        float: none!important;
        text-align: center;
    } 
    .partner-band img {
        padding: 0;
    }
    h1 {
        font-size: 2rem;
        padding: 0 1.5rem;
        line-height: 1.35;
    }
    .content-box-step > div > div > div > div {
        display: flex;
    }
  
/* ==========================================================================
   Cnil                                         
   ========================================================================== */    
    .cnil {
        padding: 0 1.5rem;
    }

/* ==========================================================================
    Début page Test Eligibilite                                     
   ========================================================================== */
    .descriptifTE p {
        padding: 0 1.5rem;
    }
    .conditions-tarifaires p {
        font-size: 1.1rem;
    }
  
/* ==========================================================================
    Fin page Test Eligibilite                                     
   ========================================================================== */


/* ==========================================================================
    Début page Déménagement Pro                             
   ========================================================================== */      
    /* ----- Bandeau titre ----- */   
    .headband-page {
        padding: 0 0 2rem 0;
    }
    .h1DemPro {
        padding-bottom: 2rem;
    }
    
    /* ----- Bandeau arguments ----- */  
    .arguments {
        padding: 0 1rem;
    }
    .arguments h3 {
        padding-top: .5rem;
        padding-bottom: 2rem;
    }
    
    /* ----- Formulaire demande de devis ----- */   
    .form {
        padding: 0 .5rem;
        margin-top: 2rem!important;
    }
    .form fieldset:nth-of-type(2) {
        width: 100%;
    }
    .form fieldset:nth-of-type(3) {
        width: 100%;
    }
  
/* ==========================================================================
    Fin page Déménagement Pro                             
   ========================================================================== */  


/* ==========================================================================
    Début page Confirmation devis Déménagement Pro                             
   ========================================================================== */ 
    .content-box-step .col-12 {
        margin: auto;
        text-align: center;
    }
    .content-box-step .box-step {
        position: relative;
        width: 100%;
        height: 37.0rem;
        padding: 1.0rem;
        border-radius: 1.0rem;
    }
    .box-step .description .libelle {
        text-align: center;
        width: 100%;
    }

/* ==========================================================================
    Fin page Confirmation devis Déménagement Pro                             
   ========================================================================== */

   
/* ==========================================================================
    Début page Energie et Internet                               
   ========================================================================== */ 
    .bloc-interets .arrow {
       left: 44%!important;
    }
    .titrejours p {
        font-size: 1.6rem;
    }
    .interets li {
        font-size: 1.4rem;
    }
  
    /* ----- Bloc appel ----- */
    .bloc-appel .row-fluid {
        display: block!important;
    }
    .bloc-appel .descriptif-appel {
        width: 100%!important;
        margin: 0 0 1.25rem 0!important;
        padding: 0 2.5rem;
    }
    .descriptif-appel h2 {
        margin: 0 0 2rem 0;
    }
    .visuel-appel {
        text-align: center;
    }
    
    /* ----- Bloc test eligibilité ----- */
    .descriptifTE p {
        padding: 0 1.5rem;
    }

    /* ----- Bloc comparaison ----- */
    .bloc-comparaison .partners .row-fluid {
        display: inline-flex;
        align-self: center;
    }
    .bloc-comparaison .partners .row-fluid [class*="span"] {
        display: inline-block;
        float: none;
        width: auto;
        margin-left: 0;
        line-height: 3;
        text-align: center;
        padding: 0 .75rem;
    }
    .bloc-comparaison .partners .row-fluid .span2.space {
        width: 0;
    }
    .bloc-comparaison .partner img {
        max-width: 78%!important;
     }
    .bloc-comparaison .crochet-bas, .bloc-comparaison .crochet-bas-i {
        position: absolute;
        width: 100px;
        left: 435px;
        top: 150px;
    }
    .bloc-comparaison .crochet-bas-i {
        top: 150px;
    }
    .bloc-comparaison .crochet-haut {
        left: 30px;
    }
    .bloc-comparaison h2 {
        text-align: center;
        font-weight: 400;
    }
    
    /* ----- Bloc arguments ----- */
    .bloc-arguments h2 {
        margin-bottom: 0;
    }
    
    /* ----- Bloc questions ----- */
    .c-item-question {
        margin-bottom: 0!important;
        padding: 0 0!important;
    }
    .c-question {
        padding: 2rem 0 2rem 2rem;
        background-color: #009fa1;
        margin-bottom: .2rem;
    }
    .c-question span {
        color: #fff!important;
    }
    .c-question span .ico {
        vertical-align: middle;
    }
    .c-question span .ico.question-one-line:after {
        top: 2px;
    }
    .c-question span .ico:after {
        content:'';
        display:inline-block;
        vertical-align: middle;
        background: url("//cdn2.hubspot.net/hubfs/3385629/BemovePro-partenaires/Nexity/Mystorymmo/chevron-close.svg") no-repeat;
        width: 26px;
        height: 33px;
        position: relative;
        top: 2px;
        float: right;
        margin-right: 1.5rem;
    }
    .c-question.active span .ico.question-one-line:after {
        top: -4px;
    }
    .c-question.active span .ico:after {
        content:'';
        top: -4px;
        right: .75rem;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
    }
    .c-answer {
        padding: 0;
        margin-top: 0!important;
    }
    .c-answer p {
        padding: 1rem 1.5rem 2rem 1.5rem;
    }
    .spacer-end {
        display: none!important;
    }

/* ==========================================================================
    Fin page Energie et Internet                               
   ========================================================================== */ 
  
   .content-box-services .row-fluid-wrapper .item-service {
    		width: 38%;
		}
  	.cd-timeline-block:nth-child(3) .cd-timeline-content.cd-bg-timeline-block::before {
        border-left: none!important;
        border-right-color: #fff;
		}
}


@media screen and (max-width: 648px) {
    .bloc-comparaison .crochet-bas, .bloc-comparaison .crochet-bas-i {
        left: 510px;
    }
}
 

@media screen and (max-width: 500px) {
    .item-service a {
        display: flex;
    }
    #Page-services .item-service svg {
        width: auto;
        height: auto;
    }
    .group-partner-band .partner-band span .logoBM {
        /*display: block;*/
        /*margin: auto!important;*/
        display: inline-block;
        width: 130px;
    }
    .group-partner-band .partner-band span {
        flex-direction: column;
        display: inline-block;
    }
    .group-partner-band .partner-band span span {
        vertical-align: super;
    }
    .group-partner-band .partner-band .brand svg {
        display: block;
        margin: 0 auto 10px auto;
    }
    a.brand img {
        display: block;
        margin: 0 auto 5px auto;
    }
    div.headband-page > div:nth-child(2) {
        padding-right: 10px;
        padding-left: 10px;
    }
    div.headband-page h1 {
        margin: 0;
    }
    .content-box-step > div > div > div > div {
        flex-direction: column!important;
    }
    
/* ==========================================================================
    Début page Dem Pro                             
   ========================================================================== */ 
    form.hs-form .form-columns-2 .hs-form-field .hs-input {
        width: 100%!important;
    }  
  
/* ==========================================================================
    Fin page Dem Pro                             
   ========================================================================== */ 
  
  
/* ==========================================================================
    Début page Energie et Internet                               
   ========================================================================== */ 
    .spacer {
        min-height: 0!important;
        height: 0!important;
    }
    
    /* ----- Bloc intérêts ----- */
    .bloc-interets .contactBemove {
        border: none;
        margin: 0!important;
        width: 100%!important;
    }
    .bloc-interets .contactBemove p {
        padding: 1.5rem;
    }
    .bloc-interets .arrow {
        left: 40%!important;
    }  
    .bloc-interets .interets {
        border: none;
        border-bottom: 2px solid #f4f5f9;
        border-radius: 0;
        padding: 20px 0 0 0;
        margin: 0!important;
        width: 100%;
    }

    /* ----- Bloc appel ----- */
    .bloc-appel .descriptif-appel {
        margin: 3rem 0 1.25rem 0!important;
    }
    .space-before-comparaison {
        height: 30px!important;
    }

    /* ----- Bloc comparaison ----- */
    .bloc-comparaison .partners .row-fluid-wrapper {
        width: 100%;
        margin: 0 auto;
    }
    .bloc-comparaison {
        background-color: #f5f5f5;
        padding: 4rem 0 3rem 0;
    }
    .bloc-comparaison .partners .row-fluid [class*="span"] {
        line-height: 0;
        padding: 1rem;
    }
    .bloc-comparaison .crochet-haut {
        display: none;
    }
    .bloc-comparaison .crochet-bas, .bloc-comparaison .crochet-bas-i {
        display: none;
    }
    .bloc-comparaison h2 {
        font-size: 1.8rem;
        margin-left: 0;
    }
    .space-before-TE, .space-after-TE, .space-crochet {
        display: none!important;
    }
    
    /* ----- Bloc test éligibilité ----- */
    .Bloc-TE {
        padding: 0;
    }
    .TE {
        padding: 4rem 1.5rem;
    }
    .TE h2 {
        color: #fff;
        padding: 0 0 1.5rem 0;
        margin-bottom: 0;
        line-height: 1.15;
    }
    
    /* ----- Bloc arguments ----- */
    .bloc-arguments {
        border: none;
        padding: 4rem 1.5rem 2rem 1.5rem;
        margin-bottom: 0;
    }
    .bloc-arguments .liste-arguments {
        display: inline-block;
        text-align: left;
        margin: 1rem 0;
        font-size: 1.5rem;
    }
    .bloc-arguments .liste-arguments .row-fluid-wrapper {
        margin: 1rem 0;
    }
    .bloc-arguments .ico-arguments p {
        text-align: left;
        font-size: 1.5rem;
    }
    .bloc-arguments .icoArgumentsSVG {
        margin-right: .4rem;
    }
    
    /* ----- Bloc questions ----- */
    .c-question span {
        max-width: 295px;
        width: 295px;
        display: block;
    }
    .c-question {
        background-color: #009fa1;
    }
    .c-question span .ico:after {
        top: -8px;
        margin-right: -3.5rem;
    }
    .c-question.active span .ico:after {
        top: -16px;
        margin-right: -3.5rem;
    }
  
  
/* ==========================================================================
    Fin page Energie et Internet                               
   ========================================================================== */    
    .content-box-services .row-fluid-wrapper .item-service {
        width: 100%;
        margin: 20px 0;
    }
    .box-service .rounded img {
        max-width: 100%;
        height: auto;
        vertical-align: middle;
    }
    .box-service .picture {
        width: 30%;
        vertical-align: baseline!important;
    }
    .box-service .description {
        width: 70%;
    }
    .box-service .description .libelle {
        margin: 0 auto;
    }
    .box-service {
        height: 8rem;
        background: #fff;
    }
    .box-service .rounded {
        width: 8rem;
        height: auto;
        text-align: center;
        margin: 0 auto;
        background: #4eb7a7;
        border-radius: 0;
        overflow: visible;
        vertical-align: middle;
    }
    .content-box-step .box-step {
        width: 70%!important;
        margin: 2rem auto!important;
        text-align: center;
        padding: 2rem .7rem;
        height: auto!important;
    }
    .box-step .rounded {
        width: 7rem;
        height: 7rem;
    }
    .box-step .picture {
        width: 100%;
    }
}


@media screen and (max-width: 320px) {
/* ----- Bloc questions ----- */
    .c-question span {
        max-width: 260px;
        width: 260px;
        display: block;
    }
    .c-question {
        background-color: #009fa1;
    }
}


@media screen and (min-width: 768px) {
/* ==========================================================================
    Début page services (home) et confirmation devis
   ========================================================================== */   
    .box-step .rounded {
        width: 12.5rem;
        height: 12.5rem;
    }
    .box-step .description .libelle h2 {
        font-size: 1.6rem;
    }
  
/* ==========================================================================
    Début page services (home) et confirmation devis
   ========================================================================== */     
   
    
/* ==========================================================================
    Début page Energie et Internet                               
   ========================================================================== */     
    .c-question {
        pointer-events:none;
    }
    .c-answer {
        display : block;
    }
    .c-question span .ico {
        display: none;
    }
  
/* ==========================================================================
    Fin page Energie et Internet                               
   ========================================================================== */     
}


/* ==========================================================================
    Correctif IE - Pages services                               
   ========================================================================== */
    #Page-services div.headband {
        height: auto;
        min-height: auto!important;
        padding: 60px 0;
    }
    #Page-services div.headband:first-child.row-fluid-wrapper {
        display: block;
    }
    #Page-services div.headband .row-fluid-wrapper {
        display: block;
    }
    #Page-services .b-default.b-phone--1 {
        padding: 0;
    }
    #Page-services .bloc-head-phone1 {
        height: auto;
    }
    #Page-services .bloc-head-phone1 a {
        text-align: center;
    }
    #Page-services .bloc-head-phone1 [data-icon]:before {
        vertical-align: initial;
    }
    #Page-services .bloc-head-phone1 a i:nth-child(2) {
        vertical-align: initial;
    }