/* cmsms stylesheet: AAS modified: jeudi 11 septembre 2025 11:54:33 */
@font-face {
    font-family: 'Oswald-Regular';
    src: url('https://a-a-s.fr/uploads/_interface/polices/Oswald-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Oswald-Light';
    src: url('https://a-a-s.fr/uploads/_interface/polices/Oswald-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'Oswald-SemiBold';
    src: url('https://a-a-s.fr/uploads/_interface/polices/Oswald-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Rajdhani-Regular';
    src: url('https://a-a-s.fr/uploads/_interface/polices/Rajdhani-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Rajdhani-Light';
    src: url('https://a-a-s.fr/uploads/_interface/polices/Rajdhani-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'Rajdhani-SemiBold';
    src: url('https://a-a-s.fr/uploads/_interface/polices/Rajdhani-SemiBold.woff2') format('woff2');
}


html, body
{
    margin: 0;
    padding: 0;
    font-family: Rajdhani-Regular,Arial,sans-serif;
    color: #000000;
    font-size: 110%;
}

a
{
    color: #007cc2;
    font-family: Oswald-regular;
    transition: 400ms;
}

a:hover
{
    color: #000000;
    transition: 400ms;
}


h1, h2, h3
{
    font-family: Oswald-Regular;
    color: #007cc2;
    text-transform: uppercase;
}

h1
{
    text-align: center!important;
    font-size: 280%;
}

@media screen and (max-width: 765px)
{
h1
{
    text-align: center!important;
    font-size: 230%;
}
}

h2
{
    padding-left: 15px;
    padding-bottom: 10px;
    border-left: 2px solid #007cc2;
    border-bottom: 2px solid #007cc2;
}

button, input[type='submit']
{
    min-width: 100px;
    height: 45px;
    background-color: #007cc2;
    border: 1px solid #007cc2;
    color: white;
    transition: 400ms;
}

button:hover, input[type='submit']:hover
{
    box-shadow: 2px 0px 5px #000000;
    transition: 400ms;
}

input[type='text'], input[type='email'], select
{
    width: 250px;
    height: 35px;
    border: 1px solid #007cc2;
}

label, .label
{
    font-weight: bold;
    color: #007cc2;
    text-transform: uppercase;
}

textarea
{
    width: 250px;
    height: 150px;
    border: 1px solid #007cc2;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #eee;
}

::-webkit-scrollbar-thumb {
    background: #007cc2;
}

::-webkit-scrollbar-thumb:hover {
    background: #007cc2;
}

.captcha
{
    width: 302px;
}

.informations
{
    background: #cee6f2 url(https://a-a-s.fr/uploads/_interface/images/divers/info.png) 10px 50% no-repeat;
    border: 1px solid #058dc7;
    padding: 10px 10px 10px 40px;
    margin: auto;
}

/* Accueil */
#home
{
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    background-image: url('https://a-a-s.fr/uploads/_interface/images/home/home-fond.jpg');
    position: fixed;
    background-size: cover;
    z-index: -3;
}


#logo
{
    max-width: 500px;
    max-height: auto;
    margin: auto;
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: center;
}

#logo img
{
    max-width: 100%;
}


@media screen and (max-width: 765px)
{
    #logo
{
    max-width: 60%;
}
}
/* Accueil */

/* Menu */
#menu 
{
    width: 100%;
    height: 51px;
    background-color: #007cc2;
    position: sticky;
    top: 10px;
    text-align: center;
    color: white;
    z-index: 3;
    font-family: Oswald-regular;
    box-shadow: rgba(0, 0, 0, 0.12) 0px -12px 30px,
    rgba(0, 0, 0, 0.12) 0px 0px 0px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px,
    rgba(0, 0, 0, 0.09) 0px 0px 0px;
}

#menu a
{
    color: white;
    text-decoration: none;
    transition: 400ms;
    text-transform: uppercase;
}

#menu a:hover
{
    text-shadow: rgba(0, 0, 0, 0.5) 0px -5px 15px;
    transition: 400ms;
}

#menu .active
{
    height: 41px!important;
    margin-top: -10px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    color: #ffffff;
}

#menu .active a
{
    font-family: Oswald-Light;
}

#logo-menu
{
    position: absolute;
    left: 15px;
    top: -10px;
    opacity: 0;
    animation-name: logo-menu;
    animation-fill-mode: forward;
}

#menu .liens ul
{
    margin: 0;
    padding-top: 10px;
}

#menu .liens ul li
{
    margin-left: 15px;
    margin-right: 15px;
    height: 51px; 
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

#menu .liens ul li ul
{
    display: none;
}

#menu .liens ul li:hover ul
{
    min-width: 150px;
    margin-top: 15px;
    padding: 1%;
    position: absolute;
    text-align: left;
    display: block;
    background-color: #007cc2;
}

#menu .liens ul li ul li
{
    height: 35px;
    padding-top: 1%;
    display: block;
    text-align: left;
}

#menu-responsive, #menu-responsive-hide
{
    display: none;
}

@media screen and (max-width: 765px)
{
#logo-menu
{
    position: absolute;
    left: 80%;
    opacity: 1;
    animation-name: logo-menu;
    animation-fill-mode: forward;
}
    
#menu .liens
{
    width: 100%;
    padding-top: 0px;
    text-align: left;
    font-size: 85%;
}

#menu #liens
{
    width: 100%;
    display: none;
    z-index: 10;
    background-color: #007cc2;
}

#menu .liens ul
{
    padding-left: 5px;
}

#menu .liens ul li
{
    width: 100%;
    margin-left: 5px;
    margin-right: 0;
    height: 51px; 
    text-align: left;
}

#menu .liens ul li ul
{
    display: none;
}

#menu .liens ul li:hover ul
{
    min-width: 200px;
    margin-top: -20px;
    margin-left: 40%;
    padding: 1%;
    border: 1px solid white;
}

#menu-responsive
{
    width: 95%;
    margin: auto;
    display: block;
    text-align: left;
}
}

/* Menu */

/* Alpiniste */
#alpiniste
{
    width: 104px;
    position: sticky;
    opacity: 0;
    margin-left: 94.3%;
    top: 15px;
    margin-bottom: -300px;
    animation-name: alpiniste;
    animation-fill-mode: forward;
    z-index: 3;
}

@media screen and (max-width: 1700px)
{
#alpiniste
{
    position: sticky;
    top: 0;
    margin-left: 93%;
    opacity: 0.2;
}
}

@media screen and (max-width: 1366px)
{
#alpiniste
{
    position: sticky;
    top: 0;
    margin-left: 92%;
    opacity: 0.2;
}
}

@media screen and (max-width: 765px)
{
    #alpiniste
{
    display: none;
    top: 0;
    margin-left: 92%;
    opacity: 0;
}
}

/* Alpiniste */

/* Contenu */
.fond-blanc
{
    width: 100%;
    background-color: white;
}

#contenu
{
    width: 70%;
    margin: auto;
    text-align: center;
    padding-top: 2%;
    padding-bottom: 2%;
    
}


@media screen and (max-width: 1366px)
{
#contenu
{
    width: 90%;
    margin: auto;
    text-align: center;
    padding-top: 2%;
    padding-bottom: 2%;
}
}

/* Sections */
#sections
{
    margin-top: 1%;
}

#sections .block
{
    width: 48.5%;
    margin-bottom: 1%;
    display: inline-block;
    vertical-align: top;
}

#sections .block .titre
{
    width: 90%;
    margin: auto;
    text-align: left;
}

#sections .block .texte
{
    width: 90%;
    margin: auto;
    text-align: justify;
    text-align-last: left;
}

#sections .block .esp
{
    width: 90%;
    margin: auto;
    text-align: right;
}

#sections .block .photo
{
    width: 90%;
    margin: auto;
    margin-top: 3%;
}

#sections .block .photo img
{
    width: 100%;
    max-height: auto;
}

/* Vierges */
.vierge
{
    width: 70%;
    margin: auto;
    text-align: left;
    padding-top: 2%;
    padding-bottom: 2%;
}

.vierge h1,.vierge h2,.vierge h3,.vierge h4
{
    text-align: left;
}

.vierge p, .vierge li
{
    text-align: justify;
}

.vierge .block
{
    padding-top: 50px;
    text-align: left;
}

.vierge .block .texte
{
    width: 49.8%;
    padding-right: 3%;
    display: inline-block;
    vertical-align: top;
    text-align: justify;
}

.vierge .block .photo
{
    width: 46.5%;
    padding-top: 2%;
    display: inline-block;
    vertical-align: top;
    text-align: right;
}


.vierge .block .photo img
{
    max-width: 100%;
}

.vierge p
{
    text-align: justify
}

.image-large img
{
    max-width: 100%;
    max-height: auto;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1366px)
{
.vierge
{
    width: 90%;
    margin: auto;
    text-align: center;
    padding-top: 2%;
    padding-bottom: 2%;
}
}

@media screen and (max-width: 765px)
{
.image-large img
{
    display: none;
}
}

/* Vierges */

#sous-menu-di div
{
    width: 14%;
    margin: 2px;
    display: inline-block;
    vertical-align: top;
}

#sous-menu-di div img
{
    max-width: 100%;
    transition: 400ms;
}

#sous-menu-di div img:hover
{
    transform: scale(1.05);
    opacity: 0.9;
    transition: 400ms;
}

@media screen and (max-width: 765px)
{
    #sous-menu-di div
{
    width: 30%;
}
}

@media screen and (max-width: 765px)
{

#sections
{
    margin-top: 1%;
}

#sections .block
{
    width: 95%;
}

#sections .block .titre
{
    width: 100%;
}

#sections .block .texte
{
    width: 100%;
}

#sections .block .esp
{
    width: 100%;
}

/* Vierges */
.vierge .block
{
    width: 95%;
}

.vierge .block .texte
{
    width: 100%;
    text-align: justify;
}

.vierge .block .photo
{
    width: 100%;
}


.vierge .block .photo img
{
    max-width: 100%;
}
/* Vierges */
}

/* Sections */

.bande-footer
{
    min-height: 41px;
    padding-top: 10px;
    background-color: #007cc2;
    color: white;
    text-align: center;
    text-transform: uppercase;
}

.bande-footer a
{
    color: white;
    margin-left: 5px;
    margin-right: 5px;
}

.bande-footer .coordonnees
{
    width: 90%;
    margin: auto;
    font-weight: bold;
}
/* Contenu */

/* Qualifications & habilitations */
.empreinte-carbone
{
    width: 600px;
    margin: auto;
    text-align: center;
}

.empreinte-carbone .titre
{
    text-align: center;
}

.empreinte-carbone .titre img
{
    max-height: 75px;
    display: inline-block;
}

.empreinte-carbone .texte
{
    width: 100%;
    padding-left: 1%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.empreinte-carbone .titre h3
{
    width: 80%;
    color: #1d7b33;
    display: inline-block;
    vertical-align: top;
}



.qualifications-habilitation .gauche, .qualifications-habilitation .droite
{
    width: 48.5%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.qualifications-habilitation .qualification
{
    width: 50%;
    min-height: 260px;
    margin: auto;
}

.qualifications-habilitation .pictos
{
    width: 100%;
    padding-top: 5%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.qualifications-habilitation .pictos img
{
    max-width: 100%;
    max-height: 80px;
}

@media screen and (max-width: 765px)
{
    .qualifications-habilitation .gauche, .qualifications-habilitation .droite
{
    width: 99%;
    margin: auto;
    display: inline-block;
    vertical-align: top;
}

.qualifications-habilitation .qualification
{
    width: 70%;
    display: inline-block;
    vertical-align: top;
}

.qualifications-habilitation .pictos
{
    padding-top: 10%;
}
}

/* Qualifications & habilitations */

/* Réferences */
#reference .block
{
    width: 150px;
    height: 150px;
    padding: 15px;
    display: inline-block;
    text-align: center;
    position: relative;
    margin: 1%;
    box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.4);
}

#reference .block img
{
    max-height: 150px;  
    max-width: 125px; 
    position: absolute;
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
   transition: 400ms;
}

#reference img:hover
{
    transform: scale(1.1);
    opacity: 0.9;
    transition: 400ms;
}

#reference .corde img
{
    max-width: 100%;
}


@media screen and (max-width: 765px)
{
#reference .block
{
    width: 100px;
    height: 100px;

}

}
/* Réferences */

/* EPI */
#table-epi
{
    text-align: left;
}

#table-epi .checkbox
{
    width: 30px;
}

#table-epi .label
{
    text-align: justify;
    cursor: pointer;
}

#epi-alerte
{
    display: none;
    background: #cee6f2 url(https://a-a-s.fr/uploads/_interface/images/divers/info.png) 10px 50% no-repeat;
    border: 1px solid #058dc7;
    padding: 10px 10px 10px 40px;
    margin: auto;
}
/* EPI */

/* Contact */
.contactform div
{
    margin-bottom: 10px;
}

div.website, div.website * {
  display: none !important;
}

#contenu .contact .formulaire .gauche
{
    width: 32%;
    display: inline-block;
    vertical-align: top;
}

#contenu .contact .formulaire .milieu
{
    width: 32%;
    display: inline-block;
    vertical-align: top;
}

#contenu .contact .formulaire .milieu h3
{
    text-align: center;
}

#contenu .contact .formulaire .droite
{
    width: 32%;
    display: inline-block;
    vertical-align: top;
}

#contenu .contact .formulaire .droite table
{
    width: 400px;
    margin: auto;
    text-align: left;
}

#contenu .contact .formulaire .captcha
{
    width: 302px;
    display: inline-block;
    vertical-align: top;
}

#contenu .contact .formulaire .submit
{
    width: 302px;
    padding-top: 15px;
    display: inline-block;
    vertical-align: top;
}

#contenu .contact .organigramme
{
    
}

#contenu .contact .organigramme img
{
    max-width: 100%;
}

@media screen and (max-width: 765px)
{
#contenu .contact .formulaire .gauche
{
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

#contenu .contact .formulaire .milieu
{
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

#contenu .contact .formulaire .droite
{
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

#contenu .contact .formulaire .droite table
{
    max-width: 350px;
    margin: auto;
    text-align: left;
}
}
/* Contact */

/* Recrutement */
#recrutement .formulaire
{
    width: 45%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}


#recrutement .image
{
    width: 45%;
    display: inline-block;
    vertical-align: top;
}

#recrutement .image img
{
    max-width: 100%;
}

#recrutement .formulaire .captcha
{
    margin: auto;
}

/* Pop-up */
#recrutement-pu
{
    width: 100%;
    height: 100%;
    margin-top: -5px;
    position: fixed;
    z-index: 4;
    background-color: rgb(195, 195, 195, .9);
}

#recrutement-pu .back
{
    width: 60%;
    min-height: 60%;
    padding: 15px;
    margin: auto;
    margin-top: 5%;
    background-color: white;
    text-align: center;
    border: 2px solid #007cc2;
}

#recrutement-pu .back img
{
    max-width: 100%;
}


#recrutement-pu .fermer
{
    text-align: right;
}

#recrutement-pu .fermer img
{
    transition: 400ms;
}

#recrutement-pu .fermer img:hover
{
    transform: scale(1.1);
    transition: 400ms;
    opacity: 0.8;
}
/* Pop-up */


@media screen and (max-width: 765px)
{
#recrutement .formulaire
{
    width: 100%;
}


#recrutement .image
{
    width: 100%;
    margin-top: 1%;
}

#recrutement .image img
{
    max-width: 100%;
}

#recrutement .formulaire .captcha
{
    margin: auto;
}
}


/* Recrutement */


/* Actualités */
#articles .sommaire .articles
{
    width: 30%;
    display: inline-block;
    vertical-align: top;
}

#articles img
{
    max-width: 100%;
}

#articles .details .image
{
    width: 45%;
    padding-top: 1%;
    display: inline-block;
    vertical-align: top;
}

#articles .details .contenu
{
    width: 45%;
    padding-left: 1%;
    display: inline-block;
    vertical-align: top;
}

#articles .details .contenu strong
{
    color: #007cc2;
}


@media screen and (max-width: 765px)
{
#articles .sommaire .articles
{
    width: 100%;
}

#articles .details .image
{
    width: 100%;
}

#articles .details .contenu
{
    width: 100%;
}

}


/* Actualités */

/* Footer */
#footer
{
    padding-bottom: 1%;
}

#footer .logo
{
    width: 300px;
    margin: auto;
    margin-top: 1%;
}

#footer .coordonnees
{
    color: white;
    text-align: center;
}
/* Footer */

/* Mentions légales */
.page-mentions-legales
{
    text-align: justify;
}

/* Mentions légales */
/* Gestion des cookies */
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine, #tarteaucitronInfo, .tarteaucitronTitle button,#tarteaucitronRoot, #tarteaucitronAlertBig
{
    background: #007cc2!important;
}

#tarteaucitronClosePanel 
{
    z-index: 4;
    background: #007cc2!important;
}

/* Gestion des cookies */
