@charset "UTF-8";

/*Theme Name: Magnolia

Theme URI: https://www.webmaster-freelance.paris
Author: Benjamin Levaux 
Author URI: https://www.webmaster-freelance.paris
Description: Le thème de Magnolia for Event
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html 
*/


.also {display: flex;flex-wrap: wrap;}
.also > div {padding:5px;width:50%;}
.also .img {height:200px;background-size: cover;background-position: center;}
.also span {display: block; text-align: center;font-weight: bold;margin-top:10px;}

#pastilles h2 {font-size:1.5rem;margin-bottom: 10px;}

@media (max-width: 480px) {
    .also div {padding:5px;width:100%;}
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.vc_tta-panel-heading {background-color:#D3B52A !important;}
.vc_tta-panel-heading h4 a {
    color:#FFF !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size:0.85rem !important;
}
.vc_tta-color-white.vc_tta-style-modern  .vc_tta-panel-heading .vc_tta-controls-icon::before {border-color: #FFF !important;}

.bouton {
    transition: all ease 0.4s;
}

#searchform div {display: flex;margin:50px auto;justify-content: center;}

.fa-search {
    cursor: pointer;
    color: #D3B52A;
    font-size: 20px;
}
#searchform input[type=text] {
    width:30%;
    padding:10px 10px;
    margin:0 10px;
    font-size:0.9rem;
    border:1px solid #D3B52A;
    outline-color:#D3B52A;
}
#searchform input[type=submit] {
    background: #D3B52A;
    color:#FFF;
    text-transform: uppercase;
    text-decoration: none;
    font-weight:600;
    padding:10px 25px;
    display: inline-block;
    font-size:0.9rem;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
}
.titre_recherche {text-align: center;margin:0 0 50px 0;}
.resultats_recherche {display: block;margin:0 0 50px 33%;}
.resultats_recherche li {
    margin:5px 0;
}
.resultats_recherche a {
    text-decoration: none;
}
@media (max-width: 991px) {
    .resultats_recherche {margin:0;}
    #searchform input[type=text] {
        width:50%;
    }
    .menu li:last-child {position: relative !important;}
}