/*
Theme Name: Oyopi
Theme URI: http://themeforest.net/user/freshface/portfolio
Description: Premium WordPress Theme
Author: FRESHFACE
Author URI: http://themeforest.net/user/freshface/portfolio
License: Go to the "license" folder
License URI: Go to the "license" folder
Text Domain: ark-child
Tags: white
Version: 1.0.0
Template: ark
*/

.realisations{
    display: flex;
    justify-content: space-between;
    gap: 25px 1%;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.realisations li {
    display: flex;
    list-style: none;
    width: 48%;
    flex-direction: column;
    justify-content: space-between;
    background-color: #eee;
}

.realisations li a{
    display: block;
}


.realisations li a.titre{
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 10px;
}

.realisations img{
    display: block;
    width: 100%;
    height: auto;
}

.realisations .infos{
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
}

.pagination-realisation{
    display: flex;
    justify-content: center;
    gap: 1% 1%;
    flex-wrap: wrap;
    padding: 0;
    margin: 15px 0;
}

.pagination-realisation li {
    display: block;
    list-style: none;
}

.pagination-realisation li a{
    display: block;
    border-radius: 50%;
    padding: 7px 14px;
}

.pagination-realisation li a.current{
    background: #712558;
    color: white;
}

.realisation-images{
    margin-top: 15px;
}

.realisation-images img{
    display: block;
    width: 150px;
    height: 150px;
}

.ville{
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 15px;
    color: #606060;
}

.h2.titre{
    margin-top: 0 !important;
    color: #712558 !important;
}

.description{
    text-align: left;
    margin: 30px 0;
}

.container-img{
    position: relative;
}

.container-img .search{
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 1.5em;
    background: white;
    line-height: 30px;
    text-align: center;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    pointer-events: none;
}

.container-img .search:hover{
    cursor: pointer;
}

.container-img #current-img{
    display: block;
    width: 100%;
    height: auto;
}

.container-img #current-img{
    cursor: pointer;
}

.realisation-images img:hover{
    cursor: pointer;
}

@media (max-width: 768px) {
    .realisations li{
        display: block;
        list-style: none;
        width: 100%;
    }
}