@charset "UTF-8";
/*
Plugin Name: Outils AQINAC
Text Domain: oaqinac
Plugin URI: https://aqinac.com
Description: Stylesheet for AQINAC tools
Version: 1.1
Author: Stéphan Pelletier
Author URI: http://www.sfroy.com/equipe
*/
/* GENERAL */

.archive-evenement .image-evenement {
    width: 100%;
}
.archive-evenement .bouton-inscription {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f9c52d;
    color: #000;
    font-weight: 500;
}


/*   Ordered list   */
ol {
    padding-left: 20px;
}




/*  Prix barré  */
.bloc-produit del {
  	color: #c40000;
}



/*   RÉPARATION marge pubs page archive programmation   */
.post-type-archive-programmation .commandite-vertical {
    padding-top: 104px;
}



/*
**  CSS pour profession dans single-membre
*/
.section-single-membre .nom span {
    font-size: 13px;
    font-weight: 400;
}




/*
**  CSS pour les initiales MEMBRE
*/
#archive-membre-stack-2 .un-membre .initiales-membre {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 10px;
    text-align: center;
    padding: 2px;
    border-radius: 50%;
    background-color: #cacaca;
    color: #fff;
    margin: -10px 0 5px 0;
    font-size: 14px;
}
#archive-membre-stack-2 .un-membre .initiales-membre span {
    position: absolute; /* peut être "relative" dans certains cas  */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media only screen and ( max-width: 1199px ) {
    #archive-membre-stack-2 .un-membre .initiales-membre {
        font-size: 20px;
    }
}
@media only screen and ( max-width: 767px ) {
    #archive-membre-stack-2 .un-membre .initiales-membre {
        font-size: 60px;
        width: 80%;
    }
}
@media only screen and ( max-width: 550px ) {
    #archive-membre-stack-2 .un-membre .initiales-membre {
        font-size: 40px;
        width: 70%;
    }
}
@media only screen and ( max-width: 400px ) {
    #archive-membre-stack-2 .un-membre .initiales-membre {
        font-size: 32px;
        width: 80%;
    }
}




/*
**  CSS pour les PUBS
*/

.bloc-publicite_160x600 {
    position: relative;
    overflow: hidden;
    height: 600px;
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
}

.bloc-publicite_300x250 {
    position: relative;
    max-width: 300px;
    overflow: hidden;
    height: 250px;
    width: 100%;
    margin: 0 auto;
}

.bloc-publicite_300x600 {
    position: relative;
    overflow: hidden;
    height: 600px;
    /* width: 100%; */
    max-width: 300px;
    margin: 0 auto;
}

.bloc-publicite_728x90 {
    position: relative;
    overflow: hidden;
    height: 90px;
    width: 728px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.bloc-publicite .logos img {
    width: 100%;
    height: auto;
}

.bloc-publicite ._160x600 img,
.bloc-publicite ._300x250 img,
.bloc-publicite ._300x600 img,
.bloc-publicite ._728x90 img {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
}


.bloc-publicite ._160x600 img:first-of-type,
.bloc-publicite ._300x250 img:first-of-type,
.bloc-publicite ._300x600 img:first-of-type,
.bloc-publicite ._728x90 img:first-of-type {
    z-index: 100;
}



.publicite-mobile {
    display: none;
}

.publicite-desktop {
    display: block;
}

.page-id-687 .bloc-publicite_300x600 {
    margin-top: 90px;
}
.page-id-687 .bloc-publicite_300x600 img {
    padding-left: 15px;
}





@media only screen and ( max-width: 1199px ) {
    .post-type-archive-programmation .commandite-vertical {
        padding-top: 5px;
        padding-bottom: 30px;
    }
    .bloc-publicite_300x250 {
        width: 300px;
    }
}


@media ( max-width: 767px ) {

    .bloc-publicite_728x90 {
        width: 95%;
    }

}

@media ( max-width: 480px ) {

    .remove-padding-bottom-50 {
        padding-bottom: 0px !important;
    }

}



/*
**  CSS pour le formulaire d'inscription
*/

.message-inscription #formulaire-login {
    display: none;
    background-color: #eee;
    padding: 20px 10px;
}


#inscription {
    margin: 5px 0 25px 0;
    position: relative;
}
.symbole-requis {
    font-size: 16px;
    color: #dd0000;
}
#inscription input[type=text] {
    width: 100%;
}

#inscription #bouton-user {
    cursor: pointer;
    padding: 5px 10px;
    background-color: #555;
    color: #fff;
}

#inscription .question-autre {
    display: none;
}

#contenu-evenement #message-box {
    display: none;
    background-color: #ffd1e7;
    padding: 10px 20px;
}

#cout-total h4 {
    font-weight: 600;
}
#inscription .hide-users {
    display: none;
}

#eleveur,
#intervenant,
#etudiant,
#producteur,
#membre,
#conjoint,
#autre
 {
    display: none;
}


#confirme-user {
    display: none;
    z-index: 100;
    height: 100%;
    position: absolute;
    background-color: rgba(255,255,255,0.7);
}
#confirme-user p {
    padding: 20px;
    margin: 50px 20%;
    background-color: rgba(255,255,255,0.7);
    border: 1px solid #ccc;
}
#confirme-user p .bouton-confirme {
    display: inline-block;
    margin: 10px 25px;
    padding: 5px 20px;
    background-color: #999;
    color: #fff;
}

.woocommerce-order .message-formulaires {
    border: 1px solid #ddd;
    background-color: #eee;
}


/*
**  CSS pour page d'Activation
*/
.wp-activate-container {
    padding: 50px 30px;
}
.wp-activate-container #signup-welcome {
    margin: 20px 0;
}

.woocommerce a.button.ajoute::after {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: .618em;
    right: 1em;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
