@charset "UTF-8";
/* © 2020 - SARL BLEOGAT */

body {
	background-color:#ffffff;
	margin:0;
    }
    
/*************************************************************************/
/* HEADER */
#tophead{
    position: relative;
    height: 65px;
	z-index:10;
    top: 0;
	left: 0;
	right: 0;
    background: url(/css/img/bg_bzh.png) repeat;
}
#tophead .rdvimg img{
    position: absolute;
    display: block;
    right: 10px;
}
@media screen and (max-width: 770px) {
    #tophead .rdvimg img{
        height: 40px;
        margin-top: 10px;
    }
}
#tophead .numvert{
    text-align: center;
}
#tophead .numvert img{
    text-align: center;
    width: 250px;
    margin-top: 15px;
}
@media screen and (max-width: 770px) {
    #tophead .numvert img{
        display: none;
    }
}
#tophead .covidimg img{
    position: absolute;
    display: block;
    left: 10px;
    height: 60px;
}
/* HEADER */
#head{
	position: relative;
	z-index:99999;
	top: 0;
	left: 0;
	right: 0;
    background: #0067b9;
}
#head .logo img{
    position: absolute;
    left: 15px;
    width: 150px;
    display: block;
    margin-top: 5px;
}
@media screen and (max-width: 770px) {
    #head .logo img{
        margin-top: 15px;
    }
}
/*************************************************************************/
/* HEADER - MENU */
#menu {
    margin:0;
    margin-left: 150px;
	padding:20px;
	list-style-type : none; 
}
    @media screen and (max-width: 770px) {
        #menu {
            padding:0;
            margin-left: 170px;
            background: #0067b9;
        }
    }
    ul .menu { 
        margin:0;
    }
    #menu li { 
        display : inline;
        padding : 0 0.5em; /* Pour espacer les boutons entre eux */
    }
    #menu li a {
        font-family:Arial, Helvetica, sans-serif;
        font-size:16px;
        text-decoration:none;
        color:#FFF;
        margin: 0;
        padding:7px 12px;
        text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);
    }

@media screen and (max-width: 770px) {
	#menu-icon {
		display:inline-block;
        width: 40px;
        height: 40px;
        background: #ffd911 url(/css/img/menu-icon.png) center;
    }
    
    #menu li a {
        display: block;
    }
    a:hover#menu-icon {
        background-color: #444;
        border-radius: 4px 4px 0 0;
    }
    nav {
        text-align: right;
        padding: 20px;	
    }
	nav ul, nav:active ul {
		display: none;
		position: absolute;
		padding: 20px;
		background: #fff;
		border: 5px solid #444;
		right: 20px;
		top: 60px;
		width: 50%;
		border-radius: 4px 0 4px 4px;
	}

	nav li {
		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;
	}

	nav:hover ul {
		display: block;
	}
}
#menu li a:hover {
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
    background:  #ffd911;
    color: #ffffff;
	border-bottom:1px solid #ffd911;
}
#menu a:hover{
	color: #CCC;
}
#menu a:active{
	color: #CCC;
}

/*************************************************************************/
/* BARRE COOKIES */
#barre {
    z-index: 9999;
    background:#666;
    padding:8px 0;
    font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
    text-align: center;
    font-size:12px;
}
    @media screen and (max-width: 770px) {
        #barre {
            padding:20px;
        }
    }
#barre a {
	color:#FFF;
}
 
#fermer {
    background: #09F;
	padding:3px;
    display: block;
    cursor: pointer;
    float:right;
    margin-right:50px;
}
 
#fermer:hover {
	background-color:#0CF;
}
/*************************************************************************/
/* ACCUEIL */

#virgules{
    z-index: 8;
    font-family: Arial, Helvetica, sans-serif;
	margin:auto;
	padding:10px;
	max-width:960px;
    display:block;
    font-size: 14px;
}
#virgules h2{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 0;
}
#virgules .shortcut {
    width: 21%;
    min-height: 300px;
	padding: 10px;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
	margin: 5px;
	color: #000000;
	border: 1px solid #0067b9;
    display: inline-grid;
    background: white;
}
#virgules .shortcut:hover {
    background: #fff9d9;
}
        @media screen and (max-width: 770px) {
            #virgules .shortcut {
            width:92%;
            min-height: 0;
            }
        }
#virgules .shortcut a{
	color: #0067b9;
	text-decoration:none;
    font-style:normal;
    text-align: center;
}
#virgules .shortcut img{
	height:60px;
    text-align: center;
}

/*************************************************************************/
/* SLIDES */

.swiper-container {
    z-index: 8;
    width: 100%;
    height: 300px;
    border-bottom: 10px solid #ceb204;
    background: #fed700;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fed700;
  }
  .swiper-slide img{
    height: 100%;
  }
  a.swiperTEXT {
    position:absolute;
    padding:7px;
    font-size:20px;
    font-family: Arial, Helvetica, sans-serif;
    color:#13337c;
    text-decoration:none;
    background-color:#FFF;
    border-left: solid 3px #13337c;
    bottom: 30px;
    }
/*************************************************************************/
/* CONTENT */

#content{
    z-index: 8;
	margin:auto;
	padding:10px;
	max-width:960px;
    display:block;
    font-size: 14px;
}

#content h2{
    margin-top: 5px;
    color: #13337c;
    font-size: 20px;
    border-bottom: solid 5px #ffd911;
    padding: 5px;
}

#content .center{
    font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	width:100%;
	float: left;
	background-color: #FFF;
    margin-bottom:10px;
    padding: 5px;
}

#content .left {
    font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	width:465px;
	display:block;
	float:left;
	margin-right:10px;
	background-color:#FFF;
    margin-bottom:10px;
    padding: 5px;
}
        @media screen and (max-width: 980px) {
            #content .left {
                font-family: Arial, Helvetica, sans-serif;
            line-height: 20px;
            width:100%;
            float: left;
            background-color: #FFF;
            margin-bottom:10px;
            padding: 5px;
            }
        }
#content .right{
    font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	width:465px;
	display:block;
	float:left;
	background-color:#FFF;
    margin-bottom:10px;
    padding: 5px;
}
    @media screen and (max-width: 980px) {
        #content .right {
        font-family: Arial, Helvetica, sans-serif;
        line-height: 20px;
        width:100%;
        float: left;
        background-color: #FFF;
        margin-bottom:10px;
        padding: 5px;
        }
    }

#content iframe{
        width:100%;
    }

#titre {
    z-index:8;
    width:100%;
    background: radial-gradient( rgba(255, 255, 255, 0) , rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.49) ),url(/images/img_secours.png);   background-size:cover;
   background-repeat:no-repeat;
   height: 100px;
   color:white;
   text-shadow: black 0.1em 0.1em 0.2em;
   font-size: 30px;
   font-family: Arial, Helvetica, sans-serif;
   text-align: center;
   line-height: 100px;
   border-bottom: solid 5px #ffd911;
  }
  @media screen and (max-width: 770px) {
    #titre{
        height: auto;
        line-height: 32px;
        padding-top: 10px;
        padding-bottom: 10px;
         }
    }
  #content a {
    color: #666;
    text-decoration: none;
    }
    #content a:hover {
        color: #13337c;
        text-decoration: none;
        }
    #content a:visited {
        color: #666;
        text-decoration: none;
    }
/*************************************************************************/
/* INPUT */
textarea, input {
background-color: white;
border: 1px solid #DDD;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

select, textarea, input {
display: inline-block;
height: 18px;
padding: 4px;
margin-bottom: 9px;
font-size: 13px;
line-height: 18px;
color: #555;
}
select, input:hover {
	border-color: #999;
}
select, input:active {
	border-color: #999;
}
textarea {
	height:100px;
	width:90%;
	margin-right:5px;
}
.normal {
	width:300px;
}
@media screen and (max-width: 770px) {
    .normal{
        width:210px;
    }
}
.petit {
	width:50px;
}
.ville {
	width:236px;
}
@media screen and (max-width: 770px) {
    .ville{
        width:146px;
    }
}

    .button, input[type="submit"] {
        
        -moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
        -webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
        box-shadow:inset 0px 1px 0px 0px #54a3f7;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
        background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
        background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
        background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
        background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
        background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
        
        background-color:#007dc1;
        
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
        border-radius:3px;
        
        border:1px solid #124d77;
        
        display:inline-block;
        color:#ffffff;
        font-family:arial;
        font-size:13px;
        font-weight:normal;
        padding:6px 24px;
        text-decoration:none;
        
        text-shadow:0px 1px 0px #154682;
        
    }
	input[type="submit"] {
		height:30px;
		margin-bottom:0;
		
		}
    .button, input[type="submit"]:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
        background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
        
        background-color:#0061a7;
    }
    .button, input[type="submit"]:active {
        position:relative;
        top:1px;
    }

/*************************************************************************/
/* FOOTER */

#footer{
	float: left;
    width: 100%;
	z-index: 9999;
	margin:0;
	top:0;
    background:#0067b9;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
    color: #ffffff;
    border-top: 10px solid #0b4e90;
    font-family: Arial, Helvetica, sans-serif;
}

#footer .droite{
    padding: 10px;
    float: right;
}
#footer .gauche{
    padding: 10px;
    float: left;
}
    @media screen and (max-width: 770px) {
        #footer .gauche{
            width: 140px;
        }
    }
#footer a {
	color: #ffffff;
	text-decoration:none;
}
#footer a:hover {
	color: #cdcdcd;
}
