:root
{
	--maindark: #1467b5;
	--mainlight: #d6ebff;
	--mainvlight: #f2f9ff;
	--mainred: #e6495e;
}

body
{
    font-family: Lato, Helvetica, Arial, sans-serif;
}

.darkbg
{
	background-color: var(--maindark);
}
.lightbg
{
	background-color: var(--mainlight);
}
.darktext
{
	color: var(--maindark);
}
.lighttext
{
	color: var(--mainlight);
}

.pageheading, #titreH1
{
	font-family: Raleway, Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	width: 100%;
	background-color: var(--maindark); /* #e6f7ff */
	border-bottom: 5px solid var(--mainlight);
	color: white;
	font-size: 26px;
}
.doubleborder
{
	border-top: 5px solid var(--mainlight);
}

/*::selection
{
	background-color: #1467b5;
	color: white;
}*/

a
{
	color: #0d6efd;
}
a:hover
{
	color: #0a58ca;
}

.container-fluid
{
	margin: 0px;
	padding: 0px;
}

#breadcrumb
{
	color: #828282;
	font-style: italic;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Raleway;
	font-weight: 600;
}

.btn-dkblue
{
	background-color: #265f99;
	color: white;
}
.btn-dkblue:hover, .btn-dkblue:active, .btn-dkblue:focus
{
	background-color: #036;
	color: white;
}

/*.heading
{
	text-align: center;
	border-bottom: 1px solid #00a;
	background-color: #eee;
	font-family: Raleway;
	font-weight: bold;
}

#titreH1
{
	font-size: 150%;
	text-align: center;
	border-bottom: 1px solid #00a;
	background-color: #eee;
	font-family: Raleway;
	font-weight: bold;
}

#entete, #left, #right, #contenu, #footer
{
	padding: 1px 0;
	background-position: center; 
	background-repeat: repeat-y; 
	background-attachment: fixed;
}

#entete
{
    background-image: url(http://www.flogen.org/sips2018/img/bg1.png);
    background-repeat: repeat;
}

#main
{
	max-width: 97%;
	margin: auto;
	position: relative;
}

#entete
{
	text-align: left;
	width: 1000px;
	z-index: 1;
}

#bandeau1
{
	margin-right: 115px;
	margin-left: 115px;
	margin-top: 20px;
	text-align: center;
	font-size: 130%;
	color: #036;
    text-shadow: 1px 0 #fff,
		0 1px black,
		1px 0 #fff,
		0 1px #fff;
}

#logo
{
	float: left;
}

#login
{
	width: 120px;
	float: right;
}

#bandeau2
{
	background-position: 100% 0%;
	font-size: 200%;
	height: 275px;
	color: #fff;
	text-align: center;
	clear: both;
	position: relative;
}

#left
{
	background-color: #FFFAFF;
	float: left;
}

#right
{
	background-color: #FFFAFF;
	float: right;
}

@media screen and (min-width: 740px)
{
    #contenu
	{
		background-color: #FFFFFF;
		margin:auto;
	}
}

#footer
{
	text-align: center;
	background-color: #FAFFFF;
	clear: both;
	position: relative;
	top: 95px;
}

button.accordion
{
    background-color: #eee;
    color: #000;
    cursor: pointer;
    padding: 10px;
    padding-left: 20px;
    width: 100%;
    border: none;
    border-left: 10px solid #036;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover
{
    background-color: #ddd;
	font-weight: bold;
}

div.panel
{
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}
 
.panel.show
{
    opacity: 1;
    max-height: 500px;  
}

button.accordion:after
{
	content: '\002B';
	font-size: 13px;
	color: #111;
	font-weight:bold;
	float: right;
	margin-left: 5px;
}

button.accordion.active:after
{
	content: "\2212";
}

#left ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
    height: 100%;
    overflow: auto;
}

#left li a
{
    display: block;
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
}

#left li a.active
{
    background-color: red;
    color: white;
	font-weight:bold
}

#left li a:hover:not(.active)
{
    background-color: #555;
    color: white;
}

p
{
	line-height:20px;
	padding:5px;
}

a
{
	text-decoration: none;
	color: #156ed4;
}

a:hover
{
	color: #0084ff;
	text-decoration: underline;
}

label
{
	float: left;
	width: 200px;
}

em
{
	color: red;
}

img
{
	border: 0;
}

.container
{
	position: relative; 
	float: left;
	padding: 5px;
	background-color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-bottom: 25px;
	width: 25%;
	text-align: center;
	background: #eee;
	border: 2px solid #fff
}

.col-container
{
	position: relative; 
	padding: 5px;
	background-color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-bottom: 25px;
	text-align: center;
	background: #eee;
	border: 2px solid #fff;
}

.container3
{
	position: relative;
	width: 20%;
	float: left;
	padding: 5px;
	background-color: white; 
	margin-bottom: 25px;
}
.image
{
	display: block;
	width: 100%;
	height: auto;
}

.overlay
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #036;
}

.container:hover .overlay
{
	opacity: 1;
}

.text
{ 
	width: 80%;
	color: white; 
	position: absolute;
	font-weight:bold;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.text a
{
	color: white
}

div.polaroid
{
	text-align: center;
	padding: 10px 10px;
	font-weight: bold;
}

@media (max-width: 650px)
{
	.addmobilemargins
	{
		margin-left: 15px;
		margin-right: 15px;
	}
}*/