<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0; 
}
body {
    font-family: "Source Sans Pro", 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 300;
    color: #414f57;
    font-size: 17.5px;
}
a {
    cursor: pointer;
}

/* Header CSS */
header {
    height: 100vh;
    /*background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(../img/bgHeader.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
    padding-top: calc((100vh - 280px)/2);
    box-sizing: border-box;
    padding-left: 100px;
}

#header2 {
    height: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
    padding-top:0px;
    box-sizing: border-box;
    padding-left: 100px;
}
header h1 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 80px;
    margin-bottom: 30px;
}
header h2 {
    font-size: 28px;
    /*text-transform: uppercase;*/
    font-weight: 600;
    line-height: 80px;
	margin-top: 40px;
    margin-bottom: 20px;
}
header ul {
    height: 50px;
	list-style-type: none;
}

header ul li {
float:left;
}

header ul a {
    height: 55px;
    font-size: 25px;
    padding: 0 15px;
    text-decoration: none;
    line-height: 53px;
    color: #fff;
}

header ul a.download {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #2188ff;
    background-color: #2188ff;
    transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
    margin-right: 10px;
	margin-bottom: 10px;
}
header ul a.download:hover {
    background-color: #2155ff;
    border-color: #2155ff;
}

header ul a.learnMore {
    display: inline-block;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background-color: #33771b;
    transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
    margin-right: 10px;
	margin-bottom: 10px;
}
header ul a.learnMore:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #fff;
}

header ul a.news {
    display: inline-block;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background-color: #33771b;
    transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
    margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 25%;
}
header ul a.news:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #fff;
}

header ul a.tweets {
    display: inline-block;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background-color: #2188ff;
    transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
    margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 25%;
}

header ul a.tweets:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #fff;
}
header ul a.services {
    display: inline-block;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background-color: #2124ff;
    transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
    margin-right: 10px;
	border-radius: 25%;
}
header ul a.services:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #fff;
}

header ul a.images {
    display: inline-block;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background-color: #ff5521;
    transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
    margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 25%;
}
header ul a.images:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #fff;
}

header ul a.videos {
    display: inline-block;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background-color: #f00000c4;
    transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
    margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 25%;
}
header ul a.videos:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #fff;
}

@media only screen and (max-width: 875px) {
    header {
        padding: 75px;
        padding-top: 150px;
    }
    header h2 {
		margin-top: 90px;
    }
}

@media only screen and (max-width: 800px) {
    header h1 {
        font-size: 60px;
        line-height: 65px;
    }
}

@media only screen and (max-width: 500px) {
    header {
        padding: 12.5px;
        padding-top: 125px;
    }
    header h1 {
		text-align: center;
        font-size: 37.5px;
        line-height: 50px;
    }
    header h2 {
		text-align: center;
        line-height: 50px;
    }	
}
@media only screen and (max-width: 395px) {
    header h1 {
        text-align: center;
        font-size: 32.5px;
        line-height: 40px;
    }
    header h2 {
		margin-top: 170px;
        text-align: center;
        font-size: 24px;
        line-height: 40px;
    }
    header ul {
        margin-top: 30px;
        text-align: center;
    }
    header ul a {
        width: 45%;
        box-sizing: border-box;
        height: 45px;
        font-size: 20px;
        text-decoration: none;
        line-height: 43px;
    }
    header ul a.download {
        margin: 0;
        margin-bottom: 20px;
    }
	header ul li {
		 float: none;
		 font-weight: 600;
	}		
	header h2 {
		 margin-top: 212px;
	}	
}

/* Nav CSS */
nav {
    position: fixed;
    top: 0;
    height: 75px;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    box-sizing: border-box;
    padding: 12.5px 100px;
    transition: background-color 0.25s;
}
nav a {
    color: rgba(255, 255, 255, 0.55);
    transition: color 0.15s ease-in-out;
    text-decoration: none;
}
nav a:hover {
    color: #fff;
}
nav a.brandName {
    display: block;
    float: left;
    font-size: 50px;
    line-height: 1;
}
nav ul {
    float: right;
    height: 50px;
	list-style-type: none;
}
nav ul a {
    font-size: 17.5px;
    line-height: 50px;
    margin: 0 11.5px;
}

nav ul li {
  float: left;
}

nav ul li a {
  /*
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  */
}




nav.nonTopNav {
    background-color: #fff;
    box-shadow: 0 0 3vh black;
	z-index: 1000;
}
nav.nonTopNav a.brandName {
    color: #2188ff;
}
nav.nonTopNav a {
    color: #414f57;
}
nav.nonTopNav a:hover {
    color: #2188ff;
}
nav button.menuButton {
    display: none;
    float: right;
    border: none;
    background-color: transparent;
    height: 50px;
    width: 50px;
    box-sizing: border-box;
    padding: 2.5px;
    outline: none;
    cursor: pointer;
}
nav button.menuButton svg {
    height: 100%;
    width: 100%;
}
nav button.menuButton svg path {
    transition: fill 0.15s ease-in-out;
    fill: rgba(255, 255, 255, 0.55);
}
nav button.menuButton:hover svg path {
    fill: #fff;
}
nav.nonTopNav button.menuButton svg path {
    fill: #414f57;
}
nav.nonTopNav button.menuButton:hover svg path {
    fill: #2188ff;
}

nav button.menuButton svg.menuIcon {
    display: block;
}
nav button.menuButton svg.closeIcon {
    display: none;
}

@media only screen and (max-width: 980px) {
    nav {
        padding: 12.5px 25px;
    }
}
@media only screen and (max-width: 830px) {
    nav {
        padding: 12.5px;
    }
    body.activeNavLinks {
        overflow: hidden;
    }
    nav button.menuButton {
        display: block !important;
    }
    body.activeNavLinks nav {
        box-shadow: none;
        background-color: #2188ff;
        height: 100%;
        width: 100%;
        transition: none;
		z-index: 1000;
    }
    body.activeNavLinks nav.nonTopNav {
        background-color: #fff;
		z-index: 2000;
    }
    nav ul {
        display: none;
    }
    body.activeNavLinks nav ul {
        display: block !important;
        clear: both;
        overflow: auto;
        width: 100%;
        height: auto;
        margin-top: calc(((90vh - 280px - 75px) / 2));
    }
	
    body.activeNavLinks nav ul li {
		float:none;
	}	

    body.activeNavLinks nav ul a {
        display: block;
        text-align: center;
        height: 70px;
        font-size: 30px;
    }
    body.activeNavLinks nav button.menuButton svg.menuIcon {
        display: none;
    }
    body.activeNavLinks nav button.menuButton svg.closeIcon {
        display: block;
    }
}
@media only screen and (max-width: 500px) {
    nav {
        height: 65px;
		top:0;
    }
    nav a.brandName {
        font-size: 35px;
    }
    nav button.menuButton {
        height: 40px;
        width: 40px;
    }
    body.activeNavLinks nav ul {
        margin-top: calc(((90vh - 280px - 65px) / 2));
    }
    body.activeNavLinks nav ul a {
        height: 50px;
        font-size: 25px;
    }
}
@media only screen and (max-width: 400px) {
    nav a.brandName {
        font-size: 30px;
    }
}
/* Section CSS */

h1.headerLine {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
	color:#2188ff;
	padding-top: 40px;
}
@media only screen and (max-width: 600px) {
	h1.headerLine {
	margin-top: 5px;
	}
}

h2.headerLine {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
	color:#2188ff;
}
h3.headerLine {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
	color:#2188ff;
}

section div.lineContainer {
    width: 100%;
    height: 4px;
    display: block;
    text-align: center;
    font-size: 0;
    margin: 25px 0;
}
section div.lineContainer div.line {
    width: 50px;
    height: 4px;
    display: inline-block;
    background-color: #2188ff;
    margin: 0;
    line-height: 0;
}

div.row {
    width: 100%;
    display: block;
    text-align: center;
}
div.row div.col {
    width: 300px;
    display: inline-block;
	margin: 15px;
	vertical-align: top;
}
div.row div.col2 {
    width: 250px;
    display: inline-block;
	margin: 15px;
	vertical-align: top;
    background-color: #d8e6fc;
    text-align: center;
}
/* About Section CSS */
section#about {
    padding-top: 55px ;
    padding-bottom: 50px ;
    text-align: center;
}
section#about p {
    width: 500px;
    display: inline-block;
    margin-bottom: 25px;
}
section#about a {
    /*height: 55px;*/
    font-size: 25px;
    /*padding: 0 15px;*/
	margin-top: 10px;
    text-decoration: none;
    line-height: 30px;
    color: #2188ff;
    font-weight: 600;
    display: inline-block;
    cursor: pointer;
    border: 2px solid #2188ff;
    transition: border-color 0.25s ease-in-out,color 0.25s ease-in-out;
}
section#about a:hover{
    border-color: #2188ff;
    color: #2188ff;
}

section#about div.row {
    margin-top: 10px;
    margin-bottom: 10px;
}
section#about div.row div.col {
    width: 150px;
    display: inline-block;
	margin: 8px;
	word-wrap: break-word;
}
section#about div.row div.col h1 {
    font-size: 20px;
    line-height: 18px;
    font-size: 16px;
    /*line-height: 80px;*/
    font-weight: 600;
}
section#about div.row div.col h2 {
    font-size: 20px;
    line-height: 20px;
    font-size: 17px;
    /*line-height: 80px;*/
    font-weight: 600;
}

section#about img {
    float: left;
	width: 150px;
	/*width: 500px;*/
	display: inline-block;
	margin-bottom: 14px;
	margin-top: 5px;
}


@media only screen and (max-width: 500px) {
    section#about p {
        width: 90%;
    }
}

/* News Section CSS */
section#news {
    padding-top: 30px ;
    padding-bottom: 50px ;
	margin-left: 8px;
    margin-right: 8px;
    text-align: center;
}
section#news p {
    width: 500px;
    display: inline-block;
    margin-bottom: 40px;
}
section#news a {
    height: 25px;
    font-size: 22px;
    padding: 0 15px;
    text-decoration: none;
    line-height: 25px;
    color: #2188ff;
    font-weight: 700;
    /*display: inline-block;*/
    cursor: pointer;
    /*border: 1px solid #c7cbd4;*/
    transition: border-color 0.25s ease-in-out,color 0.25s ease-in-out;
}
section#news a:hover{
    border-color: #2188ff;
    color: #2188ff;
}

@media only screen and (max-width: 500px) {
    section#news p {
        width: 90%;
    }
	section#news a {
	font-size: 18px;	
	}	
}

/* Geoloc Section CSS */
section#geoloc {
    padding-top: 20px ;
    padding-bottom: 30px ;
    text-align: center;
}
section#geoloc p {
    width: 500px;
    display: inline-block;
    margin-bottom: 25px;
}
section#geoloc a {
    height: 25px;
    font-size: 18px;
    padding: 12px 10px;
    text-decoration: none;
    line-height: 25px;
    color: #2188ff;
    font-weight: 600;
    display: inline-block;
    cursor: pointer;
    /*border: 1px solid #c7cbd4;*/
    transition: border-color 0.25s ease-in-out,color 0.25s ease-in-out;
}

.geoloc a.active {
  color: white;
  background-color: #04AA6D;
}	

.geoloc a:hover {
  background-color: #000;
}

.sortie {
 background-color: #b7cee8;	
}

section#geoloc a:hover{
    border-color: #2188ff;
    color: #2188ff;
}

section#geoloc li{	
	list-style: none ;
}

section#geoloc ul li a {
 /* display: block;*/
  /*color: white;*/
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
}

section#geoloc div.row {
    margin-top: 10px;
    margin-bottom: 10px;
}
section#geoloc div.row div.col {
    width: 150px;
    display: inline-block;
	margin: 8px;
	word-wrap: break-word;
}
section#geoloc div.row div.col h1 {
    font-size: 20px;
    line-height: 18px;
    font-size: 16px;
    /*line-height: 80px;*/
    font-weight: 600;
}
section#geoloc div.row div.col h2 {
    font-size: 20px;
    line-height: 20px;
    font-size: 17px;
    /*line-height: 80px;*/
    font-weight: 600;
}

section#geoloc img {
    float: left;
	width: 150px;
	/*width: 500px;*/
	display: inline-block;
	margin-bottom: 14px;
	margin-top: 5px;
}


@media only screen and (max-width: 500px) {
    section#geoloc p {
        width: 90%;
    }
    section#geoloc a {
        line-height: 18px;
		font-size: 15px;	
    }
}

/* Images Section CSS */
section#images {
    padding: 10px 0;
    text-align: center;
    /*background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)), url(../img/bgTemplateSection.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
	color: #white;
}
section#images p {
    /*width: 500px;*/
    display: inline-block;
    margin-bottom: 25px;
	color: white;
}
section#images a {
    text-decoration: none;
    /*border-bottom: 1px dotted #c7cbd4;*/
    transition: color 0.2s, border-color 0.2s;
    cursor: pointer;
    color: inherit;
	margin-right: 20px;
}

section#images h2.headerLine {
    color: white;
}

section#images h3.headerLine {
    color: white;
}

section#images h1.headerLine {
    color: #2188ff;
}

section#images div.lineContainer div.line {
    background-color: white;
}
section#images div.row {
    margin-top: 50px;
    margin-bottom: 50px;
}
section#images div.row div.col svg {
    height: 70px;
    width: 70px;
    padding: 5px;
}
section#images div.row div.col svg path {
    fill: #2188ff;
    width: 100%;
    height: 100%;
}
section#images div.row div.col h1, section#images div.row div.col p {
    color: white;
    font-size: 20px;
    font-weight: 200;
}
section#images div.row div.col h1 {
    font-size: 20px;
    line-height: 24px;
    /*
	font-size: 40px;
    line-height: 80px;
    */
	font-weight: 600;
}
@media only screen and (max-width: 906px) {
    section#images div.row div.col {
        width: 270px;
    }
}
@media only screen and (max-width: 816px) {
    section#images div.row div.col {
        width: 250px;
    }
}
@media only screen and (max-width: 757px) {
    section#images div.lineContainer {
        margin-bottom: 50px;
    }
    section#images div.row div.col {
        width: 90%;
        display: block;
        margin-top: 70px;
    }
    section#images div.row div.col p {
        width: 250px;
        display: inline-block;
    }
}

/* Download Section CSS */
section#download {
    padding: 75px 0;
    text-align: center;
}
section#download p {
    width: 500px;
    display: inline-block;
    margin-bottom: 25px;
}
section#download a {
    height: 55px;
    font-size: 25px;
    padding: 0 15px;
    text-decoration: none;
    line-height: 53px;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #2188ff;
    background-color: #2188ff;
    transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
    margin-right: 10px;
}
section#download a:hover {
    background-color: #2155ff;
    border-color: #2155ff;
}
@media only screen and (max-width: 500px) {
    section#download p {
        width: 90%;
    }
    download h1.headerLine {
        font-size: 32.5px;
    }
}

/* tweets Section CSS */
section#tweets {
    padding-top: 30px ;
    padding-bottom: 20px ;
    text-align: center;
	margin-left: 8px;
	margin-right: 8px;
    /*background-color: #ccdbed;*/
}
section#tweets p.desc {
    width: 500px;
    display: inline-block;
    margin-bottom: 5px;
}

section#tweets ul {
    display: block;
    text-align: center;
}
section#tweets ul li {
    display: inline-block;
    margin: 0 25px;
    margin-top: 45px;
	margin-right: 15px;
	border: 0px solid #2188ff;
	vertical-align: top;
}
section#tweets ul li p {
    display: inline-block;
    line-height: 18px;
	font-size: 16px;
	width: 160px;	
	margin-left:12px;
	text-align: left;
	word-wrap: break-word;
}
section#tweets ul li img {
    /*float: left;*/
}

section#tweets ul li svg {
    display: inline-block;
    line-height: 50px;
    font-size: 25px;
}
section#tweets ul li svg {
    width: 52.5px;
    height: 52.5px;
    margin-bottom: 5px;
}
section#tweets ul li svg path {
    fill: #414f57;
}

section#tweets ul li div {
    display: inline-block;
    line-height: 22px;
	font-size: 18px;
	width: 300px;	
	margin-left:0px;
	text-align: left;
	background-color: #2a7fec59;
	word-wrap: break-word;
}
section#tweets a {
    text-decoration: none;
    border-bottom: 1px dotted #c7cbd4;
    transition: color 0.2s, border-color 0.2s;
    cursor: pointer;
    color: inherit;
	font-size: 27.5px;
	color: #2188ff;
	border: 0px solid #2188ff;
	font-weight: 700;
	text-transform: uppercase;
}
section#tweets a:hover{
    border-color: #2188ff;
    color: #2188ff;
}

section#tweets div a {
    text-decoration: none;
    border-bottom: 1px dotted #c7cbd4;
    transition: color 0.2s, border-color 0.2s;
    cursor: pointer;
    color: inherit;
	font-size: 16px;
	color: #2188ff;
	border: 0px solid #2188ff;
	font-weight: 700;
	text-transform: lowercase;
}
section#tweets div a:hover{
    border-color: #2188ff;
    color: #2188ff;
}

@media only screen and (max-width: 500px) {
section#tweets p.desc {
        width: 90%;
}
}

/* services Section CSS */
section#services {
    padding-top: 30px ;
    padding-bottom: 50px ;
    text-align: center;
    background-color: #f5f5f5;
}
section#services p.desc {
    width: 500px;
    display: inline-block;
    margin-bottom: 5px;
}

section#services ul {
    display: block;
    text-align: center;
}
section#services ul li {
    display: inline-block;
    margin: 0 25px;
    margin-top: 45px;
	margin-right: 15px;
	border: 0px solid #2188ff;
	vertical-align: top;
}
section#services ul li p {
    display: inline-block;
    line-height: 18px;
	font-size: 16px;
	width: 160px;	
	margin-left:12px;
	text-align: left;
}
section#services ul li img {
    /*float: left;*/
}

section#services ul li svg {
    display: inline-block;
    line-height: 50px;
    font-size: 25px;
}
section#services ul li svg {
    width: 52.5px;
    height: 52.5px;
    margin-bottom: 5px;
}
section#services ul li svg path {
    fill: #414f57;
}

section#services ul li div {
    display: inline-block;
    line-height: 22px;
	font-size: 18px;
	width: 300px;	
	margin-left:0px;
	text-align: center;
}
section#services a {
    text-decoration: none;
    border-bottom: 1px dotted #c7cbd4;
    transition: color 0.2s, border-color 0.2s;
    cursor: pointer;
    color: inherit;
	font-size: 28px;
	color: #2188ff;
	border: 0px solid #2188ff;
	font-weight: 700;
	text-transform: uppercase;
}
section#services a:hover{
    border-color: #2188ff;
    color: #2188ff;
}

section#services div a {
    text-decoration: none;
    border-bottom: 1px dotted #c7cbd4;
    transition: color 0.2s, border-color 0.2s;
    cursor: pointer;
    color: inherit;
	font-size: 16px;
	color: #2188ff;
	border: 0px solid #2188ff;
	font-weight: 700;
	text-transform: lowercase;
}
section#services div a:hover{
    border-color: #2188ff;
    color: #2188ff;
}

@media only screen and (max-width: 500px) {
section#services p.desc {
        width: 90%;
}
}

/* Aop / Contact Section CSS */
section#aop,section#form-contact {
    padding: 10px 0;
    text-align: center;
    /*background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)), url(../img/bgTemplateSection.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
section#aop p,section#aop p {
    /*width: 500px;*/
    display: inline-block;
    margin-bottom: 25px;
	color: black;
}
section#aop a,section#aop a {
    text-decoration: none;
    /*border-bottom: 1px dotted #c7cbd4;*/
    transition: color 0.2s, border-color 0.2s;
    cursor: pointer;
    color: inherit;
	margin-right: 20px;
}
section#aop h1.headerLine,section#aop h1.headerLine {
    color: #2188ff;
}
section#aop div.lineContainer div.line,section#aop div.lineContainer div.line {
    background-color: #2188ff;
}
section#aop div.row,section#aop div.row {
    margin-top: 50px;
    margin-bottom: 50px;
}
section#aop div.row div.col svg,section#aop div.row div.col svg {
    height: 70px;
    width: 70px;
    padding: 5px;
}
section#aop div.row div.col svg path,section#aop div.row div.col svg path {
    fill: #2188ff;
    width: 100%;
    height: 100%;
}
section#aop div.row div.col h1, section#images div.row div.col p,section#aop div.row div.col h1, section#images div.row div.col p,section#geoloc div.row div.col h1, section#geoloc div.row div.col p {
    color: white;
    font-size: 20px;
    font-weight: 200;
}
section#aop div.row div.col h1,section#aop div.row div.col h1 {
    font-size: 30px;
    line-height: 24px;
	color: #2188ff;
    /*
	font-size: 40px;
    line-height: 80px;
    */
	font-weight: 600;
	margin-bottom: 12px;
}
@media only screen and (max-width: 906px) {
    section#aop div.row div.col,section#aop div.row div.col {
        width: 270px;
    }
}
@media only screen and (max-width: 816px) {
    section#aop div.row div.col,section#aop div.row div.col {
        width: 250px;
    }
}
@media only screen and (max-width: 757px) {
    section#aop div.lineContainer,section#aop div.lineContainer {
        margin-bottom: 50px;
    }
    section#aop div.row div.col,section#aop div.row div.col {
        width: 90%;
        display: block;
        margin-top: 70px;
    }
    section#aop div.row div.col p,section#aop div.row div.col p {
        width: 250px;
        display: inline-block;
    }
}
/* Footer CSS */
footer {
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
    overflow: auto;
}
footer p.copyright {
    font-size: 20px;
    color: #414f57;
    display: block;
    float: left;
    width: calc(100% - 10px);
    text-align: center;
}
footer div a {
    text-decoration: none;
    border-bottom: 1px dotted #c7cbd4;
    transition: color 0.2s, border-color 0.2s;
    cursor: pointer;
    color: inherit;
    font-size: 16px;
    color: #2188ff;
    border: 0px solid #2188ff;
    font-weight: 700;
    /*text-transform: lowercase;*/
}
footer ul.links {
    text-align: center;
    overflow: auto;
    margin-bottom: 5px;
}
footer ul.links a {
    text-decoration: none;
    height: 35px;
    width: 35px;
    padding: 7.5px 5px;
    display: inline-block;
}
footer ul.links a svg {
    height: 100%;
    width: 100%;
}
footer ul.links a svg path {
    fill: #c7cbd4;
    transition: fill 0.15s ease-in-out;
}
footer ul.links a svg:hover path {
    fill: #414f57;
}
/* ZOOM GALLERY CSS */
.image-source-link {
	color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}
/* GEOLOC CSS */
.accordion2 {
  background-color: #4397fa5c;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
  text-align: center;
}

.active, .accordion2:hover {
  background-color: #ccc;
}

.panel2 {
  margin-bottom: 10px;
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.links2 a{
    text-decoration: none;
    border-bottom: 1px dotted #c7cbd4;
    transition: color 0.2s, border-color 0.2s;
    cursor: pointer;
    color: inherit;
    font-size: 16px;
    color: #2188ff;
    border: 0px solid #2188ff;
    font-weight: 700;
    /* text-transform: lowercase; */
}
.voir2{
font-size: 18px; 
color: #2188ff; 
font-weight: 500;
font-style: italic;	
}

.select_entite2{
  width: 300px;
  margin-left: 10px;	
  padding: 5px 35px 5px 5px;
  font-size: 16px;
  border: 1px solid #ccc;
  height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color:#fff;
  background-color: #388ff4;
 } 
select option[disabled] {
    color: #333;
    font-weight: 500;
}

</pre></body></html>