* {
	font-family: 'Comfortaa', cursive;
}

.disableClick {
	pointer-events: none;
}

.customInputFile {
	background-color: white;
    border-radius: 4%;
    border: 1px solid #FF7F00;
    width: 140px;
    height: 40px;
    color: #FF7F00;
}
.customInputFile2 {
	width: 100%;
    border: 2px dashed;
    height: 80px;
	border-radius: 2%;
}

.mainColor {
	color: #FF7F00;
}

.projTrans {
	background-color: #FF7F00 !important;
    color: white !important;
    text-align: initial;
}

.header {
	margin-bottom: 30px;
}
.header .line {
	margin-top: 20px;
}

.footer{
	margin-top: 500px;
}

.line hr {
	border-top: 1px solid #000000;
	margin-top: 0px;
	margin-bottom: 10px;
}

/*Logos*/
.imgLogos{
	text-align: center;
	margin-top: 5%;
}

.imgLogos > a > img {
	max-width: 100%;
	margin: 0 auto;
	/*width: 100%;*/
}

.imgHeader {
	margin-top: 20px;
	text-align: center;
}
.imgHeader img {
	width: 20%;
}

.titleHeader {
	text-align: center;
	margin-top: 15px;
}
.titleHeader > div > span:first-child {
	font-size: 6vw;
	font-weight: bold;
}
.titleHeader > div > span {
	font-size: 3vw;
}

.mainColor .fa-bars {
	margin-right: 10px;
}

/*Accueil*/
.acc-video {
	margin-bottom: 10px;
}
.acc-video > div {
	box-shadow: 0px 0px 5px -1px black;
	cursor: pointer;
	border-radius: 5px;
}
.acc-video > div > p{
	padding: 5px;
    font-size: 11px;
    font-weight: bold;
    background-color: #FF7F00;
    color: white;
    height: 55px;
    overflow: hidden;
    border-radius: 0 0 5px 5px;
}
/*Contributeur*/
.contrib-video {
    margin-bottom: 50px;
}
.contrib-video > div {
	box-shadow: 0px 0px 5px -1px black;
	cursor: pointer;
}
.contrib-video > div > p{
	padding: 5px;
    font-size: 11px;
    font-weight: bold;
    background-color: white;
    /**/
    line-height: 20px;
    height: 50px;
}


.no-pdd-l {
	padding-left: 0px;
	padding-right: 10px;
}
.no-pdd-r {
    padding-right: 0px;
    padding-left: 10px;
}
.no-pdd-lr {
	padding-right: 0px;
    padding-left: 0px;
}

.menuSpp {
	display: none;
}

.mainMenu {
	z-index: 10;
	background-color: #494F54;
	position: absolute;
	width: 50%;
	height: 100%;
	border:0.5px solid #494F54;
	color: white;
	left: -50%;
}

.mainMenu .lang, .mainMenu .subMenu ul li {
	height: 100px;
}

.mainMenu .subMenu ul li {
	cursor: pointer;
}

.mainMenu .lang {
	background-color: #494F54;
}
.mainMenu .subMenu ul {
	list-style-type: none;
	padding-left: 0px;
}
.mainMenu .subMenu ul li {
	background-color: #5C6368;
	border-bottom: 1px solid #494F54;
	text-align: center;
    padding-top: 45px;
}

.lang {
	padding-top: 30px;
    text-align: center;
}

.mainMenuClose{
	z-index: 10;
	position: absolute;
	width: 50%;
	height: 100%;
	/*border:0.5px solid #494F54;*/
	color: white;
	margin-left: 50%;
}

.projectVignette {
	height: 150px;
	background-position: center;
	background-size: cover;
}

.containerVignette {
  position: relative;
  text-align: center;
  color: white;
  font-weight: bold;
}
.centered {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.container{
	margin-left: 15px;
    margin-right: 15px;
}

.liNumber {
	list-style-type: decimal;
}
.liTiret {
	margin-left: -15px;
	list-style-type: none;
}
.liTiret:before {
   content: '- ';
}

.justify {
	text-align: justify;
}

/* Mentions légales */
.main-block {
	margin-bottom: 25px;
}
.main-block h4 {
	color: #FF7F00;
	font-weight: bold;
}

/*MODAL*/
#modal-contact-site,#modal-contact-auteur,#modal-contact,#modal-delete-action {
	position: fixed;
	display: none;
}
#modal-contact-site > div,#modal-contact-auteur > div,#modal-contact > div, #modal-delete-action > div {
	width: 90%;
	margin-left: 5%;
	padding: 5%;
}
#modal-contact-site.active,#modal-contact-auteur.active,#modal-contact.active,#modal-delete-action.active {
	top: 0%;
    left: 0%;
    width: 100%;
    background-color: rgba(252, 252, 253, 1);
    border: 1px solid black;
}

.fas.fa-bars {
	cursor: pointer;
}

/*MODAL*/
#modMsg {
	display: none;
}
/*-----*/


/*TABLETTE*/
@media (min-width: 768px) { 
	.container{
		margin-left: auto;
	    margin-right: auto;
	}

	.foot-menu {
		font-size: 12px;
		line-height: 50px;
    	display: inline-block;
    	cursor: pointer;
	}
	.footer-separateur {
		margin: 0 5px;
	}

	/*Accueil*/
	.acc-video > div > div {
		height: 200px !important;
		margin: auto;
    	line-height: 100px;
	}
	.acc-video > div > div {
		height: 200px !important;
		margin: auto;
    	line-height: 100px;
	}
	.acc-video > div > .centered {
		height: unset !important;
		font-size: 25px;
	}
	.acc-video > div > p {
		padding: 20px;
    	font-size: 14px;
    	height: 75px;
    	overflow: hidden;
	}

	/*Contributeur*/
	.contrib-video > div > div {
		height: 200px !important;
		margin: auto;
	}
	.contrib-video > div > .centered {
		height: unset !important;
		font-size: 25px;
		top: 40%;
	}
	.contrib-video > div > p {
		padding: 20px 20px 60px;
    	font-size: 14px;
	}

	#menuMod, #menuPub, #menuInfo, #menuMyProjectsContrib, #menuSoumettreContrib, #menuInfoContrib {
		height: 100px;
	}

	.projectVignette{
		height: 200px !important;
	}

	.projetMenu {
		height: 50px;
	}

	.containerVignette > div:nth-child(2) {
		padding: 0px !important;
		height: unset !important;
	}

	#modal-contact-site.active,#modal-contact-auteur.active,#modal-contact.active {
	    left: 5%;
	    width: 90%;
	}

	/*.no-pdd-lr {
	    padding-right: 10px;
	    padding-left: 10px;
	}*/
}

/*PETIT ECRAN*/
@media (min-width: 992px) { 

	.imgHeader {
		text-align: left;
		margin: 0px;
	}
	.imgHeader > img {
		width: 30%;
	}

	.titleHeader {
	    margin-top: 0px; 
	}

	.titleHeader > div > span:first-child {
		font-size: 4vw;
	}
	.titleHeader > div > span {
		font-size: 1.5vw;
	}

	.langPc {
		text-align: right;
    	padding: 15px 15px 0px 0px;
	}
	.langPc > span {
		border-radius: 50%;
	    border: 1px solid #FF7F00;
	    width: 35px;
	    height: 35px;
	    line-height: 35px;
	    text-align: center;
	    display: inline-block;
	    color: #FF7F00;
	    cursor: pointer;
	}
	.langPc > span:nth-child(2) {
		margin-right: 25px;
	}
	.langPc > span:nth-child(3) {
		border: none;
		position: absolute;
    	top: 15px;
    	right: 0px;
    	width: unset;
    	height: unset;
	}
	.langPc > span:nth-child(3) > i {
		font-size: 35px;
	}
	/*:not(:nth-child(3))*/
	.langPc .active {
		color: white !important;
		background-color: #FF7F00;
	}

	.menuPc {
		text-align: center;
	}
	.menuPc > span {
		font-size: 16px;
	}
	.menuPc > .separateur {
		font-size: 20px;
		color: #FF7F00;
		margin: 0 5px;
	}
	.menuPc > .active {
		color: #FF7F00;
	}
	.menuPc > span:not(.separateur) {
		cursor: pointer;
	}

	.acc-video.acc-video-main > div > div {
		height: 300px !important;
	}

	#modal-contact-site.active,#modal-contact-auteur.active,#modal-contact.active,#modal-delete-action.active {
	    left: 10%;
	    width: 80%;
	}

}

/*GRAND ECRAN*/
@media (min-width: 1200px) { 
	.titleHeader > div > span:first-child {
		font-size: 50px;
	}
	.titleHeader > div > span {
	    font-size: 19px;
	}

	#modal-contact-site.active,#modal-contact-auteur.active,#modal-contact.active,#modal-delete-action.active {
		top: 10vh;
	    width: 800px;
	    left: 50%;
	    margin-left: -400px;
	}
}