/*******************************
 * 
 *	section.css 
 *	written by Nathan Magrofuoco
 *
 *  last modification : 19th September 2020 by Hadrien Plancq : added covid related sections;
 *******************************/
 
 /*
  * COLOR SCHEME :
  * WHITE = white	60%
  * GREY = #5F5C5B	30%
  * BLUE = #304F86	10%
  *	BLACK = black	others
  */
  
section .agenda-mobile {
	 visible: hidden;
 }
 
section .container {
	background-color: white;
	margin-top: 180px;
	padding-bottom: 100px;
}

section .go-top {
	color: #5F5C5B;
	cursor: pointer;
	float: right;
	margin: 17px 17px 17px auto;
	-webkit-transition: 0.5s ease;
	   -moz-transition: 0.5s ease;
	     -o-transition: 0.5s ease;
		    transition: 0.5s ease;
}

section #go-top:hover{
	color: #304F86;
}

section hr {
	border-top: 1px solid #DDD;
}

section .jumbotron,
section .jumbotron-container {
	background-color: transparent;
}

section .jumbotron h1 {
	color: white;
	font-family: 'PT Sans', Arial, sans-serif;
	font-size: 44px;
	font-weight: 700;
	line-height: 45px;
	text-transform: uppercase;
}

/* POPUP COVID ACCUEIL */
section .div150 {
	background-color: rgba(255,0,0,0.41);
	display: inline-block;
   	color: white;
   	border-left: 9px solid rgba(255,0,0,0.74);
	border-radius: 0px 14px 14px 0px;
}

section .div150-container {
   	border: 9px solid transparent;
}

section .div150 a {
	color: white;
	text-decoration: none;
}

section .textarea {
	margin-bottom: 100px;
}

section .text-box {
	background: #304F86;
	display:inline-block;
	margin: 8px 0 0 0;
	padding: 0px 8px 0px 5px;
	vertical-align: middle;
	text-align: left;
	min-height: 44.67px;
}

section h2 {
	background-color: #304F86;
	color: white;
	display: inline-block;
	font-family: 'PT Sans', arial, sans-serif;
	font-size: 34px;
	font-weight: 700;
	padding: 2px 6px;
	margin-left: 5px;
	text-transform: uppercase;
}

section h3 {
	color: #5F5C5B;
	font-size: 18px;
	font-weight: 700;
	margin: 25px 0px 15px 5px;
}

section h4 {
	color: #304F86;
	font-size: 16px;
	font-weight: 700;
	margin-left: 5px;
	margin-right: 5px;
}

section p {
	line-height: 24px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: justify;
}

section p a {
	color: #304F86;
	font-size: 15px;
	font-weight:700;
}

section p a:hover {
	color: #304F86;
	text-decoration: none;
	-webkit-transition: 0.5s ease;
	   -moz-transition: 0.5s ease;
	     -o-transition: 0.5s ease;
		    transition: 0.5s ease;
}

section .side-facts {
	background-color: #EEEEEE;
	margin-bottom: 20px;
	padding: 10px;
}

section .side-facts img {
	border: 1px solid #5F5C5B;
	height: 80px;
	width: 80px;
}

section .sponsor {
	height: 60% !important;
	width: 60% !important;
}

section .side-facts p a  {
	color: #5F5C5B;
	font-size: 16px;
	font-weight: 400;
	-webkit-transition: 0.5s ease;
	   -moz-transition: 0.5s ease;
	     -o-transition: 0.5s ease;
		    transition: 0.5s ease;
}

section .side-facts p a:hover {
	color: #304F86;
}

section li img {
	border: 0px;
	margin-bottom: 5px;
}

section .img-center {
	margin: 50px auto 0 auto;
}

/* It takes 993px to display 2 columns next to each other
 * So, we need to reduce the margin-left of the right column
 */
@media (min-width: 993px) {
	.col-left {
		padding-left: 5px;
	}
}