.title_page{position:relative;padding-top: 80px;max-height: 50vh;overflow: hidden;}
.inner_title{
    font-family: Jaapokki;
    color: #eaeaea;
    text-transform: uppercase;
    font-size: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: calc(100% + 80px);
    top: 0px;
    left: 0px;
z-index:9;
    }
.listeref {
    overflow: hidden;
    
}
.text_presentation{
    background: #e5e5e5;
    padding: 60px 0px;
}

.boldtitle{
    font-size: 20px;
    font-weight: bold;
    color: #303030;
    display: block;
    margin-bottom: 20px;
}
.container p{color:#303030;font-size: 14px;}


.flexcontent{display:flex;align-items:center;justify-content:center;}



.equipe_content  {
    background: #dcdbdb;
    padding: 100px 15px;
    text-align: center;
    overflow: hidden;
}
 .equipetitle{
    color: #303030;
    font-size: 50px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 7px;
}

.equipetitle:after{content:"";width:2px;height:45px;background:#da2928;display: block;margin-left: 30px;}
.equipetitle:before{content:"";width:2px;height:45px;background:#da2928;display: block;margin-right: 30px;}

.contenu_profil{background:#e5e5e5;overflow:hidden;}

.redtitle{display:block;color:#da2928;font-size:30px;font-weight:bold;padding: 40px 0px;clear: both;margin-left: 15px;}
.modal.large {
     width: 80%;
margin:0 auto
}
.modal-content{width:100%}
.modal-body{width:100%}
.modal.in .modal-dialog{width:100%}
.modal-body img{max-width:100% !important}
/*.modal-body img{max-width:calc(90vw - 60px) !important;}
.modal-content{max-width: 90vw;}
.modal-body{width:100%}*/
.boxprofil{
    background: #ddd;
    text-align: justify;
    padding: 0px 15px 15px;
    margin-bottom: 30px;
}
.boxprofil img{
    max-width: calc(100% + 30px);
    position: relative;
    left: -15px;
    margin-bottom: 20px;
}
.nomprofil{
    font-size: 17px;
    color: #303030;
    display: block;
    text-align: left;
}
.infocontac{
    border-top: 1px solid #da2928;
    margin-top: 20px;
    padding-top: 20px;
    font-weight: bold;
    line-height: 25px;
    font-size: 18px !important;
}

.marginbottom{margin-bottom:20px;display: block;}


.containerservices{width: 80vw !important;margin: 40px auto;padding: 0px;}
.col-6{width: 40vw;float:left;}
.col-7{width: 40vw;float:left;}
.containerservices:after{content:"";display:block;clear:both;}

.titlered {
    color: #da2928;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
    letter-spacing: 5px;
}
.bloctext{
    background: #eeeeee;
    padding: 80px 40px;
    color: #303030;
    font-size: 14px;
    width: 115%;
    position: relative;
    left: -15%;
    padding-left: calc(15% + 40px);
}

.flexservice{display:flex;align-items:center;margin: 5% 0px;}
.righttext{text-align:right;}

.titlered.righttext{border-right:3px solid #da2928;padding-right:20px;}
.leftservice .titlered{border-left: 3px solid #da2928;padding-left: 20px;}
.leftservice .bloctext{
    background: #eeeeee;
    padding: 80px 40px;
    color: #303030;
    font-size: 14px;
    width: 115%;
    position: relative;
    padding-left: 40px;
    left: 0px;
    z-index: 1;
    padding-right: calc(15% + 40px);
    text-align: justify;
}




.linkvideo{color:#303030;font-size:14px;text-decoration:none;font-weight: bold;text-transform: uppercase;margin-top: 40px;display: inline-block;text-decoration: none !important;align-items: center;border-bottom: 1px solid #303030;padding-bottom: 10px;padding-right: 20px;background:url(../images/icovideo.png) no-repeat;padding-left: 39px;padding-top: 9px;}
.linkvideo:hover{color:#da2928;border-bottom:1px solid #da2928}

.titlecertif{display:block;font-weight: bold;font-size: 20px;margin-top: 20px;text-transform: uppercase;}
.date{display:block;display: block;font-weight: bold;font-size: 20px;  transition: 0.3s ease all;}


.boxcertif{
  
    text-align: center;
    
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;height: 100%;
}
.imgboxcertif{height:300px;max-width: 100%;background: #fff;padding: 20px;display: flex;align-items: center;justify-content: center;}

.boxcertif a{
    display: block;
    background: #fff;
    padding: 40px 20px;
    text-align: center;
    }
.boxcertif img{
  
max-width: 100%;
max-height: 100%;
  
}

.titlecertif{color:#303030;font-weight:bold;display:block;display:block;  transition: 0.3s ease all;}
.certifcatbloc{margin: 5% auto;display: flex;
    flex-wrap: wrap;}


.hovercertif{
    background: #da2928 !important;
    color: #fff;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 40%;
    left: calc(50% - 20px);
    transition: 0.3s ease all;
    transform: translateY(100px);
    opacity: 0;
    padding: 0px !important;
}


.hovercertif:hover{background:#fff;color:#da2928}
.boxcertif:hover .hovercertif{   transform: translateY(0px);
    opacity: 1;}




.boxcertif:hover .titlecertif{color:#da2928}
.boxcertif:hover .date{color:#da2928}
.flexvideo{
    display: flex;
    align-items: center;
    text-align: justify;
}
.titlegalerie{color:#da2928;font-size:30px;display:block;text-transform:uppercase;margin-bottom: 20px;}

.galeriepage{margin:5% auto;}
.pageproduit{margin:5% auto;}

.titlebold{
    font-weight: bold;
    font-size: 30px;
    display: block;
    margin-bottom: 50px;
    text-transform:uppercase;padding-left:15px
    
}
.titlebold:after{content:"";display:block;height:1px;width:100px;background:#303030;margin-top:10px;position:relative;left:-15px}

.red{color:#da2928 ;font-weight: 600;
    font-size: 14px;
    display: block;
    margin-bottom: 20px;text-transform:uppercase}
.red1 {
    margin-top:20px;
}

.both{clear:both;}
.form{padding-top:80px;}
.center{
    text-align: center;
}
.center.titlebold:after{margin: 10px auto;}

.flexgalerie{
    display: flex;
    align-items: center;
    margin: 100px 0px;
    }


.flexgalerie img{max-width:100%;}

.titlegalerie{color:#da2928;font-size:30px;text-transform:uppercase;display:block;margin-bottom:20px;}
.flexgalerie p{text-align:justify;}

.galeriecontent{
    padding-bottom: 80px;
}

.boxparetanire{
    margin-bottom: 30px;
    position: relative;
    /* max-height: 425px; 
    overflow: hidden; */
    max-width: 100%;}
.boxparetanire img{    
    max-width: 100%;
    min-height: 100%;
    width: auto;}
.partenairelogo 
{/*position:absolute;bottom:0px;left: 15px;background: rgba(255, 255, 255, 0.58);padding: 40px; width: 220px; max-height: 165px;*/
    position: absolute;
    bottom: 0px;
    left: 15px;
    background: rgba(255, 255, 255, 0.58);
    width: 220px;
    min-height: 165px;
    max-height: 165px;
    text-align: center;
    line-height: 165px;
}
.listeparetnaire{
    display: flex;
    flex-wrap: wrap;
    margin: 5% 0px;
}
.boxcertif a:hover{text-decoration:none;}
.boxcertif a{outline:none;}
.text_presentation .sociau{justify-content:flex-start;}


.titlephares{
    display: block;
    color: #da2928;
    font-size: 25px;
    font-weight: bold;
    margin: 60px 0px;
    clear: both;
border-left:3px solid #da2928;
    margin-top:40px;
    text-transform: uppercase;
    padding-left:15px;
}

.img-presentation {
    max-height: 550px;
    overflow: hidden;
    max-width: 100%;
    text-align: center;
}

.img-presentation img {
    height: 550px;
    width: auto;
}
.title_page img {
    width: 100%;
}
.filtre {
    position: absolute;
    background: rgba(0, 0, 0, 0.30);
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
}
p.smalltxt {
    font-size: 12px;
}
.link-interne {
    color: #da2928;
    text-decoration: underline;
}
.link-interne:hover {
    color: #da2928;
    text-decoration: underline;

}
p.textcertif {
    text-align: center;
    padding-bottom: 20px;
}
p.txtpartner {
    padding-top: 30px;
text-align: center;
}
@media (max-width:1370px)
{

.title_page{    padding-top: 60px;}
}


@media (max-width: 991px)
{

.container{width:100%;}
.iso img {
    max-width: 200px;
   
}

}

@media (max-width: 767px)
{
.inner_title{font-size:30px;text-align: center;}
.boxprofil {
    background: #ddd;
    text-align: justify;
    padding: 0px 15px 15px;
    margin-bottom: 30px;
    text-align: center;
}


.redtitle {
   
    font-size: 20px;
}
.equipetitle {
    color: #303030;
    font-size: 30px;
}
.flexcontent{display:block;}

.equipe_content {
   
    padding: 40px 15px;
    
}

 .title_page img{
    /* min-height: 250px; */
}

.flexservice {
    display: flex;
    align-items: center;
    margin: 5% 0px;
    flex-direction: column-reverse;
}
.leftservice{flex-direction: column;}
.col-6 {
    width: 100%;
    float: none;
}


.col-7 {
    width: 100%;
    float: none;
}
.bloctext {
   
    width: 100%;
    
    left: 0%;
    padding-left:15px;
}

.leftservice .bloctext{ width: 100%;
    
    left: 0%;
    padding-left:15px;}
.righttext{text-align:left;margin-top: 20px;}

.containerservices{width: 100% !important;margin: 40px auto;padding: 0px 15px;}

.flexgalerie{display:block;margin: 20px 0px;overflow: hidden;}

.titlegalerie{text-align:center;}
}


@media (max-width:767px)
{
.text_presentation img{display:block;margin:0 auto;}
}

@media (max-width:550px)
{

.titlegalerie {
    color: #da2928;
    font-size: 20px;

}
.boxparetanire {
    margin-bottom: 30px;
    padding: 0px;
}
}










.boxvideo {display:none;}
.referencesbox .boxvideo {display:block;}
.boxvideo iframe{
    width: 100% !important;
    height: !important 400px;
}



@media (max-width:767px)
{
  .text_presentation img{display:block;margin:0 auto;margin-bottom: 30px;}
}

































