/*/////////////DEFAULTS /////////*/

body,
html {
	
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #424242;
	font-weight: 400;
	min-height: 100%;
	background-color: #FFFFFF;
	
	text-rendering: auto;
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	font-smooth: always;
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

html {
	
-webkit-animation: fadein 1s; 
-moz-animation: fadein 1s; 
-ms-animation: fadein 1s; 
-o-animation: fadein 1s; 
animation: fadein 1s;	
	
}


* {
	padding: 0px;
	margin: 0px;
}

a {
	color: #58A0D6;
	transition: color 0.5s;
	text-decoration: none;
}

a:hover {
	color: #58A0D6;
}

p {
	letter-spacing: 0;
	line-height: 1.6em;
	padding-bottom:10px;
}

strong, b{
    font-weight: 600;
}

h1, h2, h3, h4, h5{ 
	font-family: 'Montserrat', sans-serif;
	font-feature-settings: 'clig' 0;
	font-style: normal; 
	line-height: 1.2em;
	font-weight: 600;;
}


h1 {

	font-size: 30px;
	letter-spacing: 0;
	 margin-bottom:20px;

}

h1.item_details_titre{
	margin-top: 20px;
	
}


h2 {

	font-size: 20px;
	letter-spacing: 0;
	margin-bottom:16px;
}

h3{

	font-size: 18px;
	letter-spacing: 0;
	line-height: 24px;	
	margin-bottom: 14px;
	font-weight: 600;
}

.titre_barre{
	border-top: 2px solid #58A0D6;
	padding-top: 15px;
	margin-top: 40px !important;
}

/*///////////// UTILITIES /////////*/




.btn{
	padding: 10px 20px;
	  border-radius: 4px;
     background-color: #58A0D6;
	display: inline-block;
	color: #FFF;
}
.btn:hover{
	color: #FFF;
}

.mobile {
		display: none;
	}
.hidden {
	display: none;
}

.center {
	text-align: center;
}

.centered {
	margin-right: auto !important;
	margin-left: auto !important;
}

.clear {
	clear: both;
}

*:focus {
	outline: 0;
}



.firstlink, .ajaxpopup {
	cursor: pointer;
}

img {
	border: 0px;
	max-width: 100%;
	height: auto !important;
}

table,
iframe {
	width: 100%;
	border:none;
}



.myhr, hr{
	position: relative;
	width: 100% ;
	background-color: #EDEDED;
	height: 1px;
	margin: 15px 0px;
	border: none;
}
 .container_col  hr{
	 float: left;

}

.round {
    border-radius: 50%;
	overflow: hidden;
}

.videowrapper img{
	width: 100%;
}

/*/////////////VIDEOS  /////////*/

.videobackcountainer {
	overflow: hidden;
}


.backgroundimg{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
	
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
overflow: hidden;
	
}

.backgroundimg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
/*/////////////LAZY /////////*/

.lazy_alpha {
opacity: 0;
}
.lazy_alpha:not(.initial) {
transition: opacity 1.5s;
}
.lazy_alpha.initial,
.lazy_alpha.loaded,
.lazy_alpha.error {
opacity: 1;
}

/*/////////////BODY SPACER /////////*/

.bodyspacer{
	padding-top: 60px;
}
.home .bodyspacer{
	padding-top: 0px;
}

.home_authors *{
	color: #424242 !important;
}

/*/////////////CONTENT INSIDE /////////*/

#content{
	min-height: 800px;
}

.inside {
	box-sizing: border-box;
	position: relative;
	margin: auto;
	width: 100%;
	max-width: 1440px;
	padding: 0px 40px;
}



/*/////////////HEADER/////////*/

#header {
	height: auto;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 300;
}

/*/////////////LOGO /////////*/



#logo {
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	font-weight:600;
	display: block;
	color: #58A0D6;
	padding: 0px;
	float: left;
	/*margin: 43px 0 43px 0;*/
}


/*/////////////HEADER /////////*/
#header{
	background-color: #FFF;
	
}



#header .inside{
  display: flex;
   align-items: center;
   justify-content: space-between;
	height: 60px;
}



/*/////////////MAIN NAV /////////*/
.main_nav{
	display: block;
	  display: flex;
   align-items: center;
}

.main_nav  ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}


.main_nav  ul li {
	float: left;
	position: relative;
	cursor:pointer;
}

.main_nav ul>li>a {
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	color: #424242;
	float: left;
	font-size: 16px;
	padding: 0px 20px 0px 20px;
	position: relative;
	text-decoration: none;
	display:block;
}
.main_nav ul>li>a:hover, .main_nav>ul>li>a.active{
	color: #58A0D6;
}

.main_nav > ul>li:last-child{
	margin-right: 20px;
	 

}

.item_col_menu a{
	color: #424242 !important;
}

.item_col_menu a.active{
	color: #58A0D6 !important;
}
/*/////////////MAIN NAV COLOR /////////*/
.white .main_nav ul>li>a, .white #logo  {
	color: #FFFFFF;
}

#header.white {
	background-color: transparent;
}
.white  .hamburger-inner, .white .hamburger-inner::before, .white  .hamburger-inner::after {
  background-color: #FFF;
}

#header.black {
	background-color: transparent;
}

.menuopened #header.white .main_nav ul>li>a {
	color: #424242;
}

.menuopened #header.white #logo  {
	color: #58A0D6;
}

.menuopened #header.white  .hamburger-inner, .menuopened #header.white .hamburger-inner::before, .menuopened #header.white  .hamburger-inner::after {
	background-color: #424242;
}
.menuopened #header.white {
	background-color: #FFF;
}
.menuopened #header.black {
	background-color: #FFF;
}
/*/////////////SOUS NAV  /////////*/

#menumobile{
	float: right;
}


.sous_nav{
	display: none;
	width: 100%;
	background-color: #FFF;
	min-height: calc(100vh - 80px);
}


.menuopened .sous_nav{
	display: block;
	background-color:#58A0D6;
}

.menuopened .sous_nav ul{
	padding-top: 60px;
}
.sous_nav  ul li {
	position: relative;
	cursor:pointer;
	width: 100%;
	text-align: center;
}

.sous_nav ul>li>a {
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	color: #FFF;
	font-size: 23px;
	padding: 20px 0px 0px 0px;
	position: relative;
	text-decoration: none;
	display:block;
	text-transform: uppercase;
}


.sous_nav ul>li>a:hover, .sous_nav ul>li>a.active{
	color: #424242;
}

/*///////////// SEARCH  /////////*/

#mysearch{
    position: relative;
	display: inline-block;
	width: 240px;
	margin: 0px 10px;
	
	background: #FFFFFF;
	border: 1px solid #D8D8D8;
	border-radius: 4px;
	background-image: url("/img/search.svg");
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) center;
}


input#search_input  {
	position: relative;
	font-family: 'Montserrat', sans-serif;
	height: 28px;
	line-height:28px;
	font-size:14px;
	border:none !important;
	width: 100%;
	z-index: 10;
	padding: 0px 10px;
	box-sizing: border-box;
	background-color: transparent;

}

.search_list_container{
max-height: 300px;
overflow: scroll;
}

#mysearch #search_list_result {
	width: 100%;
	position: absolute;
	z-index: 9;

	list-style: none;
	padding-top: 28px;
    top: 0px;
}
#mysearch ul li {
	padding: 6px;
	text-align:left;
	background-color:#FFF;
}
#mysearch ul li:hover {
	background: #58A0D6;
}
#mysearch ul li:hover a {
	color: #FFF;
}

#mysearch ul li a{
	font-family: 'Montserrat', sans-serif;
	color:#424242;
	font-weight:300;
	font-size:12px;
	display:block;
}


/*///////////// BANDEAU  /////////*/

.bandeau_container{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 300px;
}

.home .bandeau_container{
	height: 360px;
	margin-bottom: 15px;
}

.bandeau_container_texte{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'Montserrat', sans-serif;
	color: #FFF;
	font-size: 20px;
}

.bandeau_container_texte h1{
	font-size: 44px;
	font-weight: bold;
}


.bandeau_container_texte.white *{
	color: #FFF !important;
}
.bandeau_container_texte.black *{
	color: #424242 !important;
}

h1.white{
	color: #FFF;
	margin-bottom: 0px;
}

h1.black {
  color: #424242;
  margin-bottom: 0px;
}
/*///////////// CONTAINER PAGE /////////*/

.container_page {
	width: 100%;
	padding: 40px 0px;
}

.container_page  ul {
    padding: 0px;
    margin: 0px;
    margin-bottom: 0px;
    margin-bottom: 20px;
	padding-top: 16px;
}

.container_page ul li {
    list-style: none;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

.container_page ul li::before {
    content: "·";
	font-size: 26px;
    position: absolute;
    top: -2px;
    left:6px;
}

.container_page  ol {
	list-style: none;
    counter-reset: my-awesome-counter;
}

 .container_page  ol li {
	 counter-increment: my-awesome-counter;
	 position: relative;
	 margin-bottom: 10px;
	 padding-left: 20px;
}

 .container_page  ol li::before {
    content: counter(my-awesome-counter) "";
    position: absolute;
    top: 0px;
    left: 3px;
}


/*/////////////  HOME PAGE /////////*/
.home_liste_articles{
	display: flex;
	flex-wrap: wrap;
}



.col_background{
	
	padding: 30px 30px 60px 30px;
	background-color: #F4F4F4;
	
}

.col_background h3{
	font-size: 44px;
	color: #58A0D6;
	margin-bottom: 13px;
	
}
.col_background h4{
	font-size: 30px;
	color: #2F2929;
	margin-bottom: 13px;
	text-transform: uppercase;
	
}

.col_background ul{
	list-style: none;
	margin-top: 32px;
	
}
.col_background li a{
	font-size: 18px;
	color: #2F2929;
	list-style: none;
	
}
.col_background  li{
	background-image: url('/img/fleche_right_liste.svg');
	background-position: left 6px;
	background-repeat: no-repeat;
	list-style: none;
	padding-left: 20px;
	margin-bottom: 8px;
}






/*/////////////  ITEM COL  /////////*/


.item_col_details{
	width: calc(100% - 400px);
	float: left;
	padding-right: 30px;
	margin-top: 40px;
}

.item_col_next_videos{
	width: 370px;
    float: left;
	
}

.item_col_menu{
	width: 270px;
    float: left;
}


.item_col_all{
	
	width: calc(100% - 300px);
	float: left;
	padding-left: 30px;
	margin-top: 25px;
}




.item_col_menu ul{
	list-style: none;
	margin-top: 40px;
	
}

.item_col_menu ul li{
	border-top: 2px solid #58A0D6;
	padding-top: 15px;
	margin-top: 20px;
	
}

.item_col_menu ul li a{
	color: #424242;
	
}
.item_col_menu ul li.active a{
	color: #58A0D6;
	
}

.item_col_next_videos h2{
	margin-bottom: 0px;
}



.sous_menu_mobile{
	margin-top: 20px;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-results__option--selected {
  background-color: #959595;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #58A0D6;
}

/*/////////////  ITEM LISTE /////////*/



.item_liste_img{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 10px;
	position: relative;
  float: left;
  max-width: 205px;
  width: 100%;
  margin-right: 20px;
}

.item_col_all .item_liste_img{
  max-width: 270px;
}




.home .item_liste_img {
  max-width: 100%;
  margin-right: 0px;
}




.item_liste_img:after{
	content: '';
	padding-top: 56%;
	display: block;
}

.item_detail_image{
	margin-top: 30px;
}


.item_liste_info{
	color: #FFF;
	font-size: 14px;
	background-color: #2F2929;
	position: absolute;
	right: 5px;
	bottom: 5px;
	padding: 5px;
	
}



.item_liste_titre{
	color: #424242;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
}

.item_liste_titre span{
	display: inline-block;
	color: #FFFFFF;
	background-color: #58A0D6;
	font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
	padding: 0px 3px;
}

.item_liste_authors{
	color: #959595;
	font-size: 14px;
	margin-bottom: 5px;
}

.item_liste_categorie{
	font-size: 10px !important;
	text-transform: uppercase;
	color: #58A0D6 !important;
	
	
}

.item_liste_resume{
	color: #424242;
	font-size: 14px;
	margin-top: 10px;
}





/*/////////////  ITEM DETAILS  /////////*/

.item_details_authors{
	color: #959595;
	
}

.item_details_categorie{
	font-size: 10px;
	color: #58A0D6;
	text-transform: uppercase;
	margin: 5px 0px 10px 0px;
	
}

.item_details_link_Comments{
	font-size: 15px;
	color: #58A0D6;
	margin-bottom: 10px;
	display: inline-block;
	padding-right: 22px;
	background-image: url("/img/share-26.svg");
	background-repeat: no-repeat;
	background-position: right center;
	height: 16px;
	line-height: 16px;
}

.item_details_copylink{
	font-size: 15px;
	color: #58A0D6;

}


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

footer{
	padding: 20px 0px;
	float: left;
	width: 100%;
	background-color:#F9F9F9;
	font-size: 11px;
	margin-top: 60px;
}


.footer_copyright .col{
	margin: 0px 15px;
}



/*/////////////ISOTOP/////////*/

.gutter-sizer{
	width:calc(((100% - (12*30px))/12)*1);
	padding: 15px;	
}

.grid-sizer{
	width:calc(((100% - (12*30px))/12)*1);
	padding: 15px;
}
/* GRID */

.grid, .grid_packery{
		display: block;
	margin-left: -15px;
	margin-right: -15px;
}

/*///////////// COLUMNS /////////*/



.container_col {
	position: relative;
    margin-left: -15px;
    margin-right: -15px;

}


.col_block {
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
}

.col_block .col {
    display: inline-block;
    float: none;
    vertical-align: text-top;
    text-align: left;
}



.col{
	float: left;
	position: relative;
	margin: 15px;
	box-sizing: border-box;
}


.col_1{
	width:calc(((100% - (12*30px))/12)*1);
}
.col_2{
	width:calc((((100% - (12*30px))/12)*2) + (1 * 30px));
}
.col_3{
	width:calc((((100% - (12*30px))/12)*3) + (2 * 30px));
}

.col_4{
	width:calc((((100% - (12*30px))/12)*4) + (3 * 30px));
}
.col_5{
	width:calc((((100% - (12*30px))/12)*5) + (4 * 30px));
}
.col_6{
	width:calc((((100% - (12*30px))/12)*6) + (5 * 30px));
}
.col_7{
	width:calc((((100% - (12*30px))/12)*7) + (6 * 30px));
}
.col_8{
	width:calc((((100% - (12*30px))/12)*8) + (7 * 30px));
}
.col_9{
	width:calc((((100% - (12*30px))/12)*9) + (8 * 30px));
}
.col_10{
	width:calc((((100% - (12*30px))/12)*10) + (9 * 30px));
}
.col_11{
	width:calc((((100% - (12*30px))/12)*11) + (10 * 30px));
}
.col_12{
	width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}


.col_2 img,.col_3 img, .col_4 img,  .col_6 img, .col_8 img, .col_12 img, .col_full img{
	width:100% ;
	
}





.col_center *{
	text-align:center;	
}

.col_right{
	float:right !important;	
}


.separator {
    width: 100%;
	float: left;

}

.col_full{
	background-position: top center;
/*	background-position: center center;*/
	background-size: 100% auto;
	background-repeat: no-repeat;
	 background-attachment:fixed;
	 width:calc(100% - 30px);
	clear: both;
	margin: 15px 0px;
}

.col_full:after{
	display:block;
	content:"";
	padding-top: 45%;
}

.col_full img{
	display:none;	
}
.col_full_cover{
	background-size:cover !important;
	
}



/*///////////// KEY /////////*/

@keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Firefox < 16 */
@-moz-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Internet Explorer */
@-ms-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Opera < 12.1 */
@-o-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}




@media all and (max-width:840px) {
	

#header .inside {
    height: 80px;
}
	
.bodyspacer {
    padding-top: 80px;
}
	

#mysearch{
	width: 140px;
}	

}


@media all and (max-width:670px) {

.nomobile {
display: none !important;
}

.mobile {
display: block;
}

.item_col_all {
  width:100%;
  padding-left: 0px;
}	
	
.col_1{
	width:calc(((100% - (12*30px))/12)*1);
}
.col_2{
	width:calc((((100% - (12*30px))/12)*2) + (1 * 30px));
}
.col_3{
	width:calc((((100% - (12*30px))/12)*6) + (5 * 30px));
}

.col_4{
	width:calc((((100% - (12*30px))/12)*6) + (5 * 30px));
}
.col_5{
	width:calc((((100% - (12*30px))/12)*6) + (5 * 30px));
}
.col_6{
	width:calc((((100% - (12*30px))/12)*6) + (5 * 30px));
}
.col_7{
		width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}
.col_8{
		width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}
.col_9{
		width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}
.col_10{
		width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}
.col_11{
		width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}
.col_12{
	width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}
	
.inside {
	padding: 0px 20px;
}


}


@media all and (max-width:670px) {


	
.col_1{
	width:calc(((100% - (12*30px))/12)*1);
}
.col_2{
	width:calc((((100% - (12*30px))/12)*2) + (1 * 30px));
}
.col_3{
	width:calc((((100% - (12*30px))/12)*6) + (5 * 30px));
}

.col_4{
	width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}
.col_5{
	width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}
	
.item_col_details {
  width: 100%;
  padding-right:0px;
}	

.item_col_next_videos {
  width: 100%;
}
	
	
}



@media all and (max-width:450px) {
	
.main_nav ul > li > a {
padding: 0px 5px 0px 5px;
}
.main_nav > ul > li:last-child {
  margin-right: 10px;
}
	
.col_1{
	width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}
.col_2{
	width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}
.col_3{
	width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}

.col_4{
	width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}
.col_5{
	width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}
.col_6{
	width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}

.bandeau_container_texte h1 {
  font-size: 30px;

}

}

