/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/

/* Large desktop 1280px and above */
/*
@media screen and (min-width: 1280px) {

}
*/

/* Desktop 959px and above */
/*
@media screen and (min-width: 960px) and (max-width: 1279px) {

}
*/

/* Tablets 768px and above */
/*
@media screen and (min-width: 768px) and (max-width: 959px) {

}
*/

/* Phones 767px and below */
/*
@media screen and (min-width: 481px) and (max-width: 767px) {

}
*/

/*COULEURS :
gold: #BF9836
*/

.lienIzii:hover {
	color: #60ca69 !important;
}

.noUnderline a {
	text-decoration: none !important;
}

.hoverGold a:hover {
	color: #BF9836 !important;
}

.justifie {
    text-align: justify;
}

/*header*/
#site-navigation .link-inner .ticon:hover {
    color: #BF9836 !important;
}

li#menu-item-74 {
    margin-right: 0px;
}

/*agréments*/
.agrementPicto {
    margin-right: 5px;
}

/*portraits de l'equipe*/
.teamMemberImg img {
    border-radius: 50% !important;
    border: 3px solid #bf9836;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.25)
}

/*tuiles page Nos compétences*/
.vcex-ib-title, .vcex-ib-caption {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.7);
}

.imgBullet {
    box-shadow: 2px 2px 3px rgba(0,0,0,0.25);
    margin-bottom: 1px;
}

.vcex-ib-content.wpex-mx-auto.wpex-clr {
    background: rgba(0,0,0,0.25);
    padding: 20px 20px;
}

.vcex-image-banner .vcex-ib-content-wrap {
    padding: 40px 0px !important;
}

.vcex-module.vcex-image-banner {
    box-shadow: 0px 0px 24px rgba(0,0,0,0.2);
    border-radius: 15px;
    background: none !important;
}

.imgBullet {
    margin-right: 10px;
}

/*page Contact*/
.rangeeContactForm {
    box-shadow: 0px 0px 25px rgba(0,0,0,0.15);
    border-radius: 15px;
    padding: 25px;
}