@charset "UTF-8";

/*!
* Theme CSS -
* Based on Twitter Bootsrap 3
* Author - Antipole - www.antipole.fr
*/



/*------------------------------------------------------*
*-----------------------------------     GLOBAL     ----*
*------------------------------------------------------*/

body {
  font-family: Lora;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.65;
  color: #000000;
}

.main-container{
    margin-top: 30px;
    margin-bottom: 60px;
}

#header {
    background-image: url(bg-header.png);
	background-position:top center;
	background-repeat:no-repeat;
    border: none;
	height:122px;
	text-align:center;
}


.navbar {
    border: none;
	min-height:60px;
	margin-bottom: 0;
}

.navbar-inverse {
    background-color: transparent;
}

footer{ display:none; }

#main-menu{
    background-color: #f2f2f2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
}

.sticky{
	position:fixed !important;
	top:0;
	}


#secondary-menu{
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
}


/*------------------------------------------------------*
*-----------------------------------     HEADER     ----*
*------------------------------------------------------*/

#logo{
	display:block;
	width: 260px;
  	height: 90px;
	margin:16px 30px 0 30px ;
	display:inline-block;
	background-image: url(logo.svg);
	background-repeat:no-repeat;
	background-size:contain;
  }
  
.black-moto{
  font-family: Chivo;
  font-size: 17px;
  font-weight: bold;
  font-style: italic;
  text-align: right;
  color: #000000;
  display:inline-block;
  line-height: 20px;
  vertical-align: text-top;
  margin-top: -45px;
  text-align: right;
}
  
.red-moto{
  font-family: Chivo;
  font-size: 17px;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  color: #d00c00;
  display:inline-block;
  line-height: 20px;
  vertical-align: text-top;
  margin-top: -45px;
  text-align: left;
  }

/*------------------------------------------------------*
*-----------------------------------     MENU     ----*
*------------------------------------------------------*/

.navbar-header {
  float: none;
}
.navbar-left,.navbar-right {
  float: none !important;
}
.navbar-toggle {
    display: block;
    float: left;
    padding: 23px;
    margin: 0;
    border: none;
    border-radius: 0;
}

.navbar-collapse {
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-collapse.collapse {
  display: none!important;
}
.navbar-nav {
  float: none!important;
  margin-top: 7.5px;
}
.navbar-nav>li {
  float: none;
}
.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.collapse.in{
  display:block !important;
}

.container>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-header, .container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 21px;
    height: 2px;
    border-radius: 0;
	background-color: #000;
}

.navbar-toggle .icon-bar:nth-child(3) {
    width: 15px;
}
.navbar-toggle .icon-bar:nth-child(4) {
    width: 10px;
}






/**
 * MENU TOGGLE ANIMATION
 * -----------------------------------------------------------------------------
 */

.navbar-toggle .icon-bar {
	-webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
	}

  
.navbar-toggle[aria-expanded="true"] .sr-only  {
	display:none;
	}

.navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(2) {
    width: 21px;
	-webkit-transform: translate(0, 6px) rotate(45deg);
    -ms-transform: translate(0, 6px) rotate(45deg);
    -o-transform: translate(0, 6px) rotate(45deg);
    transform: translate(0, 6px) rotate(45deg);
}
.navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(3) {
    display:none;
}

.navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(4) {
    width: 21px;
	-webkit-transform: translate(0, 0) rotate(-45deg);
    -ms-transform: translate(0, 0) rotate(-45deg);
    -o-transform: translate(0, 0) rotate(-45deg);
    transform: translate(0, 0px) rotate(-45deg);
}

.navbar-toggle[aria-expanded="true"] .abo, .navbar-toggle[aria-expanded="true"] .join  {
	display:none;
	}
	


.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}

.sr-only {
    position: absolute;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: initial;
    clip: initial;
    border: 0;
    text-transform: uppercase;
    width: 70px;
    height: 14px;
    font-family: Chivo;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #000000;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {border: 0;}
.navbar-nav {background: #f2f2f2; margin: 0;    min-height: 100vh;}

.navbar-nav::after {
	content:'';
	display:block;
	margin:40px auto 0 auto;
	width:25px;
	height:24px;
	background-image: url(redstar.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
	}


.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    color: #d00c00;
    background-color: #f2f2f2;
}


.navbar-inverse .navbar-nav>li {
}

.extra-links li  {
  	padding-top:5px;
	padding-bottom:5px;
}

.navbar-inverse .navbar-nav>li>a {
    font-family: Anton;
    font-size: 36px;
    letter-spacing: 7px;
    text-align: center;
    color: #c4c4c4;
    text-transform: uppercase;
    padding-top: 25px;
    padding-bottom: 25px;
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
	background-color: #d00c00;
	color:#FFF;
}


.extra-links{
  	background-color: #000000;
	padding:10px 20px;
	}
	
.extra-links li>a  {
  font-family: Anton;
  font-size: 16px;
  font-weight: 300;
  line-height: 0.63;
  text-align: left;
  color: #ffffff;
}
  
.homebutton{
	position: absolute;
    left: 100px;
    display: block;
    background-image: url(logo-small.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 33px;
    height: 39px;
    margin: 10px 0 0 10px;
	
	-webkit-transition:-webkit-transform .2s;
  -moz-transition:-moz-transform .2s;
  -o-transition:-o-transform .2s;    
  -ms-transition:-ms-transform .2s;
  transition:transform .2s;
  
  -webkit-transform-origin: 18px 21px;
    -moz-transform-origin: 18px 21px;
    -ms-transform-origin: 18px 21px;
    -o-transform-origin: 18px 21px;
    transform-origin: 18px 21px;
	}

.homebutton:hover, .homebutton:focus{
-webkit-transform:rotate(-30deg); 
  -moz-transform:rotate(-30deg);
  -o-transform:rotate(-30deg); 
  -ms-transform:rotate(-30deg); 
  transform:rotate(-30deg);	}



.facebook {
  display:block;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  background-color: #324d8f;
  float:left;
  margin:15px 15px 0 0;
  font-family: 'datack' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color:#FFF !important;
  font-size:16px;
  line-height:26px;
  text-align:center;
  border:2px solid #324d8f;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.facebook:before {
    content: "\e900";
}

.facebook:hover, .facebook:focus{
	border:2px solid #324d8f;
	background-color:transparent;
	color:#324d8f !important;
	}
	

.twitter {
  display:block;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  background-color: #46a1ee;
  float:left;
  margin:15px 15px 0 0;
  font-family: 'datack' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  color:#FFF !important;
  font-size:16px;
  line-height:26px;
  text-align:center;
  border:2px solid #46a1ee;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}


.twitter:hover, .twitter:focus{
	border:2px solid #46a1ee;
	background-color:transparent;
	color:#46a1ee !important;
	}
	
	
.twitter:hover, .twitter:focus, .facebook:hover, .facebook:focus{
	text-decoration:none !important;
	}

.twitter:before {
    content: "\e901";
}

.abo {
  display:block;
  border-radius: 2px;
  background-color: #d31314;
  height: 30px;
  float:left;
  font-family: Chivo;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-align: center;
  color: #ffffff;
  text-transform:uppercase;
  padding:0 10px;
  margin:15px 15px 0 0;
  
  line-height:26px;
  border:2px solid #d31314;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.abo:hover, .abo:focus{
	border:2px solid #d31314;
	background-color:transparent;
	color:#d31314 !important;
	}
	

.join {
  display:block;
  border-radius: 2px;
  background-image: url(join4.png);
  background-position:0 0;
  background-repeat:no-repeat;
  height: 23px;
  width:118px;
  margin:18px 15px 0 0;
  float:left;
}

.join:hover,  .join:focus{
  background-position:0 -23px;
}


	

/*------------------------------------------------------*
*-----------------------------------     OTHERS     ----*
*------------------------------------------------------*/

.filters{
    margin-bottom: 10px;
    margin-top: 20px;
	}



.focus{
	display:block;
	background:#CCC;
	min-height:280px;
	margin-bottom:15px;
	background-image:url(https://source.unsplash.com/random?sig=51);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	}

#item-container{ margin-left:-15px; margin-right:-30px; margin-top:-15px;}

.item{
	display:block;
	background-color:#CCC;
	margin:15px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	}


.item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	-webkit-transition: all .5s ease-out 0.2s;
	-moz-transition: all .5s ease-out 0.2s;
	-o-transition: all .5s ease-out 0.2s;
	transition: all .5s ease-out 0.2s;
    background-color: rgba(0, 0, 0, 0.44);
	z-index:1;
}


.item:hover .overlay, .item:focus .overlay {
	background-color: rgba(0,0,0,0);
}


.item .item-content {
    position: relative;
	z-index:2;
}

.item .item-content h2, .item .item-content h2 {
	-webkit-transition: all .5s ease-out 0.1s;
	-moz-transition: all .5s ease-out 0.1s;
	-o-transition: all .5s ease-out 0.1s;
	transition: all .5s ease-out 0.1s;
}

.item:hover .item-content h2, .item:focus .item-content h2 {
	color: rgba(255,255,255,0);
}




.item1{width:263px; min-height:263px}
.item2{width:263px; min-height:263px}
.item3{width:263px; min-height:348px}
.item4{width:554px; min-height:220px}
.item5{width:263px; min-height:266px}
.item6{width:263px; min-height:397px}
.item7{width:263px; min-height:397px}
.item8{width:263px; min-height:266px}
.item9{width:263px; min-height:220px}
.item10{width:554px; min-height:220px}
.itemside{width:262px; min-height:397px; margin:0 auto 30px auto; display:none}

.tag{
position: absolute;
top: 10px;
left: 10px;
font-family: 'Chivo';
font-size: 14px;
color: #FFF;
background-color:#000;
padding:2px 8px;
text-align: center;
letter-spacing: 0.11em;
text-transform:uppercase;
}

.focus h2, .item h2{
font-family: 'Anton';
font-size: 36px;
color:#FFF;
line-height: 42px;
padding:55px 10px 50px 10px;
margin:0;
-webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
 letter-spacing: 0.03em;
}


.focus h3, .item h3{
font-family: 'chivo';
font-size: 12px;
color:#FFF;
margin:0;
position:absolute;
bottom:10px;
left:10px;
}

a:focus, a:hover {
    color: #FFF;
    text-decoration: none;
}

.theme-tags, .format-tags, .number-tags { display:none}


.button { 
  border-radius: 3px;
  border: solid 1px #c4c4c4;
  font-family: Chivo;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  color: #c4c4c4;
  background:#FFF;
  margin:0 10px 10px 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  }


.button:hover { 
  color:#FFF;
  background-color: #4a4a4a;
  border: solid 1px #4a4a4a;
  }  
  

#theme-title, #format-title, #number-title{
  font-family: Chivo;
  font-size: 23px;
  font-weight: 300;
  color: #9b9b9b;
  cursor:pointer;
  margin: 0;
  }

.open-bt:before{
	font-family: 'datack';
 	content: "\e918";
	    font-size: 22px;
    margin-right: 8px;
	}

.close-bt:before{
	font-family: 'datack';
 	content: "\e917";
	    font-size: 22px;
    margin-right: 8px;
	}
	
#theme-title > .close-bt, #format-title > .close-bt, #number-title > .close-bt{ display:none}
#theme-title > .open-bt, #format-title > .open-bt, #number-title > .open-bt{ display: inline-block}
#theme-title.selected > .close-bt, #format-title.selected > .close-bt, #number-title.selected > .close-bt{ display:inline-block; cursor:pointer;}
#theme-title.selected > .open-bt, #format-title.selected > .open-bt, #number-title.selected > .open-bt{ display:none}
  
#theme-title.selected, #format-title.selected, #number-title.selected{
	cursor: default;
	}


#theme-title > .open-bt, #format-title > .open-bt, #number-title > .open-bt {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
	
    -webkit-transform-origin: 5px;
    -moz-transform-origin:5px;
    -ms-transform-origin: 5px;
    -o-transform-origin: 5px;
    transform-origin: 5px;
}

#theme-title.opened > .open-bt, #format-title.opened > .open-bt, #number-title.opened > .open-bt {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}


/*------------------------------------------------------*
*-----------------------------------     ARTICLE     ----*
*------------------------------------------------------*/


.post-header {
  min-height:300px;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  position:relative;
  margin-left: -15px;
}

.post-header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.44);
	z-index:1;
}


.post-header .post-header-content {
    position: relative;
	z-index:2;
}


.post-header h1 {
  margin:0;
  padding: 10px 30% 10px 5%;
  letter-spacing: 0.02em;
  line-height: 1.3em;
  font-family: Anton;
  font-size: 48px;
  text-align: left;
  color: #ffffff;
  clear:both;
}

.post-content {
	padding:20px 20% 20px 5%;
	margin-left: -15px;
}

.post-chapo {
font-family: 'Chivo';
font-size: 22px;
font-weight: 400;
margin:10px 0;
}

.post-text {
font-weight: 400;
margin:30px 0 10px 0;
}

.post-header .tag-group {
  margin:0;
  padding: 10px 5% 0 5%;
}

.post-header .tag-group .tag {
    position: static;
	margin: 0 10px 0 0;
	float:left;
}

.post-header .tag-group .tag.petit, .post-header .tag-group .tag.moyen, .post-header .tag-group .tag.grand  { display:none;}


blockquote {
    padding: 10px 20px;
	margin: 0 0 10px 0;
    font-size: 17.5px;
    border: none;
    font-family: Chivo;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    text-align: left;
    color: #d00c00;
}


.share-footer {
  height: 60px;
  background-color: #f2f2f2;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.share_facebook, .share_twitter, .share_link {
  height: 30px;
  border-radius: 2px;
  padding:0 10px;
  line-height: 30px;
  margin:15px 0 0 15px;
  font-family: Chivo;
  font-size: 12px;
  font-weight:300;
  letter-spacing: 0.5px;
  text-align: left;
  color: #ffffff;
  display:inline-block;
  cursor:pointer;
}

.share_facebook{background-color: #324d8f;}
.share_twitter{background-color: #46a1ee;}
.share_link{background-color: #000000;}

.share_facebook > span, .share_twitter > span, .share_link > span{
	font-size: 16px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 3px;
	}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: Chivo;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42858;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #000;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    white-space: normal;
}
    
.popover.top>.arrow {
    border-top-color: #000;
}

/*------------------------------------------------------*
*-----------------------------------     SIDEBAR     ----*
*------------------------------------------------------*/


.side_item{
	border: 1px solid #f2f2f2;
    display: block;
    margin-bottom: 30px;
    max-width: 262px;
    margin: 0 auto 30px auto;
}

 
.side_item h4{
	margin:0;
	padding:20px 15px 5px 15px;
	text-transform:uppercase;
	font-family: Chivo;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-align: center;
  color: #d00c00;
}


.side_item h5{
	margin:0;
	padding:5px 15px 20px 15px;
	text-transform:uppercase;
	font-family: Chivo;
  font-size: 16px;
  letter-spacing: 1.5px;
  text-align: center;
  color: #d00c00;
  text-transform: none;
}


.side_item_join{
	background-color:#d00c00;
	background-image: url(bg-red.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	text-align: center;
}

.side_item_join h5{
  font-family: Chivo;
  font-size: 17px;
  font-weight: 300;
  color: #ffffff;
  padding: 15px 10px 8px 10px;
}

.side_item_join h4{
  font-family: Anton;
  font-size: 24px;
  line-height: 1.29;
  color: #ffffff;
  font-weight:300;
  padding: 8px 15px 15px 15px;
}

.suggest-title {
  max-width: 262px;
  font-family: Chivo;
  font-size: 14px;
  text-align: left;
  margin:30px auto 15px auto;
  display:none;
}


.sidebar-sociallinks{
	text-align:center;
	padding-bottom:20px;
	}

.sidebar-sociallinks .facebook, .sidebar-sociallinks .twitter {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0;
    font-size: 20px;
    line-height: 36px;
	float: none;
}

.sidebar-sociallinks .facebook {
	margin-right:10px;
}


.email-signup{
	padding:0 20px;
}
.email-signup .input-group{
	display:block;
}

.email-signup .input-group-btn{
    padding-top: 15px;
} 



.email-signup .form-control{
	border-radius: 2px;
  	background-color: #ffffff;
	border:0;
	height:40px;
	background-image: url(env.png);
	background-position:10px center;
	background-repeat:no-repeat;
	font-family: Chivo;
  	font-size: 12px;
  	text-align: left;
  	color: #9b9b9b;
	padding-left:40px;
	}

.email-signup .btn{
  font-family: Chivo;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-align: center;
  color: #ffffff;
  height: 40px;
  border-radius: 2px;
  background-color: #d00c00;
  width:100%;
  text-transform:uppercase;
  font-weight: 400;
  border:0;
} 

.email-signup .submit-button {
    margin-top: 0 !important;
}

.email-signup .btn {
    border-radius: 0;
}


/*------------------------------------------------------*
*-----------------------------------     EDITORIAL     ----*
*------------------------------------------------------*/

.editorial {
    padding: 0 20% 20px 5%;
}

.editorial h1 {
  font-family: Anton;
  font-size: 54px;
  color: #d00c00;
}

.editorial h2, .previous-number h2 {
  font-family: Chivo;
  font-size: 22px;
  line-height: 1.32;
  text-align: left;
  color: #d00c00;
  text-transform:uppercase;
}

/*------------------------------------------------------*
*-----------------------------------     ABONNEMENT FORM     ----*
*------------------------------------------------------*/

.feedback_form{
  border-radius: 2px;
  background-color: #f2f2f2;
  padding:20px;
  }

.feedback_form h2 {
    font-family: Anton;
  	font-size: 21px;
    font-weight: bold;
    line-height: 1.32;
    text-align: left;
    color: #d00c00;
    text-transform: uppercase;
	margin:0 0 10px 0;
}



.feedback_form .form-control{
	border-radius: 2px;
  	background-color: #ffffff;
	border:0;
	height:40px;
	font-family: Chivo;
  	font-size: 14px;
  	text-align: left;
  	color: #9b9b9b;
	}

.feedback_form textarea{
	min-height:200px;
	resize: vertical;
	}

.feedback_form .btn{
  font-family: Chivo;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-align: center;
  color: #ffffff;
  height: 40px;
  border-radius: 2px;
  background-color: #d00c00;
  width:100%;
  text-transform:uppercase;
  font-weight: 400;
  border:0;
} 

.feedback_form .submit-button {
  border-radius: 2px;
  background-color: #d00c00;
  font-family: Chivo;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-align: center;
  color: #ffffff;
  width:100%;
  text-transform:uppercase;
  border:0;
  height: 40px;
  line-height:40px;
  }



/*------------------------------------------------------*
*-----------------------------------     ABONNEMENT FORM     ----*
*------------------------------------------------------*/

#abonnement_page_new_signup_form .labeled-tags-container label input{ display:none}

#abonnement_page_new_signup_form .labeled-tags-container label{
  display:block;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  background-color: #9b9b9b;
  font-family: Chivo;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  color: #ffffff;
  text-transform:uppercase;
  padding:0;
  margin-bottom: 10px;
  }

#abonnement_en_ligne_page_new_donation_form .error-message{ display:none}

#abo-cost input{ display:none}

#abo-cost label{
  display:block;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  background-color: #9b9b9b;
  font-family: Chivo;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  color: #ffffff;
  text-transform:uppercase;
  padding:0;
  margin-bottom: 10px;
  cursor:pointer;
  }

#abo-cost label.selected{
  background-color: #4a4a4a;
  }

#abo-cost label[for="donation_amount_other"]{ display:none}
 
#abonnement_page_new_signup_form .radio{
	margin:0;
  }

#abonnement_page_new_signup_form .labeled-tags-container label.selected{
  background-color: #4a4a4a;
  }
 

.abo-form {
  background-color: #f2f2f2;
}

.abo-form h2 {
  font-family: Anton;
  font-size: 24px;
  text-align: left;
  color: #d00c00;
  margin:15px 0 0 0;
}

.abo-form input.text {
  height: 40px;
  font-family: Chivo;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-align: left;
  color: #9b9b9b;
  border:0;
  background:#FFF;
  margin-bottom:10px;
  border-radius:2px;
}

.abo-form select{
  height: 40px;
  font-family: Chivo;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-align: left;
  color: #9b9b9b;
  border:0;
  background:#FFF;
  margin-bottom:10px;
  border-radius:2px;
  width:100%;
}

.abo-form .submit {
  height: 40px;
  font-family: Chivo;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-align: left;
  color: #FFF;
  border:0;
  background-color: #d00c00;
  margin-bottom:10px;
  border-radius:2px;
  width:100%;
  text-align:center;
  text-transform:uppercase;
  margin-bottom: 10px;
}

.abo-form input.disabled{cursor: not-allowed;}

.logout {
    margin: 15px 0;
}


.logout a {
	color: #d00c00;
	text-decoration:underline;
	font-weight:bold;
}

#classic {
    width: 100%;
    height: calc(50vh - 60px);
    background-color: #d31314;
    display: table;
	text-align: center;
    text-transform: uppercase;
    color: #FFF;
    font-family: Anton;
    font-size: 52px;
	line-height: 1.15;
}

#online {
    width: 100%;
    height: calc(50vh - 60px);
    background-color: #000;
    display: table;
	text-align: center;
    text-transform: uppercase;
    color: #FFF;
    font-family: Anton;
    font-size: 52px;
	line-height: 1.15;
}


#classic p, #online p {
  display: table-cell;
  margin: 0;
  vertical-align: middle;
}

  
/*------------------------------------------------------*
*-----------------------------------     MAGAZINE     ----*
*------------------------------------------------------*/

.magazine{
	border-radius: 2px;
  	background-color: #f2f2f2;
	padding:45px;
	margin-bottom:30px;
	}


.mag-link{
font-family: Chivo;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
  color: #d00c00;
  }


.mag-link:hover, .mag-link:focus {
  color: #d00c00;
  text-decoration:underline;
  }
  
.mag-item {
	display: inline-block;
    border-radius: 3px;
    border: solid 1px #c4c4c4;
    font-family: Chivo;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    color: #c4c4c4;
    background: #FFF;
	padding:2px 8px;
	text-transform:uppercase;
}

.previous-number{
	border-radius: 2px;
  	background-color: #f2f2f2;
	padding:45px;
	margin-bottom:30px;
	}
	
.previous-number a{
font-family: Chivo;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
  color: #d00c00;
  }


.previous-number a:hover {
  color: #d00c00;
  text-decoration:underline;
  }

.edito_group .item_group, .dossier_group .item_group{ display:none;}
.edito_group ._dito, .dossier_group .dossier { display:block}


.dl-program {
	display:inline-block;
  border-radius: 2px;
  background-color: #c4c4c4;
  height: 30px;
  line-height: 30px;
  padding:0 8px;
  font-family: Chivo;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-align: center;
  color: #ffffff;
  text-transform:uppercase;
}

/*------------------------------------------------------*
*-----------------------------------     JOIN     ----*
*------------------------------------------------------*/

#secondary-join {
	margin:30px 0 0 0;
  border-radius: 2px;
  background-color: #f2f2f2;
  padding:20px;
}

#secondary-join h3 {
  font-family: Anton;
  font-size: 21px;
  text-align: left;
  color: #c4c4c4;
  margin:0;
  text-transform:uppercase;
  line-height:1.4;
}


#secondary-join .facebook, #secondary-join .twitter {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 0;
    font-size: 38px;
    line-height: 80px;
	float: none;
}

#secondary-join .facebook {
	margin-right:20px;
}

.required {
	font-family: Chivo;
    font-size: 12px;
    text-align: center;
    color: #9b9b9b;
	text-align:left;
	padding-bottom: 10px;
	z-index: -1;
}


/*------------------------------------------------------*
*-----------------------------------     EXTRA     ----*
*------------------------------------------------------*/


.editorial a {
    color: #d00c00;
}

.editorial a:hover, .editorial a:focus {
    text-decoration: underline;
}



*:focus {
	outline:0 !important;
	-webkit-box-shadow: none !important;
  	box-shadow: none !important}


/*------------------------------------------------------*
*-----------------------------------     CUSTOM ICONS     ----*
*------------------------------------------------------*/

[class^="dticon-"], [class*=" dticon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'datack' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dticon-fb:before {
    content: "\e900";
}

.dticon-tw:before {
    content: "\e901";
}

.dticon-yt:before {
    content: "\e902";
}

.dticon-in:before {
    content: "\e903";
}

.dticon-file:before {
    content: "\e904";
}

.dticon-play:before {
    content: "\e905";
}

.dticon-plus:before {
    content: "\e906";
}

.dticon-check:before {
    content: "\e907";
}

.dticon-marker:before {
    content: "\e908";
}

.dticon-calendar:before {
    content: "\e909";
}

.dticon-eye:before {
    content: "\e910";
}

.dticon-eye2:before {
    content: "\e911";
}

.dticon-people:before {
    content: "\e912";
}

.dticon-pcf:before {
    content: "\e913";
}

.dticon-speaker:before {
    content: "\e914";
}

.dticon-loudspeaker:before {
    content: "\e915";
}

.dticon-peopleflag:before {
    content: "\e916";
}

.dticon-croix:before {
  content: "\e917";
}
.dticon-fleche:before {
  content: "\e918";
}
.dticon-paperclip:before {
  content: "\e919";
}

/*------------------------------------------------------*
*-----------------------------------     RESPONSIVE LAYOUT     ----*
*------------------------------------------------------*/


@media only screen and (max-width : 1200px) {
.item1{width:214px; min-height:263px}
.item2{width:214px; min-height:263px}
.item3{width:214px; min-height:348px}
.item4{width:214px; min-height:220px}
.item5{width:214px; min-height:266px}
.item6{width:214px; min-height:397px}
.item7{width:214px; min-height:397px}
.item8{width:214px; min-height:266px}
.item9{width:214px; min-height:220px}
.item10{width:214px; min-height:220px}	

.focus h2, .item h2 {font-size: 30px;line-height: 36px;}
.itemside{width: auto; min-height:348px}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
#item-container{ margin-left:-15px; margin-right:15px}
.item1{width:100%; min-height:263px}
.item2{width:100%; min-height:263px}
.item3{width:100%; min-height:348px}
.item4{width:100%; min-height:220px}
.item5{width:100%; min-height:266px}
.item6{width:100%; min-height:397px}
.item7{width:100%; min-height:397px}
.item8{width:100%; min-height:266px}
.item9{width:100%; min-height:220px}
.item10{width:100%; min-height:220px}

.side_item{float:left; width:214px; margin-right:15px}
.itemside{width: auto; min-height:263px}
.focus h2, .item h2 {font-size: 36px;line-height: 42px;}
.suggest { clear:both;}
.suggest-title { max-width: auto; margin: 15px 0 15px 0;}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

.black-moto, .red-moto{ display:none}
	
	
	
.magazine .img-responsive {
    margin-bottom: 30px;
}


.navbar-inverse .navbar-nav>li>a {
    font-size: 26px;
    letter-spacing: 5px;
    line-height: 32px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-nav {margin: 0 -15px}


.navbar-nav::after {margin:25px auto 0 auto;}




#theme-title, #format-title, #number-title{font-size: 18px;}
.open-bt:before, .close-bt:before{font-size: 16px;}
	

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

#theme-title, #format-title, #number-title{font-size: 15px; color:#4a4a4a}
.open-bt:before, .close-bt:before{font-size: 13px;margin-right: 6px; color:#4a4a4a}
.button {border: solid 1px #4a4a4a; color: #4a4a4a;}

.side_item{float:none; margin:0 auto 15px auto}
.post-content {padding: 20px 5% 20px 5%;}
.focus h2, .item h2 {font-size: 30px;line-height: 36px;}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
.focus h2, .item h2 {font-size: 24px;line-height: 32px;}
}

