a {
  color:#000;
}

.classic {
  font-family: 'Poppins', sans-serif;
}
.classic p {
  font-size : 14px;
}
.wiki p.first{
    font-size:14px;
}
.classic H1{
  color:#000; text-align: left;
  font-family: 'Poppins', sans-serif;
}
.central-page h1 {
  color:#000;
  font-size : 20px;
}

.content_art_ h1{
  font-size : 22px;
}

  .logo_PFP{
    margin-left:auto;
    margin-right:auto;
    text-align:center;
  }

  .en_partenaire{
    padding : 20px 20px;

  }
  .central-page-contenu{
    padding :0px 0px;
    background:#fff;
  }

  .repart2t1t .colgauche{
    width:686px;
  }

  

  .colgauche .gris {
    color:#b2b2af;
    padding : 0px 0px 10px 0px;
  }

  .colgauche .chapo{
    font-weight:bold;
  }
  
  .art .ip_titre {
    text-transform:uppercase;    
  }

  .home .art_home{
    margin-bottom:20px;
  }

  .art_home{    
    border-radius: 2px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 400;
    flex-flow: row wrap;   
    overflow: hidden;
    position: relative;
  }
  .art_home:hover{
    opacity: 0.80;
  }
  .visual {    
    position: relative;
    z-index: 2;
  }
  .visual img {
    display: block;
    height: 180px;
    width: 310px;
  }

  .surtitle{
    position: absolute; 
    top : 10px; 
    right:10px;
    font-size:14px;    
    color:#fff;
    background-color:#00abad;
    padding : 3px 3px;
  }

  .info-box h2{
    position: absolute; 
    top : 50px; 
    left:0px;
    font-size:15px;
    
    color:#fff;
    text-decoration:underline; 
    padding : 10px 10px;   
  }
  .info-box h2 a {
    color:#fff;
  }
  .more-link a:hover {
    color:#a1217d;
  }
  .fleche{margin: auto;width:70px;height:70px;z-index: 2;position:absolute;left: 50%;top: 50%; -webkit-transform: translateX(-50%) translatey(-50%); -moz-transform: translateX(-50%) translatey(-50%); transform: translateX(-50%) translatey(-50%);}
 
.speech-bubble {
  position: relative;
  background: #ffffff;
  border-radius: .4em;
}

.speech-bubble:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 24px solid transparent;
  border-bottom-color: #ffffff;
  border-top: 0;
  border-right: 0;
  margin-left: -12px;
  margin-top: -24px;
}

.speech-bubble_bas {
  position: relative;
  background: #ffffff;
  border-radius: .4em;
}

.speech-bubble_bas:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 24px solid transparent;
  border-top-color: #ffffff;
  border-bottom: 0;
  border-right: 0;
  margin-left: -12px;
  margin-bottom: -24px;
}


.absolute {
  position: absolute;
  width: 250px;
  min-height: 155px;
  top: 10px;
  left: 0px;
  padding-right:0px;
}

.relative {
  position: relative;
  min-height: 155px;
  background-color: #fff;
  top: 10px;
  
  margin: 0px 0px 0px 0px;
  padding: 0px 15px;
  width: 450px;
  min-height:160px;    
  float: right;
}

.image_art{
  min-height:160px;
}



.contenu-extrait-article .classic h2{
  color:#577ebc;
  font-size: 16px;
}


.header_article .slogan{
  float:right; 
  padding-top:55px;
  font-size: 35px;
}
.header_article .logo_PFP{
  float:left;
  width:300px;
  text-align:left;
  padding-top:20px;
}
.header_article .en_partenaire{
  float:left;
  text-align:left;  
  padding-left:0px;  
}
.wrapper-header{
  width:1000px;
  margin-left:auto;
  margin-right:auto;
}


.bloc_presentation{
  /*font-size:17px;*/
  text-align:center;
}
.tourquoise{
  color:#72bae6;
  font-weight:bold;
}
.tourquoise_claire {
  color:#37c0ae;
  font-weight:bold;
}
.theme_en_bref {
  padding: 0px 0px;
  display: inline;
}
.theme_en_bref_text {
  padding: 5px 5px;
  color: #fff;
}

.radio-toolbar input[type="radio"] {
  display: none; 
}

.radio-toolbar label {
  display: inline-block;  
  padding: 3px 11px;
  cursor: pointer;
}

.radio-toolbar input[type="radio"]:checked+label {
  background-color: #bbb;
}


.image_art{
  min-height:160px;
}
.btn-contact a{
  color: #FFFFFF; 
  font-weight:bold;
  font-size:16px;
  padding-left:10px;
}
.btn-contact a:hover{
  text-decoration: none;
}
.btn-contact {
  color: #FFFFFF;    
  background-color: #028893;    
  padding :10px 5px;
}
.btn-contact:hover,
.btn-contact:focus,
.btn-contact:active
{
  color: #fff;
  background-color: #c99300;
} 


.video-container { 
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
  max-width: 640px;
  max-height:360px;
  margin-left:auto;
  margin-right:auto;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
  max-width: 640px;
  max-height:360px;
}

@media only screen and (max-width: 736px) {  
  .logo_PFP{
    width:100%;
  }
    
  .header_article .slogan{
    font-size: 18px;
    padding-top:10px;
  }
  
  .header_article .logo_cogedim{
    width:50px;
  }
  
  .visual img {
    display: block;
    height: 180px;
    width: 100%;
  }    
  .repart2t1t .coldroite .PortletColumn .col-item > div{
   display:block;
 }
 /*Home*/
 .repart2t1t .colgauche{
	  width:auto;
	}

	.filtre li {
	 margin-left:10px;
	 padding:2px 25px;
	 float:left; /*pour IE*/ 
	 width: 40%;
	}      
	.filtre ul li.ip_home, .filtre ul.home li.ip_home {
	  margin-left:10px;
	}
	
	.central-page-contenu {
	  background-color:#fff;
	  padding : 0px 10px;
	}    
	.header .header_logo span {padding-left:0px;font-size:20px;line-height:20px;}
	
	.header .header_outer_en_partenariat span {padding-left:0px;}
	.photo-videolcl {width:100%;}
	.videoPair {float:left;}
	.carreOr, .introPresentation {width:100%;height:auto;} 
	.logo_partenaire_lp {
	  width:70%;
	}   
	.absolute {
	  display:none;
	}
	
	.relative {
	  position: relative;
	  min-height: 155px;
	  background-color: #fff;
	  top: 10px;
	  margin: 0px 0px 0px 0px;
	  padding: 0px 15px;
	  width: 100%;
	  min-height:160px;    
	  float: right;
	}   
}
