body {
	overflow-x: hidden;
}

.popup-compte .content .wrapper .form .form-box {
	border-top: solid 3px white;
    border-bottom: solid 3px white;
}
.popup-compte .popupMessage, #popupMessage {
	padding-top: 3rem;
    padding-bottom: 0rem;
    text-align: center;
    font-size: 13px;
}

#popupLibre .form {
	max-width: 100vw;
}

#popupLibre .form iframe {
	width: 100%;
	height: 75vh;
}

.select2-container.select2-container--flat {
	margin-left: 1rem;
}

.select2-container--open.select2-container--flat .select2-dropdown--below {
	margin-top: 2rem;
    border: solid 1px #adadad !important;
}

@media screen and (max-width: 1200px) {
	.home .filtre-ville {
	    width: 48%;
	}
}

@media screen and (max-width: 600px) {
	.home .filtre-ville {
	    width: 100% !important;
	}
}

.simulateur .field .slider-container {
  padding-top: 30px; }
.simulateur .field .slider-container .back-bar {
  height: 8px !important;
  border-radius: 4px;
  background-color: #cfcfcf; }
.simulateur .field .slider-container .back-bar .selected-bar {
  border-radius: 4px;
  background-image: none; }
.simulateur .field .slider-container .back-bar .pointer.high {
  width: 26px !important;
  height: 26px !important;
  background-image: none;
  border: 0;
  border-radius: 100%;
  -moz-box-shadow: 0px 0px 10px 0px #c0c0c0;
  -webkit-box-shadow: 0px 0px 10px 0px #c0c0c0;
  -o-box-shadow: 0px 0px 10px 0px #c0c0c0;
  box-shadow: 0px 0px 10px 0px #c0c0c0;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=NaN, Strength=10);
  top: -8px; }
.simulateur .field .slider-container .back-bar .pointer-label.high {
  font-size: 1.9rem !important;
  font-weight: 700;
  background: transparent !important;
  top: -36px !important; }
.simulateur .field .slider-container .scale span {
  border: 0 !important; }
.simulateur .field .slider-container .scale span:last-child {
  right: 12px;
  left: auto !important; }
.simulateur .field .slider-container .scale span ins {
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  color: #adadad;
  top: -30px; }
.simulateur .field .slider-container .back-bar .selected-bar {
  background-color: #cc5154; }
.simulateur .field .slider-container .back-bar .pointer.high {
  background-color: #cc5154; }
.simulateur .field .slider-container .back-bar .pointer-label.high {
  color: #cc5154; }
.fiche_produit .simulateur .field .slider-container .back-bar .pointer.high {
	top: -16px;
}
.fiche_produit .simulateur .field .slider-container .back-bar .pointer-label.high {
	top: -70px !important;
}
.simulateur .result .block_mensualites {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border: 1px solid #adadad;
    padding: 23px 15px;
}
.simulateur .result .block_mensualites .title, .simulateur .result .block_mensualites .value {
    color: #c20e1a;
    font-size: 1.8rem;
    font-weight: 700;
}
.simulateur .result {
    display: none;
    max-width: 694px;
    width: 100%;
    margin: 4rem auto 0 auto;
}
.mes_informations input:active, .mes_informations input:focus {
    font-weight: 700;
    font-size: 1.6rem;
    color: #a5a5a5;
    height: initial;
    width: initial;
    padding: 5px;
    box-sizing: initial;
}
.mes_informations .form_control_label {
	width: 40%;
}
.mes_informations .form_control_input {
	width: 60%;
}
.offres .mCSB_container {
	display: flex;
}
.fiche_produit .simulateur .intro {
	margin-top: 0px;
}
.fiche_produit .simulateur .intro .actions {
	margin-left: auto;
	margin-right: auto;
}
.fiche_produit .simulateur .intro .btn {
	margin-left: auto;
	margin-right: auto;
}
.simulateur .sim_container .tab_content_location .result {
	text-align: center;
}
.simulateur .sim_container .tab_content_location .result b {
	color: #62408d;
    font-size: 1.8rem;
}
.simulateur .result .tooltip {
    display: none;
    box-sizing: border-box;
    width: 320px;
    background-color: #fff;
    -moz-box-shadow: 0px 0px 5px -1px #cfcfcf;
    -webkit-box-shadow: 0px 0px 5px -1px #cfcfcf;
    -o-box-shadow: 0px 0px 5px -1px #cfcfcf;
    box-shadow: 0px 0px 5px -1px #cfcfcf;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=NaN, Strength=5);
    padding: 45px 35px;
    position: absolute;
    top: 0;
    z-index: 98;
    font-size: 1.2rem;
    font-weight: 300;
    color: #adadad;
    line-height: 1.8rem;
}
.simulateur .result .tooltip_holder .toggle svg {
    width: 24px;
    height: 24px;
}
.simulateur .result .tooltip .close {
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 12px;
}
.simulateur .tooltip .close svg {
	width: 10px;
    height: 10px;
    fill: #adadad;
}
.nosprogrammes #zone-programmes .recherche-offres .filtres-btn {
	text-align: center;
}
#zone-programmes form input[type="submit"] {
	width: 18rem;
    background: #440053;
    margin: 0 auto;
    font-size: 1.5rem;
    color: white;
    text-align: center;
    line-height: 6rem;
    height: 6rem;
    transition: 0.3s;
    cursor: pointer;
    text-decoration: none;
    border: unset;
}
#zone-programmes form input[type="submit"]:hover {
	background: #62408d;
}

.map-infobox {
    background: #fff;
    width: 300px;
    box-shadow: rgba(0, 0, 0, .75) 0 0 5px;
    -moz-box-shadow: rgba(0, 0, 0, .75) 0 0 5px;
    -webkit-box-shadow: rgba(0, 0, 0, .75) 0 0 5px;
    max-height: 300px;
    overflow-y: auto;
}

.map-infobox-content {
    padding: 10px;
}

a.logementLigneRendu {
	text-decoration: none;
	color: inherit;
}

.home .conseil .conseil-container > div {
	width: 24%;
}

.home .conseil .conseil-container .conseil-box {
	width: 100%;
}

.personae-avatar {
	background-size: cover;
	background-position: 50%;
	margin: auto;
    width: 160px;
    height: 160px;
    border-radius: 80px;
}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; cursor: pointer }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

/* Ci-dessous la règle pour les lots de recherche pour l'encapsulation de l'article par le CMS */
.recherche .content .result .result-list .result-list-box > div:not(.result-list-box-img):not(.result-list-box-txt):not(.result-list-box-alert):not(.result-list-box-tri) {
	width: 100%;
}
.recherche .content .result .result-list .result-list-box > div:not(.result-list-box-img):not(.result-list-box-txt):not(.result-list-box-alert):not(.result-list-box-tri) > div {
	width: 100%;
	display: flex;
}
.recherche .content .result .result-list.result-list-full-g .result-list-box > div:not(.result-list-box-img):not(.result-list-box-txt):not(.result-list-box-alert):not(.result-list-box-tri) > div {
    display: block;
}

.recherche .content .result .result-list .result-list-box .result-list-box-img {
	min-width: 50%;
    max-width: 50%;
}

.recherche .content .result .result-list.result-list-full .result-list-box .result-list-box-img {
    min-width: 30%;
    max-width: 30%;
}

.recherche .content .result .result-list.result-list-full-g .result-list-box .result-list-box-img {
    min-width: 100%;
    max-width: 100%;
}

.recherche .content .result .result-list.result-list-full-g .result-list-box .result-list-box-img {
	width: 100%;
}

.recherche .content .pagination {
	margin-left: auto;
	margin-right: auto;
}

/* Ci-dessous la règle pour les lots de recherche pour l'encapsulation de l'article par le CMS */
.recherche .content .result .result-list .result-list-box > div > .result-list-box-img,
.recherche .content .result .result-list .result-list-box > div > .result-list-box-txt {
	width: 50%;
}

.fiche_produit .intro .photos .slider_produit .slick-arrow.slick-next {
	background: url('../framework/img/next.png') no-repeat center / contain;
}
.fiche_produit .intro .photos .slider_produit .slick-arrow.slick-prev {
	background: url('../framework/img/prev.png') no-repeat center / contain;
}

.contact-logement .content .contact-form .infosBloc {
    font-size: 2.2rem;
    background-color: #efefef;
    padding: 3rem 3rem 3rem 6rem;
}

.favoris > .favori > .inner > div {
	width: 100%;
}

.mCustomScrollBox {
	width: 100%;
}

.monprojetlocataire .content .introduction h3, .monprojetproprio .content .introduction h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #c20e1a;
    margin-top: 4rem;
    text-align: left;
}

.monprojetlocataire .content .exp div p, .monprojetproprio .content .exp div p  {
	text-align: justify;
}

img[name="adminIcon"] {
	max-width: 16px;	
}

.content .pagination ul li a {
	text-decoration: none;
    color: inherit;
}

.questions .questions-container > div {
	width: 24%;
}

.base_content_container .base_content .quiz .question_container .question_image {
	max-width: 30%;
	margin-left: auto;
    margin-right: auto;
    display: flex;
    background-color: #efefef;
}

.base_content_container .base_content .quiz .question_container .question_image img {
	max-width: 100%;
	align-self: center;
}

.base_content_container .base_content .quiz .question_container .question_image + .question_sub_container {
	width: 70%;
    vertical-align: top;
    padding-left: 3rem;
}

.base_content_container .base_content .quiz .question_container {
	display: flex;
}

.base_content_container .base_content .quiz .question_container .question_image + .question_sub_container > label {
	width: 100%;
	text-align: center;
}

@media screen and (max-width: 1200px) {
	.home .conseil .conseil-container > div, .conseil .conseil-container > div {
	    min-width: 25rem;
	    margin: 0 1rem;
	}

	.base_content_container .base_content .quiz .question_container {
		flex-direction: column;
	}

	.base_content_container .base_content .quiz .question_container .question_image {
		width: 100%;
		max-width: unset;
	}

	.base_content_container .base_content .quiz .question_container .question_image img {
		margin-left: auto;
		margin-right: auto;
	}

	.base_content_container .base_content .quiz .question_container .question_image + .question_sub_container {
		width: 100%;
		padding-left: 0rem;
	}
}

.conseils .content .articles a {
	text-decoration: none;
	color: black;
}

.conseils .content .articles .sub_conseil {
	position:relative;
	margin: 1rem;
    padding: 1rem;
}

.conseils .content .articles .box {
	align-self: start;
}

.conseils .content .articles .sub_conseil:hover {
	box-shadow: 0px 0px 27px -1px rgba(0, 0, 0, 0.23);
}

.base_content_container .toggleTabs .toggleTabs-content p, .popupMessage .toggleTabs .toggleTabs-content p {
    font-size: 1.6rem;
    line-height: 2.8rem;
    color: #4c4c4c;
    margin-top: 2rem;
    margin-bottom: 0;
}

.base_content_container .toggleTabs .toggleTabs-name, .popupMessage .toggleTabs .toggleTabs-name {
	color: #c20e1a;
}

.base_content_container .base_content ul {
	margin-top: 1rem;
}

.base_content_container .base_content .goodtoknow a:after {
	display: none;
}

@media screen and (max-width: 1100px) {
	.villesprincipales .villesprincipales-box > div {
	    width: 49%;
	    position: relative;
	    box-sizing: border-box;
	}
    .villesprincipales .villesprincipales-box a > div {
    	width: 100%;
    	/* height: unset; */
   	    margin-bottom: 1rem;
    }
}

@media screen and (max-width: 580px) {
	.villesprincipales .villesprincipales-box > div {
	    width: 100%;
	    position: relative;
	}
}

@media screen and (max-width: 760px) {
	.monprojetproprio .content .simulateurs > div {
	    width: 100%;
	    margin: 2rem 0;
	    height: auto;
	}
}

@media screen and (max-width: 760px) {
	.monprojetproprio .content .simulateurs > div:last-child {
	    min-height: 24rem;
	}
}

.home .recherche .recherche-filtres form input[type="submit"] {
    border: none;
    background-color: #c20e1a;
    color: white;
    transition: 0.3s;
    width: 12rem;
}

@media screen and (max-width: 600px) {
	.home .recherche .recherche-filtres form input[type="submit"] {
	    top: 21rem !important;
	    width: 22rem;
	}
}

@media screen and (max-width: 960px) {
	.home .accompagnement .accompagnement-personae > div {
	    width: 100%;
	}
}

.faq .questions .questions-container > div {
	margin-bottom: 1rem;
}

@media screen and (max-width: 1200px) {
	.questions .questions-container a {
	    margin: 0rem;
	    min-width: unset;
	}
}

.questions .questions-container > div > div > a {
	width: 100%;
}

.faq .content .qsm .qsm-box div {
	padding: unset;
    border: none;
}

.faq .content .qsm .qsm-box > div {
	padding: 2rem 0;
    border-top: 1px solid #adadad;
}

/* .conseils .content .lettres .lettres-container > div {
	width: 24%;
} */

/* .conseils .content .lettres .lettres-container .lettres-box {
	width: 100%;
} */

.conseils .content .banniere .type-projet .projet {
	min-width: 15rem;
}

.creation-compte .content .wrapper .form .form-box .spacer div:nth-child(2), .popup-compte .content .wrapper .form .form-box .spacer div:nth-child(2) {
	width: auto;
}

.creation-compte .content .wrapper .form .form-box > form > a, .popup-compte .content .wrapper .form .form-box > form > a {
    text-decoration: none;
}

.creation-compte .content .wrapper .form .form-box > form > a div, .popup-compte .content .wrapper .form .form-box > form > a div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.creation-compte .content .wrapper .form .form-box > form > a div img, .popup-compte .content .wrapper .form .form-box > form > a div img {
    margin-right: 1rem;
}

.creation-compte .content .wrapper .form .form-box > form > a div p, .popup-compte .content .wrapper .form .form-box > form > a div p {
    margin: 0;
}

.creation-compte .content .wrapper .form .form-box form > div.spacer, .popup-compte .content .wrapper .form .form-box form > div.spacer {
	flex-wrap: nowrap;
}

.creation-compte .content .wrapper .form .form-box div.forgot a, .popup-compte .content .wrapper .form .form-box div.forgot a {
    color: #c20e1a;
    font-size: 1.1rem;
}

.creation-compte .content .wrapper .form .form-box form > div input[type=text],
.creation-compte .content .wrapper .form .form-box form.notif > div input[type=text],
.creation-compte .content .wrapper .form .form-box form > div input[type=password],
.creation-compte .content .wrapper .form .form-box form.notif > div input[type=password],
.popup-compte .content .wrapper .form .form-box form > div input[type=text],
.popup-compte .content .wrapper .form .form-box form.notif > div input[type=text],
.popup-compte .content .wrapper .form .form-box form > div input[type=password],
.popup-compte .content .wrapper .form .form-box form.notif > div input[type=password] {
    width: 100%;
}

#formBoxConnexion .forgot > a {
	text-decoration: underline;
	cursor: pointer;
}

.creation-compte .content .wrapper .form .form-box form.notif, .creation-compte .content .wrapper .form .form-box form#connexion,
.popup-compte .content .wrapper .form .form-box form.notif, .popup-compte .content .wrapper .form .form-box form#connexion {
    display: block;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 2rem;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.containerCmsVille {
	width: 23.6%;
}

.simulateur .bottom_page .villes .inner a.ville {
	width: 100%;
}

.recherche .content .result .result-list .result-list-box .result-list-box-img {
	/* max-width: 40%; */
}

.conseils .content > div > h3, .faq .content > div > h3 {
    color: #adadad;
    font-size: 2.7rem;
    font-weight: 600;
    text-align: center;
    padding: 3rem 2rem 0 2rem;
}

.recherche .content .result .result-list .result-list-box.result-list-box-elargi {
	margin: 2rem auto;
}

.recherche .content .pagination ul {
    display: flex;
    justify-content: center;
    padding: 0px;
}

.recherche .content .pagination ul li.select {
    font-weight: 800;
}
.recherche .content .pagination ul li {
    list-style-type: none;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 0 0.5rem;
    position: relative;
    color: #c20e1a;
}

.recherche .content .pagination ul li.select::after {
    content: "";
    border-bottom: 4px solid #c20e1a;
    position: absolute;
    bottom: -0.4rem;
    width: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
}

.recherche .content .result-list-box.lot {
	cursor: pointer;
}

.recherche .content .result-list-box .result-list-box-fav.onfav svg {
	fill: #c20e1a !important;
}

.recherche .content .result .result-list.result-list-full-g .result-list-box .result-list-box-img,
.recherche .content .result .result-list.result-list-full-g .result-list-box .result-list-box-txt {
	width: 100%;
}

.recherche .content .result .result-map > div.mapFixed {
    position: fixed !important;
    overflow: hidden;
    top: 0;
}

.recherche .content .result .result-map > div.result-footer {
    bottom: 0;
    position: absolute;
    top: unset !important;
}

.recherche .content .result .result-map > div {
    height: 100vh !important;
}

.recherche .content .result #listeResultats {
	background-color: white;
	/* z-index: 10; */
}

.recherche .content .result .result-map {
	min-height: 640px;
}

a.link-file-img {
	text-decoration: none;
}

a.link-file-img > img {
	height: 32px;
	vertical-align: middle
}

a.link-file {
	color: #da6868;
}

.conseil .conseil-container .conseil-box {
	width: 100%;
}

.conseil .conseil-container > div {
	width: 24%;
}

.pastille-conseil {
	position: absolute;
    top: 5px;
    right: 5px;
    width: 64px !important;
}

.conseils .recherche .filtre-pieces {
	width: 18rem;
	padding: 0 1rem;
	text-align: left;
	box-sizing: border-box;
	border-right: 1px #cecece solid;
	position: relative;
	cursor: pointer; }
	.conseils .recherche .filtre-pieces div {
	  background-color: white;
	  border: none;
	  color: #adadad;
	  outline: none;
	  font-size: 1.5rem;
	  font-weight: 600;
	  line-height: 6rem; }
	.conseils .recherche .filtre-pieces::after {
	  content: "";
	  width: 1rem;
	  height: 1rem;
	  display: block;
	  position: absolute;
	  background: white;
	  box-shadow: 2px 2px 0px 0px #adadad;
	  transform: rotate(45deg);
	  right: 1.5rem;
	  top: 30%;
	  -webkit-appearance: none;
	  appearance: none; }
	.conseils .recherche .filtre-pieces ul {
	  margin-top: 0.5rem;
	  background-color: white;
	  width: 18rem;
	  padding: 1.8rem;
	  box-sizing: border-box;
	  position: absolute;
	  display: none;
	  z-index: 2;
	  left: 0; }
	  .conseils .recherche .filtre-pieces ul li {
	    list-style-type: none;
	    padding: 1.1rem 0rem; }
	    .conseils .recherche .filtre-pieces ul li input {
	      margin-right: 1rem;
	      cursor: pointer;
	      width: auto;
	      height: auto; }
	      .conseils .recherche .filtre-pieces ul li input::after {
	        content: "";
	        display: block;
	        width: 1.5rem;
	        height: 1.5rem;
	        background-color: white;
	        border: 1px solid #adadad;
	        position: absolute;
	        -webkit-appearance: none;
	        appearance: none; }
	      .conseils .recherche .filtre-pieces ul li input:checked::after {
	        background-color: #c20e1a;
	        border: none; }
	        .conseils .recherche .filtre-pieces ul li input:checked + label {
	          color: #c20e1a; }
	    .conseils .recherche .filtre-pieces ul li label {
	      font-size: 1.5rem;
	      color: #adadad;
	      cursor: pointer; }
	    .conseils .recherche .filtre-pieces ul li:last-child {
	      width: 100%;
	      text-align: center;
	      background-color: #c20e1a;
	      color: white;
	      font-size: 1.6rem;
	      margin-top: 1rem;
	      cursor: pointer; }
	      .conseils .recherche .filtre-pieces ul li:last-child:hover {
	        background-color: #6e1b34; }

.nosprogrammes #zone-programmes .programme-box .box > div {
	background-color: white;
    max-width: 47rem;
    display: flex;
    height: 17rem;
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
}

.nosprogrammes #zone-programmes .programme-box .box > div > .box-img {
	max-width: 225px;
    overflow: hidden;
}

.nosprogrammes #zone-programmes .programme-box .box > div > .box-img > img {
	height: 100%;
}

.nosprogrammes #zone-programmes .programme-box .box > div > a {
	text-decoration: none;
}

.programmeneuf .demande button[type="button"] {
    cursor: pointer;
    background: #c20e1a;
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
    padding: 1.2rem 2.5rem;
    transition: 0.4s ease-out;
    border: none;
}

.programmeneuf .demande button[type="button"].blue {
    background: #47b4d5;
}

.programmeneuf .demande button[type="button"]:hover {
    background: #ef7d00;
}

.ville .programme .programme-box .box > div {
    background-color: white;
    max-width: 47rem;
    display: flex;
    height: 17rem;
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
}

.ville .programme .programme-box .box > div > .box-img {
    max-width: 225px;
    overflow: hidden;
}

.ville .programme .programme-box .box > div > a {
    text-decoration: none;
}

.ville .programme .programme-box .box > div > .box-img > img {
    height: 100%;
}

.conseils .recherche .filtre-pieces ul li {
	line-height: normal;
}

.recherche .filtres .filtres-menu .filtre-surface::after {
	content: 'm²';
}

.recherche .filtres .filtres-menu .filtre-budget::after {
	content: '€';
}

.simulateur .sim_container .tab_content form {
	align-items: flex-end;
}

.simulateur .sim_container .tab_content form .form_group .field input[type="text"].error, .simulateur .sim_container .tab_content form .form_group .field input[type="number"].error,
.simulateur .sim_container .tab_content form .form_group .field select.error {
	border-color: rgb(185, 74, 72);
}

form input[type="text"].error form input[type="password"].error, form input[type="number"].error, form select.error {
	border-color: rgb(185, 74, 72) !important;
}

.span_error {
	color: rgb(185, 74, 72);
}

p.error, div.error {
	color: #c20e1a;
	width: 100% !important;
}

.faq .content .qpf > div > div {
	width: 100%;
}

a.no-style {
	text-decoration: none !important;
    color: inherit !important;
}

.home .alaune .alaune-bloc .alaune-bloc-img, .offres .alaune .alaune-bloc .alaune-bloc-img, .recherche .content .result .result-list .result-list-box .result-list-box-img {
	height: 170px;
    overflow: hidden;
}

.recherche .content .result .result-list .result-list-box.result-list-bandeau .result-list-box-img {
	height: unset;
}

.recherche .content .result .result-list .result-list-box.result-list-bandeau > div, .recherche .content .result .result-list .result-list-box.result-list-bandeau > div > div {
	height: 100%;
}

.recherche .content .result .result-list .result-list-box.result-list-bandeau .result-list-box-txt > a {
	text-decoration: none;
}

.alaune .alaune-bloc .alaune-bloc-img img, .offres .alaune .alaune-bloc .alaune-bloc-img img, .recherche .content .result .result-list .result-list-box .result-list-box-img img {
	height: 100%;
	object-fit: cover;
}

.mon_compte .favoris .favori > .inner .content .top .title h3,
.mon_compte .sidebar .suggestions_container .suggestions a.suggestion h3 {
	text-align: left;
}

.fiche_produit .quartier .under_map .programme > div {
	display: flex;
}

.fiche_produit .quartier .under_map .programme .image img {
	min-height: 175px;
}

.creation-compte .content .wrapper .form .form-box .twitter, .popup-compte .content .wrapper .form .form-box .twitter {
	background-color: #4AB3F4;
    width: 100%;
    margin: 0rem auto 1rem auto;
    text-align: center;
    font-weight: 600;
    font-size: 1.4rem;
    color: white;
    padding: 1.5rem 0;
}

.fiche_produit .simulateur .form div select {
    width: 100%;
    height: 4rem;
}

.fiche_produit .simulateur h2 {
    font-size: 2.7rem;
    font-weight: 800;
    text-align: left;
    color: #c20e1a;
    padding: 0;
    margin-top: 0;
}

.fiche_produit .simulateur .form .wtt .tooltip_holder {
	margin-top: -3rem;
}

.fiche_produit .simulateur button:hover {
    background-color: #6e1b34;
}
.fiche_produit .simulateur button {
    max-width: 30rem;
    width: 90%;
    border: none;
    background-color: #c20e1a;
    padding: 2rem;
    font-size: 2rem;
    color: white;
    margin: 3rem auto 0 auto;
    cursor: pointer;
    transition: 0.3s;
    outline: none;
}

.fiche_produit .simulateur {
	text-align: center;
}

.fiche_produit .simulateur .background {
	text-align: left;
}

.fiche_produit .simulateur .form div span.span_error {
    width: 100%;
    flex: 1 0 100%;
    position: relative;
    transform: none;
    top: inherit;
    right: inherit;
}

.fiche_produit .simulateur .form div input, .fiche_produit .simulateur .form div select {
    font-size: 1.4rem;
    font-weight: 700;
    color: #adadad;
}

.banniere .type-projet h1 {
    font-size: 3.8rem;
    font-weight: 800;
    margin-left: 2rem;
    color: white;
    width: 100%;
    max-width: 60rem;
}

.contact .content .wrapper form textarea.error {
	border: 1px solid #c20e1a;
}

.banniere .type-projet {
	align-items: center;
}

.faq .content .introduction h1 {
    font-weight: 600;
    font-size: 2.6rem;
    padding: 2rem 0;
    margin-top: 0;
    padding-top: 0;
    color: #c20e1a;
}

.footer .sitemap .sitemap-box ul li a {
	font-size: 1.2rem;
}

.home-lettretype .content .leslettres .leslettres-container .leslettres-content > div {
    width: calc(33.2% - 2rem);
    margin: 1rem;
    text-decoration: none;
    background-color: transparent;
}

.faq .content .introduction {
	padding: 3rem 0;
}

.questions .questions-container > div > div > a {
	height: 35rem;
}

.questions .questions-container > div > div > a > div.questions-box {
	height: calc(100% - 1rem);
}

.content .goodtoknow * {
	color: white !important;
}

.content .goodtoknow {
    background-color: #62408d;
    fill: white;
    padding: 4rem 3rem;
    box-sizing: border-box;
    margin-bottom: 4rem;
}

.content .goodtoknow h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #c20e1a;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: left;
}

.content .goodtoknow p {
    color: white;
    margin: 0;
}

.content .goodtoknow a {
	font-weight: bold;
	text-decoration: underline;
	font-size: 1.6rem;
}

.content .quote {
    background-color: #ecf6f8;
    padding: 3rem;
    margin-bottom: 4rem;
}

.content .quote p {
    border-left: #c20e1a 0.3rem solid;
    margin: 0;
    padding-left: 2rem;
    font-size: 2rem;
    font-style: italic;
}

.villesprincipales a > div img {
	height: 100%;
}

.base_content_container .base_content > p.imageWrapper > img {
	max-width: 100%;
	width: initial;
}

.base_content_container .base_content > p.imageWrapper {
	text-align: center;
}

.ville .content .banniere img {
    max-width: 100%;
    min-height: 100%;
}

.ville .content .introduction, .ville .content .infosville {
	padding: 2rem 0;
}

.ville .content .programme {
    background-color: #cc5154;
    margin-bottom: 5rem; }
    .ville .content .programme h3 {
      font-size: 2.7rem;
      color: white;
      text-align: center;
      padding: 4rem 2rem 5rem 2rem;
      margin: 0; }
    .ville .content .programme .programme-box {
      width: 96rem;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
    .ville .content .programme .programme-box .box {
      background-color: white;
      width: 47rem;
      display: flex;
      height: 17rem;
      cursor: pointer;
      transition: 0.3s; }
      .ville .content .programme .programme-box .box:hover {
        box-shadow: 0px 0px 27px -1px rgba(0, 0, 0, 0.23); }
      @media screen and (max-width: 1000px) {
      .ville .content .programme .programme-box .box .box-img {
        width: 50%;
        overflow: hidden; } }
      .ville .content .programme .programme-box .box .box-txt {
        padding: 1rem 2rem;
        box-sizing: border-box;
        color: #4c4c4c;
        font-size: 1.4rem; }
        .ville .content .programme .programme-box .box .box-txt h4 {
          font-size: 2rem;
          font-weight: 800;
          color: #cc5154;
          padding: 1rem 0;
          margin: 0; }
    .ville .content .programme .programme-btn {
      padding: 5rem 0 4rem 0;
      display: flex;
      justify-content: center; }
    .ville .content .programme .programme-btn a {
      background-color: #6e1b34;
      text-decoration: none;
      text-align: center;
      color: white;
      padding: 1.5rem 2rem;
      font-size: 1.6rem;
      font-weight: 600;
      transition: 0.3s; }
      .ville .content .programme .programme-btn a:hover {
        background-color: #c20e1a; }

@media screen and (max-width: 1000px) {
    .ville .content .programme .programme-box {
      width: 92%;
      justify-content: center; }
    .ville .content .programme .programme-box .box {
      margin-top: 2rem;
      width: 100%; }
      .ville .content .programme .programme-box .box:first-child {
        margin-top: 0; }
      .ville .content .programme .programme-box .box .box-txt {
        width: auto; }
      .ville .content .programme .programme-box .box .box-img {
        width: auto; }
    .ville .content .alaune {
      width: 100%;
      flex-wrap: nowrap; }
    .ville .content .alaune .alaune-bloc {
      min-width: 25rem; }
    .ville .content .alaune .alaune-bloc .alaune-bloc-img img {
      width: 100%; } }
  @media screen and (max-width: 1000px) and (max-width: 600px) {
          .ville .content .programme .programme-box {
            width: 90%; } }

.lettre-type .content .lettres .lettres-container .lettres-box {
    min-width: 23rem;
}

.lettre-type .content .wrapper-txt > ul > li {
    font-size: 1.6rem;
    line-height: 2.8rem;
}

.lettre-type .content .wrapper-txt > p {
    padding: 0rem 0 2rem 0;
}

.base_content_container .base_content .quiz {
    margin: 6rem 0;
}

.base_content_container .base_content .quiz .question_container .btn {
	display: block;
}

.base_content_container .base_content .quiz .question_container a.btn:after {
	display: none;
}

.alaune .alaune-bloc .alaune-bloc-img {
    max-height: 175px;
    overflow-y: hidden;
}

.home .alaune .alaune-bloc .alaune-bloc-img .alaune-bloc-favoris {
	right: 1rem;
    bottom: 0.5rem;
}

.conseil .conseil-container > div {
	padding: 1rem;
}

.conseil .conseil-container .conseil-box {
	color: black;
	text-decoration: none;
}

.conseil .conseil-container > div:hover {
    box-shadow: 0px 0px 27px -1px rgba(0, 0, 0, 0.23);
}

.questions .questions-container > div > div > a .questions-box:last-child {
    background-color: white;
    display: block;
    height: 35rem;
}

.questions .questions-container > div > div > a .questions-box:last-child p {
    color: black;
    text-decoration: none;
    font-weight: 300;
}

.questions .questions-container > div > div > a .questions-box:last-child h3 {
    color: #c20e1a;
    font-size: 2.6rem;
}

.questions .questions-container > div > div > a {
	background-color: transparent !important;
}

.faq .content .questions .questions-container a {
	width: 100%;
}

h2 > a, h3 > a {
	vertical-align: middle;
}

.offres .content .programme {
    background-color: #c20e1a; }
  .offres .content .programme h3 {
    font-size: 2.7rem;
    color: white;
    text-align: center;
    padding: 4rem 2rem 5rem 2rem;
    margin: 0; }
  .offres .content .programme .programme-box {
    width: 96rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .offres .content .programme .programme-box .box {
    background-color: white;
    width: 47rem;
    display: flex;
    height: 17rem;
    cursor: pointer;
    transition: 0.3s; }
  .offres .content .programme .programme-box .box:hover {
    box-shadow: 0px 0px 27px -1px rgba(0, 0, 0, 0.23); }
  @media screen and (max-width: 1000px) {
          .offres .content .programme .programme-box .box .box-img {
            width: 50%;
            overflow: hidden; } }
  .offres .content .programme .programme-box .box .box-txt {
    padding: 1rem 2rem;
    box-sizing: border-box;
    color: #4c4c4c;
    font-size: 1.4rem; }
    .offres .content .programme .programme-box .box .box-txt h4 {
      font-size: 2rem;
      font-weight: 800;
      color: #cc5154;
      padding: 1rem 0;
      margin: 0; }
  .offres .content .programme .programme-btn {
    padding: 5rem 0 4rem 0;
    display: flex;
    justify-content: center; }
  .offres .content .programme .programme-btn a {
    background-color: #6e1b34;
    text-decoration: none;
    text-align: center;
    color: white;
    padding: 1.5rem 2rem;
    font-size: 1.6rem;
    font-weight: 600;
    transition: 0.3s; }
  .offres .content .programme .programme-btn a:hover {
    background-color: #c20e1a; }

@media screen and (max-width: 1000px) {
    .offres .content .programme .programme-box {
      width: 92%;
      justify-content: center; }
      .offres .content .programme .programme-box .box {
        margin-top: 2rem;
        width: 100%; }
        .offres .content .programme .programme-box .box:first-child {
          margin-top: 0; }
        .offres .content .programme .programme-box .box .box-txt {
          width: auto; }
        .offres .content .programme .programme-box .box .box-img {
          width: auto; } }
  @media screen and (max-width: 1000px) and (max-width: 600px) {
          .offres .content .programme .programme-box {
            width: 90%; } }

.offres .content .parcours .wrapper .offres .offres-bloc .offres-bloc-img .offres-bloc-favoris {
    padding: 0.5rem;
    box-sizing: border-box;
    position: absolute;
    right: 0.5rem;
    bottom: 1rem;
    background: white;
    border-radius: 50%;
    display: flex;
    width: auto;
    width: 3rem;
    height: 3rem;
}

.offres .content .parcours .wrapper .offres .offres-bloc .offres-bloc-img .offres-bloc-favoris svg {
    cursor: pointer;
    width: 3rem;
    height: 1.5rem;
    fill: white;
    stroke: #c20e1a;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.offres .content .parcours .wrapper .offres .offres-bloc .offres-bloc-img .offres-bloc-favoris.onfav svg {
    fill: #c20e1a;
}

.offres .content .programme .programme-box .box > div {
	width: 100%;
}

.offres .content .programme .programme-box .box > div > a {
    background-color: white;
    width: 47rem;
    display: flex;
    height: 17rem;
    cursor: pointer;
    transition: 0.3s;
}

.conseils .content .articles > div .cat > .droits {
    color: #cc5154;
}
.conseils .content .articles > div .cat > .logement {
    color: #62408d;
}
.conseils .content .articles > div .cat > .budget {
    color: #47b4d5;
}
.conseils .content .articles > div .cat > .actualites {
    color: #c20e1a;
}

.faq .content .wrapper-txt .qpf > div > div {
	width: 100%;
    padding: 0px;
    margin: 0px;
}

.monprojetlocataire .content .exp .personae-avatar, .monprojetproprio .content .exp .personae-avatar {
    position: absolute;
    left: 50%;
    width: 160px;
    transform: translateX(-50%);
    top: -8rem;
}

.monprojetlocataire .content p, .monprojetproprio .content p, .monprojetlocataire .content .infos, .monprojetproprio .content .infos {
	text-align: justify;
}

.pricesPlans .checkBox, .containerPrices .checkBox {
   background-color: #ededed; }
.pricesPlans .checkBox input[type="checkbox"], .containerPrices .checkBox input[type="checkbox"] {
     position: absolute;
     z-index: -2;
     left: -99999px; }
.pricesPlans .checkBox input[type="checkbox"] + label, .containerPrices .checkBox input[type="checkbox"] + label {
       background: #ededed url("../images/check-off.png") no-repeat center;
       width: 40px;
       height: 40px;
       display: block;
       cursor: pointer; }
.pricesPlans .checkBox input[type="checkbox"]:checked + label, .containerPrices .checkBox input[type="checkbox"]:checked + label {
       background: #ededed url("../images/check-on.png") no-repeat center; }

.infoSelection .contentSelection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.infoSelection .contentSelection .selection {
    background-color: #ef7d00;
    position: relative;
    padding: 5px;
    margin: 5px 12px 5px 0;
}

.infoSelection .contentSelection .selection span {
    font-size: 13px;
    color: #ffffff;
}

.infoSelection .contentSelection .selection aside.delete {
    position: absolute;
    top: -8px;
    right: -8px;
    color: #ffffff;
    background-color: #e30613;
    border: 2px solid #ffffff;
    border-radius: 50%;
    font-size: 12px;
    width: 18px;
    height: 18px;
    text-align: center;
    font-family: sans-serif;
    font-weight: 700;
    cursor: pointer;
    z-index: 2;
}

.infoSelection .contentSelection .selection aside.delete span {
    width: 8px;
    height: 2px;
    background-color: #ffffff;
    display: block;
    position: absolute;
    top: 45%;
    left: 50%;
}

.infoSelection .contentSelection .selection aside.delete span:nth-of-type(1) {
    -webkit-transform: translate(-50%) rotate(45deg);
    -ms-transform: translate(-50%) rotate(45deg);
    transform: translate(-50%) rotate(45deg);
}

.infoSelection .contentSelection .selection aside.delete span:nth-of-type(2) {
    -webkit-transform: translate(-50%) rotate(-45deg);
    -ms-transform: translate(-50%) rotate(-45deg);
    transform: translate(-50%) rotate(-45deg);
}

@media all and (max-width: 960px) {
	.pricesPlans .checkBox, .containerPrices .checkBox {
		width: 100%;
	}

	.pricesPlans .checkBox label, .containerPrices .checkBox label {
		margin: auto;
	}
}

.infoSelection {
	display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: baseline;
    margin: 0 0 20px;
    font-size: 1.2rem;
}

.infoSelection > p {
	margin-right: 10px;
}

.infoSelection > select {
	width: fit-content !important;
}

.programmeneuf .slide_produit img {
	max-width: 100%;
}

.programmeneuf .quartier .under_map .calcul form {
	position: relative;
}

.programmeneuf .quartier .under_map .calcul form .geolocalisation {
    position: absolute;
    left: 68%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.programmeneuf .quartier .under_map .calcul form .geolocalisation svg {
    width: 2rem;
    height: 2rem;
}

@media screen and (max-width: 1000px) {
	.offres .content .programme .programme-box .box > div > a {
		width: 100%
	}
}

@media screen and (max-width: 580px) {
	.home-lettretype .content .leslettres .leslettres-container .leslettres-content > div {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.questions .questions-container > div, .questions .questions-container > a {
		width: calc(50% - 1rem*2) !important;
	}
}

@media screen and (max-width: 500px) {
	.questions .questions-container > div, .questions .questions-container > a {
		width: 100% !important;
    	margin: 1rem 0;
	}

	.home .questions .questions-container > div {
		margin: 1rem 1rem;
	}
}

@media screen and (max-width: 900px) {
	.questions .questions-container > div, .questions .questions-container > a {
    	margin: 1rem 0;
	}
}
@media screen and (max-width: 768px) {
	.questions .questions-container > div, .questions .questions-container > a {
    	margin: 1rem 1rem;
	}
}

@media screen and (max-width: 500px) {
	.ville .questions .questions-container > div {
    	margin: 0rem 1rem;
	}
}

.ville .mCustomScrollBox {
	height: unset;
}

@media screen and (max-width: 600px) {
	.creation-compte .content .wrapper .form .form-box .twitter p {
	    display: none;
	}

	.creation-compte .content .wrapper .form .form-box .twitter img {
    	margin: 0;
	}
}

@media screen and (min-width: 960px) {
	.home .accompagnement .accompagnement-personae .personae {
	    width: 37rem;
	}
}

.conseils .content .lettres .lettres-container .lettres-box {
	min-width: 23rem;
}

.base_content_container .base_content ul li {
	font-weight: unset;
}

.fiche_produit .intro .content .title h1 span {
    text-decoration: unset;
}

.fiche_produit .intro .content .text {
	text-align: justify;
	padding-right: 2rem;
}

.fiche_produit .intro .content .logo_vivelli {
	vertical-align: bottom;
	margin-left: 2rem;
}

.favoris.added svg {
    fill: #c20e1a !important;
}


.programmeneuf .quartier .gmap .filters .filter.current .icon svg {
    fill: white;
}

.programmeneuf .quartier > p, .programmeneuf .intro p {
	font-size: 1.6rem;
	margin-top: 0px;
    margin-bottom: 0px;
    padding: 5px 0;
}

.programmeneuf .swiper-slide img {
	max-width: 100%;
}

.programmeneuf .photos {
	position: relative;
}

.fiche_produit .intro {
	align-items: start;
}

.fiche_produit .intro .content, .fiche_produit .intro .photos {
	flex: 1 auto;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 15px;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}

.swiper-pagination-bullet-active {
	background: #c20e1a;
}

.fiche_produit .quartier .under_map .calcul form .geolocalisation, .programmeneuf .quartier .under_map .calcul form .geolocalisation {
	left: unset;
	right: 120px;
}

@media only screen and (max-width: 1024px) {
	.fiche_produit .intro .actions:before {
	    width: 0px;
	}
}

.fiche_produit .intro .actions {
	width: 50%;
}

.breadcrumb a {
	color: #adadad;
}

.breadcrumb .home a {
	color: #c20e1a;
}

.programmeneuf .intro .photos .swiper-button-prev {
    width: 54px;
    height: 66px;
    background: url(../framework/img/icons/prev.png) no-repeat center / contain;
    left: 0;
}

.programmeneuf .intro .photos .swiper-button-next {
    width: 54px;
    height: 66px;
    background: url(../framework/img/icons/next.png) no-repeat center / contain;
    right: 0;
}

.programmeneuf .intro .swiper-button-prev {
    width: 54px;
    height: 66px;
    background: url(../framework/img/icons/prev.png) no-repeat center / contain;
    left: 0;
}

.programmeneuf .intro .swiper-button-next {
    width: 54px;
    height: 66px;
    background: url(../framework/img/icons/next.png) no-repeat center / contain;
    right: 0;
}

.programmeneuf .quartier .gmap .filters .filter .legend {
    display: none;
    position: absolute;
    background-color: white;
    padding: 1rem;
    font-size: 1.5rem;
    top: -5rem;
    left: 50%;
    transform: translateX(-50%);
    color: #cc5154;
}

.programmeneuf .quartier .gmap .filters .filter:hover .legend {
    display: block;
}

.programmeneuf .quartier .gmap .filters .filter .legend::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid white;
    position: absolute;
    bottom: -1.2rem;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
	.fiche_produit .intro .actions {
	    width: 100%;
	}
}

.demande-btn div {
	width: calc(100% - 4rem);
}


header .menu .access .access-box .access-box-btn div:first-child, header .menu .access .access-box .access-box-btn div:last-child {
	background-color: #efefef;
	color: black;
}

header .menu .access .access-box .access-box-btn div.current {
    background-color: #c20e1a;
    color: white;
}

.select2-container--default .select2-selection--multiple {
	border-radius: unset;
	height: 48px;
}

.contact-logement .content .contact-form .form form textarea {
	height: 15rem;
    resize: none;
}

.mon_compte .favoris .favori > .inner .content .bottom .les_plus .plus .icon {
	width: 100%;
    height: 100%;
    text-align: center;
}

.mon_compte .favoris .favori > .inner .content .bottom .les_plus .plus .icon img {
    height: 100%;
}

.home-lettretype .content .leslettres .leslettres-container .leslettres-content a .leslettres-box .box {
	overflow: unset;
    white-space: nowrap;
}
.home-lettretype .content .leslettres .leslettres-container .leslettres-content a .leslettres-box .box svg {
    padding-right: 10px;
    vertical-align: middle;
}
.home-lettretype .content .leslettres .leslettres-container .leslettres-content a .leslettres-box:hover .box {
	color: white;
}

.faq .hero .content .inner p, .lettre-type .hero .content .inner p {
    color: #c20e1a;
    max-width: 60rem;
}
.faq .hero .background, .lettre-type .hero .background {
	background-color: #efefef;
}
.faq .hero .content .inner h1 svg, .lettre-type .hero .content .inner h1 svg {
	fill: white;
}

.questions .questions-container > div > div > a .questions-box:last-child h3, .faq .content .questions .questions-container a .questions-box:last-child h3 {
	font-size: 2.2rem;
}

.conseils .content .lettres .lettres-container .lettres-box {
    display: block;
    text-decoration: none;
}

.conseils .content .lettres .lettres-container .lettres-box span {
    vertical-align: super;
    color: #6e1b34;
}

.conseils .content .lettres .lettres-container .lettres-box p {
	font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 600;
    color: #c20e1a;
}

.conseils .content .lettres .lettres-container .lettres-box svg {
	padding-right: 10px;
}

.conseils .content .lettres .lettres-container .lettres-box:hover, .conseils .content .lettres .lettres-container .lettres-box:hover p, .conseils .content .lettres .lettres-container .lettres-box:hover span {
    color: white;
}

.conseils .content .filtres div a {
	cursor: pointer;
    width: 20%;
    height: 7rem;
    line-height: 7rem;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    position: relative;
  text-decoration: none; }
  .conseils .content .filtres div:hover a {
  text-decoration: underline; }
.conseils .content .filtres div:nth-child(2) a {
  color: black; }
.conseils .content .filtres div:nth-child(3) a {
  color: #cc5154; }
.conseils .content .filtres div:nth-child(4) a {
  color: #62408d; }
.conseils .content .filtres div:nth-child(5) a {
  color: #47b4d5; }
.conseils .content .filtres div:nth-child(6) a {
  color: #c20e1a; }

.creation-compte .content .wrapper .text {
	padding-top: 300px;
}
@media screen and (max-width: 900px) {
	.creation-compte .content .wrapper .text {
		padding-top: 0px;
	}
}

.conseils .content .lettres .lettres-container .lettres-bloc > div, .conseils .content .lettres .lettres-container .lettres-bloc > div > .lettres-box {
	font-size: 1.4rem;
	height: 100%;
}

.home .slider .slider-pastille span {
	font-size: 4rem;
	font-weight: bold;
}

.home .slider .slider-pastille {
	flex-direction: column;
}

.programmeneuf .bandeau {
	min-height: 18rem;
}

.programmeneuf .demande-buttons {
	margin-top: 10px;
}

.programmeneuf .demande button[type="submit"] {
	margin-right: 20px;
}

.container .content > .selection {
  background-color: #efefef;
  padding: 20px 0; }
  .container .content > .selection .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; }
  .container .content > .selection .inner .btn_back {
    display: table;
    width: 230px;
    box-sizing: border-box;
    font-size: 1.5rem;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    background-color: #6e1b34;
    padding: 2rem 1rem; }
  .container .content > .selection .inner .btn_back:hover {
    background-color: #c20e1a; }
  .container .content > .selection .inner .btn_back svg {
    width: 13px;
    height: 13px;
    fill: #fff;
    margin-right: 10px;
    position: relative;
    top: 2px; }
  .container .content > .selection .inner .choix {
    font-size: 1.6rem;
    font-weight: 700;
    margin-left: 35px; }

.creation-compte .infoPartenaire {
	margin-bottom: 10px;
    padding: 10px;
    font-size: 1.2rem;
    background-color: #e3e3e3;
}

.fiche_produit .intro .actions .btn.contact.studefi,
.recherche .content .result .result-list .result-list-box .result-list-box-img .result-list-box-offert.studefi,
.alaune .alaune-bloc .alaune-bloc-img .result-list-box-offert.studefi,
.fiche_produit .intro .photos .icons .result-list-box-offert.studefi,
.map-infobox .result-list-box-offert.studefi {
	background-color: #44c3e3;
}

.recherche .content .result .result-list .result-list-box .result-list-box-img > div.studefi {
	width: 55%;
}

.fiche_produit .intro .photos .icons .result-list-box-offert.studefi,
.fiche_produit .intro .photos .icons .result-list-box-offert.exclusivite,
.fiche_produit .intro .photos .icons .result-list-box-offert.salarie, {
	top: calc(26px + 4rem);
}

.fiche_produit .intro .actions .btn.contact.exclusivite,
.recherche .content .result .result-list .result-list-box .result-list-box-img .result-list-box-offert.exclusivite,
.alaune .alaune-bloc .alaune-bloc-img .result-list-box-offert.exclusivite,
.fiche_produit .intro .photos .icons .result-list-box-offert.exclusivite,
.programme-box .box-img .result-list-box-offert.exclusivite,
.programmeneuf .intro-photos .result-list-box-offert.exclusivite,
.map-infobox .result-list-box-offert.exclusivite {
	background-color: #cc9551;
}

.fiche_produit .intro .actions .btn.contact.salarie,
.recherche .content .result .result-list .result-list-box .result-list-box-img .result-list-box-offert.salarie,
.alaune .alaune-bloc .alaune-bloc-img .result-list-box-offert.salarie,
.fiche_produit .intro .photos .icons .result-list-box-offert.salarie,
.programme-box .box-img .result-list-box-offert.salarie,
.programmeneuf .intro-photos .result-list-box-offert.salarie,
.map-infobox .result-list-box-offert.salarie {
	background-color: #62408d;
}

.programmeneuf .bandeau-price {
	font-size: 3.2rem;
}
.programmeneuf .bandeau-conditions {
    margin-top: 1rem;
    width: calc(100% - 20rem);
    margin-left: auto;
    margin-right: auto;
}

.nosprogrammes #zone-programmes .programme-box .box > div > .box-img {
	position: relative;
}

.alaune .alaune-bloc .alaune-bloc-img .result-list-box-offert {
	content: "";
    display: flex;
    position: absolute;
    width: 70%;
    padding: 1rem 0.5rem;
    color: white;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
}

.map-infobox .result-list-box-offert {
	width: 100%;
	color: white;
}

.fiche_produit .intro .photos .icons .result-list-box-offert,
.programme-box .box-img .result-list-box-offert,
.programmeneuf .intro-photos .result-list-box-offert,
.recherche .content .result .result-list .result-list-box .result-list-box-img .result-list-box-offert {
    content: "";
    left: 0px;
    display: flex;
    position: absolute;
    padding: 1rem 0.5rem;
    color: white;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    z-index: 2;
}

.toggleTabs .toggleTabs-link.contact {
	cursor: pointer;
	background: #2db1f0;
}

.offres .content .programme .programme-box .box .box-img {
	position: relative;
}

.offres .content .programme .programme-box .box > div > a {
	text-decoration: none;
}

.programmeneuf .bandeau-content {
	width: 75%;
}

.programmeneuf .bandeau-content .bandeau-bulle + .bandeau-headline {
	width: calc(100% - 20rem);
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 900px) {
	.questions .questions-container > div > div > a {
		height: unset;
	}
	.questions .questions-container > div > div > a .questions-box:last-child {
		height: unset;
	}
}

.footer .sitemap .sitemap-box .sitemap-item {
    font-size: 1.5rem;
    color: #4c4c4c;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.creation-compte .content .wrapper .form .form-box.confirmation {
	font-size: 1.6rem;
}

@media only screen and (max-width: 620px) {
	.simulateur .sim_container .tab_content form .form_group .tooltip_holder, .simulateur .result {
		position: relative;
	}
}
@media only screen and (min-width: 620px) {
	.simulateur .result .tooltip_holder {
		position: relative;
	}
}

.simulateur .sim_container .tab_content form .form_group .tooltip_holder .toggle:hover + .tooltip {
    display: none;
}

.recherche-offres .geolocalisation, .recherche .geolocalisation {
    left: unset;
    right: 10px;
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.recherche-offres .geolocalisation svg, .recherche .geolocalisation svg {
    width: 2rem;
    height: 2rem;
    fill: #6e1b34;
}

.recherche-offres .select2-container .select2-selection, .recherche .select2-container .select2-selection {
	padding-right: 40px;
}

@media screen and (max-width: 600px) {
	.offres .content .recherche-offres .filtres-menu div.geolocalisation {
	    width: unset !important;
	}
}

@media screen and (max-width: 1000px) {
	.offres .content .recherche-offres .filtres-menu div.geolocalisation {
	    width: unset !important;
	}
}

.recherche .filtre-ville {
	position: relative;
}

.offres .content .programme .programme-box .box .box-img, .nosprogrammes #zone-programmes .programme-box .box > div > .box-img {
    min-width: 225px;
    max-width: 225px;
    overflow: hidden;
}

.offres .content .programme .programme-box .box .box-img img {
    height: 100%;
}

.programmeneuf .les_plus .plus_list {
	justify-content: flex-start;
}

.fiche_produit .les_plus .plus_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.fiche_produit .les_plus .plus_list .plus {
    display: flex;
    align-items: center;
    width: calc(33% - 1.5rem);
    min-width: 28rem;
}

@media screen and (max-width: 960px) {
	.fiche_produit .les_plus .plus_list .plus {
	    margin-bottom: 2rem;
	}
}

.fiche_produit .les_plus .plus_list .plus .icon {
    margin-right: 2rem;
}

.stickyBtn {
    display: block; }
    .stickyBtn .btnPhone {
      right: -220px;
      top: 200px;
      height: 50px;
      z-index: 100;
      color: #ffffff;
      background-color: #44b7cc;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 5px 0;
      -webkit-transition: right 0.3s;
      -o-transition: right 0.3s;
      transition: right 0.3s; }
      .stickyBtn .btnPhone .actionBtnPhone {
        cursor: pointer; }
      .stickyBtn .btnPhone .infoBtnPhone {
        width: 200px;
        padding-right: 20px;
        text-align: right;
        line-height: 1; }
        .stickyBtn .btnPhone .infoBtnPhone span {
          display: block; }
          .stickyBtn .btnPhone .infoBtnPhone span:first-of-type {
            font-size: 20px;
            font-weight: bolder }
          .stickyBtn .btnPhone .infoBtnPhone span:last-of-type {
            font-size: 11px;}
      .stickyBtn .btnPhone.open {
        right: 0;
        -webkit-transition: right 0.3s;
        -o-transition: right 0.3s;
        transition: right 0.3s; }
    .stickyBtn .btnInfo {
      right: 0;
      top: 265px;
      z-index: 100;
      color: #ffffff;
      background-color: #e30613;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 5px 0;
      height: 50px; }
      .stickyBtn .btnInfo span, .stickyBtn .btnPhone span {
        font-size: 20px;
        margin: 5px 15px;}
	  .stickyBtn .btnInfo span:first-child {
	  	margin-bottom: 0px;
	  }
@media screen and (min-width: 768px) {
	.stickyBtn .btnPhone {
		position: fixed;
	}

	.stickyBtn .btnInfo {
		position: fixed;
	}
}

@media screen and (max-width: 500px) {
	.stickyBtn .btnPhone .infoBtnPhone {
		padding-right: 0px;
	}

	.stickyBtn .btnPhone .infoBtnPhone span:first-of-type {
	    font-size: 1rem;
	}
}

.stickyBtn .btnPhone .infoBtnPhone a {
	color: white;
	text-decoration: none;
}

.programmeneuf .intro-photos {
    height: unset;
}

.stickyBtn .btnInfo svg, .stickyBtn .btnPhone svg {
	width: 25px;
	height: 25px;
    fill: white;
}

.libelleContact {
	display: none;
}

@media only screen and (max-width: 768px) {
	.stickyBtn {
	    width: 100%;
	    height: 57px;
	    position: fixed;
	    right: 0;
	    bottom: 0;
	    left: 0;
	    z-index: 99;
	    display: flex;
	}

	.libelleContact {
		display: block;
		font-size: 20px;
	    font-weight: 700;
	    text-align: center;
	    vertical-align: middle;
	}

	/* Si uniquement téléphone*/
	.stickyBtn > div {
		width: 50%;
		justify-content: center;
	}

	/* Si téléphone + contact*/
	.stickyBtn > .btnPhone ~ .btnInfo, .stickyBtn > .btnInfo ~ .btnPhone {
		width: 50%;
	}

	.stickyBtn .btnInfo {
		align-items: center;
	}

	.stickyBtn .btnInfo.maxWidth, .stickyBtn .btnPhone.maxWidth {
		width: 100%;
	}
}

.creation-compte .content .wrapper .form .form-box form > div.submit > input, .popup-compte .content .wrapper .form .form-box form > div.submit > input {
    background-color: #c20e1a;
    border: none;
    color: white;
    font-size: 1.7rem;
    font-weight: 600;
    padding: 1.5rem 10rem;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

/*.creation-compte .content .wrapper .form .form-box form > div.submit, .popup-compte .content .wrapper .form .form-box form > div.submit {
    justify-content: center;
    margin: 2rem 0 0 0;
}*/

.creation-compte .content .wrapper .form .form-box .spacer div:nth-child(2) {
	padding: 2rem;
}

.toggleTabs .toggleTabs-content ul, .toggleTabs .toggleTabs-content li {
	width: 100%;
}

.programmeneuf .demande-title {
	margin-bottom: 1rem;
}

.programmeneuf .demande form {
	margin-top: 3rem;
}

.programmeneuf .demande > p {
	font-size: 1.4rem;
}

.mon_compte .main_title p {
	margin-top: 1rem;
	margin-bottom: 0px;
	line-height: 1.5rem;
}

.mes_informations .form_control_input > span {
	font-size: 1.6rem;
	color: #a5a5a5;
	font-weight: 700;
}

.programmeneuf .hero .content .inner h1 span {
	display: block;
    font-size: 2.3rem;
    margin-top: 0.5rem;
}

.programmeneuf .hero .content .inner p {
	font-size: 2rem;
}

.contact .content .wrapper form label {
	margin: 1rem 0;
}

.creation-compte .content .wrapper .form .form-box form > div > div.ministerepartner {
	width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.creation-compte .content .wrapper .form .form-box form > div > div.ministerepartner > input[type="text"], .creation-compte .content .wrapper .form .form-box form > div > div.ministerepartner > a {
	width: 48%;
}

@media screen and (max-width: 600px) {
	.creation-compte .content .wrapper .form .form-box form > div > div.ministerepartner > input[type="text"], .creation-compte .content .wrapper .form .form-box form > div > div.ministerepartner > a {
	    width: 100%;
	}
	.creation-compte .content .wrapper .form .form-box form > div > div.ministerepartner {
		flex-direction: column;
	}
}

.questions .questions-container {
    overflow: hidden;
}

.questions .questions-container > div {
    margin: 0.5%;
}

@media screen and (max-width: 1200px) {
	.questions .questions-container > div {
	    margin: 0.5rem 1rem;
	}
}

.questions .questions-container > div > a {
	margin: 0px;
}

.nosprogrammes .hero .content .inner p {
	background-color: #62408d;
}

.nosprogrammes .hero .content .inner h1 {
	max-width: 50rem;
}

.simulateur .location_container .tab_content form .form_group .field .select2-container {
        width: 100% !important;
        font-size: 1.5rem;
        font-size: 1.4rem;
    	height: 4.7rem;
        border: 0;
        font-weight: 600;
        padding: 0;
        border: 1px #adadad solid;
        position: relative;
        outline: none;
        top: unset;
	    right: unset;
	    -webkit-transform: unset;
	    transform: unset;
        box-sizing: content-box !important; }
        .simulateur .location_container .tab_content form .form_group .field .select2-container .select2-selection {
          border: 0; }
          .simulateur .location_container .tab_content form .form_group .field .select2-container--default .select2-selection--single .select2-selection__rendered {
          	line-height: 4.7rem;
          	color: #adadad;
          }
          .simulateur .location_container .tab_content form .form_group .field .select2-container--default .select2-selection--single .select2-selection__arrow {
          	height: 4.6rem;
          }
          .simulateur .location_container .tab_content form .form_group .field .select2-container .select2-selection ul {
            display: flex !important;
            position: initial !important;
            padding: 0 !important;
            width: 100% !important;
            align-items: center !important;
            padding: 0 1rem !important;
            height: 6rem !important; }
            .simulateur .location_container .tab_content form .form_group .field .select2-container .select2-selection ul li.select2-selection__choice {
              background-color: white !important;
              margin-top: 0 !important;
              font-weight: 600 !important;
              font-size: 1.5rem !important;
              color: #adadad !important;
              border: 1px solid #c20e1a !important;
              padding: 0.5rem !important;
              color: #c20e1a !important;
              border-radius: 0 !important;
              display: flex !important;
              flex-direction: row-reverse !important; }
        .simulateur .location_container .tab_content form .form_group .field .select2-container input {
          height: 100%;
          border: none; }
        .simulateur .location_container .tab_content form .form_group .field .select2-container .select2-selection__choice__remove {
          color: #c20e1a; }

.simulateur .main_tabs ul li span {
	display: block;
    color: #adadad;
    text-transform: uppercase;
    font-size: 1.2rem;
}

.fiche_produit .intro .content .type .tooltip {
	padding: 20px 35px;
}

.fiche_produit .intro .content .type .tooltip p {
	font-size: 1.4rem;
}

.toggleTabs .toggleTabs-content ul {
    margin-top: 1rem;
    padding-left: 30px;
    list-style-type: disc;
}

.toggleTabs .toggleTabs-content ul li {
	font-weight: normal;
    font-size: 1.6rem;
    font-weight: bold;
    color: #4c4c4c;
    padding: 1rem 0;
    list-style-type: disc;
}

.fiche_produit .intro .photos .slider_produit .swiper-slide.mask img {
	opacity: 0.5;
}

.home .accompagnement .accompagnement-personae {
	display: unset;
    max-width: unset;
    margin: unset;
    justify-content: unset;
    top: unset;
    position: unset;
}

.home .accompagnement .accompagnement-personae > div {
	display: flex;
    max-width: 100rem;
    margin: 0 auto;
    justify-content: space-between;
    top: -8rem;
    position: relative;
}

@media screen and (max-width: 960px) {
	.home .accompagnement .accompagnement-personae, .home .accompagnement .accompagnement-personae > div {
	    display: unset;
	    max-width: unset;
	    margin: unset;
	    justify-content: unset;
	}

	.home .accompagnement .accompagnement-personae > div > div {
	    width: 92%;
	    margin-left: auto;
	    margin-right: auto;
	}
}

.recherche .content .result .result-list .result-list-box .result-list-box-img > a {
	position: relative;
}

.programmeneuf .toggleTabs .toggleTabs-content ul {
	margin-top: 0;
    padding-left: 0;
    list-style-type: none;
}

.programmeneuf .toggleTabs .toggleTabs-content ul li {
	margin-top: 0;
    padding-left: 0;
    list-style-type: none;
}

.offres .content .swiper-container > img {
	display: block;
}

.offres .content .swiper-container .swiper-slide .slide-txt {
    padding-bottom: 6rem;
}

@media screen and (max-width: 1000px) {
	.offres .content .swiper-container .swiper-slide .slide-txt {
	    padding-bottom: 0rem;
	}

	.offres .content .swiper-container .swiper-slide {
	    justify-content: flex-end;
	}
}

@media screen and (max-width: 1200px) {
	header .menu .menu-main > ul > li a, header .menu .menu-main > ul > a a {
	    font-size: 2.4rem;
	    line-height: inherit;
	    text-align: center;
	}
}

@media screen and (max-width: 1200px) {
	.home .recherche .recherche-filtres form input:last-child {
		top: 0px;
	}
	.home .recherche .recherche-filtres form input[type="submit"] {
		top: 9rem;
	}
	.home .recherche .recherche-filtres form .select2-container {
		width: 75% !important;
		padding: 0;
	}
}

@media screen and (max-width: 600px) {
	.home .recherche .recherche-filtres form .select2-container {
		width: 100% !important;
	}
}

.fiche_produit .intro .actions .btn.call .horaires ul li {
    text-align: center;
    color: #4c4c4c;
    font-size: 1.4rem;
    justify-content: center;
}

/* @media screen and (min-width: 1200px) {
	.home .slider .slider-txt {
		left: 12%;
	}
} */

.demande-buttons a {
    color: #c20e1a;
    font-size: 1.4rem;
}

.hero .content .inner h1 {
	flex-direction: column;
	align-items: flex-start;
}

.fiche_produit .intro .content .title h1 .typage {
	font-size: 2rem;
}

.lettre-type .content .wrapper-txt h1 {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 5rem 0 3rem;
    line-height: 2.9rem;
}

.lettre-type .content .lettres .lettres-container .lettres-box {
	text-decoration: none;
}

.lettre-type .content .lettres .lettres-container .lettres-box:hover > span, .home-lettretype .content .leslettres .leslettres-container .leslettres-content a:hover .leslettres-box .box > span, .lettre-type .content .lettres .lettres-container .lettres-box:hover > p {
	color: white;
}

.lettre-type .content .lettres .lettres-container .lettres-bloc > div {
	display: flex;
	height: 100%;
}

.lettre-type .content .lettres .lettres-container .lettres-box > span, .home-lettretype .content .leslettres .leslettres-container .leslettres-content a .leslettres-box .box > span, .lettre-type .content .lettres .lettres-container .lettres-box > p {
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 600;
    color: #c20e1a;
    text-decoration: none;
}

.lettre-type .content .lettres .lettres-container .lettres-box > span, .home-lettretype .content .leslettres .leslettres-container .leslettres-content a .leslettres-box .box > span {
    vertical-align: super;
    color: #6e1b34;
    font-size: 1.4rem;
}

.home-lettretype .content .leslettres .leslettres-container .leslettres-content a .leslettres-box .box > span {
	vertical-align: bottom;
}

.lettre-type .content .lettres .lettres-container .lettres-box svg {
    padding-right: 10px;
}

.programmeneuf .intro .photos .slider_produit .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.programmeneuf .intro .photos .slider_produit .mask .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.programmeneuf .intro .photos .slider_produit .swiper-slide {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.programmeneuf .intro .photos .slider_produit .mask .icon.vue_3d svg {
    width: 130px;
    height: 102px;
    fill: #fff;
}

.programmeneuf .intro .photos .slider_produit .swiper-slide.mask img {
    opacity: 0.5;
}

.programmeneuf .intro .photos .slider_produit .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1200px) {
	.alaune {
		overflow-x: auto;
	}

	.fiche_produit .alaune {
		padding: 0px;
	}
}

.base_content_container .base_content .quiz .question_container p:not(:first-child) {
	top: 0;
	font-size: 1.5rem;
}

@media only screen and (max-width: 1000px) {
	.programmeneuf .vivelli .hero .content .inner p:first-child {
		display: none;
	}
}

@media screen and (max-width: 620px) {
	.programmeneuf .bandeau-content .bandeau-bulle + .bandeau-headline {
		width: 100%;
	}
}

.fiche_produit .offres_similaires {
	/* overflow: hidden; */
}

.base_content_container .conseil > div > p {
	font-size: 1.6rem;
    text-align: justify;
}

.base_content_container .conseil > div > h3 {
	text-align: left;
}

.base_content_container .toggleTabs .toggleTabs-content p, .popupMessage .toggleTabs .toggleTabs-content p {
	line-height: 1.8rem;
	text-align: justify;
}

.nosprogrammes #zone-programmes .recherche-offres .filtres-menu > div ul {

}

.nosprogrammes #zone-programmes .recherche-offres form .select2-container {
    width: 30rem !important;
    font-size: 1.5rem;
    height: 6rem;
    border: 0;
    font-weight: 600;
    padding: 0 1rem;
    border-right: 1px #cecece solid;
    outline: none;
    box-sizing: content-box !important; }
    .nosprogrammes #zone-programmes .recherche-offres .select2-container .select2-selection {
      border: 0; }
      .nosprogrammes #zone-programmes .recherche-offres .select2-container .select2-selection ul {
        display: flex !important;
        position: static !important;
        padding: 0 !important;
        width: 100% !important;
        align-items: center !important;
        padding: 0 1rem !important;
        height: 100% !important; }
        .nosprogrammes #zone-programmes .recherche-offres .select2-container .select2-selection ul li.select2-selection__choice {
          background-color: white !important;
          margin-top: 0 !important;
          font-weight: 600 !important;
          font-size: 1.5rem !important;
          color: #adadad !important;
          border: 1px solid #c20e1a !important;
          padding: 0.5rem !important;
          color: #c20e1a !important;
          border-radius: 0 !important;
          display: flex !important;
          flex-direction: row-reverse !important; }
    .nosprogrammes #zone-programmes .recherche-offres .select2-container input {
      height: 100%;
      border: none; }
    .nosprogrammes #zone-programmes .recherche-offres .select2-container .select2-selection__choice__remove {
      color: #c20e1a; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	/* width: 100%; */
}

.toggleTabs .toggleTabs-toggle > p {
    font-size: 1.6rem;
    margin-top: 0px;
}

.nosprogrammes #zone-programmes .programme-box .box .box-txt .typo, .offres .content .programme .programme-box .box .box-txt .typo {
	font-weight: bold;
	margin-top: 1rem;
}

.nosprogrammes #zone-programmes .programme-box .box .box-txt .prices, .offres .content .programme .programme-box .box .box-txt .prices {
	font-weight: bold;
	color: #c20e1a;
}

.recherche .content .result .result-list .result-list-box .result-list-box-txt .typo {
	font-size: 1.6rem;
}

.nosprogrammes #zone-programmes .programme-box .box .box-txt h4, .offres .content .programme .programme-box .box .box-txt h4 {
	padding-bottom: 0px;
}

.fiche_produit .intro .photos .icons .favoris svg {
	fill: #e9e9e9 !important;
}

.fiche_produit .intro .photos .icons .favoris.added svg {
	fill: #c20e1a !important;
}

@media screen and (max-width: 600px) {
	.home .recherche .recherche-filtres form .filtre-pieces {
        border-top: 1px solid #cecece;
        border-right: none;
	}
}

@media screen and (max-width: 600px) {
	.home .recherche .recherche-filtres form input:first-child {
	    border-bottom: none;
	}
}

@media screen and (max-width: 600px) {
	.hidden-mobile {
		display: none;
	}
}

.recherche > h1 {
	display: none;
}

.base_content_container {
	border-bottom: 0px;
}

.lettre-type .breadcrumb {
	margin-top: 3rem;
}

.nosprogrammes #zone-programmes .programme-box .box .box-txt {
	overflow: hidden;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
	.recherche .filtres .filtres-info {
	    width: calc(100% - 14rem);
    	margin-left: 3rem;
	}

	.recherche .filtre-ville {
		width: 100%;
		margin-bottom: 0px !important;
	}

	.recherche .filtre-ville .select2-container {
		width: 100% !important;
	}
}

@media screen and (max-width: 600px) {
	.recherche .filtres .filtres-info .louer-acheter {
		width: 100%;
	}

	.recherche .filtres .filtres-info .louer-acheter > button {
		width: 100%;
		margin-bottom: 1rem;
	}

	.recherche .filtres .filtres-info {
		flex-direction: column;
		padding: 2rem 0rem 2rem;
	}

	.recherche .filtres .filtres-info .filtres-btn-resp {
		position: initial;
	}
}

header .menu .moncompte .moncompte-menu ul li a ul li:first-child img {
    width: 1.8rem;
    height: 1.8rem;
}

.fiche_produit .alaune .alaune-bloc .alaune-bloc-img, .ville .content .alaune .alaune-bloc .alaune-bloc-img {
	height: 170px;
    overflow: hidden;
}

@media only screen and (max-width: 480px) {
	.fiche_produit .offres_similaires .alaune {
		padding: 0;
	}
}

.fiche_produit .intro .photos .icons .favoris svg:hover {
    fill: #c20e1a !important;
}

.ville .content .alaune {
	justify-content: flex-start;
}

@media screen and (max-width: 1200px) {
	.home .recherche .recherche-filtres form .select2-search__field {
	    width:100%;
	}
}

.simulateur .result small {
    font-size: 14px;
    color: #cc5154;
}

.stickyBtn .btnPdf {
    right: 0;
    top: 330px;
    z-index: 100;
    color: #ffffff;
    background-color: #62408d;
    cursor: pointer;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0;
    height: 50px;
    width: 55px;
    justify-content: center;
    display: none;
}

@media screen and (min-width: 768px) {
	.stickyBtn .btnPdf {
	    position: fixed;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	}
}

.stickyBtn .btnPdf img {
	width: 30px;
	height: 30px;
}

.conseils .content .articles .box {
	width: 25%;
}

.conseils .content .articles {
	justify-content: flex-start;
}

@media screen and (max-width: 1200px) {
	.questions .questions-container > div, .questions .questions-container > a, .questions .questions-container > div {
		margin: 0rem 0.2rem;
	}
}

@media screen and (max-width: 768px) {
	.questions .questions-container > div, .questions .questions-container > a {
		margin: 0.5rem 0.5rem;
	}
}

.fiche_produit .intro .content .prix .sans-honoraires {
	 background-color: #c20e1a;
	 color: white;
     white-space: nowrap;
     padding: 0.2rem;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	-webkit-box-shadow: 0px 0px 1px 2px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 1px 2px rgba(255,255,255,1);
    box-shadow: 0px 0px 1px 2px rgba(255,255,255,1);
}

.creation-compte .content .wrapper .text a {
	color: white;
}

.creation-compte .content .wrapper .text p {
	background-color: rgba(0,0,0,0.3);
    padding: 1.5rem;
    color: white;
}

.home .slider .slider-pastille div {
	width: 100%;
}

.home .slider .slider-pastille div a {
	color: white;
	font-size: 1.8rem;
	text-transform: uppercase;
}

.container .content > .selection .inner .btn_back {
	width: auto;
}

header .menu .logo img {
	height: inherit;
}

.recherche .filtre-ville .select2-container ul li.select2-search {
	width: 100%;
}

/* Programme par défaut (ie. vente) */
.programmeneuf .stickyBtn .btnPhone, .programmeneuf .hero .content .inner p {
	background-color: #ef7d00;
}

.programmeneuf .quartier .gmap .filters .filter .legend {
	color: #ef7d00;
}

/* Programme Location */
.programmeneuf .content .location .banniere .type-projet .projet, .programmeneuf .location .bandeau, .location .pricesPlans .pricesPlans-top a .text,
.programmeneuf .location .quartier .calcul, .programmeneuf .location .quartier .calcul form .filtre-type ul li label, .location .infoSelection .contentSelection .selection,
.programmeneuf .location .quartier .gmap .filters .filter.current, .programmeneuf .location .demande-btn div, .programmeneuf .location .stickyBtn .btnPhone, .programmeneuf .location .hero .content .inner p {
	background-color: #44b7cc;
}

.programmeneuf .location .intro-title, .programmeneuf .location .les_plus h2, .programmeneuf .location .quartier h2, .location .pricesPlans .pricesPlans-title,
.location .toggleTabs .toggleTabs-name, .location .toggleTabs .toggleTabs-price .toggleTabs-value, .location .toggleTabs .toggleTabs-littlePrice, .programmeneuf .location .demande-title,
.location .containerVignettes .vignette .contentVignette h3, .location .containerVignettes .vignette .contentVignette .encartTypo span .priceVignette, .location .containerVignettes .vignette .contentVignette h2,
.location .containerVignettes .vignette .contentVignette .textInfos > strong:first-of-type, .programmeneuf .location .quartier .gmap .filters .filter .legend {
	color: #44b7cc;
}

.programmeneuf .location .quartier .gmap .filters .filter, .programmeneuf .location .quartier .gmap .filters, .location .containerVignettes .vignette .contentVignette .encartTypo {
	border-color: #44b7cc;
}

.programmeneuf .location .demande-btn div.demande-btn-open:after {
	border-top-color: #44b7cc;
}

.programmeneuf .location .quartier .gmap .filters .filter .icon svg, .programmeneuf .location .quartier .under_map .calcul form .geolocalisation svg {
	fill: #44b7cc;
}

.programmeneuf .location .quartier .calcul form .filtre-type .toggle, .programmeneuf .location .quartier .calcul form .result {
    background-color: #399db0;
}

/* Programme Vivelli */
.programmeneuf .content .vivelli .banniere .type-projet .projet, .programmeneuf .vivelli .bandeau, .vivelli .pricesPlans .pricesPlans-top a .text,
.programmeneuf .vivelli .quartier .calcul, .programmeneuf .vivelli .quartier .calcul form .filtre-type ul li label, .vivelli .infoSelection .contentSelection .selection,
.programmeneuf .vivelli .quartier .gmap .filters .filter.current, .programmeneuf .vivelli .demande-btn div, .programmeneuf .vivelli .stickyBtn .btnPhone, .programmeneuf .vivelli .hero .content .inner p {
	background-color: #cbd000;
}

.programmeneuf .vivelli .intro-title, .programmeneuf .vivelli .les_plus h2, .programmeneuf .vivelli .quartier h2, .vivelli .pricesPlans .pricesPlans-title,
.vivelli .toggleTabs .toggleTabs-name, .vivelli .toggleTabs .toggleTabs-price .toggleTabs-value, .vivelli .toggleTabs .toggleTabs-littlePrice, .programmeneuf .vivelli .demande-title,
.vivelli .containerVignettes .vignette .contentVignette h3, .vivelli .containerVignettes .vignette .contentVignette .encartTypo span .priceVignette, .vivelli .containerVignettes .vignette .contentVignette h2,
.vivelli .containerVignettes .vignette .contentVignette .textInfos > strong:first-of-type, .programmeneuf .vivelli .quartier .gmap .filters .filter .legend {
	color: #cbd000;
}

.programmeneuf .vivelli .quartier .gmap .filters .filter, .programmeneuf .vivelli .quartier .gmap .filters, .vivelli .containerVignettes .vignette .contentVignette .encartTypo {
	border-color: #cbd000;
}

.programmeneuf .vivelli .demande-btn div.demande-btn-open:after {
	border-top-color: #cbd000;
}

.programmeneuf .vivelli .quartier .gmap .filters .filter .icon svg, .programmeneuf .vivelli .quartier .under_map .calcul form .geolocalisation svg {
	fill: #cbd000;
}

.programmeneuf .vivelli .quartier .calcul form .filtre-type .toggle, .programmeneuf .vivelli .quartier .calcul form .result {
    background-color: #afb304;
}

.programmeneuf .location .quartier .gmap .filters .filter.current .icon svg, .programmeneuf .vivelli .quartier .gmap .filters .filter.current .icon svg {
    fill: white;
}

.programmeneuf .demande-btn .alerte {
	background-color: #e30613 !important;
	margin-bottom: 1rem;
}

.programmeneuf .demande-btn .alerte svg {
	fill: white;
    height: 3rem;
    width: 3rem;
    vertical-align: middle;
    margin-right: 1rem;
}

.programmeneuf .demande-btn .infos {
	font-size: 1.3rem;
	display: block;
    text-align: center;
}
