@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');
li.menu-type-page:last-child a {
    color: red !important;
  animation: blink-anim 1s infinite;
    font-size: 1.3em !important;
}
ul li ul li.menu-type-page:last-child a {
    color: initial !important;
  animation: none;
    font-size: 1.39rem !important;
}
@keyframes blink-anim {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
.biathlon-sequence {
    margin: 18px 0;
    padding: 12px 16px;
    text-align: center;
    font-size: 1.05em;
}

.biathlon-sequence strong {
    letter-spacing: 0.2px;
}
/* =========================================================
   PAGE 50 ANS - PLUMAUGAT ATHLÉTISME
   ========================================================= */

.anniversaire-50 {
    max-width: 1100px;
    margin: 0 auto;
    color: #222;
}


/* INTRODUCTION
--------------------------------------------------------- */

.anniv-intro {
    text-align: center;
    margin-bottom: 50px;
}

.anniv-intro h1 {
    margin-bottom: 8px;
}

.anniv-date {
    font-size: 1.15em;
    font-weight: 600;
    margin-bottom: 30px;
}

.anniv-intro-text {
    margin: auto;
    font-size: 1.05em;
    line-height: 1.65;
}

.anniv-intro-text h2 {
    margin-bottom: 25px;
}


/* SECTIONS
--------------------------------------------------------- */

.anniv-section {
    margin: 55px 0;
}

.anniv-title {
    text-align: center;
    margin-bottom: 35px;
    position: relative;
}

.anniv-title::after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    margin: 12px auto 0;
    background: #ffcc00;
    border-radius: 4px;
}


/* PROGRAMME
--------------------------------------------------------- */

.anniv-programme {
    margin: auto;
    max-width:900px;
}

.programme-item {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 25px;
    padding: 18px 20px;
    border-bottom: 1px dashed #000;
    align-items: center;
}

.programme-heure {
    font-weight: 700;
    color: #e5a900;
    text-align: right;
    line-height: 1.25;
}

.programme-contenu h3 {
    margin: 0 0 5px;
}

.programme-contenu p {
    margin: 3px 0;
}

.programme-highlight {
    background: rgba(255, 204, 0, 0.13);
    border-radius: 8px;
    border-bottom: none;
    margin-top: 8px;
}


/* BIATHLON
--------------------------------------------------------- */

.biathlon-section {
    margin-left: auto;
    margin-right: auto;
}

.biathlon-intro {
    text-align: center;
    margin: 0 auto 35px;
    font-size: 1.08em;
    line-height: 1.6;
}

.biathlon-accroche {
    font-size: 1.35em;
    line-height: 1.4;
    margin-bottom: 25px;
}


/* FONCTIONNEMENT */

.biathlon-fonctionnement {
    background: #f7f7f7;
    padding: 35px;
    border-radius: 12px;
}

.biathlon-fonctionnement h3 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
}

.biathlon-etapes {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.biathlon-etape {
    display: grid;
    grid-template-columns: 45px 1fr;
    gap: 15px;
    align-items: start;
}

.etape-numero {
    width: 38px;
    height: 38px;
    background: #ffcc00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.biathlon-etape strong {
    margin-bottom: 3px;
}

.biathlon-etape p {
    margin: 0;
    line-height: 1.5;
}


/* RÉSULTAT FINAL */

.biathlon-final {
    margin-top: 30px;
    text-align: center;
    background: #ffcc00;
    padding: 20px;
    border-radius: 8px;
}

.biathlon-final strong,
.biathlon-final span {
    display: block;
}

.biathlon-final strong {
    font-size: 1.2em;
    margin-bottom: 5px;
}


/* INSCRIPTION
--------------------------------------------------------- */

.inscription-box {
    margin-top: 35px;
    padding: 30px;
    border: 2px solid #ffcc00;
    border-radius: 12px;
    text-align: center;
}

.inscription-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
}

.inscription-header h3 {
    margin: 0;
}

.inscription-badge {
    display: inline-block;
    background: #ffcc00;
    padding: 7px 13px;
    border-radius: 5px;
    font-weight: 800;
    font-size: 0.85em;
}

.inscription-infos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 700px;
    margin: 25px auto;
}

.inscription-infos div {
    background: #f7f7f7;
    padding: 18px;
    border-radius: 8px;
}

.inscription-infos strong,
.inscription-infos span {
    display: block;
}

.inscription-infos span {
    margin-top: 5px;
    font-size: 0.9em;
}

.inscription-mail {
    font-size: 1.1em;
}

.inscription-mail a {
    font-weight: 700;
}


/* PARCOURS / RÈGLEMENT
--------------------------------------------------------- */

.biathlon-a-venir {
    margin-top: 25px;
    padding: 20px;
    text-align: center;
    border-left: 4px solid #ffcc00;
    background: #fafafa;
    display:none;
}

.biathlon-a-venir h3 {
    margin-top: 0;
}


/* INFOS PRATIQUES
--------------------------------------------------------- */

.infos-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.info-card {
    padding: 22px 15px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 8px;
}

.info-label {
    display: block;
    font-size: 0.8em;
    font-weight: 700;
    color: #e5a900;
    margin-bottom: 10px;
}

.info-card strong {
    display: block;
    line-height: 1.4;
}


/* CONCLUSION
--------------------------------------------------------- */

.anniv-conclusion {
    text-align: center;
    margin: 60px auto 30px;
}

.anniv-conclusion h2 {
    margin-bottom: 25px;
}

.anniv-conclusion p {
    line-height: 1.6;
}


/* MOBILE
--------------------------------------------------------- */

@media (max-width: 700px) {


.flash-info td {
    display: block;
    width: 100%;
}
    .programme-item {
        grid-template-columns: 100px 1fr;
        gap: 15px;
        padding: 15px 5px;
    }

    .programme-heure {
        text-align: left;
    }

    .biathlon-fonctionnement {
        padding: 25px 18px;
    }

    .inscription-infos {
        grid-template-columns: 1fr;
    }

    .infos-grid {
        grid-template-columns: 1fr 1fr;
    }

}

@media (max-width: 480px) {

    .programme-item {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .programme-heure {
        text-align: left;
    }

    .infos-grid {
        grid-template-columns: 1fr;
    }

    .inscription-header {
        flex-direction: column;
    }

}
/* EXPOSITION - 50 ANS D'HISTOIRE
--------------------------------------------------------- */

.expo-section {
    margin-left: auto;
    margin-right: auto;
}

.expo-contenu {
    position: relative;
    padding: 35px 45px;
    background: #f7f7f7;
    border: 5px solid #ffcc00;
    border-radius: 10px;
}

.expo-accroche {
    text-align: center;
    margin-bottom: 25px;
}

.expo-accroche strong,
.expo-accroche span {
    display: block;
}

.expo-accroche strong {
    font-size: 1.2em;
    margin-bottom: 8px;
}

.expo-accroche span {
    font-size: 0.9em;
    font-style: italic;
}

.expo-texte {
    text-align: center;
    margin: 0 auto;
    line-height: 1.65;
}

.expo-texte p {
    margin: 15px 0;
}

.expo-albums {
    margin: 25px 0 !important;
    padding: 15px 20px;
    background: rgba(255, 204, 0, 0.15);
    border-radius: 7px;
    text-align: center;
}


/* MOBILE */

@media (max-width: 700px) {

    .expo-contenu {
        padding: 25px 20px;
    }

}
/* =========================================
   TEE-SHIRT COLLECTOR - 50 ANS
   ========================================= */

.anniversaire-tshirt {
    max-width: 1100px;
    margin: 50px auto;
    padding: 35px 40px;

    display: flex;
    align-items: center;
    gap: 50px;

    background: #f8f8f8;
    border-radius: 12px;
    border: 1px solid #e5e5e5;
}

/* Image */

.tshirt-image {
    flex: 1;
    text-align: center;
}

.tshirt-image img {
    width: 100%;
    max-width: 520px;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Texte */

.tshirt-content {
    flex: 1;
}

.tshirt-label {
    display: inline-block;
    margin-bottom: 10px;

    color: #f2a900;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.tshirt-content h2 {
    margin: 0 0 20px;

    font-size: 32px;
    line-height: 1.2;
    color: #222;
}

.tshirt-content p {
    margin: 0 0 16px;

    line-height: 1.6;
    color: #444;
}

.tshirt-emphasis {
    font-weight: 600;
    color: #222 !important;
}

/* Information commande */

.tshirt-info {
    display: inline-block;
    margin-top: 10px;
    padding: 12px 18px;

    border-left: 4px solid #f2a900;

    background: #fff;
    color: #333;

    font-size: 15px;
}
@media (max-width: 768px) {

    .anniversaire-tshirt {
        margin: 35px 0;
        padding: 25px 20px;

        flex-direction: column;
        gap: 25px;
    }

    .tshirt-image {
        width: 100%;
    }

    .tshirt-image img {
        max-width: 100%;
    }

    .tshirt-content {
        width: 100%;
        text-align: left;
    }

    .tshirt-content h2 {
        font-size: 27px;
    }

}

















    
.footer-social {
    display: grid;
    grid-template-columns: auto auto;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
}
a.social-link.facebook [class*=icon-] {
    background: #517ebc !important;
    color: #FFF !important;
    border-radius: 50% !important;
    font-size: 20px !important;
    width: 30px;
    height: 30px;
    display: block !important;
    line-height: 30px;
    text-align: center;
}
span.icon-instagram.fab.fa-instagram:before {
    content: "\F16D";
    font-family: FontAwesome;
    color: #FFF;
}
span.icon-facebook.fab.fa-facebook:before {
    content: "\F09A";
    font-family: FontAwesome;
    /* z-index: 1; */
    color: #FFF;
}
.label-ffa {
    display: flex;
    justify-content: center;
}
.label-ffa img {
    max-height: max-content;
    width: 120px;
    display: block;
    margin: 5px auto;
}
.navbar-nav {
        display: flex;
        justify-content: center;
        float:none !important;
    }
    .line.site_line__item.edito .container {
        width: 100%;
    }
ul.list-accueil {
    text-align: left;
}
.col2 {
    display: grid
;
    grid-template-columns: auto auto;
}
.mod-social-links {
    display: flex
;
}
a.social-link.instagram [class*=icon-] {
    background: #f09433 !important;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 ) !important;
    color: #FFF !important;
    border-radius: 50% !important;
    font-size: 20px !important;
    width: 30px;
    height: 30px;
    display: block !important;
    line-height: 30px;
    text-align:center;
}
.footer-social h3 {
    grid-column: 1 / 3;
}
.footer-social {
    display: grid
;
    grid-template-columns: auto auto;
    align-content: center;
    justify-content: center;
}
a.social-link.facebook [class*=icon-] {
    color: #517ebc !important;
}

.grid-flash {
    display: grid;
    gap: 20px;
    grid-template-columns: auto auto auto;
    align-items: center;
}
/*.grid-flash {
display: flex;
    gap:20px;
}*/
.caption-content {
    min-height: 500px;
}
.cross img {
    width: 150px !important;
    height: 100px !important;
    object-fit: contain !important;
}
.img-right-edito {
   width: 230px; float: right; margin: 0 20px 0 !important; height: auto;
}
.img-left-edito {
   width: 230px; height: auto; float:left; margin: 0 20px 0 !important;
}
.news-blog__left{
    background:  #FFCC00 url(https://cdn.eu.yapla.com/company/CPYlciGY91WfHQb6wEKnm4uvr/account/logo-new-1613477722-1-1671717397.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    width: 239px !important;
    height: 179px !important;
 
}
.zone-100 .carousel-inner > .item {
    max-height: 100% !important;
    overflow: hidden;
}

.line.site_line__item.course-nature {
    display: none;
}
.tableau-photos img {
    padding: 5px;
}
.image-left {
    float: left;
    max-width: 35%;
    padding-right: 20px;
}
div#GbLSU1E9wZEp4fhzCYCq3Gha {
    background: radial-gradient(circle, rgba(251,239,1,1) 0%, rgba(245,160,27,1) 100%);
}
div#GbLSU1E9wZEp4fhzCYCq3Gha .readmore {
    display: inline-block;
    border: solid 2px #000;
    margin: 0 18%;
    min-width: 326px;
    font-weight: 600;
}
.mails {
    background: #FFF;
}
.mails .poweredBy {
    display: none !important;
}
.mails .back-to-list{
    display:none;
}
.anniversaires iframe
{
	border: 0;
	height: 253px;
	max-width: 244px;
}

.flash-info2 img
{
	max-height: 392px !important;
    padding: 20px;
}
img.news-image.e-thumbnail
{
	max-width: 800px;
	max-height: 600px;
}

div#modCarousel-837652 .carousel-text
{
	column-count: 2;
}

.puce
{
	width: 30px !important;
	height: auto !important;
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 0px !important;
	position:relative !important;
	top:0px !important;
	margin-top: 0px !important;
}

div#modCarousel-837652 .resultats-accueil .puce
{
	float:left;
	padding-bottom:20px;
	width: 30px !important;
	height: auto !important;
	margin-bottom: 20px !important;
	margin-top: 0px !important;
}

div#modCarousel-837652 .carousel-text img
{
	max-width: 561px !important;
	height: 421px !important;
	object-fit: cover;
    width: 100%;
}

li.menu-type-external:last-child:before
{
	display: none;
}

/*li.menu-type-external:last-child
{
	background: red;
	animation-duration: 2s;
	animation-name: clignoter;
	animation-iteration-count: infinite;
	transition: none;
}
*/
img.news-blog__image
{
	object-fit: cover !important;
	width: 239px !important;
	height: 179px !important;
}

@keyframes clignoter
{
	0%
	{
		opacity:1;
	}

	20%
	{
		opacity:0;
	}

	100%
	{
		opacity:1;
	}
}

.line.site_line__item.btn-actus
{
	margin: -30px 0 30px;
}

div#modCarousel-837652 .carousel-inner
{
	height:930px;
}

h1#news-title-576451
{
	text-align: center;
}

.readmore-black
{
	background: #000;
	color: #FFF !important;
	padding: 20px;
	margin-top: 20px;
	display: inline-block;
	border:solid 2px #000;
}

.readmore-black:hover
{
	background: none;
	color: #000 !important;
	text-decoration:none !important;
	border:solid 2px #000;
}

.social-link [class*=icon-]
{
	font-size: 2em !important;
	color: #517ebc !important;
	background: none !important;
	border-radius: 0 !important;
	padding: 0 !important;
}

.social-link [class*=icon-]:hover
{
	color: #517ebc !important;
	opacity: 0.5 !important;
}

div#modCarousel-837652 .carousel-inner
{
	margin-top: 15px;
}

.line.site_line__item.edito
{
	padding: 20px;
	text-align: center;
	border: solid 4px #000;
	margin: 20px auto;
	font-weight: 600;
	font-size: 16px;
}

.zone-100 .carousel-indicators
{
	bottom: 5px;
}

.zone-100 .carousel
{
	max-height: 100% !important;
	overflow: hidden;
}

body.pageid-79341.boutique.template-00012.lang-fr.default img.news-blog__image
{
	height: auto !important;
}

body.pageid-79341.boutique.template-00012.lang-fr.default p.paginatorNbRow
{
	clear: both;
	padding: 20px 5px 0 0;
}

.line.site_line__item.contenu-pages-boutique
{
	margin: -30px 0 30px 0;
	padding: 20px 0;
}

body.pageid-79341.boutique.template-00012.lang-fr.default p.paginatorNbRow
{
	font-size: 0px;
}

.carousel-caption
{
	text-shadow: none;
	color:#000;
}

.zone-100 .carousel-caption
{
	font-size: inherit !important;
	width: 50% !important;
	background: none;
	padding: 0 20px 0 0;
}

body.pageid-79341.boutique.template-00012.lang-fr.default .paginatorNbRow span::after
{
	content: " produits";
	font-weight: normal;
}

body.pageid-79341.boutique.template-00012.lang-fr.default .zone-news__moreNews-wrapper
{
	margin-top: 50px;
}

.paginatorNbRow span
{
	font-size: 1.5rem;
}

body.pageid-79341.boutique.template-00012.lang-fr.default .news-list-pics img.news-image
{
	margin-bottom: 20px;
}

body.pageid-79341.boutique.template-00012.lang-fr.default .news-list-pics .news-item.col-sm-6
{
	border: solid 1px #FFCC00;
	margin: 5px;
	text-align: center;
	padding: 10px 20px;
	min-height: 200px;
	width: 24.1%;
}

body.pageid-79341.boutique.template-00012.lang-fr.default h2.news-list-title
{
	text-transform: uppercase;
	font-weight: 800;
	font-size: 22px;
	color: #000;
}

body.pageid-79341.boutique.template-00012.lang-fr.default h3.news-title
{
	font-size: 1em;
	line-height: 1.5em;
	text-transform: none;
}

body.pageid-79341.boutique.template-00012.lang-fr.default .news-article__title
{
	text-align:center;
}

body.pageid-79341.boutique.template-00012.lang-fr.default .news-article__intro-text
{
	font-size: 30px;
	text-align: center;
}

body.pageid-79341.boutique.template-00012.lang-fr.default img.news-image.e-thumbnail
{
	max-width: 800px;
	border: solid 5px #FFCC00;
	box-shadow: 0 0 20px 5px #000;
}

body.pageid-79341.boutique.template-00012.lang-fr.default .news-blog__intro
{
	font-size: 30px;
}

body.pageid-79341.boutique.template-00012.lang-fr.default .news-blog__cta
{
	display:block !important;
}

body.pageid-79341.boutique.template-00012.lang-fr.default h2.news-blog__title
{
	min-height: 55px;
	text-align: left;
	font-size: 16px !important;
	line-height: 25px !important;
}

.btn-actus
{
	margin-bottom: 30px;
	margin-top: -30px;
}

.news-blog__box
{
	width: 49%;
	margin-right: 1%;
	float: left;
}

img.news-image.e-thumbnail
{
	display: block;
	margin: 0 auto 30px;
}

.news-blog__cta
{
	display:none;
}

h2.news-blog__title
{
	font-size: 1em!important;
	line-height: 1.5em;
}

.news-blog__box + .news-blog__box
{
	margin-top: 0px !important;
	margin-bottom: 10px;
}

.carousel-indicators
{
	position: relative !important;
}

.vertical-mode .carousel-indicators li
{
	padding: 0 2px;
	font-size: 0px;
	width: 8px;
	height: 8px;
}

.carousel-indicators .active
{
	background-color: #FFCC00;
}

.zone-carousel:not(.zone-100) .carousel-indicators
{
	display: block !important;
}

body
{
	font-family: Open Sans,Helvetica,Arial,sans-serif;
	background: no-repeat fixed url(https://cdn.eu.yapla.com/company/CPYlciGY91WfHQb6wEKnm4uvr/website/article/45754/images/bg_piste-1668980323.jpg);
	color:#000;
	background-size: cover;
	text-align: justify !important;
    background-position: center;
}

.menu-cross a
{
	text-transform: uppercase;
	font-weight: 700;
	border: solid 3px #FFCC00;
	padding: 10px;
	margin: 18px 0;
	display:block;
}

.menu-cross a:hover
{
	background:  #FFCC00;
	text-decoration : none;
}

.tableau-medailles .readmore
{
	margin: 0px;
	font-size: 14px;
}

.tableau-medailles  p
{
	margin: 0;
	display: block;
}

.line.site_line__item.line-secondary
{
	margin-bottom: 30px;
}

.line.site_line__item.contenu-pages
{
	margin: 30px 0;
	padding:20px 0;
}

.line-main, .line-secondary
{
	padding: 20px 0 30px;
}

.calendrier
{
	margin-left: 50px;
}

.line.site_line__item.line-secondary, .line.site_line__item.line-main
{
	background: rgb(249 249 249 / 80%);
	border-top: solid 2px #FFCC00;
	padding-bottom: 5px !important;
}

.line.site_line__item.line-secondary  h1
{
	font-size:1.5em;
	line-height:1.5em;
}

.line.site_line__item.line-secondary img
{
	margin-top: -15px;
}

li.header-ext.header-ext-custom
{
	text-transform: uppercase;
	float: left;
	font-size: 40px;
	line-height: 50px;
	margin-left: 80px;
}

.line-menu
{
	position: relative;
	border-top: solid 1px #000;
	background:transparent;
}

a
{
	color:#000 !important;
}

h1
{
	font-family: Open Sans,Helvetica,Arial,sans-serif !important;
	font-size:1.5em!important;
	color:#000;
}

.h1, .line-footer h3
{
	color:#000;
}

h2
{
	font-family: Open Sans,Helvetica,Arial,sans-serif !important;
	font-size:1.2em!important;
	color:#000;
	font-weight:600;
}

div#site-wrapper
{
	width: 1152px;
	margin: auto;
}

.poweredBy
{
	font-family:Open Sans,Helvetica,Arial,sans-serif !important;
	color: #000!important;
	background: #F9f9f9!important;
}

.poweredBy-wrapper
{
	background: #F9f9f9!important;
}

.back-to-list
{
	display: inline-block;
	float: right;
}

.readmore, .back-to-list
{
	background: #FFCC00;
	display: block;
	padding: 10px;
	color: #000;
	text-align: center;
	margin: 5px;
	border:solid 2px #FFCC00;
}

.readmore:hover, .back-to-list:hover
{
	background:none;
	text-decoration:none;
	color:#000;
}

.readmore-flash
{
	background: #FF0000;
	display: block;
	padding: 10px;
	color: #FFF;
	text-align: center;
	margin: 5px;
	border:solid 2px #FF0000;
}

.readmore-flash:hover
{
	background:none;
	text-decoration:none;
	color:#000;
}

div#QZLpVxA8rYQzoR5dow0LPYaZ
{
	background: rgb(249 249 249 / 80%);
	padding: 20px;
}

div#\33 k2CFdU4rc8VLCWkifUmNJmA
{
	background: rgb(249 249 249 / 80%);
	padding: 20px;
	border-left: 2px solid #FFCC00;
	border-right: 2px solid #FFCC00;
	min-height: 386px;
}

div#XF1eFVYF5PIYY1i93Etbxjxi
{
	background: rgb(249 249 249 / 80%);
	padding: 20px;
	min-height: 386px;
}

div#QZLpVxA8rYQzoR5dow0LPYaZ
{
	min-height: 386px;
}

.flash-info img
{
	margin: -35px auto;
	display: block;
	position: relative !important;
	top: 0px !important;
}
.flash-info
{
	border: solid 4px #FF0000;
	margin: 20px 0;
	padding: 20px 40px;
	text-align: center;
	font-weight: 600;
	background: rgb(255 204 0 / 80%);
	min-height:208px;
}

.content.contact h1
{
	display: none;
}

.content.contact
{
	padding: 0px !important;
	margin-top: -10px;
}

.nos-partenaires
{
	margin-top: 30px;
}

.partenaires img
{
	width: 80%;
	margin:20px auto 0;
	display: block;
}

.tab-medailles
{
	border-spacing: 2px !important;
	border-collapse: separate;
}

.tableau-medailles table
{
	border-spacing: 2px !important;
	border-collapse: separate;
	font-size: 11px;
	width:auto;
}

.anniversaires iframe
{
	border: 0;
	height:253px;
}

.bordure
{
	border: solid 2px #FFCC00;
	padding: 20px 20px 10px;
}

.accordeon ul
{
	margin:0;
	padding:0;
	list-style:none;
	width : 100%;
}

.accordeon ul li
{
	display: block;
	overflow: hidden;
	margin: 5px;
	padding: 0;
	list-style: none;
	width: 100%;
	height: 43px;
	transition:  height 0.3s ease-in-out;
	-moz-transition:  height 0.3s ease-in-out;
	-webkit-transition:  height 0.3s ease-in-out;
	-o-transition:  height 0.3s ease-in-out;
}

.accordeon ul li .titre
{
	display:block;
	margin:0;
	padding:10px;
	background: #FFCC00;
	font-weight:600;
}

.accordeon ul li div
{
	margin:0;
	overflow:hidden;
	padding:10px;
	height:auto;
	background: transparent;
	border:solid 2px #FFCC00;
}

.accordeon  ul li:hover
{
	height:auto;
}

.accordeon:hover ul li .titre:hover
{
	color:#000;
	font-weight:600;
	background:#FFCC00;
}

.accordeon ul li .titre:hover
{
	cursor:pointer;
}

.nb-athletes
{
	float: right;
}

.liste-athletes
{
	column-count: 4;
}

.line.site_line__item.two-colums
{
	background: rgb(249 249 249 / 80%);
	margin-top: 30px;
	margin-bottom: -30px;
	padding: 20px 0;
}

.accordeon .readmore
{
	text-align: left;
}

.line.site_line__item.two-columns
{
	background: rgb(249 249 249 / 80%);
	margin-top: -30px;
	margin-bottom: 30px;
	padding: 0 0 20px 0;
}

.content.contact .col-md-12
{
	width: 100%;
}

.content.contact .btn
{
	width: 100%;
	color:#000;
	border:solid 2px #FFCC00;
}

.content.contact .btn:hover
{
	background:none;
}

.content.contact .form-horizontal .control-label
{
	padding-bottom: 5px;
}

.content.contact input
{
	height: 30px !important;
	min-height: 30px !important;
}

textarea.form-control
{
	height: 90px;
}

.form-group.form-element-send
{
	margin-top: -8px;
}

div#tDlxk0IZmLyjz7ETbDAX4wud, div#TnWlbjWl3yXGXQU8zOLWhqcN, div#A4Z6rrlfNmlPn41550nfIiQU
{
	padding: 0px !important;
}

ul.nav.navbar-nav li:before
{
	content: ".";
	font-size: 50px;
	vertical-align: top;
}

ul.nav.navbar-nav li:first-child:before, ul.nav.navbar-nav li ul li:before
{
	display:none;
}

.nav>li>a
{
	padding: 15px 10px;
}

.navbar-default .navbar-nav>li>.dropdown-menu>li>a, .navbar-default .navbar-nav>li>a
{
	letter-spacing: 0em;
}

.navbar-default .navbar-nav>li>a.dropdown-toggle
{
	margin-left: -5px;
}

ul.nav.navbar-nav a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, ul.dropdown-menu a:hover
{
	color: #FFF !important;
}

div#mainMenu
{
	background: #FFCC00;
}

.nos-athletes iframe
{
	width: 100%;
	border: none !important;
	overflow: hidden !important;
	height:100%;
}

.nos-athletes
{
	width: 100% !important;
	height: 1000px !important;
	overflow: hidden !important;
}

.records div
{
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
}

.records td
{
	padding: 10px 5px;
	width: auto;
}

.records tr
{
	border-bottom: dotted 2px #FFCC00;
}

.records tr:hover
{
	background: #FFF;
}

.puce-pdf
{
	height: 50px !important;
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 0px !important;
}

.carousel-text img
{
	position: absolute;
	top: 75px;
	left: 0px;
}

.clearfix
{
	border:none !important;
}

.zone-100 .carousel-control .icon-prev, .zone-100 .carousel-control .icon-next, .zone-100 .carousel-control .glyphicon-chevron-left, .zone-100 .carousel-control .glyphicon-chevron-right
{
	background-color: transparent !important;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-left
{
	background: url(https://cdn.eu.yapla.com/company/CPYlciGY91WfHQb6wEKnm4uvr/asset/files/arrow-left.png) no-repeat center center !important;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right
{
	background: url(https://cdn.eu.yapla.com/company/CPYlciGY91WfHQb6wEKnm4uvr/asset/files/arrow-right.png) no-repeat center center !important;
}

.line.site_line__item.histo-suite
{
	margin-bottom: 30px;
	padding: 0 0 20px 0;
	margin-top: -30px;
}

li.menu-type-page:first-child a:after
{
	content: "";
	background: url(https://cdn.eu.yapla.com/company/CPYlciGY91WfHQb6wEKnm4uvr/asset/files/accueil.png);
	display: inline-block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
}

.navbar-default .navbar-nav>li>.dropdown-menu>li>a, .navbar-default .navbar-nav>li>a
{
	font-size: 1.39rem;
}

li.menu-type-page:first-child a
{
	font-size: 0px !important;
	height: 52px;
}

ul.dropdown-menu li.menu-type-page:first-child a
{
	font-size: 1.39rem !important;
	height: auto;
}

ul.dropdown-menu li.menu-type-page:first-child a:after
{
	display:none;
}

.resultats-accueil p
{
	text-align: justify!important;
	margin: 0px !important;
}

h3.caption-title
{
	font-family: Open Sans,Helvetica,Arial,sans-serif !important;
	font-size: 1.2em !important;
	color: #000 !important;
	text-transform: none;
	text-align: left;
	margin-bottom: 0px !important;
}

.carousel-text .resultats-accueil
{
	margin-top:445px !important;
}

.line.site_line__item.two-colums .carousel-text img
{
	position: inherit;
	top: 0px;
	left: 0px;
}

h1#news-title-576446
{
	min-height: 65px;
}


@media only screen and (max-device-width:480px){
.label-ffa img {
    max-height: max-content;
    width: 120px;
}
 .label-ffa {
    display: flex;
    justify-content: center;
    flex-direction: column;
}   
    .navbar-nav {
    display: initial !important;
}

table.nous-rejoindre td {
    display: block;
    width: 100%;
}

    
table.nous-rejoindre p{
width:100% !important;
}

    .grid-flash {
    grid-template-columns: auto;
}
    .tableau-photos td {
    width: 100%;
    display: block;
}
    .image-left {
    float: none;
    max-width: 60%;
    padding-right: 0px;
    margin: auto;
    display: block;
    padding-top: 20px;
}
  div#GbLSU1E9wZEp4fhzCYCq3Gha .readmore {
    display: block;
    border: solid 2px #000;
    margin: 0 auto;
    width: 90%;
    font-weight: 600;
    min-width: initial;
}
div#modCarousel-837652 .resultats-accueil .puce {
    margin-top: -10px !important;
}
.mails p{
    margin: 20px 0;
}
    
    .mails table td {
    padding: 0px;
}

.mails table{
        width:100%;
    }
.flash-info2 img
{
	max-height: 190px;
}
    tr.notre-histoire {
        display: inline-block;
        width: 100%;
    }

    tr td.bordure {
        min-height: auto !important;
    }

    .line.site_line__item.contenu-pages.infrastructures 
	{
		margin-top: 30px;
	}

	.line.site_line__item.contenu-pages
	{
		margin-top:0px;
	}

	.nb-athletes.imprimer
	{
		display:none;
	}

	.line.site_line__item.two-colums
	{
		margin-top: 0px;
	}

	.line.site_line__item.contenu-pages
	{
		margin-top:0px;
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form
	{
		border:0px;
	}

	.puce
	{
		top: 0px !important;
		margin-bottom: 0px !important;
		width: 22px !important;
		margin-right: 5px !important;
	}

	.line-menu
	{
		position: relative;
		border-top: solid 1px #FFCC00 !important;
		background: transparent;
	}

	.resultats-accueil .puce
	{
		margin-top:-6px !important;
	}

	h1
	{
		line-height: 1.5em;
	}

	.news-blog__box
	{
		padding: 10px 0 0 0;
	}

	img.news-blog__image
	{
		display: block;
		margin: auto;
	}

	img.news-image.e-thumbnail
	{
		width: 100%;
		height: auto;
	}

	div#modCarousel-837652 .carousel-inner
	{
		height:auto !important;
	}

	div#modCarousel-837652 .carousel-text img
	{
		width: 100% !important;
		height: auto !important;
		object-fit: cover;
	}

	h2.news-blog__title
	{
		font-size: 1.2em!important;
		line-height: 1.5em;
		text-align: center;
	}

	.anniversaires
	{
		text-align: center;
		display: block;
		margin: auto;
		font-size: 11px !important;
		line-height: 14px !important;
	}

	h2.news-blog__title
	{
		font-size: 1.2em!important;
		line-height: 1.5em;
		text-align: center;
	}

	.date-anniversaires
	{
		display: block;
		margin: auto;
		border: solid;
		font-size: 11px;
		line-height: 14px;
		text-align: center;
	}

	.anniversaires iframe
	{
		width: 100% !important;
	}

	.site-inner
	{
		margin-top:10px;
	}

	div#modCarousel-837652 .carousel-text
	{
		column-count: 1;
	}

	.vertical-mode .carousel-indicators
	{
		margin-bottom: 0px;
	}

	.zone-100 .carousel-indicators
	{
		bottom: inherit;
		display: inline-block;
	}

	.line.site_line__item.line-secondary, .line.site_line__item.line-main
	{
		background: rgba(249, 249, 249, 0.8) !important;
	}

	.zone-100 .carousel-inner > .item > img, .zone-100 .carousel-inner > .item > a > img
	{
		margin-left: 0% !important;
		width: 100% !important;
	}

	.zone-100 .carousel-caption
	{
		width: 100% !important;
		padding: 0px !important;
	}

	.news-blog__box
	{
		width: 100%;
		margin-right: 0;
		float: none;
		margin-bottom: 10px;
	}

	div#hDHoG94uLPT3ijKw5WuOuiny
	{
		min-height: 870px !important;
	}

	body
	{
		font-size: 11px;
		line-height: 14px;
	}

	.anniversaires iframe
	{
		border: 0;
		height:auto;
	}

	.tableau-medailles .readmore
	{
		font-size: 11px;
		margin:5px;
	}

	div#site-wrapper
	{
		width: 96% !important;
		margin: auto 2%;
	}

	.mod-header-part
	{
		display: table-footer-group;
		vertical-align: middle;
		text-align: center;
	}

	li.header-ext.header-ext-custom
	{
		text-transform: uppercase;
		float: none;
		font-size: 35px;
		line-height: 40px;
		margin: 20px 0 0;
	}

	button.navbar-toggle.collapsed:before
	{
		content: "Menu";
		background: #FFCC00;
		padding: 10px;
		font-weight:600;
	}

	.navbar-default .navbar-toggle.collapsed .icon-bar, .navbar-default .navbar-toggle.collapsed .icon-bar + .icon-bar, .navbar-default .navbar-toggle.collapsed .icon-bar + .icon-bar + .icon-bar
	{
		display: none;
	}

	.navbar-nav
	{
		margin: 0px;
	}

	ul.nav.navbar-nav li:before
	{
		display: none;
	}

	button.navbar-toggle
	{
		background: #FFCC00;
		border-radius: 0px;
		border: 0px;
	}

	.navbar-default .navbar-toggle .icon-bar
	{
		background-color: #000;
	}

	.zone-100 .carousel, .zone-100 .carousel-inner > .item
	{
		max-height: 100%;
	}

	.vertical-mode .carousel-control.left
	{
		left: 0px;
	}

	.vertical-mode .carousel-control.right
	{
		right: 0px;
	}

	.line.site_line__item.line-secondary, .line.site_line__item.line-main
	{
		background: transparent;
	}

	div#ai7or0mt8bWo4CNPzXzx0ued
	{
		border-right: 0px;
		min-height: 100%;
		background: rgb(249 249 249 / 0%);
		/*padding: 15px;
		*/
	}

	div#hDHoG94uLPT3ijKw5WuOuiny
	{
		background: rgb(249 249 249 / 80%);
		padding: 15px;
	}

	.carousel-text .resultats-accueil
	{
		margin: 10px 0 !important;
		min-height:500px;
	}

	.tableau-medailles table
	{
		font-size: 9px;
		width:auto;
	}

	.readmore
	{
		width: 100%;
		margin: 10px auto;
	}

	.anniversaires iframe
	{
		width: 100%;
	}

	.anniversaires
	{
		text-align: center;
	}

	div#XF1eFVYF5PIYY1i93Etbxjxi, div#\33 k2CFdU4rc8VLCWkifUmNJmA, div#QZLpVxA8rYQzoR5dow0LPYaZ
	{
		min-height: 100%;
	}

	.partenaires img
	{
		margin: 20px auto;
	}

	.line-footer
	{
		padding: 10px 0;
	}

	div#NUBkClk4oQDy3w4dSfQ64HrQ
	{
		margin-top: 10px;
	}

	tr td.bordure
	{
		width: 100% !important;
		display: block !important;
		min-height: 354px;
	}

	.liste-athletes
	{
		column-count: 2;
		text-align:left;
	}

	table p
	{
		margin: 10px auto;
		display: table;
		font-size: 7px;
		line-height:10px;
	}

	table td
	{
		padding: 0 4px;
	}

	table.records td
	{
		display: block !important;
		text-align: center;
	}

	.accordeon ul li
	{
		height: 36px;
		margin-left: 0px;
	}

	.tableau-medailles tr
	{
		display: table-row;
	}

	.tableau-medailles td
	{
		padding: 0px;
	}

	.resultats .nb-athletes
	{
		float: none;
		text-align: right !important;
		display: block;
	}

	.puce-pdf
	{
		height: 30px !important;
	}

	.nos-athletes
	{
		height: 1150px !important;
	}

	

	.carousel-text img
	{
		position: relative;
		top: 0px;
	}

	div#hDHoG94uLPT3ijKw5WuOuiny
	{
		min-height: 1130px;
	}

	div#\33 k2CFdU4rc8VLCWkifUmNJmA
	{
		border-left: 0px;
		border-right: 0px;
		border-top: 2px solid #FFCC00;
		border-bottom: 2px solid #FFCC00;
	}
    .img-right-edito {
    float: none;
    display: block;
    margin: 0 auto 10px auto !important;
}  .img-left-edito {
    float: none;
    display: block;
    margin: 10px auto 10px auto !important;
}
}

@media only screen and (max-device-width:820px) and (min-device-width:480px){
.grid-flash {
    grid-template-columns: auto;
}

.caption-content {
    min-height: auto;
}
     .tableau-photos td {
    width: 100%;
    display: block;
}
    .image-left {
    float: none;
    max-width: 35%;
    padding-right: 0px;
    margin: 10px auto 0;
    display: block;
}
.flash-info2 img
{
	max-height: 190px;
}
	.line.site_line__item.line-menu
	{
		border-top: solid 1px #FFCC00 !important;
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form
	{
		border-color:#FFCC00 !important;
	}

	.line.site_line__item.contenu-pages.infrastructures
	{
		margin-top: 30px !important;
	}

	.line.site_line__item.two-colums
	{
		margin-top: 0px;
	}

	div#modCarousel-837652 .resultats-accueil .puce
	{
		margin-top: -8px !important;
	}

	.line.site_line__item.contenu-pages
	{
		margin-top:0px;
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form
	{
		border-color: #e7e7e7;
	}

	h2.news-blog__title
	{
		font-size: 0.92em!important;
		line-height: 1.5em;
	}

	img.news-blog__image
	{
		object-fit: cover !important;
		width: 100%!important;
		height: 103px!important;
	}

	div#QZLpVxA8rYQzoR5dow0LPYaZ, div#\33 k2CFdU4rc8VLCWkifUmNJmA, div#XF1eFVYF5PIYY1i93Etbxjxi
	{
		min-height: 261px;
	}

	div#\33 k2CFdU4rc8VLCWkifUmNJmA
	{
		border-left: 2px solid #FFCC00;
		border-right: 2px solid #FFCC00;
		border-top: 0px;
		border-bottom: 0px;
	}

	.vertical-mode .carousel-indicators li
	{
		margin-top: 5px;
	}

	div#modCarousel-837652 .carousel-text img
	{
		width: 100% !important;
		height: auto !important;
		object-fit: cover;
		position: relative;
		top: 0px;
	}

	.container
	{
		width: 100%;
	}

	.mod-social-links
	{
		display:none;
	}

	.anniversaires
	{
		font-size:11px !important;
		line-height:14px !important;
	}

	body
	{
		font-size: 11px;
		line-height: 14px;
	}

	.anniversaires iframe
	{
		border: 0;
		height:auto;
	}

	.tableau-medailles .readmore
	{
		font-size: 11px;
		margin:5px;
	}

	div#site-wrapper
	{
		width: 96% !important;
		margin: auto 2%;
	}

	.mod-header-part
	{
		display: table-footer-group;
		vertical-align: middle;
		text-align: center;
	}

	li.header-ext.header-ext-custom
	{
		text-transform: uppercase;
		float: none;
		font-size: 35px;
		line-height: 40px;
		margin: 20px auto 0;
		display:block;
	}

	.mod-header-logo
	{
		padding: 0 0 25px 0;
		max-width: 215px;
	}

	button.navbar-toggle.collapsed:before
	{
		content: "Menu";
		background: #FFCC00;
		padding: 10px;
		font-weight:600;
	}

	.navbar-default .navbar-toggle.collapsed .icon-bar, .navbar-default .navbar-toggle.collapsed .icon-bar + .icon-bar, .navbar-default .navbar-toggle.collapsed .icon-bar + .icon-bar + .icon-bar
	{
		display: none;
	}

	.navbar-nav
	{
		margin: 0px;
	}

	ul.nav.navbar-nav li:before
	{
		display: none;
	}

	button.navbar-toggle
	{
		background: #FFCC00;
		border-radius: 0px;
		border: 0px;
	}

	.navbar-default .navbar-toggle .icon-bar
	{
		background-color: #000;
	}

	.zone-100 .carousel, .zone-100 .carousel-inner > .item
	{
		max-height: 100%;
	}

	.vertical-mode .carousel-control.left
	{
		left: 0px;
	}

	.vertical-mode .carousel-control.right
	{
		right: 0px;
	}

	div#ai7or0mt8bWo4CNPzXzx0ued
	{
		border-right: 0px;
		min-height: 100%;
		background: rgb(249 249 249 / 0%);
		padding: 15px;
		margin-bottom: 0px;
	}

	div#hDHoG94uLPT3ijKw5WuOuiny
	{
		background: rgb(249 249 249 / 0%);
		padding: 15px;
	}

	.carousel-text .resultats-accueil
	{
		margin: 20px 0 !important;
	}

	.tableau-medailles table
	{
		font-size: 9px;
		width:auto;
	}

	.readmore
	{
		width: 100%;
		margin: 10px auto;
	}

	.anniversaires iframe
	{
		width: 100%;
	}

	.anniversaires
	{
		text-align: center;
	}

	.partenaires img
	{
		margin: 20px auto;
	}

	.line-footer
	{
		padding: 0;
	}

	div#NUBkClk4oQDy3w4dSfQ64HrQ
	{
		margin-top: 10px;
	}

	tr td.bordure
	{
		width: 100% !important;
		display: block !important;
		min-height: 354px;
	}

	.liste-athletes
	{
		column-count: 3;
	}

	table p
	{
		text-align: center;
		margin: 10px auto;
		display: table;
		font-size: 7px;
	}

	table td
	{
		padding: 0 4px;
	}

	.accordeon ul li
	{
		height: 36px;
		margin-left: 0px;
	}

	.tableau-medailles tr
	{
		display: table-row;
	}

	.tableau-medailles td
	{
		padding: 0px;
	}

	.resultats .nb-athletes
	{
		float: none;
		text-align: right !important;
		display: block;
	}

	.puce-pdf
	{
		height: 30px !important;
	}

	.nos-athletes
	{
		height: 1150px !important;
	}

	
	div#hDHoG94uLPT3ijKw5WuOuiny
	{
		min-height: 1130px;
	}
	
	img.news-image.e-thumbnail
	{
		max-width: 100%;
		max-height: 530px !important;
		object-fit: contain;
	}
}

@media only screen and (max-device-width:1024px) and (min-device-width:820px)
{
	
	.line.site_line__item.line-menu
	{
		border-top: solid 1px #FFCC00 !important;
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form
	{
		border-color:#FFCC00 !important;
	}

	.line.site_line__item.contenu-pages.infrastructures
	{
		margin-top: 30px !important;
	}

	.line.site_line__item.two-colums
	{
		margin-top: 0px;
	}

	div#modCarousel-837652 .resultats-accueil .puce
	{
		margin-top: -8px !important;
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form
	{
		border-color: #e7e7e7;
	}

	h2.news-blog__title
	{
		font-size: 0.92em!important;
		line-height: 1.5em;
	}

	img.news-blog__image
	{
		object-fit: cover !important;
		width: 100%!important;
		height: 103px!important;
	}

	div#QZLpVxA8rYQzoR5dow0LPYaZ, div#\33 k2CFdU4rc8VLCWkifUmNJmA, div#XF1eFVYF5PIYY1i93Etbxjxi
	{
		min-height: 261px;
	}

	div#\33 k2CFdU4rc8VLCWkifUmNJmA
	{
		border-left: 2px solid #FFCC00;
		border-right: 2px solid #FFCC00;
		border-top: 0px;
		border-bottom: 0px;
	}

	
	.vertical-mode .carousel-indicators li
	{
		margin-top: 5px;
	}

	div#modCarousel-837652 .carousel-text img
	{
		width: 100% !important;
		height: auto !important;
		object-fit: cover;
		position: relative;
		top: 0px;
	}

	.container
	{
		width: 100%;
	}

	.mod-social-links
	{
		display:none;
	}

	.anniversaires
	{
		font-size:11px !important;
		line-height:14px !important;
	}

	body
	{
		font-size: 11px;
		line-height: 14px;
	}

	.date-anniversaires
	{
		font-size: 11px !important;
		line-height: 14px !important;
	}

	.tableau-medailles .readmore
	{
		font-size: 11px;
	}

	div#site-wrapper
	{
		width: 96% !important;
		margin: auto 2%;
	}

	.mod-header-part
	{
		display: table-footer-group;
		vertical-align: middle;
		text-align: center;
	}

	li.header-ext.header-ext-custom
	{
		text-transform: uppercase;
		float: none;
		font-size: 35px;
		line-height: 40px;
		margin: 20px auto 0;
		display:block;
	}

	.mod-header-logo
	{
		padding: 0 0 25px 0;
		max-width: 215px;
	}

	button.navbar-toggle.collapsed:before
	{
		content: "Menu";
		background: #FFCC00;
		padding: 10px;
		font-weight:600;
	}

	.navbar-default .navbar-toggle.collapsed .icon-bar, .navbar-default .navbar-toggle.collapsed .icon-bar + .icon-bar, .navbar-default .navbar-toggle.collapsed .icon-bar + .icon-bar + .icon-bar
	{
		display: none;
	}

	.navbar-nav
	{
		margin: 0px;
	}

	ul.nav.navbar-nav li:before
	{
		display: none;
	}

	button.navbar-toggle
	{
		background: #FFCC00;
		border-radius: 0px;
		border: 0px;
	}

	.navbar-default .navbar-toggle .icon-bar
	{
		background-color: #000;
	}

	.zone-100 .carousel, .zone-100 .carousel-inner > .item
	{
		max-height: 100%;
	}

	.vertical-mode .carousel-control.left
	{
		left: 0px;
	}

	.vertical-mode .carousel-control.right
	{
		right: 0px;
	}

	div#ai7or0mt8bWo4CNPzXzx0ued
	{
		border-right: 0px;
		min-height: 100%;
		background: rgb(249 249 249 / 0%);
		padding: 15px;
		margin-bottom: 0px;
	}

	div#hDHoG94uLPT3ijKw5WuOuiny
	{
		background: rgb(249 249 249 / 80%);
		padding: 15px;
	}

	.carousel-text .resultats-accueil
	{
		margin-top:365px!important;
	}

	.tableau-medailles table
	{
		font-size: 9px;
		width:auto;
	}

	.readmore
	{
		width: 100%;
		margin: 10px auto;
	}

	.anniversaires iframe
	{
		width: 100%;
		height: 100%;
	}

	.anniversaires
	{
		text-align: center;
	}

	.partenaires img
	{
		margin: 20px auto;
	}

	.line-footer
	{
		padding: 0;
	}

	div#NUBkClk4oQDy3w4dSfQ64HrQ
	{
		margin-top: 10px;
	}

	.liste-athletes
	{
		column-count: 4;
	}

	.accordeon ul li
	{
		height: 36px;
		margin-left: 0px;
	}

	.tableau-medailles tr
	{
		display: table-row;
	}

	.tableau-medailles td
	{
		padding: 0px;
	}

	.puce-pdf
	{
		height: 30px !important;
	}

	.nos-athletes
	{
		height: 1150px !important;
	}


	div#hDHoG94uLPT3ijKw5WuOuiny, div#ai7or0mt8bWo4CNPzXzx0ued
	{
		min-height: 950px;
	}

	div#\33 k2CFdU4rc8VLCWkifUmNJmA
	{
		border-left: 2px solid #FFCC00;
		border-right: 2px solid #FFCC00;
	}

	li.menu-type-page:first-child
	{
		display: none;
	}

	ul.dropdown-menu li:first-child
	{
		display: block !important;
	}

	.navbar-default .navbar-nav>li>.dropdown-menu>li>a, .navbar-default .navbar-nav>li>a
	{
		font-size: 1.34rem;
	}

	.line-menu
	{
		position: relative;
		border-top: solid 1px #FFCC00 !important;
		background: transparent;
	}

	.mod-header
	{
		text-align: center;
	}

	div#ai7or0mt8bWo4CNPzXzx0ued
	{
		border-right: 2px solid #FFCC00;
	}
	
	img.news-image.e-thumbnail
	{
		max-width: 100%;
		max-height: 530px !important;
		object-fit: contain;
	}
}



.zone-100 .carousel-inner > .item > img, .zone-100 .carousel-inner > .item > a > img
{
	margin-left: 50%;
	width: 50%;
}