/* Init */
* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
}

body {
	background-color: #f38234;
	background-image: url('img/background.jpg');
	background-size: 100% auto;
	color: #fcfcfc;
	font-family: 'Open Sans', Arial, sans-serif;
}

#page {
	position: absolute;
	top: 38px;
}


/* Hyperliens */

a, a:visited {
	color: DodgerBlue;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

a.btn {
	background-color: #fe5900;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	padding: 7px 20px;
	transition: background-color 0.4s ease;
}

a.btn:hover {
	background-color: #ffa40d;
	text-decoration: none;
	transition: background-color 0.4s ease;
}


/* Titres */

h1, h2, h3 {
	font-family: 'Nunito', Verdana, sans-serif;
}

h1 {
	font-size: 3.5rem;
	padding: 0.5em 0 0;
	text-transform: uppercase;
}

h1 sup {
	font-size: 0.75em;
	text-transform: initial;	
}

h2 {
	font-size: 2.2rem;
	font-weight: normal;
	letter-spacing: 0.01em;
	}

h3 {
	font-size: 2rem;
	font-weight: normal;
	margin: 0 0 1em;
}

p, ol li, ul li {
	font-size: 1.5rem;
	line-height: 1.5em;
	padding-bottom: 1em;
}

.fs-1-2 {
	font-size: 1.2rem;
}


/* Lignes */

.line {
	height: 1px;
	/*border-bottom: 1px solid #fcfcfc;*/
	margin: 0.5em 0;
	overflow: hidden;
}

div.article .line {
	/*background-color: #15242a;
	border-bottom-color: #204656;*/
	background-color: #ccc;
	border-bottom-color: #eee;
	margin: 1.3em 0;
}

div.footer .line {
	margin: 2em 0;
}

/* Menu */

div.navbox {	
	background-color: #fe5900;
	border-bottom: 1px solid #fcfcfc;
	padding: 10px;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 1000;
}

div.nav {	
	padding: 0 5px;
}

div.nav ul li {
	display: inline-block;
	padding-bottom: 0;
}

div.nav ul li a, 
div.nav ul li a:visited {
	color: #fcfcfc;
	font-size: 1.25em;
	margin: 5px 2px; padding: 4px 10px 4px;
	text-transform: uppercase;
}

div.nav ul li a:hover {
	background-color: #fcfcfc;
	color: #fe5900;
	text-decoration: none;
}

div.nav ul li a.menuhighlight {
	background-color: #fcfcfc;
	color: #fe5900;
	margin-left: 15px;
	text-decoration: none;
}

div.nav ul li a.menuhighlight:hover {
	background-color: #ffa40d;
	transition: background-color 0.4s ease;
	color: rgb(255, 255, 255, 0.7);
}

div.nav ul li a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.nav ul li.fb a {
	margin: 0;
	padding: 0;
}
div.nav ul li.fb a:hover {
	background-color: transparent;
}
div.nav ul li.fb a img{
	width: 20px;
	height: auto;
	vertical-align: middle;
	position: relative;
	top: -2px;
}

.clear:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}


/* Header */

div.titre {
	color: #eee;
	padding: 50px 10px 0;
	text-align: center;
}

div.titre span {
	display: block;
	font-size: 3rem;
	padding: 0 0 10px;
	text-transform: uppercase;
}

div.titre span.std {
	font-size: 2rem;
}


div.titre span.std:after {
	width: 70px;
	text-align: center;
	height: 2px;
	background-color: rgb(255, 255, 255, 0.5);
	display: block;
	content: '';
	margin-left: 50%;
	transform: translate(-50%);
	margin-top: 15px;
}

div.titre h1 {
	/*background-color: #fe5900;*/
	color: #fff;
	font-size: 4.5rem;
	padding: 20px 0 0;
}

div.titre p {
	font-size: 1.8rem;
	padding: 25px 0 0;
}

div.titre p span {
	padding: 0 0 15px;
}


/* Articles */

#page {
	max-width: 850px;
	margin: 0 auto;
	position: relative;
}

div.article {
	/*background-color: #213e4a;*/
	background-color: #fcfcfc;
	margin: 2em 0;
	padding: 20px;
}

div#article1 {
	background-color: #f38234;
	margin-top: 60px;
}

div.article div.cartouche {
	/*background-color: rgb(255, 255, 255, 0.85);*/
	border-bottom: 1px solid #fcfcfc;
	margin-bottom: 25px; padding: 15px 30px;
	text-align: center;
}

div.article div.cartouche h2 {
	/*color: #fe5900;*/
	font-size: 2.6rem;
	color: #fcfcfc;
	text-transform: uppercase;
	margin-bottom: 2rem;
}

div.article h2 {
	color: #333;
}

div.article h2 i {
	color: #999;
	margin-right: 10px;
}

div.article h3 {
	border-left: 3px solid #999;
	color: #333;
	margin-top: 40px; padding-left: 10px;
}

div.article h3:first-child {
	margin-top: 25px;
}

div.article p, div.article ol li, div.article ul li {
	color: #555;
}

div.article ol {
	margin-left: 20px;
 }

div#article1 p {
	color: #fcfcfc;
}

div.article div.galerie {
	float: left;
	padding-bottom: 10px;
	width: 50%;
}

div.article p.center {
	text-align: center;
}

div.article p.orateurs {
	float: left;
	margin-left: 30px;
	width: 45%;
}

div.article div.galerie:nth-child(even) {
	text-align: right;
}

div.article div.galerie img {
	width: 98%;
}

.programme{
	max-width: 100%;
}

@media (max-width: 480px) {
    div.article div.galerie {
		width: 100%;
	}
	div.article div.galerie img {
		width: 100%;
	}
}


/* Footer */

div.footer {
	font-size: 1.2rem;
	text-align: center;
}

div.footer p {
	display: inline-block;
	text-align: left;
	width: 34%;
}

div.footer div.liens {
	display: inline-block;
	margin-bottom: 30px;
	text-align: right;
	width: 64%;
}

div.footer a, div.footer a:visited {
	background-color: #f38234;
	color: #f4e8e0;
	padding: 2px 4px;
}

div.footer a.contact {
	background-color: #fe5900;
	padding: 2px 10px;
}

@media (max-width: 740px) {
    div.footer p, div.footer div.liens {
    	text-align: center;
        width: 50%;
    }
}


/* Scroll top */
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgb(51, 51, 51, 0.3);
  border-top: 1px solid #fcfcfc;
  color: white;
  padding: 10px 15px;
}

#myBtn:hover {
  background-color: rgb(51, 51, 51, 0.7);
}

.scrollTop {	
  cursor: pointer;
}

div.programme p {
	padding: 8px 16px;
	margin: 8px 0;
}

.pause {
	background-color: LightYellow;
	padding: 7px;
	margin-bottom: 20px;
}

.theme {
	background-color: Bisque;
	padding: 7px;
	margin-bottom: 20px;
}

.session {
	padding-left: 111px !important;
	color: #fcfcfc;
	margin-bottom: 30px;
}
.session li{
	list-style-type: none;
	padding-bottom: 7px;
}
.session li:before{
	content: '-';
	margin-right: 5px;
}
.align-center{
	margin: 0 auto 20px;
	display: block;
}
.block-partners{
	padding-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.block-partners img{
	display: block;
	margin: 0 20px;
}
.moderateur:before{
	display: none;
	font-style: italic;
}
.orateurs{
	column-count: 2;
	column-gap: 20px;
	margin-left: 20px;
}
.orateurs li{
	padding-bottom: 0;
	margin-bottom: 5px;
}

/***************** POP-UP *******************/

.popup {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
}

.popup-content {
	position: relative;
	background: #fff;
	color: #333;
	padding: 40px;
	width: 450px;
	max-width: 90%;
	margin: 10% auto;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.3);
	text-align: center;
}

.close {
	position: absolute;
	top: 6px;
	right: 12px;
	cursor: pointer;
	font-size: 22px;
	font-weight: bold;
	color: #555;
}

.close:hover {
	color: #000;
}

h2{
	padding-bottom: 2rem;
	font-size: 2.6rem;
	font-weight: 600;
	text-transform: uppercase;
}

.popup div.line{
	background-color: #ccc;
	border-bottom-color: #eee;
	margin: 1.3em 0;
}