/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    position: absolute;
    margin:0 auto;
    padding:0;
    width: 100%;
    max-width: 100%;
    top: 0;
}
ol, ul {
    padding-left: 70px;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*Fin Reset*/
/*R&eacute;glages site*/
body{
    background: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 100;
    line-height: 150%;
    color: #000;
}

h1, h2, h3, h4{
    font-family: 'ABeeZee', sans-serif;
    font-weight: 700;
    z-index: 2;

}

h2{
    font-size: 24px;
    color: #313131;
    margin-bottom: 20px;
}
h3{
    font-size: 18px;
    color: #333;
}
h4{
    font-size: 16px;
    color: #333;
}

a{
    text-decoration: none;
    font-family: 'Source Sans Pro', sans-serif;
    color: #282d71;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover{
    color: #e88810;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
li{
    padding-left: 20px;
}
/*Fin r&eacute;glages*/

#headerContent, .size, footer{
    width: 900px;
    margin: 0 auto;
}
section{
    padding: 70px 0;

}
section h2{
    font-size: 40px;
    line-height: 110%;
}
.imgSection{
    width: 100%;
    color: #000;
}
.left{
    float: left;
    width: 55%;
}
.right{
    float: right;
    width: 40%;
}
.spacer{
    clear: both;

}
.logoSection{
    margin: 20px auto;
    display: block;
    width: 60px;
    background: #e1e1e1;
    padding: 15px 30px;
    border-radius: 5px;
    
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.logoSection:hover{
    background: #999;
    
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
b{
    color: #e88810;
}
strong{
    font-weight: 600;
}

.callto{
    float: right;
    padding: 15px 30px;
    display: block;
    background: #e88810;
    color: #fff;
    border-radius: 5px;
    margin-top: 50px;
}

.callto:hover{
    color: #fff;
    background: #282d71;
}
/*header*/
header{
    width: 100%;
    margin: 0 auto;
    background: #282d71;
    padding: 60px 0;   
}

header ul li{
    display: inline-block;
}
#nav{
    float: right;
    padding: 0px 0px;

}
#nav a{
    color: #fff;
    font-family: 'ABeeZee', sans-serif;
}
#nav a:hover{
    color: #e88810;
}
#logo{
    float: left;
    color: #fff;
    font-size: 20px;
}
/*Fin header*/

/*INtro*/
#intro{
    background: #e88810;
    height: 100%;
}
#intro h1{
    color: #fff;
    font-size: 40px;
    line-height: 110%;
}
#intro h1 b{
    color: #000;
    opacity: 0.3;
}
#intro p{
    color: #fff;
    width: 450px;
    font-size: 18px;
}
#intro .imgSection{
    height: 300px;
}
#presa{
    color: #fff;
    padding: 0;
    padding: 20px 25px;
}
#presa a{
    color: #282d71;
    font-weight: 500;
}
#presa a:hover{
    color: #fff;
}
#introNav{
    text-decoration: none;
    margin-top: 50px;
    padding-left: 0;
}
#introNav li{
    background: #fff;
    padding-left: 0;
    padding: 5px 30px;
    display: inline-block;
    margin: 0 10px;
    border-radius: 5px;
}
#cogebatLogo{
    display:block;
    width:90px;
    height: 90px;
    background: url(images/cogebat.png) center no-repeat #fff;
    background-size : 90px;
    filter: gray;
    -webkit-filter: grayscale(0%);
}
#cogebatLogo:hover{
    filter: gray;
    -webkit-filter: grayscale(100%);
}
#sogepromLogo{
    display:block;
    width:90px;
    height: 90px;
    background: url(images/sogeprom.png) 0px 0px no-repeat;
    background-size : 90px;
    filter: gray;
    -webkit-filter: grayscale(0%);
}
#sogepromLogo:hover{
    filter: gray;
    -webkit-filter: grayscale(100%);
}
#pavecaLogo{
    display:block;
    width:90px;
    height: 90px;
    background: url(images/paveca.png) 0px 0px no-repeat;
    background-size : 90px;
    filter: gray;
    -webkit-filter: grayscale(0%);
}
#pavecaLogo:hover{
    filter: gray;
    -webkit-filter: grayscale(100%);
}

/*Cogebat*/
/*Fin Cogebat*/

/*Paveca*/
#paveca{
    background: #E1E1E1;
    display: block;
}
#paveca .logoSection{
    background: #fff;
}
#paveca .logoSection:hover{
    background: #999;
}

/*Fin paveca*/

/*Footer*/

footer{
    background: #282d71;
    width: 100%;
    margin-bottom: 0;
    padding: 50px 0;
}
.contentFooter{
    width: 900px;
    margin: 0 auto;
    padding: 50px;
    color: #fff;
    font-size: 20px;
    font-family: 'ABeeZee', sans-serif;
    text-align: center;
}
footer a{
    color: #e88810;
    font-weight: 500;
}
footer a:hover{
    color: #fff;
    
}

/*Fin footer*/

/*Font-Face*/
@font-face {
	font-family: 'icomoon';
	src: url('fonts/icomoon.eot');
	src: url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon.woff') format('woff'),
		url('fonts/icomoon.ttf') format('truetype'),
		url('fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Windows Chrome ugly fix http://stackoverflow.com/questions/13674808/chrome-svg-font-rendering-breaks-layout/14345363#14345363 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'icomoon';
		src: url('fonts/icomoon.svg#icomoon') format('svg');
	};
}

.icon-facebook, .icon-pinterest, .icon-linkedin, .icon-up, .icon-menu {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-facebook:before {
	content: "\e601";
}
.icon-pinterest:before {
	content: "\e600";
}
.icon-linkedin:before {
	content: "\e604";
}
.icon-menu:before {
	content: "\e606";
        font-size: 30px;
}
.icon-up:before{
    content: "\e607";
    position: fixed;
    background: #e1e1e1;
    border-radius: 5px;
    padding: 15px 10px;
    right: 20px;
    bottom: -3px;
    box-shadow: 0.15em 0.15em 0.35em 0 rgba(0, 0, 0, 0.135);
}
.icon-up:hover{
    color: #999;
}

