/** GENERAL **/
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
body{
	font-family: 'Open Sans', sans-serif;
}
header {
	background-color: #fff;
	text-align: center;
}
.list {
    width: 100%;
}
.materiel .col-md-3 {
    text-align: center;
}
.materiel .col-md-3 p {
    font-size: 1em;
    font-weight: bold!important;
    font-family: sans-serif;
    margin-top: 3%;
}
footer {
	background-color: #af2a2a;
	color: #fff; 
}
.espace {
    margin-top: 3%;
}
p {
	font-size: 14px;
}
.bg-red {
	    background-color: #af292a;
}
.bg-red a {
	color: white;
}
.bg-red a:hover {
	color: black;
}
h1 {
    text-align: center;
    color: #af2a2a;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5%;
}
h2 {
	font-size: 30px;
	text-align: center;
	color: #646463;
	text-transform: uppercase;
	margin-bottom: 15px;
}
a {
	color: #af292a;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.petit {
    text-transform: none;
    color: black;
    font-weight: bold;
    font-size: 1.5em;
}

.container {
	padding-top: 35px;
	padding-bottom: 25px; 
}

.bg-grey7 {
	background-color: #e2eaeb;
}

.center {
	text-align: center;
}

input:focus {
    border-color: #f2a538 !important;
    box-shadow: 0 0 5px #f2a538 !important;
}
/* Color of invalid field */
.has-error .control-label,
.has-error .help-block,
.has-error .form-control-feedback {
    color: #a94442;
}
.has-error input:focus {
    border-color: #a94442 !important;
    box-shadow: 0 0 5px #a94442 !important;
}

/* Color of valid field */
.has-success .control-label,
.has-success .help-block,
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-success input:focus {
    border-color: #3c763d !important;
    box-shadow: 0 0 5px #3c763d !important;
}

/*** Header ***/
header .container {
	padding-top: initial;
	padding-bottom: initial;
}
.logoAnnexx7 {
	height: 140px;
}
.offer7 p {
	position: fixed;
    background-color: #af2a2a;
    color: #f8bc39;
    transform: rotate(-45deg);
    z-index: 2;
    top: 74px;
    left: -84px;
    padding: 5px 70px 5px 110px;
    font-size: 20px;
}
.offer7 img {
	position: fixed;
    transform: rotate(-45deg);
    z-index: 3;
    top: 151px;
    left: 12px;
    width: 35px;
    height: 35px;
}

/*** FOOTER ***/
footer .col-md-9 .col-md-6 {
	text-align: center;
}
footer .boxName7{
	margin-bottom: 0px;
	font-weight: bolder;
} 
.location7 .col-md-6 i{
	position: absolute;
    left: 62px;
    font-size: 20px;
    transform: rotate(-30deg);
}
footer a {
	color: #fff;
}
footer .col-md-12 i {
	font-size: 25px;
}
footer .col-md-12 a{
	padding-left: 10px;
}
footer .col-md-12 p.modalML7 {
	margin-bottom: 5px;
}
footer .col-md-12 p.modalML7:hover {
	cursor: pointer;
}
.pdf7 {
	display: none;
}

.marque7 {
	font-size: 20px;
    margin-bottom: 10px
}
#maillage a:before {
	content: "\f054";
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	margin-right: 10px;
}
#maillage {
	margin-top: 10px;
}

/*---------- HOME ----------*/

/*** when rent a box ***/
.when7 p {
	margin-bottom: 0;
}
.when7 h3 {
	font-size: 18px;
	font-weight: bolder;
}
.when7 .col-md-3 {
	text-align: right;
	margin-top: auto;
    margin-bottom: auto;
}
.when7 .col-md-6 .row{
	margin-bottom: 15px;
}
.icon-stock7, .icon-shuffle7{
	width: 59px;
	height: 59px
}
.icon-earth7{
	width: 54px;
	height: 54px;
}
.icon-tools7, .icon-study7{
	width: 59px;
}

/*** Why rent with us ***/
.block-why7 {
	text-align: center;
}
.border-why7 {
	border: 1px solid #000;
	border-radius: 20px;
	padding: 20px 15px;
	height: 100%;
}
.goContact7 {
	margin-top: 30px;
    padding: 10px 20px;
    max-width: 488px;
    font-size: 18px;
    background-color: #F54E05;
    border: 1px solid #F54E05;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
	text-align:center;
}
.goContact7 a {
    color: #fff;
}
.goContact7 i {
	margin-left: 10px;
	font-size: 25px;
}
.goContact7:hover {
	background-color: white;
}
.goContact7:hover a {
	color: #F54E05;
}
.goContact7:hover i {
	animation: bounce 0.4s ease infinite alternate;
}
@keyframes bounce{
     from {transform: translateY(0);}
     to   {transform: translateX(10px);}
}
.title-block-why7{
	font-size: 20px;
	line-height: 1em;
	text-align: left;
    margin-left: 50%;
    transform: translateX(-50%);
}
.block-why7:first-child .title-block-why7{
	width: 109px;
}
.block-why7:nth-child(2) .title-block-why7{
	width: 154px;
}
.block-why7:nth-child(3) .title-block-why7{
	width: 140px;
}
.block-why7:last-child .title-block-why7{
	width: 98px;
}
.descp-why7 {
	text-align: left;
	margin-bottom: 0;
}
img.iconH24_7{
	position: absolute;
    height: 37px;
    width: 37px;
    top: 43px;
    right: 50px;
}
img.boxSecu_7 {
	width: 73px;
	height: 73px;
	margin-top: 45px;
	margin-bottom: 30px;
}
img.camSecu_7 {
    position: absolute;
    left: 15px;
    width: 58px;
    height: 57px;
    top: 68px;
}
img.icon-building_7 {
    width: 105px;
    height: 100px;
    margin-top: 35px;
    margin-bottom: 33px;
}
img.icon-new_7 {
	position: absolute;
    right: 90px;
    top: 78px;
}
img.icon-euro_7 {
	width: 100px;
	height: 90px;
	margin-top: 27px;
	margin-bottom: 51px;
}
img.icon-trolley_7{
	width: 105px;
	height: 90px;
	margin-top: 22px;
	margin-bottom: 36px;
}
/*** HELP MOVING ***/
#helpMoving7 .col-md-8 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#helpMoving7 .col-md-6 {
	text-align: center;
	padding-top: 24px;
}
#helpMoving7 .col-md-4 {
	display: flex;
}
#helpMoving7 .col-md-4 .row{
	margin: auto;
}
#helpMoving7 .col-md-6:first-child {
	border-right: 1px solid;
	border-bottom: 1px solid;
}
#helpMoving7 .col-md-6:last-child{
	margin-top: -1px;
    margin-left: -1px;
    border-top: 1px solid;
    border-left: 1px solid;
}
/*** BOX TYPE ***/
.typeBox7 .col-md-8 {
	display: table-cell;
}
.boxBlock7{
	/*display: inline-block;
	vertical-align: bottom;*/
	margin-top: auto;
	margin-bottom: auto;	
}
p.boxBlock7 {
	margin-bottom: 0px;
}
.boxRow1_7, .boxRow2_7 {
	margin-bottom: 15px;	
}
.blockS_7 .boxBlock7:first-child, .blockL_7 .boxBlock7 {
	text-align: right;
}
.boxRow1_7 .blockS_7 img, .blockS_7 .blockImgSize7 {
	width: 100px; 
	height: 65px;
}
.boxRow1_7 .blockM_7 img, .blockM_7 .blockImgSize7 {
	width: 120px; 
	height: 77px;
}
.boxRow2_7 .blockL_7 img, .blockL_7 .blockImgSize7 {
	width: 140px; 
	height: 90px;
}
.boxRow2_7 .blockXL_7 img, .blockXL_7 .blockImgSize7:last-child {
	width: 160px; 
	height: 100px;
}
.boxRow2_7 .boxBlock7:first-child h3 {
	padding-right: 20px;
}

/* S M L XL */
.sizeBox7 {
    color: #fff;
	position: absolute;
}
.boxRow1_7 .blockS_7 .sizeBox7 {
    bottom: -6px;
    left: 40px;
}
.boxRow1_7 .blockM_7 .sizeBox7 {
    bottom: -3px;
    left: 45px;
}
.boxRow2_7 .blockL_7 .sizeBox7 {
    bottom: 0px;
    left: 52px;
}
.boxRow2_7 .blockXL_7 .sizeBox7 {
    bottom: 3px;
    left: 56px;
}
/* m² */
.sizeBoxMeter7 {
    color: #000;
	position: absolute;
	transform: rotate(-12deg);
}
.boxRow1_7 .blockS_7 .sizeBoxMeter7 {
    bottom: -3px;
    right: 55px;
}
.boxRow1_7 .blockM_7 .sizeBoxMeter7{
    bottom: 0px;
    right: 41px;
}
.boxRow2_7 .blockL_7 .sizeBoxMeter7 {
    bottom: 5px;
    right: 24px;
}
.boxRow2_7 .blockXL_7 .sizeBoxMeter7 {
    bottom: 8px;
    right: 8px;
}
/*------------------------*/
.nbCartons7 {
	font-size: 20px;
	text-align: center;
}

.blockS_7 .row, .blockL_7 .row {
	height: 100%;
	margin-right: -5px;
	margin-left: 5px;
}
.blockM_7 .row, .blockXL_7 .row {
	margin-left: -5px;
	margin-right: 5px;
}

.blockS_7 .row, .blockL_7 .row, .blockM_7 .row, .blockXL_7 .row{
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 15px 0;
}
.blockS_7 h3, .blockL_7 h3, .blockM_7 h3, .blockXL_7 h3 {
	text-align: center;
	color: #af2a2a;
} 

/*** VILLE ***/
#city7 hr {
	width: 40%;
	border-color: #646463;
}
#city7 hr:first-child {
	margin-left: -15px;
}
#city7 hr:last-child {
	margin-right: -15px;
}
#city7 h3 {
	width: 368px;
	padding: 0 25px;
	color: #646463;
	text-align: center;
}
.quartier-title7 {
	display: inline-flex;
	margin: 10px 0;
}
.quartier-title7 p {
    font-weight: bold;
    font-size: 20px;
	text-align:center;
}
#city7 .col-md-2 {
	text-align: center;
}
#city7 .col-md-2 div {
	background-color: #e2eaeb;
    height: 80px;
    border-radius: 10px;
    display: flex;
}
#city7 .col-md-2 div p{
	margin: auto;
    border-radius: 10px;
}
.imgVille7 {
	max-width: 100%;
	height: 288px;
	object-fit: cover;
}
/*** NEWS ***/
#actus7 ul {
	padding-left: 0px;
}
#actus7 li {
	list-style-type: none;
	background: url(/images/icon.png) no-repeat left center;
	padding-left: 30px;
	background-size: 4%;
}
#actus7 li a {
    font-size: 13px;
}
#actus7 h2 {
	margin-bottom: 25px;
}
.block-actus7 {
	background-color: #fff;
	padding: 20px 15px;
	border: 1px solid #9e9e9e;
	width: 230px;
	height: 291px;
}
.btn-red7{
	border: 1px solid #af2a2a;
	border-radius: 5px;
	color: #fff;
	background-color: #af2a2a
}
.block-actus7:hover .btn-red7 {
	opacity: 1;
    height: auto;
}
/*** OPINION ***/
#opinion7 .bg-grey7 {
	padding: 20px 73px 40px;
    width: 860px;
	display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
}
.opinion-block7 {
	background-color: #fff;
	padding: 15px;
	border-radius: 5px;
	height: 100%;
}
.opinion-block7 .col-md-3 {
	text-align: center;
}
.opinion-block7 .col-md-9 {
	border-left: 3px solid #e0e0e0;
}
.opinion-block7 .fa-user-circle{
	font-size: 115px;
}
/* Slider */
.slider7 {
  width: 100%;
  margin: 25px auto 0;
  height: 180px;
  position: relative;
}
.slider7 ul, .slider7 ul li {
  width: 100%;
  height: 170px
}
.slider7 ul {
  position: relative;
  overflow: hidden;
  border-radius: 15px
}
.slider7 ul li {
  position: absolute;
  top: 0;
  left: -100%;
  background-size: cover;
  background-position: center;
}
.slider7 ol {
	padding-left: 0;
}
.slider7 .controll7 {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 44%;
  border-bottom: 3px solid #333;
  border-left: 3px solid #333;
  cursor: pointer;
  color: #333
}
.slider7 .controll7:first-of-type {
  transform: rotate(45deg);
  left: 20px;
  margin-left: -60px;
}
.slider7 .controll7:last-of-type {
  transform: rotate(225deg);
  right: 20px;
  margin-right: -60px;
}
.slider7 .controll7:hover, .slider7 .controll7.active {
  border-color: #af2a2a
}
.slider7 ol {
  text-align: center;
}
.slider7 ol li {
  display: inline-block;
  margin-right: 5px;
}
.slider7 ol .fa {
  font-size: 20px;
  color: #af2a2a;
  cursor: pointer;
  font-weight: normal;
}
.slider7 ol li .fa:before {
  content: "\f111";
}
.slider7 ol li:hover .fa:before, .slider7 ol li.active .fa:before {
  content: "\f192"
}
/* END slider */

/******* ARTICLES *******/
#post7 h1 {
	margin-bottom: 20px;
}
#post7 h2 {
	text-align: initial;
}
#post7 h3 {
	font-size: 1.25rem;
}
#postContent7 {
	padding-top: 20px;
}
#otherArt7 p {
	font-size: 16px;
	text-align: center;
	margin: auto;
}
.postSubTitle7 {
	font-size: 18px;
	color: #af2a2a;
}
h2.postSubTitle7::before {
	content: "\f192";
	font-family: 'Font Awesome\ 5 Free';
	margin-right: 10px;
}
.otherArticles7 {
	font-size: 30px;
	text-align: center;
}
.bgFilAriane7 {
	background-color: #f7e8cc96;
}
.bgFilAriane7 .container{
	padding-top: 5px;
	padding-bottom: 5px; 
}
.filAriane7 .fa-chevron-left {
	margin: 0 10px;
	color: #af2a2a;
}
.filAriane7 {
    font-size: 13px;
}
.filAriane7 a{
	color: #212529;
}
#otherArt7 .col-md-3 {
	margin-bottom: 15px;
}
#otherArt7 a div {
	border: 1px solid #ccc;
	border-radius: 10px;
	height: 100%;
	padding: 15px;
	display: flex;
}
#post7 .btn-red7 {
	overflow: initial;
	height: initial;
	opacity: initial;
}
#post7 #formContact7, #home7 #formContact7 {
	background-color: #fff;
}
#post7 hr, .redSeparator7 {
	width: 50%;
	border-color: #af2a2a;
	margin-bottom: 0;
}

/******* CONTACT *******/
#contact7 .offer7 {
	display: none;
}
#contact7 h1{
	margin-bottom: 0px;
}
.borderRight7 {
	border-right: 2px solid #af2a2a;
}
.num7, p.numfax7, .fa-fax, .boxAdress7 i{
	display: inline-block;
}
.boxName7{
	margin-bottom: 10px;
}
.boxAdress7 p {
	margin-top: -21px;
	margin-left: 10px;
	margin-bottom: 0;
	display: inline;
}
p.num7, p.numfax7 {
	padding-left: 10px;
}
.fax7, #contact7 .col-md-6.borderRight7 {
	text-align: center;
}
.fax7 p, .fax7 i{
	font-size: 18px;
}
#contact7 #adress7 .fa-phone, 
#contact7 #adress7 .fa-home, 
#contact7 #adress7 .boxName7,
.fax7 i.fa-fax{
	color: #af2a2a;
}
.input-group {
	margin-bottom: 10px;
	height: 35px;
}
input.form-control{
	font-size: 12px;
}
input.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #e59b9b;
}
input.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #e59b9b;
}
input.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #e59b9b;
}
input.form-control:-moz-placeholder { /* Firefox 18- */
  color: #e59b9b;
}
.form-control:disabled, #post10 .form-control:disabled{
	border-color: #F54E05;
    background: #F54E05;
    font-size: 1em;
	white-space: normal;
}
.form-control.btn-red7:hover {
    background: white;
    color: #F54E05;
}
#formContact7 {
	padding: 30px 15px;
}
#offre7{
	padding: 30px 15px 10px;
}
#offre7 img {
	width: 100%;
}

/*** MAPS ***/
.center-block {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.center-block .center-image {
    padding-left: 0;
    border-right: 3px solid #e0e0e0;
}
.center-block .center-image img {
    width: 100%;
}
.center-block .center-name {
    color: #af2a2a;
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 5px;
}
#content-infowindow .infowindow-name {
    color: #af2a2a;
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 600;
}
.center-block p.center-adress, #content-infowindow p.infowindow-adress{
    margin-bottom: 5px;
}
.center-block .center-phone, #content-infowindow .infowindow-phone{
    padding: 10px 20px;
    font-size: 15px;
    background-color: #af2a2a;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    margin: 0;
}
.center-block .center-pictos{
	text-align: center;
	margin-bottom: 10px;
}
.center-block .center-pictos span {
    font-size: 11px;
    line-height: 11px;
    display: block;
    color: #646463;
}
.center-block .center-pictos img {
    height: 20px;
    margin-bottom: 5px;
    opacity: 0.6;
}
.center-block .center-offer {
    position: absolute;
    background-color: #af2a2a;
    color: #f8bc39;
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
    top: 25px;
    right: -72px;
    line-height: 14px;
    padding: 5px 70px;
    font-size: 14px;
}

@media screen and (min-width: 768px){
	.force-overflow{
		min-height: 500px;
	}
	.scroll-list {
	    float: left;
	    height: 500px;
	    overflow-y: scroll;
	    overflow-x: hidden;
	    width: 100%;
	    padding: 0 15px;
	}
	.scroll-list::-webkit-scrollbar-track{
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
		border-radius: 10px;
		background-color: #F5F5F5;
	}
	.scroll-list::-webkit-scrollbar{
		width: 12px;
		background-color: #F5F5F5;
	}
	.scroll-list::-webkit-scrollbar-thumb{
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
		background-color: #D62929;
	}
	#map55 {
		width: 100%;
		height: 300px;
		background-color: grey;
	}
	#map55.map-home {
		width: 100%;
		height: 493px;
		background-color: grey;
	}
}

.nom {
    text-align: center;
    width: 100%;
    font-size: 1.5em;
    margin-top: 2em;
}

/******* 404 *******/
#error404_7 .offer7{
	display: none;
}

/******* Modal *******/
.slider-container-ml7{
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden; 
  text-align: center;
}

.menu-ml7 {
  position: absolute;
  left: 0;
  z-index: 900;
  width: 100%;
  bottom: 0;
}

.menu-ml7 label {
  cursor: pointer;
  display: inline-block;
  width: 23px;
  height: 23px;
  background: #af2a2a;
  color: #fff;
  border-radius: 50px;
  margin: 0 .2em 1em;
  &:hover {
    background: red;
  }
}

.slide-ml7 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 10;
  padding: 0
  background-size: cover;
  background-position: 50% 50%;
  transition: left 0s .75s;
}

[id^="slide"]:checked + .slide-ml7 {
  left: 0;
  z-index: 100;
  transition: left .65s ease-out;
}

p.modal-title {
    font-size: 20px;
}

footer .modalML7 {
	display: inline-block;
	padding-left: 18px;
	font-size: 16px;
}
footer .modalML7:hover {
	color: #000;
}
.modal-dialog {
	max-width: 802px;
}
.modal-body {
	padding: 0;
	height: 1015px;	
}
.modal-body img {
	-webkit-clip-path: inset(9% 0 15% 0);
    clip-path: inset(7% 0 9% 0);
    margin-top: -75px;
}
.btn-fermer7:focus {
	box-shadow: 0 0 0 0.2rem rgba(175,42,42,.5);
}
.btn-fermer7 {
    color: #fff;
    background-color: #af2a2a; 
    border-color: #af2a2a; 
}



/**** RESPONSIVE ****/
@media screen and (min-width: 1200px){
	.boxRow1_7 .blockS_7 .sizeBoxMeter7 {
	    bottom: -4px;
	    right: 85px;
	}
	.boxRow1_7 .blockM_7 .sizeBoxMeter7{
	    right: 70px;
	}
	.boxRow2_7 .blockL_7 .sizeBoxMeter7 {
	    right: 54px;
	}
	.boxRow2_7 .blockXL_7 .sizeBoxMeter7 {
	    right: 37px;
	}	
}
@media screen and (min-width: 992px) and (max-width: 1200px){
	.boxRow2_7 .blockXL_7 .blockImgSize7 {
		margin-left: -25px;
	}
	.boxRow2_7 .blockXL_7 .sizeBox7{
		left: 30px;
	}
	.boxRow2_7 .blockXL_7 .sizeBoxMeter7 {
	    right: 32px;
	}
	#city7 h3 {
		width: 265px;
	}
}
@media screen and (min-width: 768px) and (max-width: 992px){
	img.iconH24_7{
		right: 25px;
	}
	#opinion7 .bg-grey7{
		width: inherit;
	}
	#city7 .col-md-2 p{
		width: 111px
	}

	.reasons7 .col-6 {
		max-width: 50%;
		flex: inherit;
	}
	.reasons7 .col-6:first-child, .reasons7 .col-6:nth-child(2){
		margin-bottom: 15px;
	}

	.blockS_7 .blockImgSize7 {
		text-align: left;
		margin-left: -1px;
	}
	.blockM_7 .blockImgSize7 {
		margin-left: -32px;
		text-align: left;
	}
	.blockL_7 .blockImgSize7 {
		margin-left: -17px;
		text-align: left;
	}
	.boxRow2_7 .blockXL_7 img, .blockXL_7 .blockImgSize7 {
		width: 150px !important; 
		height: 90px !important;
		text-align: left;
		margin-left: -26px;
	}
	.blockXL_7 .boxBlock7:last-child {
		margin-top: 37px;
	}

	/* S M L XL */
	.boxRow1_7 .blockS_7 .sizeBox7 {
	    bottom: -7px;
	    left: 38px;
	}
	.boxRow1_7 .blockM_7 .sizeBox7 {
	    bottom: -3px;
	    left: 13px;
	}
	.boxRow2_7 .blockL_7 .sizeBox7 {
	    bottom: 0px;
	    left: 39px;
	}
	.boxRow2_7 .blockXL_7 .sizeBox7 {
	    bottom: 0px;
	    left: 0px;
	}
	/* m² */
	.boxRow1_7 .blockS_7 .sizeBoxMeter7 {
	    bottom: -4px;
	    right: 16px;
	}
	.boxRow1_7 .blockM_7 .sizeBoxMeter7{
	    bottom: 0px;
	    right: 34px;
	}
	.boxRow2_7 .blockL_7 .sizeBoxMeter7 {
	    bottom: 4px;
	    right: 2px;
	}
	.boxRow2_7 .blockXL_7 .sizeBoxMeter7 {
	    bottom: 4px;
	    right: 26px;
	}
	/*------------------------*/
	#city7 h3 {
		width: 285px;
	}
	footer .modalML7 {
	    padding-left: 9px;
	    font-size: 15px;
	}
	footer .col-md-12 a {
		font-size: 15px;
	}

	/* Contact */
	.location7 .col-md-6 i {
	    left: 15px;
	}
	footer .col-md-12 a {
		padding-left: 0;
	}
	/* Map home */
	.center-block .center-name{
		font-size: 16px;
		padding-right: 80px;
	}
	.center-block p.center-adress{
		padding-right: 70px;
	}
	.center-block .center-phone, #content-infowindow .infowindow-phone{
		padding: 4px 20px;
	}
	.center-block .center-pictos .col-md-3{
		padding: 0 4px;
	}
	.center-block .center-offer{
		line-height: 12px;
	    font-size: 12px;
	    top: 20px;
    	right: -73px;
	}
}
@media screen and (max-width: 800px){
	.offer7 {
		display: none;
	}
	#city7 .col-md-2 {
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 768px){
	h1{
		font-size: 25px;
	}
	h2 {
		font-size: 20px;
	}

	header {
		background-image: none;
		background-color: #e0e0e0;
	}
	header .col-md-8 {
		padding: 0;
		float: none;
	}
	.tourAnnexx7 {
		display: none;
	}	
	.logoAnnexx7 {
		height: 100px;
		width: 100%;
		margin-bottom: 15px;
	}

	.when7 h4 {
		font-size: 16px;
		font-weight: bolder;
	}

	.block-why7 {
		margin-bottom: 15px;
	}
	
	#helpMoving7 .col-md-4 {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.blockImgSize7{
	    margin-right: auto;
	    margin-left: auto;
	    position: relative;
	}
	.blockS_7 .row, .blockL_7 .row, .blockM_7 .row, .blockXL_7 .row {
		margin-right: inherit; 
    	margin-left: inherit;
	}
	.blockS_7, .blockL_7 {
		margin-bottom: 15px;
	}
	.blockS_7 .boxBlock7:first-child, .blockM_7 .boxBlock7:last-child, .blockL_7 .boxBlock7:first-child, .blockXL_7 .boxBlock7:last-child {
		text-align: center;
	}
	.blockS_7 .boxBlock7:first-child, .blockL_7 .boxBlock7:first-child {
		margin-bottom: 10px;
	}
	.blockM_7 .boxBlock7:last-child, .blockXL_7 .boxBlock7:last-child {
		margin-top: 10px;
	}
	/* S M L XL */
	.boxRow1_7 .blockS_7 .sizeBox7 {
	    bottom: -7px;
	    left: 26px;
	}
	.boxRow1_7 .blockM_7 .sizeBox7 {
	    bottom: -3px;
	    left: 30px;
	}
	.boxRow2_7 .blockL_7 .sizeBox7 {
	    bottom: 0px;
	    left: 39px;
	}
	.boxRow2_7 .blockXL_7 .sizeBox7 {
	    bottom: 3px;
	    left: 41px;
	}
	/* m² */
	.boxRow1_7 .blockS_7 .sizeBoxMeter7 {
	    bottom: -4px;
	    right: 21px;
	}
	.boxRow1_7 .blockM_7 .sizeBoxMeter7{
	    bottom: 0px;
	    right: 27px;
	}
	.boxRow2_7 .blockL_7 .sizeBoxMeter7 {
	    bottom: 3px;
	    right: 31px;
	}
	.boxRow2_7 .blockXL_7 .sizeBoxMeter7 {
	    bottom: 7px;
	    right: 33px;
	}
	/*------------------------*/
	.block-actus7{
		margin-bottom: 15px;
	}
	#actus7 .col-md-4:first-child .block-actus7 {
    	float: none;
	}
	#actus7 .col-md-4:first-child .block-actus7, 
	#actus7 .col-md-4:nth-child(3) .block-actus7 {
	    display: block;
	    margin-left: auto;
	    margin-right: auto;
	}
	.location7 .col-md-6 i {
		left: 135px;
	}

	#opinion7 .bg-grey7 {
		width: 100%;
		padding-bottom: 0px;
	}
	.slider7 {
		height: 100%;
	}
	.slider7 ul, .slider7 ul li {
		height: 347px;
	}
	.opinion-block7 .col-md-9 {
	    border-left: inherit;
	}
	footer .col-md-3 {
		text-align: center;
	}
	#home7 .redSeparator7 {
		display: none;
	}
	.modalML7 {
		display: none !important;
	}
	.pdf7 {
		display: inline-block;
	}
	#maillage a {
		display: block;
	}
	/* Contact */
	.borderRight7 {
		border-right: none;
	}
	/* Map home */
	.center-block{
		text-align: center;
	}
	.center-block .center-image{
		padding-right: 0;
		max-height: 200px;
   	 	overflow: hidden;
	}
	.center-block .center-name{
		font-size: 16px;
	}
	.center-block .center-phone, #content-infowindow .infowindow-phone{
		padding: 4px 20px;
	}
	.center-block .center-pictos .col-md-3{
		padding: 0 4px;
    	width: auto;
    	display: inline-block;
	}
	.center-block .center-pictos{
		display: block;
	}
	.center-block .center-offer{
		line-height: 12px;
	    font-size: 12px;
	    top: 20px;
    	right: -73px;
	}
}
@media screen and (max-width:  500px){
	#boxtype7 .col-6,
	.reasons7 .col-6,
	#actus7 .col-6,
	footer .col-6{
		width: 100%;
		flex: none;
		max-width: none;
	}
	#city7 .col-4{
		width: 50%;
		flex: none;
		max-width: none;
	}
	#city7 .col-md-2 p{
		margin-left: auto;
		margin-right: auto;
	}
	#actus7 .col-6{
		margin-bottom: 15px;
	}
	img.icon-euro_7{
		margin-top: 27px;
		margin-bottom: 51px;
	}
	img.icon-trolley_7{
		margin-top: 22px;
		margin-bottom: 36px;
	}
	img.boxSecu_7 {
		margin-top: 20px;
		margin-bottom: 15px;
	}
	img.camSecu_7 {
	    top: 50px;
	}
	img.icon-building_7 {
	    margin-top: 10px;
	    margin-bottom: 15px;
	}
	img.icon-new_7 {
	    top: 45px;
	}
	img.icon-euro_7{
		margin-top: 5px;
		margin-bottom: 15px;
	}
	img.icon-trolley_7 {
		margin-top: 10px;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 450px){
	.container{
		padding-top: 25px;
	} 

	.when7 .col-md-3 {
		text-align: center;
	}

	.block-why7 {
		margin-bottom: 10px;
	}
	.border-why7 {
		max-height: 330px;
	}
	img.icon-new_7 {
	    position: absolute;
	    right: 174px;
	    top: 69px;
	}

	.boxRow1_7 .boxBlock7:nth-child(4){
		margin-bottom: 25%
	}
	.boxRow1_7 .boxBlock7:nth-child(3){
		margin-bottom: -218px;
	}

	.imgVille7{
		height: 220px;
	}
	.txtVille7{
		margin-top: 15px;
	}
	#city7 h3 {
		width: 400px;
		padding: 0 10px;
	}

	#opinion7 .bg-grey7 {
		padding: 20px 35px 0px;
		width: 100%;
		height: 100%;
	}
	.slider7 ul, .slider7 ul li {
	    width: 100%;
	    height: 23em;
	}
	.slider7 .controll7 {
		width: 20px;
		height: 20px;
	}
	.slider7 .controll7:last-of-type {
	    margin-right: 0;
	    right: -23px;
	}
	.slider7 .controll7:first-of-type {
	    left: 37px;
	}
	.opinion-block7 .col-md-9 {
	    border-left: none;
	    margin-top: 15px;
	}

	.location7 .col-md-6 i {
		left: 85px;
	}
}
@media screen and (min-width: 320px) and (max-width: 360px ){
	.slider7 ul, .slider7 ul li {
	    height: 26em;
	}
	#city7 h3 {
		width: 450px;
		padding: 0 10px;
	}
}



/* Modifs 2019 */
.actualite-list li {width: 50%;}

.actualite-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
