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

/*------------------------------*\
			 MODULES
\*------------------------------*/
.header--nav, .second--nav {
	width: 1200px;
	margin: 0 auto 0;	
}

.second--nav {
	width: 1200px;
	margin: 25px auto;
}

.header--menu-item {
	list-style-type: none;
}

.header--menu-link {
	padding: 30px 12px 10px;
	margin: 0 7px;
	
	font-size: 1.2rem;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px var(--dark-shadow);
	
	border: 1px solid var(--dark-color);
	border-radius: 3px;
	background: linear-gradient(90deg, var(--second-color), var(--main-color) 50%, var(--second-color));
	
	transition: all .2s ease-in-out;
}

.cool-shadow {
    position: relative;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	
	transition: all .2s ease-in-out;
}

.cool-shadow:before,
.cool-shadow:after {
  content: "";
    position:absolute;
    z-index: -1;
    box-shadow: 0 0 20px rgba(0,0,0,0.8);
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    border-radius: 100px / 10px;
	
	transition: all .2s ease-in-out;
}

.cool-shadow:after {
  right: 10px;
    left: auto;
    transform: skew(8deg) rotate(3deg);
	
	transition: all .2s ease-in-out;
}

.cool-shadow:hover {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 2px rgba(0, 0, 0, 0.1) inset;
}

.cool-shadow:hover:before,
.cool-shadow:hover:after {
    box-shadow: 0 0 2px rgba(0,0,0,0.8);
}

.cool-shadow:hover:after {
    transform: skew(0deg) rotate(0deg);
}

.second--nav .header--menu-link {
	padding: 8px 12px;
	font-size: 1rem;
}

.header--menu-link:hover {
	color: var(--dark-color);
	text-shadow: none;
	background: linear-gradient(90deg, var(--second-color) 5%, var(--main-color) 50%, var(--second-color)) 5%;
}

.header--menu-pictos {
	width: 25px;
	margin: 0 3px;
}

.header--menu-notif {
	width:15px;
	height:15px;
	
	position:absolute;
	bottom: -15px; 
	right: 0px;
	
	font-size: .8rem;    
	
	background: var(--alert-color);
	border:1px solid var(--light-color);
	border-radius:10px;
	
	z-index:99;
}

.main--txt-login {
	width: 800px;
	height: 100px;
	
	margin: 50px auto 100px;
}

.main-pictos {
	width: 17px; height: 17px;
	margin: 0 5px -3px;
}

.std-main {
	padding: 30px 0;	
	background: var(--light-shadow);	
	border: 1px solid var(--light-color);
	border-radius: 25px;
}

.consult-main {
	height: 750px;
	
	background: url("/imgs/00_fond_centre2.png") center;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.3);
	
	border: 1px solid var(--light-color);
	border-radius: 25px;
}

.consult-grp {
	height: 95%;
}

.consult-grp-col {
	width: 33%;
	height: 620px;
}

.btn--consult {
	width: 180px;
	height: 70px;
	padding: 10px;
	
	background: url("/imgs/00_fond_bleu.jpg") center;
	background-size: cover;
	
	border: 1px solid var(--light-color);
	border-radius: 7px;
	
	box-shadow: 2px 2px 3px var(--dark-shadow);
	
	transition: all .7s ease-In-Out;
}

.btn--consult.is-inactive {
	opacity: .5;
	pointer-events: none;
	cursor: default;
	background: url("/imgs/00_fond_sombre.jpg") center;
	background-size: cover;
	
	transition: all .7s ease-In-Out;
}

.btn--consult:hover,
.btn--consult-vig:hover{
	transform: scale(.99);
	transform-origin: center;
}

.btn--consult-ttl {
	font-size: 1.5rem;
	text-shadow: 1px 1px 2px var(--dark-shadow);
}

.btn--consult-infos {
	font-size: 1rem;
    text-align: center;
    margin-top: 3px;
	text-shadow: 1px 1px 1px var(--dark-shadow);
}

.vig {
	width: 200px;
	height: 133px;
	border: 1px solid var(--light-color);
	border-radius: 10px;
}

.vig-replace {
	width: 774px;
	height: 516px;
	border: 1px solid var(--light-color);
	border-radius: 15px;
}

.vig-profil {
	width: 200px;
	height: 132px;
	border: 1px solid var(--light-color);
	border-radius: 15px;
}


.consult-vig {
	padding: 30px 0;	
	background: var(--light-shadow);	
	border: 1px solid var(--light-color);
	border-radius: 25px;
}

.btn--consult-vig {
	margin: 20px;
	border: 1px solid var(--light-color);
	border-radius: 10px;
	
	box-shadow: 2px 2px 3px var(--dark-shadow);
	overflow: hidden;
	
	transition: all .7s ease-In-Out;
}

.icon-surround {
	display: inline-block;
	transform: scale(.7);
}

.btn--consult-vig.is-inactive {
	opacity: .3;
	pointer-events: none;
	cursor: default;
	transform: scale(.9);
	
	transition: all .7s ease-In-Out;
}

.btn--consult-vig img {
	width: 200px;
	height: 133px;
	border-bottom: 1px solid var(--light-color);
}

.btn--consult-vig .btn--consult-ttl {
	font-size: 1.3rem;
	margin: 10px 0 5px; 
}

.btn--consult-vig .btn--consult-infos {
	height: 12px;
    margin: 0 0 10px;
}

.consult-diap {
	border: 1px soli var(--light-color);
	border-radius: 20px;
}

.consult-diap-img {
	margin: 15px 0 0;
	padding: 10px 10px 8px;
	border: 1px solid var(--light-color);
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	
	background: var(--dark-color);
}

.consult-diap-img img {
	width: 774px;
	height: 513px;
	border: 2px solid black;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	
	box-shadow: 3px 3px 3px var(--dark-shadow);
}

.consult-diap-infos {
	width: 100%;
	padding: 9px;
    margin: 0 0 10px;
	
	background: var(--light-shadow);
	border-right: 1px solid var(--light-color); 
	border-bottom: 1px solid var(--light-color);
	border-left: 1px solid var(--light-color);
}

.consult-diap-infos p {
	opacity: .9;
}

.com-phot {
	position: absolute;
	width: 100%;
	bottom: 20px;
	left: 0;
	right: 0;
}

.infos-gpr {
	position: absolute;
	width: 120px;
	left: 10px;
	top: 10px;
}

.infos-picto {
	position: absolute;
	left: 10px;
	width: 20px;
	height: 20px;
	padding: 5px;
	border: 2px solid var(--light-color);
	border-radius: 50%;
}

.infos-com-vig,
.infos-site-ref {
	width: 30px;
	height: 30px;
	background: var(--dark-color);
	border: 2px solid var(--light-color);
	border-radius: 50%;
	font-size: 1.4em;
	margin-right: 5px;
}

/*.infos-com-vig {
	top: 12px;
	left: 12px;
}

.infos-site-ref {
	top: 12px;
	left: 52px;
	font-size: 1.4em;
}*/

.infos-site-ref span {
	left: 2px;
    top: -1px;
}

.arrow,
.arrow-esp {
	top: -30px;
	cursor: pointer;
}

.arrow-esp a {
	color : var(--main-color);
	text-shadow: -1px 0 var(--light-color), 0 1px var(--light-color), 1px 0 var(--light-color), 0 -1px var(--light-color);
}

.arrow:hover,
.arrow-esp:hover {
	transform: scale(.9);
	transform-origin: center;
}

.vig-nb-photos {
	position: absolute;
	top : 10px;
	right: 10px;
	text-shadow: 2px 2px 2px var(--dark-shadow);
}

.diap-count {
	position: absolute;
	bottom : 20px;
	right: 20px;
	text-shadow: 2px 2px 2px var(--dark-shadow);
}

.shadow-img {
	top: 0; right: 0; bottom:0; left: 0;
	margin: 10px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	box-shadow: inset 20px 20px 50px var(--dark-shadow), inset -20px -20px 50px var(--dark-shadow);
}


.footer--select {
	width: 1150px;
	position: fixed;
	bottom: -20px;
	
	padding: 15px 25px 30px;
	
	border: 2px solid var(--dark-color);
	border-radius: 5px;
	
	background: linear-gradient(90deg, var(--second-color), var(--main-color) 50%, var(--second-color));
}

.main-loader {
	position : fixed;
	background : url("/imgs/poisson.gif") 50% 50% no-repeat;
	background-color: var(--dark-color);
	top : 0px;
	left : 0px;
	height : 100%;
	width : 100%;
	cursor : wait;
	
	z-index: 9999;
}

.popup {
	width: fit-content;
	position: absolute;
	top: 300px;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 45px;
	
	background: var(--second-color);
	border: 1px solid var(--main-color);
	border-radius: 5px;
}

.popup .close {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 5px;
	
	display: flex;
	justify-content: center;
	align-items: center;
	
	font-weight: bold;
	border: 1px solid var(--light-color);
	border-radius: 50%;
	cursor: pointer;
	
}

.popup .popup-content {
	text-align: center;
	line-height: 3rem;
}





