.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;
    text-transform: uppercase;
    padding: 40px 10px;
    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;
}
.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:10px; font-size:12px;}
}
@media screen and (min-width:551px) and (max-width:990px) {

.domaines_activites {min-height:300px;}
}



.btn-circle {
    height: 65px;
    width: 65px;
    border-radius: 50%;
    border: 1px dashed #fff;
    color: #fff;
    background: transparent;
    transition: 0.4s;
    font-size: x-large;
}
.btn-circle:hover {
    height: 80px;
    width: 80px;
    color: #fff;
    transition: 0.2s;
    outline: none;
    transform: rotate(360deg);
    border: 1px dashed #fff;
    background-clip: content-box;
    transition: 0.4s;
    font-size: xx-large;
}

@media screen and (max-width:550px) {
.domaine_blc{width:100%;}
}






