/*
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php

	Theme Name: PREVENT-EX  2015
    Integre par : WEBEUREKA.com
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	background:#f7f7f7;    
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#f1c832;
}
a:hover {
	color:#d6d6d6;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    TEXT STYLE
\*------------------------------------*/
html, body {
	color: #5a5a5a;
    font-family: 'Oswald', sans-serif;
	font-size: 16px;
}
p {
     margin: 15px 0px;
	 line-height:18px;
}
h1 {
	color:#5a5a5a;	
    border-bottom: 1px solid #f1c832;	
    font-size:30px;	
	text-transform:uppercase;
    line-height: 30px;
	margin-bottom:25px;	
    padding-bottom: 14px;	
}
h2 {
	font-size:28px;
	color:#f1c418;
	font-weight:bold;
    margin-bottom:25px
}
h3 {
	font-size:26px;
	color:#f1c418;
	font-weight:bold;
    margin-bottom:25px
}
h4 {
	font-size:22px;
	color:#5a5a5a;
	font-weight:bold;
    margin-bottom:25px
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrap {
	width:1170px;
    margin: 0 auto;
}

/* header */
.header {    
	background:#231f20;
	border-top:solid 3px #ea2a26;
	height:240px;
    padding:5px 0;
    position: relative;
}
.header .wrap {    
    position: relative;
}

/* logo */
.header .logo {
    float:left;
}
#headertel{
	float:right;
	margin-top:40px;
}
#headertel h3 {
    color:#ed2a26;
	font-size:48px;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align:right;
}
#headertel h4 {
    color:#f1c418;
	font-size:26px;
    text-transform: uppercase;
    text-align:right;    
}
.s15ans {
    position:absolute;
    top:15px;
    left:500px;
}

/* nav */
.nav {
	background:#cbcfd2;
	position: relative;		
}
.nav ul {
	list-style: none;
    margin:0;
    padding:0;
}
.nav li a {
	color:#231f20;
	display:block;	
	font-size:18px;
	text-decoration:none;	
	padding:18px;
    text-transform: uppercase;
	float: left;    
}
.nav li a:hover {
	background:#f1c418;
}


/* slider*/
.slider {
    z-index:1;
	margin:25px 0 5px 0;    
}

/* main */
.main {
    position:relative;    
    z-index:100;
    padding: 25px 0;
}
.main ul li {
    background: url('img/feu.png') no-repeat scroll 0 3px transparent;
    list-style: none outside none;
    margin-left: 10px;
    padding-left: 20px;
    margin-bottom:15px;	
	line-height:25px;
}

/* footer */
.footer {	
	background:#cbcfd2;
	color:#231f20;
}
.footer a {	
	color:#231f20;
}
.footer p {
     margin: 10px 0px;
	 line-height:18px;
}
.footer .block {
	padding:25px;
}
.footer ul {
    margin:0;
    padding:0;
}
.footer ul li {
    background: url('img/feu.png') no-repeat scroll 0 3px transparent;
    list-style: none outside none;
    margin-left: 5px;
    padding-left: 15px;
    margin-bottom:15px;	
	line-height:25px;
}

/* copy */
.copy {	
	background:#464646;
	padding:5px 0;
    text-align: center;
}
.copy p, .copy a{
	color:#a1a1a1;
	margin: 10px 0px;
	line-height:16px;		
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width: 479px) {
    .nav { display:none }
    .wrap { width:100%; }    
    .navmobile { 
        display: block; 
        font-size:24px; 
        padding:25px 5px; 
        text-align: center;
    }   
    .header{ 
        height:auto;
    }     
    .header .wrap{ 
        padding-left:10px; 
        padding-right:10px; 
    }
    .s15ans { display:none }      
    #headertel h3, #headertel h4 { display:none }   
    .main { 
        padding: 25px
    }
    .footer ul li{ 
        list-style: none; 
        background:none;
    }       
    .footer .block { 
        text-align: center;
    	padding:10px;
    }           
}    


@media only screen and (min-width: 480px) and (max-width: 768px) {
    .nav { display:none }
    .wrap { width:100%; }    
    .navmobile { 
        display: block; 
        font-size:30px; 
        padding: 25px 5px; 
        text-align: center;
    }   
    .header .wrap{ 
        padding-left:10px; 
        padding-right:10px; 
    }    
    #headertel h3, #headertel h4 { display:none }      
    .main { 
        padding: 25px
    }
    .footer ul li{ 
        list-style: none; 
        background:none;
    }       
    .footer .block { 
        text-align: center;
    	padding:10px;
    }           
}    

@media only screen and (min-width: 769px) and (max-width: 992px) {
    .nav { display:none }
    .wrap { width:100%; }    
    .navmobile { 
        display: block; 
        font-size: 36px; 
        padding: 25px; 
        text-align: center;
    }    
    .header .wrap{ 
        padding-left:10px; 
        padding-right: 10px; 
    }  
    .header .logo { 
        width:375px;     
    } 
    .s15ans { display:none }  
    .main { 
        padding: 25px
    }
    .footer ul li{ 
        list-style: none; 
        background:none;
    }       
    .footer .block { 
        text-align: center;
    	padding:10px;
    }  
}
@media only screen and (min-width: 993px) and (max-width: 1199px) {   
    .wrap { width:100%; }
    .navmobile { display:none; }
    .header .wrap{ 
        padding-left:10px; 
        padding-right: 10px; 
    }  
    .header .logo { 
        width:375px;     
    }    
    .s15ans {
        position:absolute;
        top:15px;
        left:400px;
    }       
    .nav li a {
        font-size:16px;
        padding:13px;
    }   
    .main { padding: 25px}    
}

@media only screen and (min-width: 1200px){
    .navmobile { display:none; }
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
