.domaines_activites {
    position: relative;
    min-height: 600px;
    overflow: hidden;
    background-image: url(/Files/App_002/images/bg_domaines.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.bg_domaines {
    width: 100%; 
    height: 100%;
   height:600px;
    max-width: initial;
}
.blocs_domaines .bloc {
    width: 100%;
    min-height: 310px;
    background: rgba(0, 94, 32, 0.8);
    text-align: center;
display:table;
}
  .blocs_domaines { 
position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}
.bloc-content-domaine {
    display: table-cell;
    vertical-align: middle;
}
.titre_bloc_domaines {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 40px 0;
    font-family: 'Comfortaa', cursive !important;
}
.plus {
    width: 80px;
    height: 80px;
   border-radius: 50%;
    line-height: 80px;
    border: 1px solid transparent;
    left: 0;
    right: 0;
    margin: 0 auto;
   transition: 0.2s;
position:relative;
}
.plus:after {
    position: absolute;
    content: '';
    width: 90px;
    height: 90px;
    border: 1px solid #fff;
    border-radius: 50%;
    left: -5px;
    top: -5px;
    opacity: 0;
    transition: 0.2s;
}
.plus:hover:after {
opacity:1;
transition:0.2s;
}
@media screen and (max-width:991px) {
.blocs_domaines .bloc {
    width: 100%;
    min-height: 180px;
    /* height: 200px; */
    background: rgba(0, 94, 32, 0.8);
    margin: 10px 0;
    text-align: center;
    display: table;
}
.blocs_domaines {
/*    top: 0;
    transform: none; */
}
.titre_bloc_domaines {padding:10px; font-size:12px;}
}





.domaines_activites {
    position: relative;
   min-height:600px;
    overflow: hidden;
}
.bg_domaines {
    width: 100%; 
    height: 100%;
   height:600px;
    max-width: initial;
}
.blocs_domaines .bloc {
    width: 100%;
    min-height: 310px;
    background: rgba(0, 94, 32, 0.8);
    text-align: center;
display:table;
}
  .blocs_domaines { 
position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}
.bloc-content-domaine {
    display: table-cell;
    vertical-align: middle;
}
.titre_bloc_domaines {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 40px 0;
    font-family: 'Comfortaa', cursive !important;
}
.plus {
    width: 80px;
    height: 80px;
   border-radius: 50%;
    line-height: 80px;
    border: 1px solid transparent;
    left: 0;
    right: 0;
    margin: 0 auto;
   transition: 0.2s;
}
.plus:hover {
  
  /*  border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
*/}

@media screen and (max-width:991px) {
.blocs_domaines .bloc {
    width: 100%;
    min-height: 180px;
    /* height: 200px; */
    background: rgba(0, 94, 32, 0.8);
    margin: 10px 0;
    text-align: center;
    display: table;
}
.blocs_domaines {
    /* top: 0;
    transform: none; */
}
.titre_bloc_domaines {padding:20px 0;}
}

@media screen and (min-width:551px) and (max-width:990px) {

.domaines_activites {min-height:300px;}
}
@media screen and (max-width:550px) {
.domaine_blc{width:100%;}
}









