@charset "UTF-8";

#galeries {
	position: fixed;
	display: none;
	z-index: 99;
	width: 100%;
	left: 0;
	background: rgba(0,0,0,0.92);
}

#galeries > div {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#galeries > div > div {
	position: absolute;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 175px);
	padding: 75px 0px 100px 0px;
}

#galeries > div > .nomin {
	height: calc(100% - 75px);
	padding: 75px 0px 0px 0px;
}

#galeries > div > div > img {
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 90%;
}

/* ////////////////// Loader ////////////////// */
#projets .progress:last-child {
	position: absolute;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	z-index: 87;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0 !important;
	opacity: 1;
}

#projets .progress:last-child::before {
	content: '';
	z-index: 87;
	position: absolute;
	width: 100%;
	height: 100%;
    background: url(../0-Links/00-bg.png), linear-gradient(135deg, hsla(340,100%,55%,1) 0%, hsla(340,100%,55%,0) 50%), linear-gradient(45deg, hsla(225,95%,50%,1) 0%, hsla(225,95%,50%,0) 50%), linear-gradient(315deg, hsla(140,90%,50%,1) 0%, hsla(140,90%,50%,0) 50%), linear-gradient(225deg, hsla(35,95%,55%,1) 100%, hsla(35,95%,55%,0) 50%);
    animation: anim1 10s linear infinite;
    opacity: 0.75;
}

#projets .progress:last-child h3 {
	z-index: 90;
	position: absolute;
	font-family: "RalewayThin", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	letter-spacing: 1px;
	color: #000000;
}

#projets .progress:last-child > div:nth-child(2) {
	z-index: 88;
	position: relative;
	background: none !important;
	width: 175px;
	height: 175px;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
}

#projets .progress:last-child > div:nth-child(3) {
	z-index: 89;
	position: absolute;
	background: none !important;
	width: 125px;
	height: 125px;
	margin: 0 !important;
	border: 1px solid #fff;
	opacity: 1;
	transition: width 1s;
}

#projets .progress:last-child > div:nth-child(4) {
	z-index: 89;
	position: absolute;
	background: none !important;
	width: 90px;
	height: 90px;
	margin: 0 !important;
	border: 1px solid #fff;
	opacity: 1;
	transition: width 1s;
}

@-webkit-keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(180deg);
    }
}

@-webkit-keyframes rotatingBis {
    from{
        -webkit-transform: rotate(180deg);
    }
    to{
        -webkit-transform: rotate(0deg);
    }
}

@-webkit-keyframes rotatingBisBis {
    from{
        -webkit-transform: rotate(90deg);
    }
    to{
        -webkit-transform: rotate(270deg);
    }
}

#projets .progress:last-child > div:nth-child(2) {
    -webkit-animation: rotating 2s linear infinite;
}

#projets .progress:last-child > div:nth-child(3) {
    -webkit-animation: rotatingBis 1.5s linear infinite;
}

#projets .progress:last-child > div:nth-child(4) {
    -webkit-animation: rotating 1s linear infinite;
}
/* ////////////////// Fin Loader ////////////////// */

/* ////////////////// Bouton Fermer ////////////////// */

#galeries > .Gferm {
	position: absolute;
	z-index: 99;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 75px;
	height: 75px;
	top: 0px;
	right: 0px;
	font-size: 0;
	margin: 0px;
	background: url(../0-Links/00-bg.png) rgba(0,0,0,0.9);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.5;
	transition: background-size 0.3s;
	cursor: pointer;
}

#galeries > .Gferm::before {
	content: '';
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	background: url('../0-Links/IconesGalerie.png');
	background-size: 300% 200%;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	transition: width 0.3s, height 0.3s;
}

#galeries > .Gferm:hover::before {
	width: 65px;
	height: 65px;
}

/* ////////////////// Fin Bouton Fermer ////////////////// */

/* ////////////////// Block Gestion ////////////////// */

#galeries > .GGestion {
	position: absolute;
	display: block;
	z-index: 99;
	width: 230px;
	height: 75px;
	top: 0px;
	left: 50%;
	opacity: 0.5;
	transform: translateX(-50%);
	background: url(../0-Links/00-bg.png), rgba(0,0,0,0.9);
}

#galeries > .GGestion > .BtGauche {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 75px;
	height: 75px;
	padding: 0px;
	font-size: 0;
	cursor: pointer;
}
#galeries > .GGestion > .BtGauche::before {
	content: '';
	position: relative;
	display: block;
	width: 35px;
	height: 35px;
	background: url('../0-Links/IconesGalerie.png') no-repeat;
	background-size: 300% 200%;
	background-position: 50% 100%;
	transition: width 0.3s, height 0.3s;
}
#galeries > .GGestion > p {
	position: absolute;
	top: 0px;
	left: 65px;
	width: 105px;
	height: 53px;
	margin: 0px;
	padding-top: 22px;
    font-family: "RalewayHeavy", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	text-align: center;
}
#galeries > .GGestion > .BtDroit {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0px;
	left: auto;
	right: 0px;
	width: 75px;
	height: 75px;
	padding: 0;
	font-size: 0;
	cursor: pointer;
}
#galeries > .GGestion > .BtDroit::before {
	content: '';
	position: relative;
	display: block;
	width: 35px;
	height: 35px;
	background: url('../0-Links/IconesGalerie.png') no-repeat;
	background-size: 300% 200%;
	background-position: 50% 0%;
	transition: width 0.3s, height 0.3s;
}
#galeries > .GGestion > .BtGauche:hover::before, #galeries > .GGestion > .BtDroit:hover::before {
	width: 50px;
	height: 50px;
}

/* ////////////////// Fin Block Gestion ////////////////// */

/* ////////////////// Gestion Mobile ////////////////// */

#galeries > .GGestionMobile {
	position: absolute;
	display: block;
	z-index: 95;
	width: 100%;
	height: calc(100% - 175px);
	top: 75px;
	left: 0;
	margin: 0 !important;
	padding: 0 !important;
	opacity: 0;
}

#galeries > .GGestionMobile > .EvSProjets {
	position: relative;
	display: block;
	width: calc(100% - 160px);
	height: 20%;
	margin: 0 auto !important;
	padding: 0 !important;
	opacity: 0;
}

#galeries > .GGestionMobile > .EvSImage {
	position: relative;
	display: block;
	width: calc(100% - 160px);
	height: 80%;
	margin: 0 auto !important;
	padding: 0 !important;
	opacity: 0;
}

#galeries > .GGestionMobile > .EvTGauche {
	position: absolute;
	display: block;
	width: 80px;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0 !important;
	padding: 0 !important;
	opacity: 0;
}

#galeries > .GGestionMobile > .EvTDroit {
	position: absolute;
	display: block;
	width: 80px;
	height: 100%;
	top: 0;
	left: unset;
	right: 0;
	margin: 0 !important;
	padding: 0 !important;
	opacity: 0;
}

/* ////////////////// Fin Gestion Mobile ////////////////// */

/* ////////////////// Block Legende ////////////////// */

#galeries > div > .GLegende {
	position: absolute;
	z-index: 96;
	display: block;
	top: 0;
	width: 75px;
	height: 75px;
	padding: 0px;
	opacity: 0.5;
	overflow: hidden;
	transition: width 0.3s 0.3s, height 0.3s 0s;
}

#galeries > div > .GLegende:hover {
	width: 250px;
	transition: width 0.3s 0s, height 0.3s 0.3s;
}

#galeries > div > .GLegende p, #galeries > div > .GLegende h3 {
	text-align: center;
}

#galeries > div > .GLegende > p:first-Child {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 75px;
	margin: 0;
	padding: 0;
	opacity: 1;
	font-size: 0;
	background: url(../0-Links/00-bg.png), rgba(0,0,0,0.9);
	background-size: auto auto;
	background-position: center;
	cursor: pointer;
}

#galeries > div > .GLegende > p:first-Child::before {
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	background: url('../0-Links/IconesGalerie.png') no-repeat;
	background-size: 300% 200%;
	background-position: 0% 100%;
}

#galeries > div > .GLegende > h3 {
	margin: 0px;
	padding: 30px 30px 10px 30px;
	color: #fff;
	font-size: 1.25em;
	border-top:1px solid rgba(255,255,255,0.3);
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
	background: url(../0-Links/00-bg.png), rgba(0,0,0,0.9);
}

#galeries > div > .GLegende > p {
	margin: 0px;
	padding: 0px 30px 30px 30px;
	background: url(../0-Links/00-bg.png), rgba(0,0,0,0.9);
}

#galeries > div > .GLegende > p {
	margin: 0px;
	padding: 0px 30px 30px 30px;
	background: url(../0-Links/00-bg.png), rgba(0,0,0,0.9);
}

#galeries > div > .GLegende > p > a.viewSite {
	display: block;
	width: 100px;
	height: 25px;
	margin: 15px auto 0px auto;
	padding: 7px 10px 0px 10px;
	background: url(../0-Links/00-bg.png), #555;
	font-size: 0.95em;
	color: #ffffff;
	text-transform: uppercase;
}

#galeries > div > .GLegende > p > a.viewSite:hover {
	background-color: #333;
}

/* ////////////////// Fin Block Legende ////////////////// */

/* ////////////////// Block Miniatures ////////////////// */

#galeries > div > .GMiniatures {
	position: absolute;
	z-index: 96;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	left: 0px;
	top: auto;
	bottom: 0px;
	width: 100%;
	height: 100px;
	padding: 0px;
	background: url(../0-Links/00-bg.png), rgba(0,0,0,0.9);
	opacity: 0.5;
}

#galeries > div > .GMiniatures > div {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	width: calc(100% - 200px);
	height: 100px;
	overflow: hidden;
	cursor: pointer;
	min-width: 80px;
	transition: width 0.3s, height 0.3s, min-width 0.3s;
}

#galeries > div > .GMiniatures > div > div {
	position: relative;
	width: 80px;
	height: 80px;
	margin:0px 10px;
	overflow: hidden;
	cursor: pointer;
	min-width: 80px;
	transition: width 0.3s, height 0.3s, min-width 0.3s;
}

#galeries > div > .GMiniatures > .BtGauche {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
	margin:0px;
    opacity: 1;
	background-color: initial;
}

#galeries > div > .GMiniatures > .BtGauche::before {
	content: '';
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
	background: url('../0-Links/IconesGalerie.png') no-repeat;
	background-size: 300% 200%;
	background-position: 50% 100%;
	transition: width 0.3s, height 0.3s;
}

#galeries > div > .GMiniatures > .BtDroit {
	position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
	top:0;
	right: 0;
	width: 100px;
	height: 100px;
	opacity: 1;
	background-color: initial;
}

#galeries > div > .GMiniatures > .BtDroit::before {
	content: '';
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
	background: url('../0-Links/IconesGalerie.png') no-repeat;
	background-size: 300% 200%;
	background-position: 50% 0%;
	transition: width 0.3s, height 0.3s;
}

#galeries > div > .GMiniatures > div > div:hover, #galeries > div > .GMiniatures > div > .MSelect {
	width: 98px;
	height: 95px;
	min-width: 98px;
}

#galeries > div > .GMiniatures > div > div > img {
	width: 100%;
	height: auto;
	margin-top: 50%;
	margin-left: 50%;
	transform: translate(-50%, -50%);
}

#galeries > div > div > img::-moz-selection, #galeries > div > .nomin > img::-moz-selection, #galeries > div > .GMiniatures > div > img::-moz-selection {
	background:transparent;
}

#galeries > div > div > img::selection, #galeries > div > .nomin > img::selection, #galeries > div > .GMiniatures > div > img::selection {
	background:transparent;
}

/* ////////////////// Fin Block Miniatures ////////////////// */

/* ////////////////// Transition Bouton Gauche Droite ////////////////// */

#galeries > .GGestion > .BtDroit, #galeries > .GGestion > .BtGauche, #galeries > div > .GMiniatures > .BtDroit, #galeries > div > .GMiniatures > .BtGauche {
	background-size: auto 30%;
	transition: background-size 0.3s, width 0.3s, min-width 0.3s;
}
#galeries > div > .GMiniatures .BtDroit:hover::before, #galeries > div > .GMiniatures .BtGauche:hover::before {
	width: 60px;
	height: 60px;
}

/* ////////////////// Fin Transition Bouton Gauche Droite ////////////////// */