/*
Theme Name: EMDtemplate-child
Description: Thème enfant de EMDtemplate
Author: LanyDrak
Author URI: 
Version: 1.0.0
Template: EMDtemplate
*/

.cta_pre_clic_btn > img{
	margin-top: 35px;
}

     
 /***** Validation *****/

.validate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    bottom: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    color:white;
}

.item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: none;
    text-align: center;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 15px;
}

.validate-img {
    width: 24px !important;
    padding: 0;
    margin-right: 5px;
    border-radius: 3px;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: none;
    text-align: center;
    border:none !important;
}

.validate .item span {

    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    font-size: 9px;
    float: left;
    text-align: center;
    text-transform: uppercase;
    box-sizing: border-box;
    color:#009a7c;
}

.validate .item:last-child {
    margin-right: 0;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    text-align: center;
    align-items: center;
}

.validate .item svg {
    padding: 0;
    margin-bottom: 5px;
    width: 35px;
    height: 14px;
    display: inline-block;
    overflow: hidden;
}

.validate .item .date {
    text-transform: uppercase;
}