/*##################################################################################################
----------------------------------------------------------------------------------------------------
------------------------------------  copyright L2CM 1999-2022 -------------------------------------
----------------------------------------------------------------------------------------------------
##################################################################################################*/


/* open-sans-300 - latin */
@font-face {
font-display: swap;
/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: url('/fonts/Open_Sans/open-sans-v36-latin-300.woff2') format('woff2');
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-300italic - latin */
@font-face {
font-display: swap;
/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
src: url('/fonts/Open_Sans/open-sans-v36-latin-300italic.woff2') format('woff2');
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-regular - latin */
@font-face {
font-display: swap;
/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: url('/fonts/Open_Sans/open-sans-v36-latin-regular.woff2') format('woff2');
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-italic - latin */
@font-face {
font-display: swap;
/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: url('/fonts/Open_Sans/open-sans-v36-latin-italic.woff2') format('woff2');
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-500 - latin */
@font-face {
font-display: swap;
/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Open Sans';
font-style: normal;
font-weight: 500;
src: url('/fonts/Open_Sans/open-sans-v36-latin-500.woff2') format('woff2');
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-500italic - latin */
@font-face {
font-display: swap;
/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Open Sans';
font-style: italic;
font-weight: 500;
src: url('/fonts/Open_Sans/open-sans-v36-latin-500italic.woff2') format('woff2');
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-600 - latin */
@font-face {
font-display: swap;
/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: url('/fonts/Open_Sans/open-sans-v36-latin-600.woff2') format('woff2');
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-600italic - latin */
@font-face {
font-display: swap;
/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
src: url('/fonts/Open_Sans/open-sans-v36-latin-600italic.woff2') format('woff2');
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700 - latin */
@font-face {
font-display: swap;
/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: url('/fonts/Open_Sans/open-sans-v36-latin-700.woff2') format('woff2');
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700italic - latin */
@font-face {
font-display: swap;
/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
src: url('/fonts/Open_Sans/open-sans-v36-latin-700italic.woff2') format('woff2');
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-800 - latin */
@font-face {
font-display: swap;
/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
src: url('/fonts/Open_Sans/open-sans-v36-latin-800.woff2') format('woff2');
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-800italic - latin */
@font-face {
font-display: swap;
/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Open Sans';
font-style: italic;
font-weight: 800;
src: url('/fonts/Open_Sans/open-sans-v36-latin-800italic.woff2') format('woff2');
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/*################################################################################################*/
/*-------------------------->  Styles defini par defaut  pour le site <---------------------------*/
/*################################################################################################*/



html,
body {
font-family: 'Open Sans', sans-serif;
height: 100%;
}

body {
color: #333;
background-color: #FFF;
z-index: 0;
border: 0px;
margin: 0px;
}

#imgbackground {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: url(images/pxwBackground1.jpg) no-repeat;
z-index: -101;
}

#points {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: url(images/point_black.png) top left repeat;
z-index: -100;
}


/*################################################################################################*/
/*--------------------------------------->     header      <--------------------------------------*/
/*################################################################################################*/

header {
top: 0px;
width: 100%;
display: block;
display: flex;
background: #191F2B;
box-shadow: 0px 9px 8px rgba(0, 0, 0, 0.75);
border-bottom: 1px solid #000;
z-index: 20;
align-content: center;
justify-content: center;
align-items: center;
}

div#head {
display: flex;
align-content: center;
justify-content: center;
align-items: center;
}

span#header_print {
display: none;
}

#logo>a>img {
max-height: 220px;
}

/*################################################################################################*/
/*------------------------------------->        Skin           <----------------------------------*/
/*################################################################################################*/

.carousel-inner {
border-radius: 15px;
}


.note-editor.note-frame,
.note-editor.note-airframe {
border: 1px solid #444;
}

.note-btn {
border: 1px solid #333;
color: #fff;
background-color: #444;
border-color: #222;
}


.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar,
.note-editor.note-airframe .note-statusbar .note-resizebar .note-icon-bar {
border-top: 1px solid #ffffff88;
}

.note-editor.note-frame .note-statusbar,
.note-editor.note-airframe .note-statusbar {
background-color: #444;
border-top: 1px solid #00000032;
}

.note-btn:active,
.note-btn.active {
color: #444;
border: 1px solid #b5b5b5;
background-color: #ffffff;
box-shadow: none;
}

.note-toolbar {
border-bottom: 1px solid #444;
background-color: #444;
border-color: #444;
}

/*################################################################################################*/
/*------------------------------------->         Nav           <----------------------------------*/
/*################################################################################################*/


nav,
.navbar {
z-index: 99;
border-radius: 0px;
color: #eee;
background-color: #0d2934 !important;
}

.nav-item .nav-link {
color: #EEE;
}

.nav-tabs .nav-link {
color: #333;
}

/*################################################################################################*/
/*--------------------------------->          Article            <--------------------------------*/
/*################################################################################################*/


article {
text-align: justify;
text-decoration: none;
color: #333;
/* border: 2px solid #CCC; */
border-radius: 0px;
background: rgba(255, 255, 255, 0.92);
z-index: 10;
margin-top: 60px;
}

.padding-article {
padding: 40px;
}

/*--- 767 ---*/
@media only screen and (max-width : 767px) {
.padding-article {
padding: 25px;
}

article {
margin-top: 0px;
}
}

body {
background-color: #191f2b;
color: #FFFFFF;
}

/* Orange Borders */
.border-orange {
border-color: #ea770f !important;
}

/* Orange Buttons */
.btn-default {
background-color: #ea770f;
color: #FFFFFF;
border-color: #ea770f;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
background-color: darken(#ea770f, 10%);
border-color: darken(#ea770f, 12%);
}

/* Orange Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
color: #ea770f;
}

.cadreImage-left>img {
margin-right: 20px;
margin-bottom: 15px;
}

.cadreImage-right>img {
margin-left: 20px;
margin-bottom: 15px;
}

/*################################################################################################*/
/*----------------------------------->         widget           <---------------------------------*/
/*################################################################################################*/





/*################################################################################################*/
/*------------------------------------>         Page            <---------------------------------*/
/*################################################################################################*/


pre#pre_kas {
width: 290px;
font: 1em 'Open Sans', sans-serif, Verdana;
background: #CCC;
border: 1px solid #666;
padding: 8px;
color: #000;
overflow: auto;
max-height: 400px;
}

div#cadreblanc {
background: #FFF;
border: 1px solid #333;
padding: 5px;
}

.tr1 {
background: #FFF;
}

.tr2 {
background: #ECECEC;
}



/*################################################################################################*/
/*--------------------------------->          Form            <-----------------------------------*/
/*################################################################################################*/


/*################################################################################################*/
/*--------------------------------->          Special            <--------------------------------*/
/*################################################################################################*/


div#link_div table {
left: 25px;
}

td#link a {
text-decoration: none;
background-color: #FFF;
color: #333;
display: block;
text-align: center;
border: 1px solid #333;
padding: 10px;
width: 300px;
}



td#link a:hover {
background-color: #69C;
color: #FFF;
}

/*################################################################################################*/
/*------------------------------------>        Footer         <-----------------------------------*/
/*################################################################################################*/



main {
min-height: 100%;
/* equal to footer height */
margin-bottom: -200px;
}


main:after {
content: "";
display: block;
}

footer,
main:after {
height: 200px;
}

footer {
margin-top: 40px;
min-height: 200px;
bottom: 0;
width: 100%;
background: #191F2B;
color: #e87610;
height: 30px;
font-size: 0.8em;
display: block;
z-index: 5;
}

footer > div > div{
padding-top:25px;
padding-left:25px;
padding-right:25px;
}

span#mention {
text-align: center;
position: absolute;
display: block;
top: 10px;
left: 50%;
margin-left: -100px;
}

span#mention a {
color: #FFF;
text-decoration: none;
}

span#mention a:hover {
color: #F42;
}

span#mention_print {

display: none;

}
