/**************************************************
    Document CSS
    Site ATHLETICA

    Auteur : Yann Choinard - c/o MEDIA VISUEL PROD
    Date : 06/2022

    Parametrage de mise en page
    Section BANNER / MENU / ACCUEIL / OBJETS FIXES

**************************************************/
/*****     ARCHIVES

    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;

*****/

*{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

body{
	margin: 0px;
	padding: 0px;
	font-family:  'Gill Sans', 'Gill Sans MT', Calibri, arial, serif, sans-serif;
	color: #000;
	font-size: 16px;
    background: linear-gradient(90deg, #e9e9ff, #dfdfff, #e9e9ff);
}

/**************************/
/*****     BANNER     *****/
/**************************/
.container-banner{
    margin: 0px 0px;
    padding: 0px 0px;
    background: linear-gradient(90deg, #1e5da3, #bc323b, #bc323b);
}

.container-banner-prt{
    margin: 0px 0px;
    padding: 0px 0px;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
    align-items: center;
/*    position: absolute;
    top: 0px;*/
}

.container-banner-chd-01{
    margin: 0px 0px;
    padding: 20px 20px;
}

.pict-logo{max-width: 140px;}

.typo-banner{
    font-size: 4em;
    font-weight: 400;
    color: #fff;
    text-shadow: 4px 4px 4px #333;
    font-variant: small-caps;
    letter-spacing: 2px;
}

.btn-banner-fixe{
    margin: 10px 5px;
    padding: 2px 8px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    cursor: pointer;
}

.btn-banner-fixe:hover{
    background: #c9c9ff;
    color: #555;
}

.container-btn-net{margin-top: 20px;}

.pict-net:hover{
    box-shadow: 0px 0px 30px #fff;
    transform: scale(0.9);
}

.container-banner-chd-04{
    margin-right: 30px;
}

.typo-add{
    text-align: right;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

/************************/
/*****     MENU     *****/
/************************/
.container-menu{
    margin: 0px 0px;
    padding: 0px 0px;
    background: linear-gradient(90deg, #d9e9ff, #6ca0ff, #cae0ff);
}

.container-menu-prt{
    margin: 0px 20px;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: left;
}

.container-btn-menu{
    margin: 5px 10px;
    padding: 2px 5px;
}

.btn-menu{
    margin: 2px 5px;
    padding: 2px 10px;
    text-decoration: none;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 18px;
    color: #333;
}

.btn-menu:hover{
    border-top: 3px solid rgb(182, 0, 0);
    border-bottom: 3px solid rgb(9, 0, 182);
    font-weight: 400;
}

/********************************************/
/*****     SECTION 1 - PRESENTATION     *****/
/********************************************/
.titre-01{
    margin: 10px 40px;
    padding: 5px 20px;
    font-size: 28px;
    font-weight: 400;
    font-variant: small-caps;
    color: #fff;
    background: linear-gradient(90deg, #00aadd, #28867b, #824a8e);
    max-width: 75%;
    box-shadow: 6px 6px 8px #666;
    text-shadow: 2px 2px 2px #333;
}

.container-presentation-prt{
    margin: 20px 20px;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}

.pict-pre-01{
    max-width: 100%;
}

.container-presentation-chd-02{
    max-width: 50%;
    /*background: linear-gradient(45deg, #1e5da3, #bc323b, #bc323b);
    background: #3432bc;*/
    background: #fff;
    color: #666;
    border-left: 2px solid #bc323b;
    /*border-right: 2px solid #3432bc;*/
    /*box-shadow: -4px -4px 4px inset;*/
}

.pict-pres-art-01{
    box-shadow: 0px 4px 4px #000;
}
.pict-pres-art-02{
    box-shadow: 0px 4px 4px #000;
}
.pict-pres-art-03{
    box-shadow: 0px 4px 4px #000;
}
.pict-pres-art-04{
    box-shadow: 0px 4px 4px #000;
}

/*****     Animations Pict     *****/
.pict-pres-art-01{
animation-name: pres-art-01;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes pres-art-01{
    0%{opacity: 1;}
    25%{opacity: 0.66;}
    50%{opacity: 0.25;}
    75%{opacity: 0.66;}
    100%{opacity: 1;}
}

.pict-pres-art-02{
    animation-name: pres-art-02;
        animation-duration: 5s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
    }
    
    @keyframes pres-art-02{
        0%{opacity: 0.25;}
    25%{opacity:0.66;}
    50%{opacity: 1;}
    75%{opacity: 0.66;}
    100%{opacity: 0.25;}
    }

.pict-pres-art-03{
    animation-name: pres-art-03;
        animation-duration: 4s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
}
    
    @keyframes pres-art-03{
        0%{opacity: 1;}
        25%{opacity: 0.66;}
        50%{opacity: 0.25;}
        75%{opacity: 0.66;}
        100%{opacity: 1;}
}
    
.pict-pres-art-04{
    animation-name: pres-art-04;
        animation-duration: 5s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
}
        
        @keyframes pres-art-04{
            0%{opacity: 0.25;}
        25%{opacity:0.66;}
        50%{opacity: 1;}
        75%{opacity: 0.66;}
        100%{opacity: 0.25;}
        }
       
.container-pict-pres-art-01{
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.container-pict-pres-art-02{
    margin-top: 10px;
    text-align: center;
}

.article-01{
    padding: 10px 20px;
    text-align: justify;
    font-size: 20px;
}

/**********/
.container-presentation-logue{
    margin: 10px 20px;
    padding: 10px 20px;
    border-left: 1px solid #ff0000;
    background: #fff;
}

.container-presentation-logue-prt{
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
    align-items: flex-start;
}

.container-presentation-logue-chd-01{
    width: 320px;
    font-size: 18px;
}

.container-presentation-logue-chd-02{
    width: 320px;
    font-size: 18px;
}

.container-presentation-logue-chd-03{
    width: 320px;
    font-size: 18px;
}

.typo-logue-00{
    font-size: 22px;
    font-variant: small-caps;
    border-bottom: 1px solid #000;
}

/********************************/
/*****     SECTION OPEN     *****/
/********************************/
.typo-open-titre{
    margin: 20px 40px;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 60px;
    font-size: 24px;
    font-variant: small-caps;
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
    background: linear-gradient(10deg, #9eadf3, #eeeeff);
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.container-open-prt{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
    align-items: flex-start;
}
/**********/
.container-open-chd-01{
	margin: 5px 10px;
	width: 301px;
	height: 361px;
	border: 1px solid #ff0000;
	background: linear-gradient(10deg, #acb4ff, #b6ff92, #acb4ff);
	overflow: hidden;
	cursor: pointer;
}

.picto-public{
	position: relative;
	top: -200px;
	left: 200px;
	border-radius: 8px;
	box-shadow: 4px 4px 6px #333;
}

.pict-couv-public{
	position: relative;
	top: -450px;
	left: 1px;
}
/**********/
.container-open-chd-02{
	margin: 5px 10px;
	width: 302px;
	height: 362px;
	border: 1px solid #ff0000;
	background: linear-gradient(10deg, #920000, #394187);
	overflow: hidden;
	cursor: pointer;
    color: #fff;
}

.picto-membre{
	position: relative;
	top: -260px;
	left: 200px;
	border-radius: 8px;
	box-shadow: 4px 4px 6px #333;
}

.pict-couv-membre{
	position: relative;
	top: -431px;
	left: 1px;
}
/**********/
.container-open-chd-03{
	margin: 5px 10px;
	width: 302px;
	height: 362px;
	border: 1px solid #ff0000;
	background: linear-gradient(10deg, #ac6d00, #ffd29e, #ffaa00);
	overflow: hidden;
	cursor: pointer;
}

.picto-business{
	position: relative;
	top: -280px;
	left: 200px;
	border-radius: 8px;
	box-shadow: 4px 4px 6px #333;
}

.pict-couv-business{
	position: relative;
	top: -445px;
	left: 1px;
}

/********------***********************/
/*****     SECTION ACTUALITE     *****/
/*************************************/
.titre-03{
    font-size: 20px;
}

.titre-04{
    font-size: 18px;
}

.list-titre-04{
    line-height: 24px;
    list-style: none;
    font-size: 18px;
    cursor: pointer;
}

.list-titre-04:hover{
    color: #009900;
    animation-name: actu-galerie;
    animation-duration: 600ms;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}
@keyframes actu-galerie{
    0%{letter-spacing: 0px;}
    75%{letter-spacing: 2px;}
    100%{letter-spacing: 0px;}
}

.container-actu-prt{
    margin: 2px 20px;
    padding: 5px 10px;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
    align-items: flex-start;
}

.container-actu-chd-01{
    margin: 5px 10px;
    padding: 10px 20px;
}

.container-actu-chd-02{
    margin: 5px 10px;
    padding: 10px 20px;
    max-width: 360px;
    border-left: 1px solid #ff0000;
    background-color: #eee;
}

.container-actu-chd-03{
    margin: 5px 10px;
    padding: 10px 20px;
    max-width: 380px;
    border-left: 1px solid #ff0000;
    background-color: #eee;
}


/********************************/
/*****     SECTION PACK     *****/
/********************************/
.titre-02{
    font-size: 20px;
}

.titre-00{
    font-size: 18px;
}

.btn-inscrip-line{
    text-decoration: none;
    color: #202020;
}

.btn-inscrip-line:hover{
    color: #009900;
}

.container-btn-load-inscript{
    text-align: center;
}

.btn-load-inscript{
    margin: 5px 10px;
    padding: 5px 10px;
    text-decoration: none;
    color: #202020;
    border: 1px solid #ff0000;
    border-radius: 5px;
}

.btn-load-inscript:hover{
    color: #fff;
    background-color: #202020;
}

.container-intro-pack{
    margin: 5px 20px;
    padding: 10px 20px;
    font-size: 18px;
}

.container-intro-pack-prt{
    margin: 10px 20px;
    padding: 10px 20px;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
    align-items: flex-start;
}

.container-intro-pack-chd-01{
    padding: 5px 10px;
    border-left: 1px solid #ff0000;
    background: #e9e9ff;
}

.list-pack-inscript{
    list-style: none;
    font-size: 18px;
    line-height: 22px;
}

.list-pack-inscript-content{
    cursor: pointer;
}


.list-pack-inscript-content:hover{
    color: #009900;
    animation-name: pack-inscript;
    animation-duration: 800ms;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}
@keyframes pack-inscript{
    0%{letter-spacing: 0px;}
    60%{letter-spacing: 2px;}
    100%{letter-spacing: 0px;}
}
.container-intro-pack-chd-02{
    padding: 5px 10px;
    border-left: 1px solid #ff0000;
    background: #e9e9ff;
}

.container-pack-prt{
    margin: 10px 20px;
    padding: 10px 20px;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
    align-items: flex-start;
    color: #333;
}

.container-pack-chd-01{
    margin: 10px 20px;
    padding: 5px 10px;
    width: 300px;
    height: 360px;
    border: 2px solid #ff0000;
    overflow: hidden;
    cursor: pointer;
}

.typo-pack-01{
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    font-variant: small-caps;
    font-style: italic;
}

.container-picto-pack-01{
    position: relative;
    top: -291px;
    left: -70px;
    margin: auto;
    width: 160px;
}

.picto-pack{
    transform: scale(1);
}

.picto-pack:hover{
    animation-name: picto-pack;
    animation-duration: 1000ms;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}
@keyframes picto-pack{
    0%{transform: scale(1);}
    50%{transform: scale(1.15);}
    100%{transform: scale(1);}
}
/**********/
.container-pack-chd-02{
    margin: 10px 20px;
    padding: 5px 10px;
    width: 300px;
    height: 360px;
    border: 2px solid #ff0000;
    overflow: hidden;
    cursor: pointer;
}

.container-picto-pack-02{
    position: relative;
    top: -340px;
    left: -70px;
    margin: auto;
    width: 160px;
}

.container-pack-chd-03{
    margin: 10px 20px;
    padding: 5px 10px;
    width: 300px;
    height: 360px;
    border: 2px solid #ff0000;
    overflow: hidden;
    cursor: pointer;
}

.container-picto-pack-03{
    position: relative;
    top: -240px;
    left: -70px;
    margin: auto;
    width: 160px;
}

/*****     Les bonnes raisons     *****/
.container-intro-pack-chd-02{
    max-width: 520px;
}

.typo-pack-00{
    font-size: 22px;
    font-style: italic;
}

.container-list-good{
    list-style: none;
    line-height: 22px;
}

.content-list-good{
    font-size: 20px;
    font-variant: small-caps;
    cursor: pointer;
}

.paraph-good{
    padding: 5px 10px;
    font-size: 17px;
    background: #cbcbff;
}

/**************************/
/*****     FOOTER     *****/
/**************************/
footer{
    margin: 0px 0px;
    padding: 0px 0px;
    background: #202020;
    color: #fff;   
}

.container-footer{
    margin: 0px 0px;
    padding: 0px 0px;
    background: #202020;
    color: #fff;
}

.container-footer-prt{
    margin: 2px 20px;
    padding: 5px 10px;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
    align-items: flex-start;
}

.container-list-legal{
    list-style: none;
}

.row-list-legal{
    margin: 15px 0px;
    padding: 5px 0px;
    border: 1px solid #fff;
    border-radius: 5px;
    width: 135px;
}

.btn-legal{
    padding: 0px 10px;
    text-decoration: none;
    color: #fff;
}

.btn-legal:hover{
    color: #00ff00;
}

/*****     COPYRIGHT     *****/
.copy{
    margin: 5px 10px;
    text-align: center;
}

.typo-copy{
    margin: 5px 10px;
    padding: 10px 10px;
    font-size: 12px;
}

.btn-copy{
    text-decoration: none;
    color: #fff;
}

/********************************/
/*****     OBJETS FIXES     *****/
/********************************/
/*****     Menu Hamburger     *****/
.container-btnh-menu{
    position: fixed;
    top: 10px;
    left: 10px;
    background: linear-gradient(0deg, #686868, #cdcdcd, #898989);
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #f00;
    border-radius: 5px;
    z-index: 1000;
}
.bar-01{
    position: relative;
    top: 12px;
    left: 8px;
    background: #fff;
    width: 32px;
    height: 2px;
    border-radius: 2px;
}
.bar-02{
    position: relative;
    top: 21px;
    left: 8px;
    background: #fff;
    width: 32px;
    height: 2px;
    border-radius: 2px;
}
.bar-03{
    position: relative;
    top: 31px;
    left: 8px;
    background: #fff;
    width: 32px;
    height: 2px;
    border-radius: 2px;
}
.bar-X01{
    position: relative;
    top: 23px;
    left: 5px;
    background: #fff;
    width: 38px;
    height: 2px;
    border-radius: 2px;
    transform: rotate(-45deg);
}
.bar-X02{
    position: relative;
    top: 21px;
    left: 5px;
    background: #fff;
    width: 38px;
    height: 2px;
    border-radius: 2px;
    transform: rotate(45deg);
}
.container-content-menu{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 250px;
    background: rgba(0, 0, 0, 0.9);
}
.container-btnh-submenu{
    position: relative;
    top: 70px;
    left: 20px;
    color: #fff;
    display: block;
}
.btn-ham{
    display: block;
    margin: 5px auto;
    padding: 5px 10px;
    text-decoration: none;
    color: #fff;
}
.btn-ham:hover{
    color: #0f0;
}

/*****     Fleche Haut     *****/
.container-arrow-up{
    position: fixed;
    right: 5px;
    bottom: 40px;
    z-index: 1000;
}

.container-obj-btn-arrow{
    text-decoration: none;
}

/*******************************/
/*****     FORMULAIRES     *****/
/*******************************/

/*****     Contact     *****/
.form-contact-prt{
    position: fixed;
    top: 10px;
    left: 20px;
    margin: 2px 20px;
    padding: 5px 10px;
    max-width: 500px;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
    align-items: center;
    border: 1px solid #ff0000;
    background: #ccf;
    z-index: 800;
}

.typo-form-titre{
    font-size: 26px;
    font-variant: small-caps;
    text-decoration: underline;
}

.typo-form-sub-titre{
    font-size: 22px;
    font-variant: small-caps;
}

.btn-cross-close{
    position: fixed;
    top: 20px;
    left: 450px;
    width: 22px;
    padding: 2px 5px;
    border: 1px solid #000;
    border-radius: 5px;
    cursor: pointer;
}

.btn-cross-close:hover{
    background: #ff0000;
    color: #ffffff;
}

.coord{
    margin: 5px 20px;
}

/*****     Newsletter     *****/
.form-newsletter-prt{
    position: fixed;
    top: 10px;
    left: 20px;
	margin: 5px 10px;
	padding: 5px 10px;
	max-width: 520px;
	border: 1px solid #f00;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    background: #ccf;
    z-index: 800;
}

.btn-form-newsletter{
	text-align: center;
}

.logo-newsletter{
	position: relative;
	right: 80px;
	transform: scale(0.35);
	height: 50%;
}

.form-news-col-02{
	max-width: 120px;
	text-align: center;
}

.btn-close-newsletter{
	padding: 5px 5px;
	text-align: center;
	position: fixed;
	left: 400px;
	top: 25px;
	width: 25px;
	height: 25px;
	border: 1px solid #333;
	border-radius: 5px;
	line-height: 13px;
	cursor: pointer;
}

.btn-close-newsletter:hover{
	color: #fff;
	background: #ff4444;
	border: 1px solid #fff;
}

/**************************************/
/*****     GESTION DES ECRANS     *****/
/**************************************/
.hamburger{display: none;}
@media screen and (max-width: 1024px)
{
    .container-menu{display: none;}
    .hamburger{display: contents;}
    .typo-banner{margin-right: 20px; font-size: 2.2em;}
    .titre-01{margin-top: 2px; font-size: 24px;}
    .container-presentation-chd-02{max-width: 100%;}

/*****     Form Contact     *****/
    .btn-cross-close{
        left: 420px;}
}