﻿/* 
- CSS GENERALISTE

- CONTAINERS GENERAUX

- HEADER CONTAINER
- TOP CONTAINER
- CENTRE CONTAINER
- FOOTER CONTAINER

- HEADER CONTENT
- TOP CONTENT
- CENTRE CONTENT
- FOOTER CONTENT

*/
/**
.col- Extra small < 576px
.col-sm- Small ≥576px
.col-md- Medium ≥768px
.col-lg- Large ≥992px
.col-xl- Extra large ≥1200px
*/

/**************************************
 CSS GENERALISTE
**************************************/ 
body{ position:relative; font-size:13px; font-family:'Open Sans', Arial,"Helvetica Neue",Helvetica,sans-serif; margin:0px; background:white; font-size:15px; }

html, body, button, input, select, textarea{ color:#004372;}

hr{ display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

::-moz-selection{ background:#004372; color:white; text-shadow:none; }
::selection{ background:#004372; color:white; text-shadow:none; }

p{ font-size:1.2em; }

a { color:#004372; text-decoration:none; outline:none; /*vire le pointillÃ© autour du lien */ }
a:hover		{ text-decoration:none; }
a:focus		{  }
a:active		{  }
a:visited	{  }

h1, h2, h3, h4, h5, h6 { font-weight:normal; }
h1{ }
h2{ }
h3{ }
h4{ }
h5{ }
h6{ }

:root {
  --bleu: #007bff;
  --rouge:#993300;
  --vert:#32742C;
  --vert-clair :#61AE24;
  --vertdeau:#CCFC51;
}

.h1_titrepage{color:var(--bleu);}


/**************************************
  L E S   C O N T E N T S
/**************************************
 HEADER CONTENT
**************************************/

/**************************************
 CENTRE CONTENT
**************************************/
/* NOM PAGE */
.container-logo{
    background-color: #292F47;
    padding:15px 0px 15px 0px;
}
.input-group{
    margin-bottom:20px;
}
.kmodale {
    position: absolute;
    top: -100px;
    left: 20%;
    background-color: #fff;
    padding: 15px;
    box-shadow: 10px 7px 35px #888;
    z-index: 100;
    max-width: 50%;
}

.fadeur{
    -khtml-opacity:0.5; 
    -moz-opacity : 0.5; 
    -ms-filter: "alpha(opacity=5)"; 
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=5); 
    filter : alpha(opacity=5); 
    opacity : 0.5;
}