.clearfix {
  content: "";
  display: table;
  clear: both;
}
img {
  max-width: 100%;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
i,
em {
  font-style: italic;
  font-weight: inherit;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
}
b,
strong {
  font-weight: bold;
  font-style: inherit;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
}
u,
span.underline {
  text-decoration: underline;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
  font-size: inherit;
}
a,
span {
  text-decoration: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  outline: none;
}
.nostretch {
  white-space: nowrap;
  width: 1%;
}
/* @font-face {
  font-family: 'Lato';
  src: url('https://www.consortium-immobilier.fr/fr/css/fonts/Lato-Black.eot');
  src: url('https://www.consortium-immobilier.fr/fr/css/fonts/Lato-Black.eot?#iefix') format('embedded-opentype'), url('https://www.consortium-immobilier.fr/fr/css/fonts/Lato-Black.woff2') format('woff2'), url('https://www.consortium-immobilier.fr/fr/css/fonts/Lato-Black.woff') format('woff'), url('https://www.consortium-immobilier.fr/fr/css/fonts/Lato-Black.ttf') format('truetype'), url('https://www.consortium-immobilier.fr/fr/css/fonts/Lato-Black.svg#Lato-Black') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('https://www.consortium-immobilier.fr/fr/css/fonts/Lato-Regular.eot');
  src: url('https://www.consortium-immobilier.fr/fr/css/fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('https://www.consortium-immobilier.fr/fr/css/fonts/Lato-Regular.woff2') format('woff2'), url('https://www.consortium-immobilier.fr/fr/css/fonts/Lato-Regular.woff') format('woff'), url('https://www.consortium-immobilier.fr/fr/css/fonts/Lato-Regular.ttf') format('truetype'), url('https://www.consortium-immobilier.fr/fr/css/fonts/Lato-Regular.svg#Lato-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */
.webcom {
  font-family: 'Lato';
  font-weight: normal;
  font-style: normal;
  color: #374e63;
}
body {
  margin: 0;
}
.pre-step {
  	text-align: center;
	color: #fff;
}
.pre-step #header-box {
  background-color: #f5b411;
  padding: 1px;
  margin-bottom: 0;
}
.pre-step #header-box span {
  margin: 0;
  font-size: 25.5px!important;
  text-transform: uppercase;
  display: inline-block;
  margin: 20px 0!important;
}
.pre-step .bloc-bottom {
  background: rgba(10, 10, 10, 0.85);
  padding-bottom: 15px;
  padding-top: 10px;
}
.pre-step .bloc-bottom p {
  color: white;
  margin: 0;
  padding-top: 15px;
  font-size: 16px;
  margin-bottom: 7px;
}
#anim-fleche {
	width: 60%;
  color: white;
  background-repeat: repeat-x;
  background-size: auto 100%;
  font-size: 24px;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: bold;
  padding: 18px 30px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
#anim-fleche:before {
  content: url('https://www.consortium-immobilier.fr/fr/images/webcom/fleche-g.png');
  position: absolute;
  right: calc(100% + 20px);
  top: -15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#anim-fleche:after {
  content: url('https://www.consortium-immobilier.fr/fr/images/webcom/fleche-d.png');
  position: absolute;
  left: calc(100% + 20px);
  top: -15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#anim-fleche:hover:before {
  right: calc(100% + 5px);
  top: -10px;
}
#anim-fleche:hover:after {
  left: calc(100% + 5px);
  top: -10px;
}
#choix-maison, #choix-appartement, #choix-terrain{
	width: 47%;
	background: #333 ;
	border: 1px solid #fff;
	display: inline-block;
  border-radius: 10px;
}
#choix-maison{
	margin-right: 10px;
}
#choix-appartement{
	margin-left: 10px;
}
#choix-terrain{
  margin-top: 10px;
}
#choix-maison:hover, #choix-appartement:hover, #choix-terrain:hover{
	background: #ffaf00; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(to bottom, #ffcf00, #ffaf00); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(to bottom, #ffcf00, #ffaf00); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(to bottom, #ffcf00, #ffaf00); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, #ffcf00, #ffaf00); /* Standard syntax */
	height: auto;
	border: #ffcf00 ;
}
#choix-terrain:hover{
  border: 1px solid #ffcf00 ;
}
#choix-maison span, #choix-appartement span, #choix-terrain span{
	text-transform: none;
    font-size: 15px;
    font-weight: 500;
}
#choix-maison a, #choix-appartement a, #choix-terrain a{
	color: #fff;
	display: block;
  width: 100%;
  height: auto;
	padding: 13px 0 20px 0;
}
.webcom {
  width: 40%;
  margin: 90px auto;
}

#container-iframe {
  margin-top: 50px;
}


h3{
    color:#000;
}

.guideconstruiresamaison {
    background: transparent;
}

#guide .titre-page {
    color: #1D1D1D;
    font-size: 49px;
    font-weight: 800;
    text-align: center;
    line-height: 1;
    text-shadow: none;
    padding: 45px 0 0 0;
    text-transform:none;
    color:#fff;
    margin: 50px 0 0 0;
}

#guide .h1 {
    margin-top:0 !important;
}

.webcom {
    width: 60%;
    margin: 51px auto 0 auto;
    padding: 110px 0 60px 0;
}

.h2-tunnel{
	margin-top: 90px !important;
}

#texte_italic {
    padding-top: 25px;
}

/*RESPONSIVE*/

@media (min-width:769px){
	.webcom {
		width: 60%;
		padding: 115px 0 60px 0;
	}
}
@media (max-width:1024px) {
    .webcom {
    width: 95%;
}
}
@media (max-width:768px) {
    #guide .titre-page {
        font-size: 39px;
    }
    #guide span.blue {
        font-size:29px;
    }
    .webcom {
		width: 90%;
		padding-top: 115px;
	}
	#anim-fleche {
    	width: 80%;
	}
}
@media (max-width:480px){
	.webcom {
		padding-top: 20px;
	}
	.pre-step .bloc-bottom p {
		padding: 5px;
	}
	#anim-fleche {
    	width: 65%;
		padding: 0px 5px 10px 0px;
	}
	#choix-maison, #choix-appartement, #choix-terrain {
		width: 100%;
		padding: 13px 0 20px 0;
		margin: 5px;
	}
}
@media (max-width:320px){
	.webcom {
		padding-top: 7px;
	}
}

@media (min-width:481px) and (max-width:768px) {
    form.registration-form fieldset {
        display: none !important;
    }
}

/* Bootstrap 4.4.1 progress bar */

progress {
    vertical-align: baseline;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}

/* new css retouches estimation 03042020*/

.cardBorder {
    border:1px solid #cac4c4;
    padding: 10px;
    height: 320px;
}

.colorTxt {
    color:#407dc0;
}

.btnRight {
    margin: 0;
    position: absolute;
    bottom: 0;
}

.btnBottom {
    height: 63%;
    position:relative;
}




.cta {
  display: flex;
  justify-content: center;
}
.cta-container {
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  background-color: #0A0A0A;
  opacity: 0.95;
  position: relative;
}
.cta-container::after {
  content: url(https://www.consortium-immobilier.fr/fr/images/webcom/fleche-d.png);
  position: absolute;
  left: calc(100% - 80px);
  top: 55px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: scale(.6);
}
.cta-container::before {
  content: url(https://www.consortium-immobilier.fr/fr/images/webcom/fleche-g.png);
  position: absolute;
  right: calc(100% - 80px);
  top: 55px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: scale(.6);
}
.cta-container:hover:before {
  right: calc(100% - 95px);
  top: 65px;
}
.cta-container:hover:after {
  left: calc(100% - 95px);
  top: 65px;
}
.cta-title{
  background-color: #f5b411;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 10px;
}
.cta-container p{
  color: #fff;
  text-align: center;
}
.cta-btn a {
  background-color: #333;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  margin: 20px 10px 10px 10px;
  border: 2px solid white;
}
.cta-btn a:hover {
  color: white;
  background-color: #f5b411;
}
