/* ############## SOCIAL SHARE ############## */
:root {
	--primaire: #103944;
    --secondaire : #C5AF7C;
}
.share-popup h3 {
    padding: 15px 0;
}
/*popup*/
.share-popup {
    width: 600px;
	display: none;
	opacity: 0;
	position: fixed;
	background-color: #fff;
	box-shadow: 2px 3px 10px 0px var(--primaire);
	left: 50%;
    top: 50%;
    margin-left: -300px;
    z-index: 10;
    border-radius: 8px;
	transition: .2s ease;
    z-index: 9999995;
}
.share-popup.showpop {
	/* display: block; */
	/* opacity: 1; */
}

.share-popup .close-popup {
    position: absolute;
    top: 5px;
    right: 15px;
    z-index: 9999999;
}
.share-popup .close-popup button {
    background-color: transparent!important;
    border: 0!important;
    cursor: pointer;
    width: 40px;
    height: 40px;
}
.share-popup .close-popup button:before {
    display: block;
    font-family: 'dashicons';
    content: "\f335";
    font-size: 40px;
    color:var(--secondaire);
}
/* OVERLAY  */

.overlay-popup { 
    display: none;
    opacity: 0;
    position: fixed;
    width: 100vw!important;
    height: 100vh!important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--primaire);
    z-index: 9999990;
}
.overlay-popup.showpop {
	display: block;
	opacity: 0.75;
}
.overlay-popup .close-btn {
    position: absolute;
    top: 50%;
    left: 150px;
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: opacity 75ms ease-out;
    -moz-transition: opacity 75ms ease-out;
    -ms-transition: opacity 75ms ease-out;
    -o-transition: opacity 75ms ease-out;
    transition: opacity 75ms ease-out;
}

.overlay-popup .close-btn span {
    position: absolute;
    display: block;
    width: 21px;
    height: 2px;
    background: var(--secondaire);
}

#inline .share-wdgt {
    position: relative;
    width: 100%;
    max-width: 600px;
    left: 50%;
    top: 50%;
    opacity: 1;
	visibility:visible;
	z-index: 999999999999;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.7s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -moz-transition: all 0.7s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -o-transition: all 0.7s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    transition: all 0.7s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.share-wdgt a {
    text-transform: uppercase;
    color: var(--primaire);
	text-decoration: none;
    padding: 8px 16px;

}
.share-wdgt.hey {
    visibility: visible;
    top: 50%;
    opacity: 1;
	visibility:visible;
}
.share-wdgt span {
    display: flex;
    color: var(--primaire);
    font-size: 12px;
    line-height: 35px;
    text-transform: uppercase;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
}
.share-btns {
    display: flex;
    justify-content: center;
    height: auto;
    margin: 0 6px;
    padding: 0;
    letter-spacing: -4px;
}
.share-btns li {
    display: inline-block;
    letter-spacing: 0;
    min-width: 130px;
    margin: 6px;
    border-radius: 4px;
    border: 1px #eee solid;
}
#inline {
    padding: 50px!important;
}

.share-btns li:hover > .share-wdgt span, .share-wdgt a {
    color: #fff;
}
.share-btns li:hover > .dashicons:before{
    color: #fff;
}
.shr-btn {
    display: block;
    width: 100%;
    font-size: 1rem;
    text-align: center;
    line-height: 50px;
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -ms-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}
.share-btns li > * {
    border: 1px solid #000;
    background-color: transparent;
    transition: all .3s ease-out;
}
.share-btns li .btn-twitter:hover {
    border: 1px solid #00acee;
    background-color: #00acee37;
}
.share-btns li .btn-facebook:hover {
    border: 1px solid #37589b;
    background-color: #37589b37;
}

.share-btns li .btn-linkedin:hover {
    border: 1px solid #0072b1;
    background-color: #0072b137;
}

.share-btns li .btn-email:hover {
    border: 1px solid #aaa;
    background-color: #aaaaaa37;
}
.share-header h5 {
    text-transform: initial;
    font-size: 1.8rem;
    font-weight: 500;
}

/*OUTILS PARTAGE*/
#outils-partage > a {
    position: relative;
    padding: 0 10px;
    margin-left: -1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--sub-color);
    font-size: 1.3rem;
    font-weight: 500;
    gap: 7px;
    border: 1px solid var(--sub-color);
    border-width: 0 1px;
}
#outils-partage > a img {
    height:25px;
}
#outils-partage > *:not(:last-child):after {
    content: "";
    position: absolute;
    display: block;

    top:0;
    right:-7px;

    width: 1px;
    height: 100%;
    background-color: var(--aerospace);
}



/* MEDIA QUERIES */
@media screen and (max-width: 480px) {
    .share-btns {
        display: inline-block;
        text-align: center;
    }
    #inline {
        padding: 7px!important;
    }
    .share-header h5 {
        font-size: 1.4rem;
        line-height: 20px;
    }
}