@charset "UTF-8";
/* CSS Document */
body {
    background: url(/wp-content/themes/immozelV2/img/photo-1500.png) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
nav a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) scaleX(0);
  -ms-transform: translateX(-50%) scaleX(0);
  transform: translateX(-50%) scaleX(0);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: -webkit-transform 250ms;
  transition: -webkit-transform 250ms;
  -o-transition: transform 250ms;
  transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms;
}
/* section bannière */ 
section{
	background:#fff;
	padding:3em 0;
}
#banniere{
	position:relative;
	background: transparent;
}
#banniere p {
    font-size: 26px;
    color: #E8AC28;
    letter-spacing: 2px;
    text-align: center;
    font-family: 'Solomon Sans Book', sans-serif;
    font-weight: 600;
}
#banniere .bloc-entree .entree {
    background: #E8AC28;
    color: #fff;
    text-align: center;
    font: normal normal 600 24px/1 Open Sans;
    letter-spacing: 0.6px;
    text-transform: uppercase;
	cursor: pointer;
}
#banniere .bloc-entree .entree:hover{
	opacity: 1;
}
#banniere .bloc-entree .entree a{
    color: #fff;
}
@keyframes sdb10 {
0% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 0;
}
40% {
opacity: 1;
}
80% {
-webkit-transform: translate(0, 20px);
transform: translate(0, 20px);
opacity: 0;
}
100% {
opacity: 0;
}
}
/* section intro */

/* Section activité */
#activite .bloc-1, #activite .bloc-2{
	position: relative;
    padding-top: .9375em;
    padding-bottom: .9375em;
}
#activite .bloc-1 .imgActi img, #activite .bloc-2 .imgActi img{
	width:100%;
}
#activite .bloc-1 .textActi, #activite .bloc-2 .textActi {
    position: absolute;
    background: rgba(255, 255, 255, .8);
    width: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
} 
#activite .bloc-2 .textActi {
    top: 50%;
} 
#activite .textActi h2{
    font-size: 35px;
	color: #00505D;
	text-align: center;
	font-weight:100;
	line-height: 1;
}
#activite .textActi h3{
	color: #00505D;
	text-align: center;
	font-weight:100;
	line-height: 1;
}
#activite .textActi p{
	color: #000;
	text-align: center;
	margin:1em 0;
}
#activite .btn-activite {
	position: relative;
}
#activite .textActi a {
  text-transform: uppercase;
  font-family: 'Open Sans Semibold', sans-serif;
  font-size: 15px;
  padding: 6px 22px;
  background: #E8AC28;
  display: block;
  width: max-content;
  margin: auto;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
}

@media screen and (min-width: 1200px) {
#activite .bloc-1 .textActi{
    padding: 1.8rem;
} 
#activite .bloc-2 .textActi {
    padding: 1.5rem 1.8rem 1.8rem;
}
#activite .textActi a {
  transform: translate(-50%, 130%);
}
}
@media screen and (max-width: 1199px) {
#activite .bloc-1 .textActi, #activite .bloc-2 .textActi {
    padding: 1em;
} 
#activite .textActi a {
  transform: translate(-50%, 100%);
}
}
@media screen and (min-width: 1025px) and (max-width: 1199px)  {
#activite .textActi h2 {
  font-size: 40px;
}
#activite .bloc-2 .textActi h2 {
  font-size: 30px;
}	
}
@media screen and (min-width: 1025px)  {
#activite .bloc-1 .textActi{
    top: 58%;
} 
}
@media screen and (max-width: 1024px)  {
#activite  .bloc-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
#activite .bloc-1 .textActi{
    top: 50%;
} 
}
@media screen and (min-width: 860px) and (max-width: 1024px)  {
#activite .textActi h2,#activite .bloc-2 .textActi h2 {
  font-size: 40px;
}	
}

@media screen and (min-width: 600px) and (max-width: 859px)  {
#activite .textActi h2,#activite .bloc-2 .textActi h2 {
  font-size: 30px;
}	
}

@media screen and (max-width: 767px)  {
#activite {
  padding: 1em 0 2em;
}
#activite .bloc-1, #activite .bloc-2 {
	position: relative;
}
#activite .bloc-1 .textActi, #activite .bloc-2 .textActi {
	position: absolute;
	background: rgba(255, 255, 255, .8);
	width: 100%;
	height:100%;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
}
#activite .bloc-1 .textActi .sav, #activite .bloc-2 .textActi .sav{
	position: absolute;
	top:48%;
	left:50%;
	width:90%;
	transform: translate(-50%, -50%);
	padding: 0 1em;
}
#activite .bloc-1 .imgActi img, #activite .bloc-2 .imgActi img {
  height: 340px;
}
#activite .textActi p {
  margin: .5em 0;
}
}






/* REFONTE DU 11/22 */

#actualite{
	background: url(/wp-content/themes/immozelV2/img/fond-actu.jpg) no-repeat center center;	
	background-size: cover;
}




/* section intro */
#intro{
	padding-bottom:0;
}
#intro h2{
	text-align: center;
	font: normal normal 300 50px/55px Open Sans;
	letter-spacing: 0px;
	color: #00505D;
	text-transform: uppercase;
}
#intro .presentation{
    margin-bottom: 3em;
}
#intro .presentation h3 {
    text-align: center;
    font: normal normal bold 20px/40px Open Sans;
    letter-spacing: 1px;
    color: #FFFFFF;
    text-transform: uppercase;
    width: max-content;
    background: #CBCBCB;
    padding: 0 1.25em;
    margin: 0.5em auto 0;
}
#intro .sousou1{
	font: normal normal 600 18px/25px Open Sans;
	letter-spacing: 0.36px;
}
#intro .sousou2{
    display: block;
    margin: 1.5em 0;
    font: normal normal normal 19px/25px Open Sans;
    letter-spacing: 0.38px;
}
#intro .udt {
    display: flex;
    margin-left: 3em;
    width: max-content;
}
#intro .udt .trois span{
	font: normal normal 300 100px/38px Open Sans;
	letter-spacing: 0px;
	color: #00505D;
}
#intro .udt .ac3{
	font: normal normal 300 31px/38px Open Sans;
	letter-spacing: 0px;
	color: #00505D;
	text-transform: uppercase;
}


#intro .shaq{
    border: 4px solid #07505C;
    padding: 2em;
}
#intro .shaq p:first-child{
    margin-bottom: 1em;
}


@media screen and (min-width: 1024px)  {
#banniere{
	height:100vh;
}
#banniere .banniere {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	position:absolute;
	top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
#banniere img{
    max-width: 400px;
}
#banniere .bloc-entree {
    display: flex;
    margin: 3em 0 1em;
}
/* SCROLL BUTTON */
#section10 a span {
position: absolute;
bottom: 5%;
left: 50%;
width: 30px;
height: 50px;
margin-left: -15px;
border: 2px solid #E8AC28;
border-radius: 50px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#section10 a span::before {
position: absolute;
top: 10px;
left: 50%;
content: '';
width: 6px;
height: 6px;
margin-left: -3px;
background-color: #fff;
border-radius: 100%;
-webkit-animation: sdb10 2s infinite;
animation: sdb10 2s infinite;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
}
@media screen and (min-width: 780px) and (max-width: 1023px)  {
#banniere .bloc-entree {
    display: flex;
    margin: 0 0 1em;
}
}
@media screen and (min-width: 481px) {
#banniere .bloc-entree .entree {
    padding: 30px 40px;
    margin: 0.15em;
	opacity: 0.7;	
}
}
@media screen and (min-width: 481px) and (max-width: 1023px)  {
#banniere .banniere{
    display: block;
    width: max-content;
    margin: auto;
}
#banniere {
    padding: 5em 0 2em;
}
#banniere img {
    max-width: 100%;
    width: auto;
	margin: auto;
}
}
@media screen and (max-width: 580px)  {
#banniere .bloc-entree .entree {
    padding: 15px 20px;
    width: 200px;
    margin: 0.5em auto;
}
}

@media screen and (max-width: 480px)  {
#banniere {
    padding:0 0 2em;
}	
#banniere img {
    max-width: 280px;
    width: 80%;
    margin: auto;
    padding: 4em 0 1em;
}
}

@media screen and (max-width: 1199px)  {
#intro .udt .trois span{
    margin-top: 0.2em;
    display: block;
}
}
@media only screen and (min-width:481px) and (max-width:993px) {
#intro  h2 {
    font: normal normal 300 40px/1 Open Sans;
    padding: 0 0 0.15em;
}
#activite .textActi h2, #activite .bloc-2 .textActi  h2 {
    font: normal normal 300 30px/1 Open Sans;
    padding: 0 0 0.15em;
}
}

@media only screen and (max-width:799px) {
#intro  .bloc-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
#intro .presentation {
    margin-bottom:1em;
}
#intro .sousou2 {
  margin: 1em 0;
}
#intro .shaq {
  border: none;
  padding: 0;
}
.paraMiddle > p:nth-child(2), #intro .udt{
		display: none;
	}
}
@media only screen and (max-width:600px) {
#intro .presentation h3 {
  font: normal normal bold 20px/24px Open Sans;
  width: auto;
  padding: .65em;
}
}
@media only screen and (max-width:480px) {
#intro  h2{
    font: normal normal 600 30px/1 Open Sans;
}
#activite .textActi h2, #activite .bloc-2 .textActi h2 {
    font: normal normal 600 28px/1 Open Sans;
}
}

@media only screen and (max-width:360px) {
#intro  h2{
    font: normal normal 600 26px/1 Open Sans;
}
#activite .textActi h2, #activite .bloc-2 .textActi h2 {
    font: normal normal 600 26px/1 Open Sans;
}
}