/*-----------------------------------------------------------------------
   Fonts
----------------------------------------------------------------------- */
/*
@font-face {
font-family: 'GT Pressura';
src: url('../fonts/GT-Pressura-Bold.eot'),
	url('../fonts/GT-Pressura-Bold.otf') format('truetype'),
     url('../fonts/GT-Pressura-Bold.woff') format('woff'),
     url('../fonts/GT-Pressura-Bold.woff2') format('woff2'),
     url('../fonts/GT-Pressura-Bold.eot?#iefix') format('embedded-opentype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'GT Pressura';
src: url('../fonts/GT-Pressura-Light.eot'),
	 url('../fonts/GT-Pressura-Light.otf') format('truetype'),
     url('../fonts/GT-Pressura-Light.woff') format('woff'),
     url('../fonts/GT-Pressura-Light.woff2') format('woff2'),
     url('../fonts/GT-Pressura-Light.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
	font-style: normal;
}
*/
@font-face {
font-family: 'Cocogoose';
src: url('../fonts/Cocogoose.woff2') format('woff2');
    font-weight: normal;
	font-style: normal;
}


/*-----------------------------------------------------------------------
   Typographie
----------------------------------------------------------------------- */
* {
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body {
	font-size: 16px;
	line-height: 1.5em;
	font-family: "Poppins", Arial, sans-serif;
	letter-spacing: 0.5px;
	color: #001446;
	background-color: #fff;
}
body.home {
	/*letter-spacing: 2px;*/
}
body.blog {
	/*background-color: #DFDFDF;
	color: #001446;*/
}

body.single {
	color: #001446;
	background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-rendering: optimizeLegibility;
	font-weight: normal;
	line-height: 1em;
	font-family: "Poppins", Arial, sans-serif;
	text-transform: uppercase;
}
h1, h2{
	font-size: 58px;
	font-weight: bold;
	padding:30px 0;
}

h3 {
	font-size: 35px;
	font-weight: bold;
	padding:15px 0;
}

h4 {
	font-size: 25px;
	font-weight: normal;
    font-style: italic;
	padding:10px 0;
}

h1 span, h2 span, h3 span {
	font-family: "Cocogoose";
	font-size: 54px;
}

.single h1, #single-content h1{	
	margin:-150px 0 50px 0;
	color: #ff1f44;
}
.home h2{
	color: #ff1f44;
	font-size: 60px;
	text-transform: uppercase;
	font-family: "Cocogoose", "Arial";
	padding: 50px 0 30px;
}
.home h2 strong{
	color: #ff1f44;
	font-family: "Poppins", "Arial";
	font-weight: 800;
}


p, ul, ol {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: underline;
	color: #001446;
}
a:hover, a:focus {
	text-decoration: none;
}
figure {
	margin: 0;
}

figcaption{
	display: none;
}
figure{
	max-width: 100%;
}

/*-----------------------------------------------------------------------
   Mise en page
----------------------------------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1180px;
	text-align: center;
}
.in-wrap {
	margin: 0 auto;
	max-width: 900px;
	text-align: center;
}
.center-container{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}

/*-----------------------------------------------------------------------
   Tableaux
----------------------------------------------------------------------- */

table {
	width: 100%;
	vertical-align: top;
}
th {
	font-weight: normal;
	text-align: left;
}
td {
	vertical-align: top
}

/*-----------------------------------------------------------------------
   Contenus
----------------------------------------------------------------------- */

section{
	padding-bottom: 50px;
	margin-bottom:-1px;
	background-size: contain;
}

section#jobs{
	padding-bottom:24px;
}

#main-menu{
    position: relative;
    z-index: 9000;
    padding-top: 30px;
}
#main-menu a{
    text-decoration: none;
    text-transform: none;
}
#main-menu a:hover{
    text-decoration: underline;
}

/*section h2{
	padding-top: 80px;
}*/





/*
.post-navigation .nav-links {
	padding: 1em 0;
}

.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
	margin-right: 0.5em;
}

.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
	margin-left: 0.5em;
}

.nav-links .nav-title {
	position: relative;
}
.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
	left: -2em;
}
.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
	right: -2em;
}
*/

h2.screen-reader-text, .nav-subtitle, .nav-title-icon-wrapper{
	display: none !important;
}
.post-navigation{
	border-top: 1px solid #fff;
	padding-top: 15px;
	margin: 40px 0;
}
.post-navigation a{
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
}
.nav-links{
	display: flex;
	flex-grow: 2;
	justify-content:space-between;
	align-items:flex-start;
}
.nav-previous{
	text-align: left;
}
.nav-next{
	text-align: right;
}
.post-navigation .nav-next{
	margin-top: 0;
}
.nav-title {
    display: block;
    color: #fff;
    font-size: 12px;
    text-transform: none;
}
.nav-title a{
    color: #fff;
    font-size: 12px;
    text-transform: none;
}


/*-----------------------------------------------------------------------
	Elements
-----------------------------------------------------------------------*/
a.button, #last-news .more a, button{
	color: #ff1f44;
	font-size: 16px;
	display: inline-block;
	border: 1px solid #ff1f44;
	padding: 12px 50px;
	text-decoration: none;
	outline: none;
	background-color: transparent;
	cursor: pointer;
}
a.button:hover, #last-news .more a:hover, button:hover{
	background-color:  #ff1f44;
	color: #fff;
}

.title{
	
}


/*#last-news .more a, #team .more a{
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	display: inline-block;
	border:4px solid rgba(255, 255, 255, .3);
	padding: 14px 24px;
	text-decoration: none;
}
#team .more a{
	color:#001446;
	border-color:#001446;
}
#last-news .more a:hover{
	background-color: rgba(255, 255, 255, .3);
	color: #000;
}
#last-news .more a{
	color: #001446;
	border: 4px solid rgba(0, 20, 70, .3);
}
#last-news .more a:hover{
	
}

*/


.socials .links{
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
}
a.social{
	background-position:  center center;
    background-repeat: no-repeat;
    background-size: 18px;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-top: 0px;
    margin:8px 8px;
    transition: all 0.1s ease-in;
}
a.social:hover{
    background-size: 20px;
}
a.facebook{
	background-image: url("../img/facebook.svg");
}
a.instagram{
	background-image: url("../img/instagram.svg");
}
a.linkedin{
	background-image: url("../img/linkedin.svg");
}
a.youtube{
	background-image: url("../img/youtube.svg");
}
a.twitter{
	background-image: url("../img/twitter.svg");
}
a.newsletter{
	background-image: url("../img/newsletter.svg");
	height: 27px;
	width: 22px;
	background-size: 20px;
}
a.newsletter:hover{
    background-size: 22px;
}


/* [show_last_news]
-----------------------------------------
*/

#last-news .container{
	
}
#last-news .wrap{
	
}
#last-news .description{
	
}
#last-news .news-container{
	display: flex;
	flex-grow: 3;
	justify-content:space-between;
	align-items:flex-start;
	flex-wrap: wrap;
}
#last-news .item{
	aspect-ratio: 1;
	width: 28%;
  	margin: 2% auto;
}
#last-news .item a{
	color:#001446;
	text-decoration: none;
}
#last-news a, #last-news .item .date{
	color:#001446;
}
#last-news .item .image{
	
}
#last-news .item .date{
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
}
#last-news .item .title{
	margin-top: 20px;
	text-align: center;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 0px;
	text-transform: uppercase;
}
#last-news .more{
	margin:20px 0 0;
}
#last-news .more a{
	
}

.home section h1{
	margin: 0;
	padding: 10px 0 50px;
	font-size: 18px;
	color: #fff;
	text-transform: none;
}
.home section h2{
	
}

section.backgrounded{
	background: transparent url(../img/section-background.jpg) no-repeat center center;
	background-size: cover; 
	color: #001446;
}
.home #last-news{
	background: transparent url(../img/background-news.jpg) repeat center center;
	color: #001446;
}


section.light{
	background-color: #DFDFDF;
	color: #001446;
}
section.backgrounded a,section.light a{
	color: #001446;
}




/*[show_posts_list]*/
.posts-list{

}	
.posts-list > .container{

}	
.posts-list .wrap{

}	
.posts-list h2{

}	
.posts-list .description{

}




.posts-list .filter{
	margin: 30px 0;
}
.posts-list .filter .decoration {
    width: 37px;
    height: 37px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../img/filter.svg");
    display: inline-block;
    margin-bottom: -13px;
    margin-right: 20px;
    cursor: pointer;
}

.posts-list .category{
	display: inline-block;
	border: 1.5px solid #001446;
	font-weight: bold;
	padding: 3px 10px;
	letter-spacing: 0;
	margin: 5px;
	cursor: pointer;
	font-size: 13px;
}
.posts-list .category:hover, .posts-list .category.active{
	opacity: 0.3;
}



.posts-list .posts-container{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}	
.posts-list .item{
	aspect-ratio: 1;
	width: 28%;
  	margin: 2% auto;
	display: none;
}	
.posts-list .item.active{
	display: inline-block;
}	
.posts-list .item a{
	text-decoration: none;
}	
.posts-list .item a .image{

}	
.posts-list .item a img{

}	
.posts-list .item a .title{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 26px;
	line-height: 30px;
}	
.posts-list .item a .text{
	margin-top: 10px;
}	
.posts-list .item a .date{

}	
.posts-list .item a .comment{

}	
.posts-list .item button{
	margin-top: 15px;
}	




#back-to-top{
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-position:  center center;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
	background-image: url("../img/back-to-top-arrow.svg");
	cursor: pointer;
	background-color: transparent;
	border-radius: 0px;
	padding: 5px;
}

.sticky #back-to-top{
	display: block;
}



/* Externes*/
#sbi_images{
	padding:0 !important;
}