/* CSS Document */
/* ==========================================================================================================================================================
   Mobile Layout
   ======================================================================================================================================================= */
/* Mobile Layout: 480px and below. */

#INTRO{
    height: 100vh;
}
#INTRO h1 {
    margin: 0 auto;
    text-align: center;
    z-index: 900;
    position: relative;
    color: var(--blanc-overlay);
    text-transform: uppercase;
    top: 45vh;
    font-size: 2.4em;
}
#INTRO h1:hover {
    color: var(--blanc);
}
#INTRO h1 span {
    text-transform: lowercase;
}
#Menu-start {
    visibility: visible;
    width: 100%;
    min-height: 50px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1000;
	-webkit-transition-delay: 150ms;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
	transition-delay: 150ms;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
}
#Menu-start.hidden {
	top: -200px;
    visibility: hidden;
}
.menu-start_left {
    width: 150px;
    float: left;
    margin-top: 2%;
    margin-left: 2%;
}
.menu-start_right {
    float: right;
    margin-right: 2%;
    margin-top: 4%;
    text-align: center;
    color: var(--noir);
    /* [disabled]background-color: var(--rouge); */
    cursor: pointer;
    font-size: 0.8em;
}
.menu-start_right span a{
    color: var(--noir);
}
.menu-start_right span a:hover, .menu-start_right span:hover {
    color: var(--marron);
}
.menu-start_right span {
    margin: 0 10px;
}
#Menu-on-scroll {
    visibility: hidden;
    width: 100%;
    min-height: 50px;
    position: fixed;
    top: -50px;
    left: 0px;
    right: 0px;
	z-index: 1000;
	-webkit-transition-delay: 350ms;
    -webkit-transition-duration: .5s;
    -webkit-transition-timing-function: ease-in-out;
	transition-delay: 350ms;
    transition-duration: .5s;
    transition-timing-function: ease-in-out;
	background-color: var(--blanc);
	color: var(--noir);
}
#Menu-on-scroll.visible {
	top: 0px;
    visibility: visible;
}
.menu-on-scroll_left {
    width: 220px;
    float: left;
    text-align: left;
    margin-top: 0px;
    padding-top: 8px;
    margin-left: 2%;
    text-transform: capitalize;
}
.menu-on-scroll_left span{
    text-transform: lowercase;
    font-size: 0.7em;
}
.menu-on-scroll_right {
    float: right;
    text-align: right;
    margin-right: 2%;
    padding-top: 16px;
    text-transform: lowercase;
    font-size: 0.8em;
}
.menu-on-scroll_right span {
    margin: 0 5px;
	cursor: pointer;
}

#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    height: 100%;
    z-index: 800;
}
#Menu-left {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: -101%;
    z-index: 2000;
    -webkit-transition-delay: 350ms;
    -webkit-transition-duration: .5s;
    -webkit-transition-timing-function: ease-in-out;
    transition-delay: 350ms;
    transition-duration: .5s;
    transition-timing-function: ease-in-out;
    padding: 20px 0;
    background-color: var(--blanc);
}
#Menu-left.visible {
    left: 0;
}
.menu-left_logo {
    margin: 20px 40px;    
}
.menu-left_rubriques {
    /* [disabled]padding: 0 40px; */
    margin-top: 40px;
}
.Menu-left_sub_rubriques {
    margin-top: 210px;
}
.menu-left_rubriques a, .Menu-left_sub_rubriques a{
    padding: 20px 40px;
    text-transform: lowercase;
    display: block;
}
.menu-left_rubriques a:hover, .Menu-left_sub_rubriques a:hover{
    background-color: var(--noir);
    color: var(--blanc);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    padding-left: 30px;
}
#close-menu-left {
    position: absolute;
    right: 20px;
    top: 20px;
}
#Menu-left_sub {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: -101%;
	z-index: 2100;
    -webkit-transition-delay: 150ms;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-delay: 150ms;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    background-color: var(--jaune);
    padding: 20px 0;
}
#Menu-left_sub.visible {
    left: 0;
}
#close-menu-left_sub {
    position: absolute;
    right: 20px;
    top: 20px;
}
/* #CONTENT =============================================================================== */
#CONTENT{
    min-height: 150vh;
}
#TEXTE {
    margin: 0;
    line-height: 1.4;
	color: var(--blanc);
    background-color: var(--jaune);
    padding: 1% 3%;
    font-size: 0.9em;
}
#TEXTE>h1 {
	font-family: "Century Gothic Bold";
    color: var(--rouge);
    text-transform: uppercase;
    text-align: center;
	font-size: 2.2em;
}
#TEXTE>h2{
	font-family: "Century Gothic Bold";
    color: var(--rouge);
    text-transform: uppercase;
    text-align: center;
	font-size: 2.2em;
}
#TEXTE>h2 span{
    text-transform: lowercase;
}
/* ---- grid ---- */

.grid {
}

/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- grid-item ---- */

.grid-sizer,
.grid-item {
  width: 100%;
}

.grid-item {
    height: 240px;
    float: left;
    border-color: var(--rouge);
    background-color: var(--blanc-light);
}
.grid-item img{
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: auto;
    height: 100%;
}
.grid-item_titre{
    text-align: center;
}
.grid-item_titre h2 {
    margin: 25% 0;
    font-size: 2em;
}
.grid-item--width1 { width:  100%; }

.grid-item--width2 { width:  100%; }

.grid-item--height2 { height: 480px; }

/* #FOOTER =============================================================================== */
#FOOTER {
    color: var(--marron);
    background-color: var(--jaune);
    padding: 2% 4% 6%;
    font-size: 0.8em;
}
.footer-left {
    width: 100%;
    padding: 4%;
    text-align: left;
}
.footer-right {
    width: 100%;
	padding: 4%;
    text-align: right;
}
.footer-right img{
    margin-right: 20%;
}
/* #LAST_PROJECT =============================================================================== */
#LAST_PROJECT {
    height: 100vh;
    /* [disabled]background-color: var(--jaune); */
}
#LP_container {
    padding: 10vh 5vh;
    height: 100vh;
}
#LP_container p {
    position: relative;
    text-align: right;
}
#LP_container_left {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden; /* [1.2] Hide the overflowing of child elements */
    display: block;
    visibility: visible;
}
#LP_container_right {
    position: relative;
    float: right;
    width: 100%;
    min-height: 50%;
    padding: 6%;
}
.color_categorie {
    background-color: var(--blanc-light);
}
.color_project {
    color: var(--blanc-light);
    background-color: var(--rouge);
}
#LP_container_left img{
    width: 100%;
    /*height: 100%;*/
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.texte_bas {
    position: relative;
    bottom: 0px;
}
.btn-scroll {
    position: absolute;
    bottom: 10px;
    left: 35%;
    right: 35%;
    display: block;
    width: 30%;
    text-align: center;
    border-radius: 8px;
    padding: 5px;
    border: thin solid #FFFFFF;
    background-color: var(--noir);
    color: var(--blanc);
}
.btn-scroll a{
    color: var(--blanc);
}
.btn-scroll:hover {
    background-color: var(--rouge);
}
/* #CATEGORIE =============================================================================== */
#CATEGORIE {
    background-color: var(--blanc);
}
#BOX_CAT {
}
.box-cat_container {
    margin: 6% 3%;
    background-color: var(--blanc-light);
    height: 430px;
}
.box-cat_container-img {
	width: auto;
    height: 70%;
}
.box-cat_container-text {
    height: 30%;
    padding: 10px 5px 15px;
}
.box-cat_container-img img{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: auto;
    height: 100%;
}
.box-cat_container-text h4 {
    padding: 0;
    margin: 0;
}
.box-cat_container-text h4 {
    font-size: 1.1em;
    text-transform: capitalize;
}
.box-cat_container-text p {
    font-size: 0.9em;
    text-transform: lowercase;
}
/* #FORMULAIRE =============================================================================== */
#FORMULAIRE {
    padding: 5vh 5vh;
    min-height: 80vh;
}
input[type=text] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
}
input[type=email] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
}
input[type=tel] {
  width: 70%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
}
textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
}
/* #MAP =============================================================================== */
#MAP {
    height: 100vh;
    padding-top: 50px;
}
/* #AGENCE =============================================================================== */
#AGENCE_MEDIA {
    margin: 6vh 8%;
    width: 84%;
    height: 88vh;
    background-color: var(--blanc-light);
}
#AM_container {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

#AGENCE {
    padding: 5vh 5vh;
    min-height: 80vh;
}
#AGENCE p{
    line-height: 1.6;
}
/* #CONTACT =============================================================================== */
#CONTACT {
    height: 100vh;
}
.contact img{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
}
/* #DETAILS =============================================================================== */
#DETAILS {
}
.detail {
    margin: 4vh auto;
    display: block;
    padding: 2%;
}
.detail img{
    margin: 0 auto;
    display: block;
    max-width: 90%;
}


































/* ==============================================================================================================================
/* Small devices (portrait tablets and large phones, 600px and up) 
   =========================================================================================================================== */
@media only screen and (min-width: 600px) {
/* #INTRO =============================================================================== */
#INTRO h1 {
    top: 50vh;
    font-size: 2.8em;
}
/* #MENU =============================================================================== */   
 #Menu-left {
    width: 33%;
    left: -34%;
	z-index: 2000;
}
#Menu-left.visible {
    left: 0;
}
#Menu-left_sub {
    width: 33%;
    left: -34%;
	z-index: 1900;
}
#Menu-left_sub.pre-visible {
    left: 0;
} 
#Menu-left_sub.visible {
    left: 33%;
}
/* #TEXTE =============================================================================== */
#TEXTE {
    margin: 0 5%;
    line-height: 2;
    padding: 1% 3%;
}

.img-hover-zoom--colorize {
    /* height: 500px;  [1.1] Set it as per your need */
    overflow: hidden; /* [1.2] Hide the overflowing of child elements */
    display: block;
    visibility: visible;
}
/* ---- grid-item ---- */

.grid-sizer,
.grid-item {
  width: 25%;
}

.grid-item {
    height: 250px;
    float: left;
    border: thin solid #ffffff;
}
.grid-item_titre{
   	
}
.grid-item_titre h2 {
     margin: 40% 0;
    font-size: 2em;
}
    
.grid-item--width2 { width:  50%; }

.grid-item--height2 { height: 400px; }
/* #FOOTER =============================================================================== */
.footer-left {
    width: 50%;
	padding: 0%;
    float: left;
}
.footer-right {
    width: 50%;
	padding: 0%;
    float: right;
}
.footer-right img{
    margin-right: 10%;
}

/* #LAST_PROJECT =============================================================================== */
#LP_container {
    padding: 20vh 15vh;
    height: 100vh;
}
#LP_container_left {
    width: 70%;
    /*height: 100%;*/
}
#LP_container_right {
    width: 30%;
    height: 100%;
    padding: 1%;
}
/* #CATEGORIE =============================================================================== */
#BOX_CAT {
    position: relative;
    float: left;
    clear: right;
    width: 50%;
}
.box-cat_container {
    margin: 6% 3%;
    height: 300px;
}
/* #FORMULAIRE =============================================================================== */
#FORMULAIRE {
    padding: 20vh 60vh;
    min-height: 80vh;
}
/* #AGENCE =============================================================================== */
#AGENCE {
    padding: 20vh 50vh;
    height: 80vh;
}
#AGENCE p{
    line-height: 2;
}
.btn-scroll {
    left: 40%;
    right: 40%;
    width: 15%;
}





	
/* ========= /END ========= */	
}
/* ==============================================================================================================================
/* Medium devices (landscape tablets, 768px and up)
   =========================================================================================================================== */
@media only screen and (min-width: 768px) {
/* #INTRO =============================================================================== */
#INTRO h1 {
    top: 50vh;
    font-size: 3.2em;
}
/* #LAST_PROJECT =============================================================================== */
#LP_container {
    padding: 12vh 7vh;
    height: 100vh;
}
#LP_container_left {
    width: 100%;
    /*height: 70%;*/
}
#LP_container_right {
    width: 100%;
    height: 30%;
    padding: 1%;
}
/* #CATEGORIE =============================================================================== */
.box-cat_container {
    margin: 6% 3%;
    height: 350px;
}	
	
/* #AGENCE =============================================================================== */
#AGENCE p{
    line-height: 2.2;
}	
	
.btn-scroll {
    left: 45%;
    right: 45%;
    width: 10%;
}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/* ========= /END ========= */	
}
/* ==============================================================================================================================
/* Large devices (laptops/desktops, 992px and 1199px)
   =========================================================================================================================== */
@media only screen and (min-width: 992px) {
/* #INTRO =============================================================================== */
#INTRO h1 {
    top: 50vh;
    font-size: 3.6em;
}
/* #TEXTE =============================================================================== */
#TEXTE {
    margin: 0 15%;
    line-height: 2;
    padding: 1% 3%;
}
/* #LAST_PROJECT =============================================================================== */
#LP_container_left {
    width: 60%;
    height: 100%;
}
#LP_container_right {
    width: 40%;
    height: 100%;
    padding: 1%;
}
/* #CATEGORIE =============================================================================== */
#BOX_CAT {
    position: relative;
    float: left;
    clear: right;
    width: 33.33%;
}		
.box-cat_container {
    margin: 6% 3%;
    height: 350px;
}	
/* #AGENCE =============================================================================== */
#AGENCE p{
    line-height: 2.4;
}
.btn-scroll {
    left: 46%;
    right: 46%;
    width: 8%;
}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/* ========= /END ========= */
}
/* ==============================================================================================================================
/* Extra small devices (laptops/desktops, 1200px and more)
   =========================================================================================================================== */
@media only screen and (min-width: 1200px) {

/* #INTRO =============================================================================== */
#INTRO h1 {
    top: 40vh;
    font-size: 8em;
}
 #Menu-left {
    width: 25%;
    left: -26%;
	z-index: 2000;
}
#Menu-left.visible {
    left: 0;
}
#Menu-left_sub {
    width: 25%;
    left: -26%;
	z-index: 1900;
}
#Menu-left_sub.pre-visible {
    left: 0;
} 
#Menu-left_sub.visible {
    left: 25%;
} 
.menu-start_left {
    width: 150px;
    float: left;
    margin-top: 10px;
    margin-left: 2%;
}
.menu-start_right {
    float: right;
    margin-right: 2%;
    margin-top: 10px;
    text-align: center;
}

/* #CONTENT =============================================================================== */
#TEXTE {
    margin: 0 25%;
    line-height: 2;
    padding: 1% 3%;
}
#TEXTE>h1{
    font-size: 2.6em;
    letter-spacing: 4px;
}

	
/* ---- grid-item ---- */

.grid-sizer,
.grid-item {
  width: 25%;
}

.grid-item {
    height: 450px;
    float: left;
    border: thin solid #ffffff;
}
.grid-item_titre{
   	
}
.grid-item_titre h2 {
     margin: 40% 0;
    font-size: 2em;
}
    
.grid-item--width2 { width:  50%; }

.grid-item--height2 { height: 800px; }

/* #FOOTER =============================================================================== */
.footer-left {
    width: 50%;
	padding: 0%;
    float: left;
}
.footer-right {
    width: 50%;
	padding: 0%;
    float: right;
}
.footer-right img{
    margin-right: 10%;
}
/* #LAST_PROJECT =============================================================================== */
#LP_container_left {
    width: 70%;
    /*height: 100%;*/
}
#LP_container_right {
    width: 30%;
    height: 100%;
    padding: 1%;
}
.texte_bas {
    position: absolute;
    bottom: 20px;
}
/* #CATEGORIE =============================================================================== */
.box-cat_container {
    margin: 6% 3%;
    height: 550px;
}
.box-cat_container-img {
	/*width: 100%;*/
    height: 75%;
}
.box-cat_container-text {
    height: 25%;
}
/* #AGENCE =============================================================================== */
#AGENCE_MEDIA {
    margin: 8vh 4%;
    width: 92%;
    height: 84vh;
}
#AM_container {
    width: 100%;
    height: 100%;
}
#AGENCE p{
    line-height: 2.6;
    font-size: 1.1em;
}

.btn-scroll {
    left: 47%;
    right: 47%;
    width: 6%;
}
















/* ========= /END ========= */
}