@charset "UTF-8";
/* CSS Document */
/* -------------------------------- responsiv ------------------------------- */

@media screen and (min-width: 320px) and (max-width: 1200px) {
   
    .topnav_link {
        font-size: 12px;
    }


/****************** Main ****************** */
    #main {
        height: 95%;
    }
    #main .logo{
        width: 35%;
        margin-top: 60px;
        margin-bottom: 40px;
        /* margin: auto; */
    }
    #main .agence h1 {
    color: white;
    font-size: 50px;
    /* -webkit-animation-duration: 4s;
    animation-duration: 2s; */
    }

    #main .agence h2 {
    color: rgb(124, 124, 124);
    font-weight: bold;
    font-size: 20px;
    /* -webkit-animation-duration: 6s;
    animation-duration: 3s; */
    }

    #main .agence .line {
    margin: auto;
    background-color:white;
    height: 1px;
    width: 37%;
    /* -webkit-animation-name: lineWidth;
    animation-name: lineWidth;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    animation-duration: 1s; */
    }

    article {
        width: 87%;
        /* margin: auto; */
        margin-top: 90px;
        /* margin-bottom: 20px; */
        /* height: 100vh; */
        font-weight: 400;
        text-align: left;
        font-size: 14px;
    }

/****************** Presentation ****************** */
#mainPrez {
  /* display: flex;
  flex-direction: row; */
  align-items: center;
  /* background-color: rgb(0, 0, 0);
  width: 100vw;
  height: 93vh; */
}
#mainPrez .top-box {
    margin-top: 30px;
  /* display: flex; */
  /* align-content: center;
  align-items: center;
  color: aliceblue; */
  width: 100%;
  height: 100%;
} 

#mainPrez .top-box .containerPrez {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: 93vh;
}

#mainPrez .top-box .containerPrez .photo {
  display: none;
}

#mainPrez .top-box .containerPrez .photo-bottom {
  display: flex;
  width: 100%;
  height: 300px;
  background-image: url('../images/olivier-web-hover.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* #mainPrez .top-box .containerPrez .photo:hover {
  background-image: url('../images/olivier-web-hover.jpg');
  transition-duration: 1s;
} */

#mainPrez .top-box .containerPrez .textPrez{
  /* display: flex; */
  flex-direction: column;
  align-items: center;
  width: 87%;
  font-size: 12px;
  height: auto;
  font-family: 'Quicksand';

}

#mainPrez .top-box .containerPrez .textPrez .logo{
  width: 30%;
  margin: 0 auto;
}

#mainPrez .top-box .containerPrez .textPrez .line {
    display: flex;
    flex-direction: column;
    margin: auto;
    background-color:white;
    height: 1px;
    width: 100%;
    -webkit-animation-name: lineWidth;
    animation-name: lineWidth;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    animation-duration: 500ms;
}

#mainPrez .top-box .containerPrez .textPrez h3{
    text-align: center;
    /* margin-right: 120px; */
    font-weight: 100;
    font-size: 20px;
    line-height: 25px;
}

#mainPrez .top-box .containerPrez .textPrez p{
    text-align: center;
    /* margin-right: 120px; */
    font-weight: 100;
    font-size: 14px;
    line-height: 18px;
    overflow: auto;
    scrollbar-width: none;
}

/****************** references ****************** */
#mainRef .RefContainer .TopHeader {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 50px;
  margin: 20px auto 35px;
}

#mainRef .RefContainer .TopHeader .logo {
    padding-left: 10px;
  width: 80px;
}

#mainRef .RefContainer .TopHeader .HeadTitle h1b {
  color: rgb(255, 255, 255);
  font-size: 30px;
  /* padding-left: 50px; */
  /* margin-top: 20px; */
}

#mainRef .RefContainer .TopHeader .HeadTitle h2b {
  color: rgb(124, 124, 124);
  font-size: 18px;
  /* padding-left: 50px; */
  /* text-align: left; */
}

#mainRef .RefContainer .boxref h4 {
	font-size: 17px;
	line-height: 19px;
	/* color: #2c2d2e;
	padding: 16px 0 12px 0;
	font-weight: bold;
  width: 100%; */
}

.titlecel {
  text-align: left;
	font-size: 12px;
	line-height: 18px;
    letter-spacing: -0.5px;
	/* color: #1D8BCE;
	font-weight: bold;
	text-transform: uppercase; */
}

.cel1 {
	font-size: 11px;
	line-height: 14px;
}
.cel2 {
	font-size: 11px;
	line-height: 14px;
}
.cel3 {
	font-size: 11px;
	line-height: 14px;
}
.cel4 {
	font-size: 11px;
	line-height: 14px;
}

.ital {
	/* font-style: italic; */
	font-size: 9px;
    line-height: 9px;
	/* vertical-align: baseline; */
}

#mainRef .RefContainer .boxref .RefAgence {
  display: none;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}

#mainRef .RefContainer .boxref .RefAgenceB {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}
.celA {
    width: 100%;
	font-size: 11px;
	line-height: 14px;
}
.blank {
    display: none;
  /* width: 10%; */
}




/****************** footer ****************** */


    #footer {
        padding: 5px 0;
        height: auto;
        vertical-align: middle;
        font-size: 9px;
    }
 
}