/* Fichier perso.css de surcharge de styles spip et crea de nouvelles balises */

/* Let's default this puppy out
-------------------------------------------------------------------------------*/
.abs{
	position: absolute;
	bottom: 0;
	background-color: black;
	padding: 4px;
}
h1, .h1, .h1-like, h2, .h2, .h2-like, h3, .h3, .h3-like, h4, .h4, .h4-like, h5, .h5, .h5-like, h6, .h6, .h6-like, .secondary h1, .secondary .h1, .secondary .h1-like, .secondary h2, .secondary .h2, .secondary .h2-like, .secondary h3, .secondary .h3, .secondary .h3-like, .secondary h4, .secondary .h4, .secondary .h4-like, .secondary h5, .secondary .h5, .secondary .h5-like, legend{
      font-family:arial, sans-serif;
}
p{
      font-family: Georgia, Cambria, Times New Roman, Times, serif;
      /*font-family: arial;*/
      color: black;
}
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}			
		
a{text-decoration: none}
ul{margin: 0;padding: 0}
ul li{float: none;list-style: none}
input {border: 0;}
p{
      margin-bottom: 1em;
  font-weight: lighter;
  line-height: 22px;
}

hr{
      margin:0px 0;
      background: #ff4d42;

}
.orange{color: #ff4d42}
.bg_orange{background-color:#f17d32;
}
.clear{clear: both}
.float_left{float: left;}
.float_right{float: right;}

.align_center{text-align:center}
.align_left{text-align:left}
.align_right{text-align:right}

.hide {display: none;}
.show {display: block;}
.vhidden{
	opacity: 0;
	visibility: hidden;
}
*{
	-webkit-font-smoothing: subpixel-antialiased;
  	-webkit-backface-visibility: hidden;
}
/*
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
*/
*,
*:after,
*:before {
  -moz-box-sizing:border-box;
  box-sizing:border-box;
/*  -webkit-font-smoothing:antialiased;
  font-smoothing:antialiased;
  text-rendering:optimizeLegibility;*/
}

*:focus {
    outline: 0;
}
textarea:focus, 
input:focus
button:focus{outline: 0;}

strong,b{font-weight: bold;}

.mr10{margin-right: 10px;}
a{color:black;text-decoration: none}
/*a{color:#000000;text-decoration: none}
a:hover{color:#ff4d42; text-decoration: underline}
a, a:visited{color:#000000;}*/
a:hover{color:#ff4d42; text-decoration: none}
a:focus, a:hover, a:active{background-color:transparent; text-decoration: none;}

.anime{
	-webkit-transition: all .2s ease-out;
       -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
         -o-transition: all .2s ease-out;
            transition: all .2s ease-out;
}
.anime_md{
	-webkit-transition: all .4s ease-out;
       -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
         -o-transition: all .4s ease-out;
            transition: all .4s ease-out;
}
.anime_lg{
	-webkit-transition: all .8s ease-out;
       -moz-transition: all .8s ease-out;
        -ms-transition: all .8s ease-out;
         -o-transition: all .8s ease-out;
            transition: all .8s ease-out;
}

h1,h2,h3,h4{
	/*text-transform: uppercase;*/
	font-weight: 100;
	-webkit-font-smoothing: antialiased;
}

.alignleft{float: left;}
.alignright{float: right}

.sep_5{
	height: 5px;
}

.sep_20{
	height: 20px;
}


.btn_outline_gray{
	background-color: transparent;
	color:#999999;
	border:1px solid;
	border-radius: 10px;
}

.outline{
	/*box-shadow: inset 0 0 1px #fff, inset 0 0 1px #fff, inset 0 0 1px #fff;*/
	border:1px solid;
}

.truncate {
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.grayscale{
	/*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");*/ /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.vertical{
    writing-mode:tb-rl;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -o-transform: rotate(90deg);
    white-space:nowrap;
    display:block;
    bottom:0;
    width:20px;
    height:20px;
}

.bg_orange{
      background-color:#ff4d42
}
.bg_orange .span3 time{color: white;}

.spip_documents{margin-top:0}

.trame_orange{
  width: 100%;
  height: 100%;
  position: absolute;top: 0;
  opacity: 0.6;
  background:url(
    data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAHElEQVQIW2P87+30n3HrPkYGKIAzMARgKjFUAABZVQgFIREixwAAAABJRU5ErkJggg==
   ) repeat;
}
.label, .badge{
  background-color: transparent;
  color: black;
  font-weight: 100;
}
.icon-tag,
.icon-calendar,
.icon-user{display: none;}

.breadcrumb{padding: 0; background-color: transparent; }
.breadcrumb,
p.publication{margin-bottom: 10px;}

.sep_20{height: 20px}
.sep_30{height: 30px}
.inline{display: inline;}

.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret{
    border-top-color: white;
    border-bottom-color: white;
}

.navbar-fixed-top{position: fixed;}
/*==========================
  TYPO
  ==========================*/
@font-face {
    font-family: 'TradeGothic-BoldCondTwenty';
    src: url('../polices/TradeGotBolConTwe.eot');
}

@font-face {
    font-family: 'TradeGothic-BoldCondTwenty';
    src: url('../polices/TradeGotBolConTwe.woff') format('woff'),
    url('../polices/TradeGotBolConTwe.svg') format('svg');
}
@font-face {
    font-family: 'TradeGothic-BoldCondTwentyObl';
    src: url('../polices/TradeGotBolConTweObl.eot');
}

@font-face {
    font-family: 'TradeGothic-BoldCondTwentyObl';
    src: url('../polices/TradeGotBolConTweObl.woff') format('woff'),
    url('../polices/TradeGotBolConTweObl.svg') format('svg');
}
       
h1,h2{
      font-family: 'TradeGothic-BoldCondTwenty';
      color: black;
}
h3{
      font-family: 'TradeGothic-BoldCondTwentyObl';
      font-size: 30px;
}
.TradeGothic-BoldCondTwentyObl{font-family: 'TradeGothic-BoldCondTwentyObl' !important;}
/* carousel */

 .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 70%;
      margin: auto;
  }
  

html,body{
  font-family:arial, sans-serif!important;
  font-size:14px;
  line-height:18px;
  color: black;
  background-color: #f5f5f5;
}

/*==========================
  BLOCKS
  ==========================*/
#header,
.page_sommaire #header{
      padding:0;
      
}
.lead{
  margin:0;
  margin-top:93px;
}

#banner{
      
      /*margin-bottom: 60px;*/
}
section{
      padding:60px 0;
}
section h2{
      font-family: 'TradeGothic-BoldCondTwentyObl';
      font-size:30px;
      margin-bottom:20px;
}
section.bg_orange h2{color:white}


#footer{
    background-color: #ff4d42;
    
}
#footer,
#footer a{
    color: white;
}
/*==========================
  NAV
  ==========================*/
.navbar{
  margin:0  
}
.navbar-inverse .navbar-inner{
      background-image:none;
      background-color:#ff4d42;
      border:none;
      color:white;
      padding:20px;

      -webkit-transition: all .2s ease-out;
         -moz-transition: all .2s ease-out;
          -ms-transition: all .2s ease-out;
           -o-transition: all .2s ease-out;
              transition: all .2s ease-out;
}
.navbar.small_header .navbar-inner{
  padding: 5px;
}
.navbar-inverse .brand, .navbar-inverse .nav > li > a{
      color:white;
      box-shadow:none;
      -webkit-box-shadow:none;
      text-shadow:none;
      -webkit-text-shadow:none;
}

ul.nav > li{position: relative;}
ul.nav > li:after{
  content: "/";
  position: absolute;
  right: 0;
  top: 10px;
}
ul.nav > li:last-child:after{display: none;}
.navbar .nav > li > a{padding: 10px 15px 10px 10px}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus{
      box-shadow:none;
      -webkit-box-shadow:none;
      color:white;
}
.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus{
      background:transparent;
      font-weight:bold;
}
.brand{
      background-image:url(https://contre-attaques.org/squelettes/images/contre-attaques-logo.png);
      background-image:url(https://contre-attaques.org/squelettes/images/contre-attaques-logo-r.png);
      background-size:contain;
      background-repeat:no-repeat;
      /*width: 274px;height:64px;*/
      width: 224px;height: 53px;
      text-indent:-999px;
}
.navbar .brand{margin-left:0; padding:0; margin-right: 20px;}

/** DEBUT modif peg 19mai travail moteur recherche display:none */
.navbar-search {
    float: left;
    margin-bottom: 0;
    margin-top: 5px;
    position: relative;
}
.navbar-search .search-query {
    border-radius: 0px;
font-family: Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 8px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 0;
    padding: 4px 14px;
}

.navbar-inverse .navbar-search .search-query {
      background-color: transparent;
    border-color: transparent;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.15);
    color: #ffffff;
    transition: none 0s ease 0s ;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
    color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused {
    background-color: transparent;
    border: 0 none;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    color: #333333;
    outline: 0 none;
    padding: 5px 15px;
    text-shadow: 0 1px 0 #ffffff;
}


.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    background-image: none;
    background-repeat: repeat-x;
    border-color: transparent;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}

/* END modif peg 19mai travail moteur recherche display:none */

.navbar .nav{margin-top:5px;}

.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: none;
  background-color: transparent;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: none;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  border-color: #040404 #040404 #000000;
  border-color: transparent;
  filter: none;
}
.navbar .btn-navbar{
        -webkit-box-shadow: none;
	box-shadow: none;
}
/*==========================
  CONNECTEURS
  ==========================*/
.connecteurs li{
      background-color:white;
      
      width:34px;height:34px;
      float:right;
      margin-left:10px;
      
  text-align: center;
}
.connecteurs li:hover{background-color: #ff4d42;}
.connecteurs li:hover a{color: white;}
.connecteurs li a{
  color:#ff4d42;
  font-size: 16px;
}
.connecteurs li a .fa{padding: 8px;}

#header-search{position: relative;}
#header-search .formulaire_spip{display: none;position: absolute;
  top: 29px;
/*  top: 0;
  right: 60px;*/
}
#header-search:hover .formulaire_spip{
  display: block
}
.formulaire_spip #recherche{
  border: 0;
  border-radius: 0;
  background-color: white;
  box-shadow: none;
  color: #ff4d42;
  width: 182px;
  font-size: 14px;
}
.formulaire_spip button{display: none;}
/*==========================
  CAROUSEL
  ==========================*/
.carousel-control{
  background-color: transparent;
  border: 0;
  color: white !important;
  opacity: 1;
}

.carousel{margin-bottom:0;}
#banner .carousel-indicators{
        position: absolute;
  top: auto;
  right: 20px;
  z-index: 5;
  margin: 0;
  list-style: none;
  bottom: 20px;
}

#banner .img{
  background-size: cover;
  height: 456px !important;
  padding-bottom: 0!important;
}
#banner .carousel-caption{
width:50%;
padding:20px;
background-color:#ff4d42;
text-align:left;
left:auto;right:auto;
}
.carousel-caption h3{margin-bottom:10px; color:white}
.carousel-caption p{font-family:arial,sans-serif; display: none;}

.carousel-inner > .item{
      background-size:cover;
      background-repeat:no-repeat;
      background-position:center center;
      /*min-height:486px;*/
      max-height: 456px;
      width: 100%;
}
.carousel-inner > .item .container{
      
}
.carousel-inner > .item img{
      display:none;
}
.carousel-indicators li{
    background-color: #ff4d42;
    cursor: pointer;
}
.carousel-indicators li:hover{
    background-color: white;
}

/*==========================
  BANNER
  ==========================*/
#banner{
  padding: 0;
}

/*==========================
  #mises_en_avant
  ==========================*/
.page_sommaire section .span3{text-align: center;}
.page_sommaire section .span3 h2 img{margin-bottom: 20px;}
.page_sommaire section .span3 small{display: none;}
.page_sommaire section .span3 h2{font-size: 24px;text-align: center;}
.page_sommaire section .span3 h2 > a:hover{
  text-decoration: none;
  
}
.page_sommaire section .visuel{
    margin-bottom: 20px;
    position: relative;
    width: 270px; width: 100%;
    height: 180px; height: auto;
}
.page_sommaire section .visuel img,
.page_sommaire section .visuel ul{
    position: absolute;
    left: 0;
    top: 0;
}
.page_sommaire section .visuel ul{
    right: 0;
}
.page_sommaire section .visuel:hover ul{
  display: block;
}
.page_sommaire section .span3:hover h2 > a{color: #ff4d42;}

.page_sommaire section p{
    text-align: justify;
    font-size: 16px;
}
.page_sommaire section p.surtitre{
    text-align: center;
    font-size: 12px; line-height: 12px;
}

.page_sommaire section.bg_orange h2 > a,
.page_sommaire section.bg_orange .publication a{color: white;}
.page_sommaire section.bg_orange .span3:hover h2 > a{color: #000;}

/*==========================*/


#videos .carousel-indicators{
  bottom: 15px;
  right: 50%;
  top: auto;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
#videos .carousel-indicators li{
  float: none;
  display: inline-block;
}
#videos .carousel-inner{
  min-height: 749px;
}

#videos iframe{
      width:100%;height:561px;
      margin-bottom:20px;
}

.bg_orange h3,
.bg_orange p{
      color:white;
}
.bg_orange h3{
      margin-bottom:10px;
}
  
.bg_orange .span3 p a{
  color: white!important;
  text-decoration: underline;
}
/*==========================
  ARTICLE
  ==========================*/
.info_auteur{
    margin-top: 406px;
    margin-top: 0;
    margin-bottom: 20px;
}
.rond{
    width: 80px; height: 80px;
    border-radius: 80px;
    background-color: #ff4d42;
    float: left;
    margin-right: 10px;
    overflow: hidden;
    
}
.rond,
.auteur_bio{
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
}
.auteur_bio{max-width: 57%; word-wrap: break-word;}
.auteur_bio p{font-size: 12px;}
p.twitter_auteur,
p.fb_auteur{
    display: inline-block;
    font-size: 16px;
    margin-right: 10px;
}
/*
.auteur_bio a[href]:before {
    content: "<a href='" attr(href) "'>";
}
.auteur_bio a[href]:after {
    content: "</a>";
}
*/
.rond img{height: 80px; width: auto;}
.article-ps-16{
    float: left;
    width: 150px;
}
.page_auteur #wrapper{margin-top: 110px;}
.page_article .wrapper{margin-top:93px;}
.page_article .surtitre{text-align: left; font-family: arial; font-size: 14px;}
.page_rubrique #wrapper,
.page_mot #wrapper{margin-top: 110px;}
article{
      padding:20px 0;
}
article h1,
article h2{
      font-family: 'TradeGothic-BoldCondTwentyObl';
      font-size:60px;
      /*margin-bottom:20px;*/ 
      line-height: 47px;
      color: #ff4d42;
      max-width: 90%;
}
ul.inline > li, ol.inline > li{padding-right: 0}
ul.inline > li:last-child .sep{display: none}
.authors a{color: #ff4d42;}
header.cartouche .row{margin-left: 0}

article span.adapt-img-wrapper{
    width: 100%; min-height: 456px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

article .main{max-width: 100%; padding: 20px 0;}
article .main,
article .main .adapt-img-wrapper,
article .main .visue_ref{margin-bottom: 20px;}
.page_article article .main{padding: 20px 0 0; margin-bottom: 0}

article .credits p{font-size: 12px; line-height: 16px;}

article .span2 h2{display: none;}
article p{font-size: 16px; line-height: 24px;}
article p a{color: #ff4d42}

.texte h3{
    /*font-family: Georgia, Cambria, 'Times New Roman', Times, serif;*/
    font-family: 'TradeGothic-BoldCondTwentyObl';
    color: #ff4d42;
    margin-bottom: 1em;
}

.notes{
    max-width: 100%;
    -webkit-columns: 3;
    -moz-columns: 4;
    columns: 3;
    -webkit-column-gap : 3rem;
    -moz-column-gap : 3rem;
    column-gap : 3rem;
}
.notes > div{
    vertical-align: top;
    display: inline-block;
    padding-left: 30px;
}

aside.secondary .span3{margin-bottom: 1.14285714em}
aside.secondary .row{/*margin-left: 263px;*/}
aside.secondary h2,
aside.secondary h2 a,
aside.secondary h3,
aside.secondary h3 a{
  color: #ff4d42 !important;
  font-family: 'TradeGothic-BoldCondTwentyObl';
}
aside.secondary h2{
    font-size: 27px;
  width: 100%;
}

.article_tags{margin-bottom: 20px;}
.article_tags a{
  margin-right: 5px;
  padding: 5px;
  color: white;
  background-color: #FF4D42;
}
aside.secondary .visuel{position: relative; height: 180px; margin-bottom: 10px;}
aside.secondary .visuel .spip_logos{
    width: 270px !important; height: 180px;
    width: 100% !important;
}
aside.secondary .visuel .spip_logos,
aside.secondary .visuel .connecteurs{
  position: absolute;
  top: 0;
}
aside.secondary .visuel .connecteurs{right: 0;}
aside.secondary h3{font-size: 20px; text-align: center;}
aside.secondary h3 a{color: black !important;}
aside.secondary .publication p{text-align: justify;}

aside.secondary .bg_orange,
aside.secondary .bg_orange a{color: white !important; padding: 10px;}
/*==========================
  RUBRIQUE
  ==========================*/
.page_rubrique section{padding: 0}
.page_rubrique .page{margin-top:93px;}
.page_rubrique header.accueil{display: none;}
.page_rubrique h1,
.page_contact h1,
.page_rubrique h2,
.page_mot h1{
    font-family: 'TradeGothic-BoldCondTwentyObl';
    font-size:60px;
    margin-bottom:17px;
    line-height: 47px;
    color: #ff4d42;
    width: 50%;
    /*text-transform: capitalize;*/
}
.page_contact section{padding-top: 113px}
.page_contact h1{text-align: left;
font-size:30px;
      margin-bottom:20px;
}
.page_contact .container > header{padding: 0;}

.page_rubrique h2{
    font-size:30px;
      margin-bottom:20px;
}
.page_rubrique article .spip_logos{
    float: left;clear: left;
    margin:0 20px 0 0;
    height: 120px;
}
.page_rubrique article a{
    font-family: 'TradeGothic-BoldCondTwentyObl';
    font-size:30px;
    color: #000000 !important;
}
.page_rubrique article:hover a{
    color: #ff4d42 !important;
}
.page_rubrique article .h3-like a:hover{
 /* text-decoration: none;
  color: #ff4d42;*/
  text-decoration: none;
  color: #ff4d42 !important;
}

.chapo,
.chapo p{
  font-weight: bold;
}
/*==========================
  SOCIAL
  ==========================*/
.partages{margin-bottom: 20px; display: inline-block;}
.social li{
  float: left;
  margin-right: 10px;
  height: 41px;
}
.sp_social{height: 41px; display: inline-block;}
.sp_fb{
  width: 168px;
  background-image:url(../images/btn-fb.png);
}
.sp_tw{
  width: 150px;
  background-image:url(../images/btn-tw.png);
}
/*==========================
  WEB
  ==========================*/
#le_Web{}
#le_Web .container .orange { color: #ffffff;}

.twtr-doc{width: 100% !important}
.fb_modeles iframe{width: 100% !important}

/*==========================
  ARCHIVE GRID
  ==========================*/
.page_rubrique nav.filtres{
    margin-top: 17px;
}
.page_rubrique nav.filtres li{
    float: left;
    margin-right: 10px;
    background-color: rgb(255, 77, 66);
    color: white;
    padding: 5px;
}
.page_rubrique nav.filtres li:last-child{margin-right: 0;}
.page_rubrique nav.filtres li a{color: white;}

.mea{
    position: relative;
    height: 540px;
    overflow: hidden;
}
.mea .caption,
.mea .connecteurs{position: absolute;}

.mea .caption{
    bottom: 0; 
    color: white;
    padding: 10px;
    max-width: 50%;
}
.mea .caption a{color: white;}
/*
.span3{
    background-color: white;
    padding-bottom: 20px;
    margin: 0px;
    margin-bottom: 30px;
}
.span3 .visuel{
    position: relative;
    width: 100%;
    min-height: 170px;
    margin-bottom: 20px;
}
.span3 .visuel .spip_logos .img{
    width: 100%!important; 
    height: 100%!important;
    background-size: cover!important;
    background-repeat: no-repeat;
}

.span3 .visuel > a,
.span3 .visuel .spip_logos,
.span3 .visuel .connecteurs{position: absolute;}
.span3 .visuel .connecteurs,
.span3 .visuel .connecteurs{right: 0;}

.span3 h2{
    line-height: 22px;
    width: 100%;
    font-size: 20px;
    text-align: center;
}
.span3 p{text-align: justify;}
*/

.card_txt{margin: 0 20px; text-align: center;}

.page_rubrique .span3{
    background-color: white;
    padding-bottom: 20px;
    margin: 0px;
    margin-bottom: 30px;
}
.page_mot .span3{
  background-color: white;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.page_rubrique .card_txt,
.page_mot .card_txt{margin: 0 20px; text-align: center;}

.page_rubrique .span3 .visuel,
.page_mot .span3 .visuel{
    position: relative;
    width: 100%;
    min-height: 170px;
}
.page_rubrique .span3 .visuel .spip_logos,
.page_rubrique .span3 .visuel .spip_logos .img,
.page_mot .span3 .visuel .spip_logos,
.page_mot .span3 .visuel .spip_logos .img{
    width: 100%!important; 
    height: 100%!important;
}
.page_rubrique .span3 .visuel .spip_logos .img,
.page_mot .span3 .visuel .spip_logos .img{
    background-size: cover!important;
    background-repeat: no-repeat;
}
.page_mot .span3 .visuel > a,
.page_mot .span3 .visuel .spip_logos,
.page_mot .span3 .visuel .connecteurs,
.page_rubrique .span3 .visuel > a,
.page_rubrique .span3 .visuel .spip_logos,
.page_rubrique .span3 .visuel .connecteurs{position: absolute;}
.page_rubrique .span3 .visuel .connecteurs,
.page_mot .span3 .visuel .connecteurs{right: 0;}

.page_rubrique .span3 .visuel .connecteurs li,
.page_rubrique .span3 h2 .visuel .connecteurs a{line-height: 16px;}
.page_rubrique .span3 .visuel,
.page_mot .span3 .visuel{
    margin-bottom: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.page_rubrique .span3 h2,
.page_mot .span3 h2{
      line-height: 22px;
  width: 100%;
  font-size: 20px;
  text-align: center;
}

.page_rubrique .span3 p,
.page_mot .span3 p{text-align: justify;}

.surtitre{
  text-align: center;
  font-family: Georgia, Cambria, 'Times New Roman', Times, serif;
}
.carousel-caption .surtitre{
  color: white;
  font-size: 16px;
}

.page_mot #wrapper section{/*padding: 30px 0 0;*/}

.page_rubrique .mea .partages{display: none;}

/*==========================
  CaR
  ==========================*/
::-webkit-input-placeholder {
   color: #ff4d42 !important;
   line-height: 38px;
}

:-moz-placeholder { /* Firefox 18- */
   color: #ff4d42 !important;  
   line-height: 38px;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #ff4d42 !important;  
   line-height: 38px;
}

:-ms-input-placeholder {  
   color: #ff4d42 !important;  
   line-height: 38px;
}
.page_rubrique h2{ font-size: 60px; }
.page_rubrique .formulaire_spip{padding: 0;}
.page_rubrique .formulaire_spip li{margin:0; margin-bottom: 20px; padding: 0;}
.page_rubrique .formulaire_spip input,
.page_rubrique .formulaire_spip select,
.page_rubrique .formulaire_spip textarea,
.page_contact .formulaire_spip input,
.page_contact .formulaire_spip select,
.page_contact .formulaire_spip textarea{
    width: 100%;
    font-size: 30px;
    padding: 6px;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    height: auto;
    font-family: 'TradeGothic-BoldCondTwentyObl';
    color: #ff4d42;
    border-radius: 0;
    margin: 0;
}
.page_rubrique .formulaire_spip input[type=submit],
.page_contact .formulaire_spip input[type=submit]{
    background-image:none;
    background-color: #ff4d42;
    color: white;
    line-height: 30px;
}
.page_rubrique .formulaire_spip input[type=submit]:hover,
.page_rubrique .formulaire_spip input[type=submit]:active,
.page_contact .formulaire_spip input[type=submit]:hover,
.page_contact .formulaire_spip input[type=submit]:active{
    background-color: white;
    color: #ff4d42;
}

.page_contact form{
  width: 50%;
}

/*==========================
  STT
  ==========================*/
.stt_btn{
    position: absolute;
    color: white;
    top: 0;
    background-color: #ff4d42;
    padding: 10px;
    border-radius: 2px;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    cursor: pointer;
}
.stt_btn:hover{
    color: #ff4d42;
    background-color: white;
}
.stt_btn_twitt{
    cursor: pointer;
}

.stt_btn_close{
    position: absolute;
    right: -10px;
    top: -13px;
    background: #ff4d42;
    padding: 5px;
    cursor: pointer;
}
.stt_btn:hover .stt_btn_close{
    color: #ff4d42;
    background-color: white;
}
/*==========================
  MEDIA QUERY
  ==========================*/
@media (min-width: 768px) and (max-width: 1024px){
    .navbar-inverse .navbar-inner{padding: 10px;}
    .nav-collapse .pull-right{display: none}
    .brand{width: 183px; height: 43px;}
    .page_article .wrapper{margin-top: 3px;}
    .rond, .auteur_bio{margin-bottom: 20px;}
    aside{margin: 0 10px;}
}

  
/*bloc bas de page provisoire dis-moi comment je nomme ce bloc*/
#rappel h1{color: white;}
#rappel{ 
    background-color: #ff4d42;
    background-image: none;
    border: medium none;
    color: white;
    padding: 20px;margin-top:10px;
    
    background-color: #ff4d42;
    background-image: none;
    border: medium none;
    color: white;
    padding: 20px;
    display: none;
}

/*==========================
  DONS
  ==========================*/
#dons{
  font: 1em sans-serif;
  text-transform: uppercase;
  max-width:200px;
  text-decoration: none;
  display: block;
  background: #ff4d42;
  text-align: center;
  margin: auto;
  padding: .75em .5em;
  color: #FFF;
  position:fixed;
  bottom:0;right:0;
}


/*==========================
  MEDIA QUERY
  ==========================*/

h2.orange{color: #ff4d42;}

#le_Web .container h2.orange{
    color: #ff4d42;
}

@media (max-width: 767px){
    .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner{
        padding: 5px!important;
      }
    .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
        color: #ffffff;
    }

    .navbar-inverse .btn-navbar:hover, 
    .navbar-inverse .btn-navbar:focus, 
    .navbar-inverse .btn-navbar:active, 
    .navbar-inverse .btn-navbar.active, 
    .navbar-inverse .btn-navbar.disabled, 
    .navbar-inverse .btn-navbar[disabled]{
      background: transparent;
    }
    ul.nav > li:after{content:"";}
    .nav-collapse .pull-right{float: left;}
    .pull-right .connecteurs-container{margin-bottom: 10px;}
    .pull-right nav li{text-align: right;}
    .wrapper,
    aside{margin-left: 10px; margin-right: 10px;}
    .wrapper{margin: 0; padding: 0 10px;}

    .lead{margin-top:0;}

    #banner .img{background-size: cover !important;}
    .span3{margin-bottom: 60px;}
    aside.secondary .visuel{overflow: hidden;}
    .partages .social li{margin-bottom: 5px;}
    .info_auteur{margin-bottom: 0;}

    #footer{padding: 0 10px;}
    #footer li{display: block !important; text-align: center;}
    
    .page_rubrique .page{margin-top: 88px;}
    .page_rubrique #wrapper, 
    .page_mot #wrapper{
      margin-top: 0px;
    }
    .page_article article{margin-top: 0;}

    .page_article article h1,
    .page_rubrique header h1{
      font-size: 30px;
      line-height: 30px;
    }
    
    .page_rubrique h1, 
    .page_contact h1, 
    .page_rubrique h2, 
    .page_mot h1{width: auto;}
    .filtres li{margin-bottom: 10px;}

    .mea{height: 150px;}
    .mea .caption{display: none;}
}


[class*="span"]{
}

/* popup */
#modal{
  position:fixed;
  width:100%; height:100%;
  background-color:rgba(0,0,0,0.8);
  display:none;
}
.modal_inner{
  position:relative;
  width:560px; height:315px;
  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); 
  background-color:red;
}
.modal_close{
  position:absolute;
  right:0;
  top:-25px;
  color:white;
  cursor:pointer;
}