*, *:before, *:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;/* ;/* box-sizing: border-box; */}
body{
    font-family : 'Roboto', Roboto;
    font-size:14px;
    line-height: 1;
}


@media screen and (max-width: 500px){	
    div#page{
            width:500px;
            margin-left: 0;
            margin-right:0;
            background-color:white;
    }
    
    div{
        width:500px !important;
        text-align: left !important;
    }
    
    input, select {
        max-width:480px !important;
    }
    
    div.input{
        display:inline !important;
    }
    footer div.container div>div{
        margin-bottom:10px !important;
    }
}
@media screen and (min-width:501px){
    div#page{
            width:100%;
            margin-left: auto;
            margin-right:auto;
            background-color:white;
    }
}
@media screen and (min-width: 1000px){	
    div#page{
            width:1000px;
            margin-left: auto;
            margin-right:auto;
            background-color:white;
    }
    
    footer .container {
        width: 1000px !important;
    }
}
/* Base Type Styles Using Modular Scale ---------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-size: 14px;
    direction: ltr;
}
p{
    font-family: inherit;
    font-weight: normal;
    font-size: inherit;
    line-height: 1.5;
}
a{
    color: inherit;
    text-decoration:none;
    line-height:inherit;
}
.clear{
    clear: both;
}
/*div#page{
        width:1000px;
	margin-left: auto;
        margin-right:auto;
	background-color:white;
}*/

div.libelle{
    display:block;float:left;margin-right:5px;padding-left:10px;padding-right:5px;text-align:right;
    margin-top:5px;
}
div.input{
    display:block;float:left;
    margin:0px;
    padding-right:6px;
}
div.size-xxs {width:25px;}
div.size-xxs2 {width:35px;}
div.size-xs2 {width:85px;}
div.size-xs {width:65px;}
div.size-s {width:120px; }
div.size-m {width:200px; }
div.size-med {width:300px; }
div.size-l {width:400px; }
div.size-xl {width:550px; }
div.required {
    background-image: url('../img/req.png');
    background-repeat:no-repeat;
    background-position:right top;
}
div.right{
    text-align: right;
}
input[type="text"], input[type="datetime"], input[type="email"], select, textarea{
    font-family:Roboto;
    font-size:12px;
    border:1px solid #cccccc;
    border-radius:2px;
    display:block;
    width:100%;
    margin: 0 0 4px 0;
}
input[type="text"], input[type="datetime"], input[type="email"], select{
    height:24px;
}
textarea {
    font-family: Roboto;
    font-size: 14px;
}
div.required>input, div.required>select {
	background-color:#cdefd4;
}
input.upper{
	text-transform:uppercase;
}
input[type="submit"],input[type="reset"],input[type="button"]{
    margin:20px;
    padding:10px;
    color:#fff;
    font-weight:bold;
    background-color:#13a437;
    border-style: none;
    min-width:150px;
    font-family: 'Roboto', Roboto;
    cursor: pointer;
}
input[type="submit"]:disabled,input[type="reset"]:disabled,input[type="button"]:disabled{
    background-color:#dcdcdc;
    border-style:none;
    background-image: url('../img/loading.gif');
    background-size: 25px 25px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: unset;
}
input[type="file"]{
    margin:5px;
    padding:10px;
    font-weight:bold;
    min-width:250px;
    border:1px solid #cccccc;
    font-family: 'Roboto', Roboto;
}
a.button {
    margin:20px;
    padding:10px;
    color:#fff;
    font-weight:bold;
    background-color:#13a437;
    border-style: none;
    min-width:150px;
    font-family: 'Roboto', Roboto;
}
span.error, span.error ul li, p.error
{
    font-size:12px !important;
    font-style:italic;
    text-decoration:none;
    color:#ff0000;
}
span.error{
    display:inline-block;
    padding-bottom:10px;
}
div.justify p{
    text-align: justify;
}
p.recherche {
    border: 1px solid #000000;
    padding: 10px;
    background-color:#efb2c2;
    font-weight:bold;
    font-size:18px;
    text-align:center;
}
p.recherche a{
    margin:10px;
}
label.strong {
    font-family : 'Roboto', Roboto;
    color: #53524c;
    font-size:18px;
    margin-right:15px;
    margin-left: 5px;
}
h1, h2, h3, h4, h5{
    line-height: 1.2;
}
h1 {
    font-family : 'Roboto', Roboto;
    font-weight: bold;
    color: #53524c;
    font-size:20px;
    margin-top:20px;
    margin-bottom:15px
}
h2 {
    font-family : 'Roboto', Roboto;
    font-weight: bold;
    color: #53524c;
}
h3{
    font-size:26px;
    font-family: 'Roboto', Roboto;
    color: #53524c;
    border-bottom: 1px solid #003567;
    margin-left:40px;
    margin-bottom:10px;
}
h4{
    font-size:40px;
    font-family: 'Roboto', Roboto;
    color: #53524c;
    margin-left:80px;
}
h5 {
    font-family : 'Roboto', Roboto;
    color: #53524c;
    font-size:18px;
    font-weight: normal;
}
div.titre_bloc h2{
    font-size : 22px;    
}

div.texte_bloc h2{
    font-size : 16px;
}
div.reseau h2{
    padding-left:30px;
}
div.titre_bloc {
    display: contents !important;
    vertical-align: top;
    padding : 0px;
    border : 0px;
    width: 100%;
}
div.texte_bloc{
    display: contents !important;
    font-family: 'Roboto', Roboto;
    font-size:14px;
    color: #53524c;
    width: 100%;
}

div.texte_bloc p {
    margin-top: 0px;
    margin-bottom: 0px;
}
div.retrait {
    margin-left: 30px;
}

header{
    margin: 25px 40px 20px 40px;
    padding-bottom:20px;
    border-bottom: 1px solid #d8d8d8;
}
footer{
    width: 100%;
    background-color: #f7f7f7;
    padding-bottom:20px;
}

footer .container, header.container{
    width: 100%;
    padding:10px 80px;
    margin-left: auto;
    margin-right:auto;
}

div.container div {
    display: block;
    float: left;
    position: relative;
}
div .moitie {
    width:50%;
}
div .quart {
    width:25%;
}
div .trois_quarts {
    width:75%;
}
div .tiers {
    width:33%
}
div .deux_tiers{
    width:67%;
}
div .margeg {
    padding-left:20px;
}

h2.icon {
    background : url('../img/icones.png');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size:20px 130px; 
    line-height:1.4;
}
h2.fb {
    background-position: 0px 0px;
}
h2.in {
    background-position: 0px -34px;
}
h2.li {
    background-position: 0px -69px;
}
h2.yo {
    background-position: 0px -103px;
}

/* toggle button */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 23px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .2s;
  transition: .2s;
  border-radius: 23px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .2s;
  transition: .2s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #09BB85;
}

input:focus + .slider {
  box-shadow: 0 0 1px #09BB85;
}

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}