div#container
{
   width: 1250px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #000000;
   background-image: url('../images/rideau_bg.jpg');
   background-attachment: fixed;
   background-position: center top;
   background-repeat: no-repeat;
   background-size: 100% 100%;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
#wb_ResponsiveMenu
{
   display: block;
   font-family: "Comic Sans MS";
   font-weight: normal;
   text-align: center;
   width: 100%;
   margin: 0;
   z-index: 1111 !important;
}
#ResponsiveMenu
{
   display: inline-block;
   height: 81px;
}
#wb_ResponsiveMenu ul
{
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
}
#wb_ResponsiveMenu ul:after
{
   clear: both;
   content: "";
   display: block;
}
#wb_ResponsiveMenu ul li
{
   border-radius: 0;
   display: list-item;
   float: left;
   list-style: none;
   z-index: 9999;
}
#wb_ResponsiveMenu ul li i
{
   font-size: 24px;
   width: 24px;
   margin-bottom: 5px;
}
#wb_ResponsiveMenu ul li a
{
   background-color: #000000;
   color: #FFFFFF;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   padding: 15px 30px 15px 30px;
   text-align: center;
}
#wb_ResponsiveMenu > ul > li > a 
{
   margin-right: 5px;
   height: 51px;
}
.ResponsiveMenu a 
{
   display: block;
}
#wb_ResponsiveMenu li:hover > a, #wb_ResponsiveMenu li .active
{
   background-color: #000000;
   color: #00BFFF;
}
#wb_ResponsiveMenu ul ul
{
   display: none;
   position: absolute;
   top: 81px;
}
#wb_ResponsiveMenu ul li:hover > ul
{
   display: list-item;
}
#wb_ResponsiveMenu ul ul li 
{
   float: none;
   position: relative;
   width: 137px;
}
#wb_ResponsiveMenu ul ul li a
{
   background-color: #000000;
   border: 0px solid #000000;
   color: #FFFFFF;
}
#wb_ResponsiveMenu ul ul li:hover > a, #wb_ResponsiveMenu ul ul li .active
{
   background-color: #000000;
   color: #00BFFF;
}
#wb_ResponsiveMenu ul ul li i 
{
   margin-right: 8px;
   vertical-align: middle;
}
#wb_ResponsiveMenu ul ul li a 
{
   padding-top: 15px;
   padding-right: 20px;
   padding-bottom: 15px;
   text-align: left;
   vertical-align: middle;
}
#wb_ResponsiveMenu ul ul ul li 
{
   left: 137px;
   position: relative;
   top: -81px;
}
#wb_ResponsiveMenu .arrow-down 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-top: 4px solid #FFFFFF;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
}
#wb_ResponsiveMenu .arrow-left 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-left: 4px solid #FFFFFF;
   border-top: 4px solid transparent;
   border-bottom: 4px solid transparent;
   border-right: 0 dotted;
}
#wb_ResponsiveMenu li:hover > a .arrow-down, #wb_ResponsiveMenu li .active .arrow-down
{ 
   border-top-color: #00BFFF;
}
#wb_ResponsiveMenu ul ul li:hover > a .arrow-left, #wb_ResponsiveMenu ul ul li .active .arrow-left
{ 
   border-left-color: #00BFFF;
}
#wb_ResponsiveMenu .toggle,[id^=ResponsiveMenu-submenu]
{
   display: none;
}
@media all and (max-width:768px) 
{
#wb_ResponsiveMenu
{
   margin: 0;
   text-align: left;
}
#wb_ResponsiveMenu ul li a, #wb_ResponsiveMenu .toggle
{
   font-size: 16px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   padding: 15px 20px 15px 20px;
}
#wb_ResponsiveMenu .toggle + a
{
   display: none !important;
}
.ResponsiveMenu 
{
   display: none;
   z-index: 9999;
}
#ResponsiveMenu 
{
   background-color: transparent;
   display: none;
}
#wb_ResponsiveMenu > ul > li > a 
{
   height: auto !important;
   margin: 0;
}
#wb_ResponsiveMenu .toggle 
{
   display: block;
   background-color: #000000;
   color: #FFFFFF;
   padding: 0 20px 0 20px;
   line-height: 54px;
   text-decoration: none;
   border: none;
   position: relative;
}
#wb_ResponsiveMenu .toggle:hover
{
   background-color: #000000;
   color: #00BFFF;
}
[id^=ResponsiveMenu-submenu]:checked + ul 
{
   display: block !important;
}
#ResponsiveMenu-title
{
   height: 81px !important;
   line-height: 81px !important;
   text-align: center;
}
#wb_ResponsiveMenu ul li 
{
   display: block;
   width: 100% !important;
   text-align: left;
}
#wb_ResponsiveMenu ul ul .toggle,
#wb_ResponsiveMenu ul ul a 
{
   padding: 0 40px;
}
#wb_ResponsiveMenu a:hover,
#wb_ResponsiveMenu ul ul ul a 
{
   background-color: #000000;
   color: #FFFFFF;
}
#wb_ResponsiveMenu ul li ul li .toggle,
#wb_ResponsiveMenu ul ul a 
{
   background-color: #000000;
   color: #FFFFFF;
}
#wb_ResponsiveMenu ul ul ul a 
{
   padding: 15px 20px 15px 60px;
}
#wb_ResponsiveMenu ul li a 
{
   text-align: left;
}
#wb_ResponsiveMenu ul li a br 
{
   display: none;
}
#wb_ResponsiveMenu ul li i 
{
   margin-right: 8px;
}
#wb_ResponsiveMenu ul ul 
{
   float: none;
   position: static;
}
#wb_ResponsiveMenu ul ul li:hover > ul,
#wb_ResponsiveMenu ul li:hover > ul 
{
   display: none;
}
#wb_ResponsiveMenu ul ul li 
{
   display: block;
   width: 100%;
}
#wb_ResponsiveMenu ul ul ul li 
{
   position: static;
}
#ResponsiveMenu-icon 
{
   display: block;
   position: absolute;
   left: 30px;
   top: 28px;
   user-select: none;
}
#ResponsiveMenu-icon span 
{
   display: block;
   margin-top: 4px;
   height: 2px;
   background-color: #FFFFFF;
   color: #FFFFFF;
   width: 24px;
}
#wb_ResponsiveMenu ul li ul li .toggle:hover
{
   background-color: #000000;
   color: #00BFFF;
}
#wb_ResponsiveMenu .toggle .arrow-down 
{
   border-top-color: #FFFFFF;
}
#wb_ResponsiveMenu .toggle:hover .arrow-down, #wb_ResponsiveMenu li .active .arrow-down
{
   border-top-color: #00BFFF;
}
#wb_ResponsiveMenu ul li ul li .toggle .arrow-down 
{
   border-top-color: #FFFFFF;
}
#wb_ResponsiveMenu ul li ul li .toggle:hover .arrow-down, #wb_ResponsiveMenu ul li ul li .active .arrow-down
{
   border-top-color: #00BFFF;
}
}
#wb_LayoutGridMenu
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #000000;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGridMenu
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 10px 0 0 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1500px;
}
#LayoutGridMenu > .col-1, #LayoutGridMenu > .col-2, #LayoutGridMenu > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGridMenu > .col-1, #LayoutGridMenu > .col-2, #LayoutGridMenu > .col-3
{
   flex: 0 0 auto;
}
#LayoutGridMenu > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 140px;
   max-width: 140px;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGridMenu > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis:  calc((100% - 140px) / 3.33);
   max-width:  calc((100% - 140px) / 3.33);
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGridMenu > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis:  calc((100% - 140px) / 1.43);
   max-width:  calc((100% - 140px) / 1.43);
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 480px)
{
#LayoutGridMenu > .col-1, #LayoutGridMenu > .col-2, #LayoutGridMenu > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_CardFooter2
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 3px;
   text-align: left;
}
#CardFooter2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#CardFooter2-card-item0
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 20px 0 10px 20px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #00FF00;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#CardFooter2-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#CardFooter2-card-item1
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 20px 20px 0 10px;
   padding: 0;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#CardFooter2-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 10px 50px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#CardFooter2-card-item3
{
   box-sizing: border-box;
   margin: 0;
   border-top: 0px #000000 solid;
   border-width: 0px 0 0 0;
   height: 0;
   line-height: 0;
   visibility: hidden;
}
#CardFooter2-card-item4
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 10px 0 10px 20px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #00FF00;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#CardFooter2-card-item4 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#CardFooter2-card-item5
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 10px 20px 10px 10px;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#CardFooter2-card-item5 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#CardFooter2-card-item6
{
   box-sizing: border-box;
   margin: 0;
   border-top: 0px #000000 solid;
   border-width: 0px 0 0 0;
   height: 0;
   line-height: 0;
   visibility: hidden;
}
#CardFooter2-card-item7
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 10px 0 10px 20px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #00FF00;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#CardFooter2-card-item7 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#CardFooter2-card-item8
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 10px 20px 20px 10px;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#CardFooter2-card-item8 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#wb_CardFooter1
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 3px;
   text-align: left;
}
#CardFooter1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#CardFooter1-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#CardFooter1-card-item1
{
   display: inline-block;
   height: 16px;
   cursor: pointer;
   box-sizing: border-box;
   margin: 20px 20px 10px 20px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FF8C00;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#CardFooter1-card-item1 a
{
   color: inherit;
   cursor: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#CardFooter1-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   border-top: 0px #000000 solid;
   border-width: 0px 0 0 0;
   height: 0;
   line-height: 0;
   visibility: hidden;
}
#wb_CardFooter3
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 3px;
   text-align: left;
}
#CardFooter3-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#CardFooter3-card-item0
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 20px 0 5px 20px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #00FF00;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#CardFooter3-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#CardFooter3-card-item1
{
   display: inline-block;
   height: 16px;
   cursor: pointer;
   box-sizing: border-box;
   margin: 20px 20px 10px 10px;
   border: 0px solid #3B5998;
   border-radius: 5px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#CardFooter3-card-item1 a
{
   color: inherit;
   cursor: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#CardFooter3-card-item2
{
   box-sizing: border-box;
   margin: 0;
   border-top: 0px #000000 solid;
   border-width: 0px 0 0 0;
   height: 0;
   line-height: 0;
   visibility: hidden;
}
#CardFooter3-card-item3
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 10px 0 10px 20px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #00FF00;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#CardFooter3-card-item3 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#CardFooter3-card-item4
{
   display: inline-block;
   height: 16px;
   cursor: pointer;
   box-sizing: border-box;
   margin: 10px 20px 10px 10px;
   border: 0px solid #3B5998;
   border-radius: 5px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#CardFooter3-card-item4 a
{
   color: inherit;
   cursor: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#wb_LogoMenu
{
   margin: 0;
   vertical-align: top;
}
#LogoMenu
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 140px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_TextTitreMenu 
{
   background-clip: padding-box;
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_TextTitreMenu
{
   color: #FFD700;
   font-family: "Comic Sans MS";
   font-weight: 400;
   font-size: 16px;
   line-height: 23px;
}
#wb_TextTitreMenu p, #wb_TextTitreMenu ul
{
   margin: 0;
   padding: 0;
}
#wb_TextTitreMenu
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#CardContainerFooter
{
   display: flex;
   width: 100%;
   position: relative;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: stretch;
   align-content: flex-start;
   margin: 0;
   background-color: #000000;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 0;
}
@media all and (max-width:480px) 
{
#CardContainerFooter
{
   flex-direction: column;
   flex-wrap: nowrap;
}
}
#wb_LayoutGridTitre
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGridTitre
{
   box-sizing: border-box;
   padding: 40px 15px 40px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGridTitre > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGridTitre > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGridTitre > .row > .col-1
{
   float: left;
}
#LayoutGridTitre > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#LayoutGridTitre:before,
#LayoutGridTitre:after,
#LayoutGridTitre .row:before,
#LayoutGridTitre .row:after
{
   display: table;
   content: " ";
}
#LayoutGridTitre:after,
#LayoutGridTitre .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGridTitre > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_TextTitre 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
   animation: flip-in 1500ms linear 0ms 1 normal both;
}
#wb_TextTitre
{
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: bold;
   font-size: 24px;
   line-height: 35px;
}
#wb_TextTitre p, #wb_TextTitre ul
{
   margin: 0;
   padding: 0;
}
#wb_TextTitre
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGridGroupe
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGridGroupe
{
   box-sizing: border-box;
   padding: 0 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1250px;
}
#LayoutGridGroupe > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGridGroupe > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGridGroupe > .row > .col-1
{
   float: left;
}
#LayoutGridGroupe > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGridGroupe:before,
#LayoutGridGroupe:after,
#LayoutGridGroupe .row:before,
#LayoutGridGroupe .row:after
{
   display: table;
   content: " ";
}
#LayoutGridGroupe:after,
#LayoutGridGroupe .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGridGroupe > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGridPhoto
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGridPhoto
{
   box-sizing: border-box;
   padding: 0 15px 40px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGridPhoto > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGridPhoto > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGridPhoto > .row > .col-1
{
   float: left;
}
#LayoutGridPhoto > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#LayoutGridPhoto:before,
#LayoutGridPhoto:after,
#LayoutGridPhoto .row:before,
#LayoutGridPhoto .row:after
{
   display: table;
   content: " ";
}
#LayoutGridPhoto:after,
#LayoutGridPhoto .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGridPhoto > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_ImagePhoto
{
   margin: 0;
   vertical-align: top;
}
#ImagePhoto
{
   border: 8px solid #000000;
   border-radius: 10px;
   box-sizing: border-box;
   padding: 0;
   box-shadow: 0px 0px 20px #000000;
   display: block;
   width: 100%;
   height: auto;
   max-width: 600px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_TextGroupe 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_TextGroupe
{
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: bold;
   font-size: 21px;
   line-height: 30px;
}
#wb_TextGroupe p, #wb_TextGroupe ul
{
   margin: 0;
   padding: 0;
}
#wb_TextGroupe
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGridMembres
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGridMembres
{
   box-sizing: border-box;
   padding: 0 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1250px;
}
#LayoutGridMembres > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGridMembres > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGridMembres > .row > .col-1
{
   float: left;
}
#LayoutGridMembres > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGridMembres:before,
#LayoutGridMembres:after,
#LayoutGridMembres .row:before,
#LayoutGridMembres .row:after
{
   display: table;
   content: " ";
}
#LayoutGridMembres:after,
#LayoutGridMembres .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGridMembres > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_CardContainerMembres
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   position: relative;
}
#CardContainerMembres
{
   display: flex;
   position: relative;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: stretch;
   align-content: flex-start;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1250px;
   background-color: transparent;
   background-image: none;
   box-sizing: border-box;
   font-size: 0;
}
#wb_Card1
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
   min-height: 250px;
   box-sizing: border-box;
   margin: 25px 25px 25px 25px;
   max-width: calc(50% - 50px);
   background-color: transparent;
   background-image: none;
   border: 5px solid #C0C0C0;
   border-radius: 10px;
   box-shadow: 0px 0px 10px #000000;
   text-align: center;
}
#Card1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card1-card-item0
{
   box-sizing: border-box;
   margin: 5px 0 0 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card1-card-item2
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card1-card-item3
{
   box-sizing: border-box;
   margin: 5px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card1-card-item4
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
}
#Card1-card-item5
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card1-card-item6
{
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 0;
   color: #FFD700;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#wb_Card2
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
   min-height: 250px;
   box-sizing: border-box;
   margin: 25px 25px 25px 25px;
   max-width: calc(50% - 50px);
   background-color: transparent;
   background-image: none;
   border: 5px solid #C0C0C0;
   border-radius: 10px;
   box-shadow: 0px 0px 10px #000000;
   text-align: center;
}
#Card2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card2-card-item0
{
   box-sizing: border-box;
   margin: 5px 0 0 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card2-card-item2
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card2-card-item3
{
   box-sizing: border-box;
   margin: 5px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card2-card-item4
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
}
#Card2-card-item5
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card2-card-item6
{
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 0;
   color: #FFD700;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#wb_TextMembres 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_TextMembres
{
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: bold;
   font-size: 21px;
   line-height: 30px;
}
#wb_TextMembres p, #wb_TextMembres ul
{
   margin: 0;
   padding: 0;
}
#wb_TextMembres
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Card3
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
   min-height: 250px;
   box-sizing: border-box;
   margin: 25px 25px 25px 25px;
   max-width: calc(50% - 50px);
   background-color: transparent;
   background-image: none;
   border: 5px solid #C0C0C0;
   border-radius: 10px;
   box-shadow: 0px 0px 10px #000000;
   text-align: center;
}
#Card3-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card3-card-item0
{
   box-sizing: border-box;
   margin: 5px 0 0 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card3-card-item2
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card3-card-item3
{
   box-sizing: border-box;
   margin: 5px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card3-card-item4
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
}
#Card3-card-item5
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card3-card-item6
{
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 0;
   color: #FFD700;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#wb_Card5
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
   min-height: 250px;
   box-sizing: border-box;
   margin: 25px 25px 25px 25px;
   max-width: calc(50% - 50px);
   background-color: transparent;
   background-image: none;
   border: 5px solid #C0C0C0;
   border-radius: 10px;
   box-shadow: 0px 0px 10px #000000;
   text-align: center;
}
#Card5-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card5-card-item0
{
   box-sizing: border-box;
   margin: 5px 0 0 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
}
#Card5-card-item1
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card5-card-item2
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card5-card-item3
{
   box-sizing: border-box;
   margin: 5px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card5-card-item4
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
}
#Card5-card-item5
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card5-card-item6
{
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 0;
   color: #FFD700;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#wb_Card6
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
   min-height: 250px;
   box-sizing: border-box;
   margin: 25px 25px 25px 25px;
   max-width: calc(50% - 50px);
   background-color: transparent;
   background-image: none;
   border: 5px solid #C0C0C0;
   border-radius: 10px;
   box-shadow: 0px 0px 10px #000000;
   text-align: center;
}
#Card6-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card6-card-item0
{
   box-sizing: border-box;
   margin: 5px 0 0 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
}
#Card6-card-item1
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card6-card-item2
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card6-card-item3
{
   box-sizing: border-box;
   margin: 5px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card6-card-item4
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
}
#Card6-card-item5
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card6-card-item6
{
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 0;
   color: #FFD700;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#wb_Card7
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
   min-height: 250px;
   box-sizing: border-box;
   margin: 25px 25px 25px 25px;
   max-width: calc(50% - 50px);
   background-color: transparent;
   background-image: none;
   border: 5px solid #C0C0C0;
   border-radius: 10px;
   box-shadow: 0px 0px 10px #000000;
   text-align: center;
}
#Card7-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card7-card-item0
{
   box-sizing: border-box;
   margin: 5px 0 0 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
}
#Card7-card-item1
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card7-card-item2
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7-card-item3
{
   box-sizing: border-box;
   margin: 5px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card7-card-item4
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
}
#Card7-card-item5
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7-card-item6
{
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 0;
   color: #FFD700;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#wb_Card8
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
   min-height: 250px;
   box-sizing: border-box;
   margin: 25px 25px 25px 25px;
   max-width: calc(50% - 50px);
   background-color: transparent;
   background-image: none;
   border: 5px solid #C0C0C0;
   border-radius: 10px;
   box-shadow: 0px 0px 10px #000000;
   text-align: center;
}
#Card8-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card8-card-item0
{
   box-sizing: border-box;
   margin: 5px 0 0 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
}
#Card8-card-item1
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card8-card-item2
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8-card-item3
{
   box-sizing: border-box;
   margin: 5px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card8-card-item4
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
}
#Card8-card-item5
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8-card-item6
{
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 0;
   color: #FFD700;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#wb_Card10
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
   min-height: 250px;
   box-sizing: border-box;
   margin: 25px 25px 25px 25px;
   max-width: calc(50% - 50px);
   background-color: transparent;
   background-image: none;
   border: 5px solid #C0C0C0;
   border-radius: 10px;
   box-shadow: 0px 0px 10px #000000;
   text-align: center;
}
#Card10-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card10-card-item0
{
   box-sizing: border-box;
   margin: 5px 0 0 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
}
#Card10-card-item1
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card10-card-item2
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card10-card-item3
{
   box-sizing: border-box;
   margin: 5px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card10-card-item4
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
}
#Card10-card-item5
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card10-card-item6
{
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 0;
   color: #FFD700;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#wb_Card12
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
   min-height: 250px;
   box-sizing: border-box;
   margin: 25px 25px 25px 25px;
   max-width: calc(50% - 50px);
   background-color: transparent;
   background-image: none;
   border: 5px solid #C0C0C0;
   border-radius: 10px;
   box-shadow: 0px 0px 10px #000000;
   text-align: center;
}
#Card12-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card12-card-item0
{
   box-sizing: border-box;
   margin: 5px 0 0 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
}
#Card12-card-item1
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card12-card-item2
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card12-card-item3
{
   box-sizing: border-box;
   margin: 5px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card12-card-item4
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
}
#Card12-card-item5
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card12-card-item6
{
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 0;
   color: #FFD700;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#wb_Card13
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
   min-height: 250px;
   box-sizing: border-box;
   margin: 25px 25px 25px 25px;
   max-width: calc(50% - 50px);
   background-color: transparent;
   background-image: none;
   border: 5px solid #C0C0C0;
   border-radius: 10px;
   box-shadow: 0px 0px 10px #000000;
   text-align: center;
}
#Card13-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card13-card-item0
{
   box-sizing: border-box;
   margin: 5px 0 0 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
}
#Card13-card-item1
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card13-card-item2
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card13-card-item3
{
   box-sizing: border-box;
   margin: 5px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card13-card-item4
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
}
#Card13-card-item5
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card13-card-item6
{
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 0;
   color: #FFD700;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#wb_CardContainerMembres2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   position: relative;
}
#CardContainerMembres2
{
   display: flex;
   position: relative;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: stretch;
   align-content: flex-start;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1250px;
   background-color: transparent;
   background-image: none;
   box-sizing: border-box;
   font-size: 0;
}
#wb_Card14
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
   min-height: 80px;
   box-sizing: border-box;
   margin: 25px 25px 25px 25px;
   max-width: calc(50% - 50px);
   background-color: transparent;
   background-image: none;
   border: 5px solid #C0C0C0;
   border-radius: 10px;
   box-shadow: 0px 0px 10px #000000;
   text-align: center;
}
#Card14-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card14-card-item0
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
}
#Card14-card-item1
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card14-card-item2
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#wb_Card16
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
   min-height: 80px;
   box-sizing: border-box;
   margin: 25px 25px 25px 25px;
   max-width: calc(50% - 50px);
   background-color: transparent;
   background-image: none;
   border: 5px solid #C0C0C0;
   border-radius: 10px;
   box-shadow: 0px 0px 10px #000000;
   text-align: center;
}
#Card16-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card16-card-item0
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
}
#Card16-card-item1
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card16-card-item2
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#wb_Card17
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
   min-height: 80px;
   box-sizing: border-box;
   margin: 25px 25px 25px 25px;
   max-width: calc(50% - 50px);
   background-color: transparent;
   background-image: none;
   border: 5px solid #C0C0C0;
   border-radius: 10px;
   box-shadow: 0px 0px 10px #000000;
   text-align: center;
}
#Card17-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card17-card-item0
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
}
#Card17-card-item1
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card17-card-item2
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#wb_Card18
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
   min-height: 80px;
   box-sizing: border-box;
   margin: 25px 25px 25px 25px;
   max-width: calc(50% - 50px);
   background-color: transparent;
   background-image: none;
   border: 5px solid #C0C0C0;
   border-radius: 10px;
   box-shadow: 0px 0px 10px #000000;
   text-align: center;
}
#Card18-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card18-card-item0
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
}
#Card18-card-item1
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card18-card-item2
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#wb_Card19
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
   min-height: 80px;
   box-sizing: border-box;
   margin: 25px 25px 25px 25px;
   max-width: calc(50% - 50px);
   background-color: transparent;
   background-image: none;
   border: 5px solid #C0C0C0;
   border-radius: 10px;
   box-shadow: 0px 0px 10px #000000;
   text-align: center;
}
#Card19-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card19-card-item0
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
}
#Card19-card-item1
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card19-card-item2
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#wb_Card20
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
   min-height: 80px;
   box-sizing: border-box;
   margin: 25px 25px 25px 25px;
   max-width: calc(50% - 50px);
   background-color: transparent;
   background-image: none;
   border: 5px solid #C0C0C0;
   border-radius: 10px;
   box-shadow: 0px 0px 10px #000000;
   text-align: center;
}
#Card20-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card20-card-item0
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
}
#Card20-card-item1
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card20-card-item2
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#wb_Card21
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
   min-height: 80px;
   box-sizing: border-box;
   margin: 25px 25px 25px 25px;
   max-width: calc(50% - 50px);
   background-color: transparent;
   background-image: none;
   border: 5px solid #C0C0C0;
   border-radius: 10px;
   box-shadow: 0px 0px 10px #000000;
   text-align: center;
}
#Card21-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card21-card-item0
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
}
#Card21-card-item1
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card21-card-item2
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#wb_Card22
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
   min-height: 80px;
   box-sizing: border-box;
   margin: 25px 25px 25px 25px;
   max-width: calc(50% - 50px);
   background-color: transparent;
   background-image: none;
   border: 5px solid #C0C0C0;
   border-radius: 10px;
   box-shadow: 0px 0px 10px #000000;
   text-align: center;
}
#Card22-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card22-card-item0
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
}
#Card22-card-item1
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card22-card-item2
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#wb_Card23
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
   min-height: 80px;
   box-sizing: border-box;
   margin: 25px 25px 25px 25px;
   max-width: calc(50% - 50px);
   background-color: transparent;
   background-image: none;
   border: 5px solid #C0C0C0;
   border-radius: 10px;
   box-shadow: 0px 0px 10px #000000;
   text-align: center;
}
#Card23-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card23-card-item0
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   text-align: center;
}
#Card23-card-item1
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card23-card-item2
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#cookie_policy
{
   background-color: rgba(0,0,0,0.91);
   background-image: none;
   border: 2px solid #FF0000;
   border-radius: 10px;
   box-sizing: border-box;
   animation: funny-in 5000ms linear 2ms 1 normal both;
}
#cookie_button
{
   top: 0px;
   width: 131px;
   height: 31px;
   background-color: #ED1C24;
   background-image: none;
   border: 0px #ED1C24 solid;
   border-radius: 2px;
}
#cookie_button:hover
{
   background-color: #0000FF;
   background-image: none;
   border: 0px #245580 solid;
}
#cookie_button_text
{
   position: absolute;
   pointer-events: none;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
    left: 0.76%;
   top: 3.23%;
   width: 96.95%;
   height: 87.1%;
   box-sizing: border-box;
   overflow: hidden;
   text-align: center;
   word-wrap: break-word;
}
#Shape1
{
   top: 0px;
   width: 241px;
   height: 31px;
   background-color: #ED1C24;
   background-image: none;
   border: 0px #ED1C24 solid;
   border-radius: 2px;
}
#Shape1:hover
{
   background-color: #0000FF;
   background-image: none;
   border: 0px #245580 solid;
}
#Shape1_text
{
   position: absolute;
   pointer-events: none;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
    left: 0.41%;
   top: 3.23%;
   width: 98.34%;
   height: 87.1%;
   box-sizing: border-box;
   overflow: hidden;
   text-align: center;
   word-wrap: break-word;
}
#wb_Shape1
{
   margin: 0 0 0 10px;
   vertical-align: top;
}
#wb_cookie_message 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_cookie_message div
{
   text-align: center;
}
#CardContainerFooter
{
   display: flex;
   width: 100%;
   position: relative;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: stretch;
   align-content: flex-start;
   margin: 0;
   background-color: #000000;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 0;
}
@media all and (max-width:480px) 
{
#CardContainerFooter
{
   flex-direction: column;
   flex-wrap: nowrap;
}
}
#wb_Shape1
{
   position: absolute;
   left: 617px;
   top: 27px;
   width: 241px;
   height: 31px;
   z-index: 29;
}
#wb_Card19
{
   display: flex;
   z-index: 25;
}
#wb_Card6
{
   display: flex;
   z-index: 11;
}
#wb_ImagePhoto
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 6;
}
#wb_Card1
{
   display: flex;
   z-index: 8;
}
#wb_ResponsiveMenu
{
   display: block;
   width: 100%;
   z-index: 2;
}
#wb_cookie_button
{
   position: absolute;
   left: 486px;
   top: 27px;
   width: 131px;
   height: 31px;
   z-index: 28;
}
#cookie_policy_Container
{
   width: 1246px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#wb_Card14
{
   display: flex;
   z-index: 18;
}
#wb_Card3
{
   display: flex;
   z-index: 9;
}
#wb_Card2
{
   display: flex;
   z-index: 14;
}
#wb_CardFooter3
{
   display: flex;
   z-index: 33;
}
#wb_CardFooter2
{
   display: flex;
   z-index: 32;
}
#wb_CardFooter1
{
   display: flex;
   z-index: 31;
}
#wb_Card16
{
   display: flex;
   z-index: 19;
}
#wb_Card17
{
   display: flex;
   z-index: 20;
}
#wb_Card10
{
   display: flex;
   z-index: 15;
}
#wb_Card12
{
   display: flex;
   z-index: 16;
}
#wb_Card13
{
   display: flex;
   z-index: 17;
}
#wb_Card8
{
   display: flex;
   z-index: 13;
}
#wb_LogoMenu
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 0;
}
#wb_Card21
{
   display: flex;
   z-index: 22;
}
#cookie_policy
{
   position: fixed;
   text-align: center;
   left: 0;
   top: 0;
   right: 0;
   bottom: 0;
   width: 1254px;
   height: 140px;
   margin-left: auto;
   margin-top: auto;
   margin-right: auto;
   margin-bottom: auto;
   z-index: 35;
   display: none;
}
#wb_Card20
{
   display: flex;
   z-index: 23;
}
#wb_Card23
{
   display: flex;
   z-index: 24;
}
#wb_cookie_message
{
   position: absolute;
   left: 0px;
   top: 78px;
   width: 1250px;
   height: 36px;
   text-align: center;
   z-index: 30;
}
#wb_Card22
{
   display: flex;
   z-index: 26;
}
#wb_Card5
{
   display: flex;
   z-index: 10;
}
#wb_Card18
{
   display: flex;
   z-index: 21;
}
#wb_Card7
{
   display: flex;
   z-index: 12;
}
@media only screen and (max-width: 1249px)
{
div#container
{
   width: 320px;
}
body
{
   background-color: #000000;
   background-image: url('../images/rideau_bg.jpg');
   background-attachment: fixed;
   background-position: center top;
   background-repeat: no-repeat;
   background-size: 100% 100%;
}
#MasterPage1
{
   left: 0px;
   top: 0px;
   width: 320px;
   height: 2798px;
   visibility: visible;
   display: inline;
}
#wb_ResponsiveMenu
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   text-align: left;
}
#wb_ResponsiveMenu ul li a
{
   font-weight: normal;
   font-size: 19px;
   text-decoration: none;
}
#wb_ResponsiveMenu ul li a, #wb_ResponsiveMenu .toggle
{
   font-weight: normal;
   font-size: 19px;
}
#ResponsiveMenu
{
   height: 72px;
}
#wb_ResponsiveMenu ul ul
{
   top: 72px;
}
#wb_ResponsiveMenu ul ul ul li
{
   left: 137px;
   top: -72px;
}
#wb_ResponsiveMenu > ul > li > a
{
   height: 42px;
}
#wb_ResponsiveMenu ul ul li
{
   width: 137px;
}
#wb_LayoutGridMenu
{
   visibility: visible;
   display: table;
}
#wb_LayoutGridMenu
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGridMenu
{
   height: auto;
   padding: 0;
}
#LayoutGridMenu > .col-1, #LayoutGridMenu > .col-2, #LayoutGridMenu > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGridMenu > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGridMenu > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGridMenu > .col-3
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_CardFooter2
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
}
#CardFooter2-card-item0
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 20px 0 10px 20px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #00FF00;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#CardFooter2-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#CardFooter2-card-item1
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 20px 20px 0 10px;
   padding: 0;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#CardFooter2-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 10px 50px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#CardFooter2-card-item3
{
   box-sizing: border-box;
   margin: 0;
   border-top: 0px #000000 solid;
   border-width: 0px 0 0 0;
   height: 0;
   line-height: 0;
   visibility: hidden;
}
#CardFooter2-card-item4
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 10px 0 10px 20px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #00FF00;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#CardFooter2-card-item4 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#CardFooter2-card-item5
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 10px 20px 10px 10px;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#CardFooter2-card-item5 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#CardFooter2-card-item6
{
   box-sizing: border-box;
   margin: 0;
   border-top: 0px #000000 solid;
   border-width: 0px 0 0 0;
   height: 0;
   line-height: 0;
   visibility: hidden;
}
#CardFooter2-card-item7
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 10px 0 10px 20px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #00FF00;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#CardFooter2-card-item7 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#CardFooter2-card-item8
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 10px 20px 20px 10px;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#CardFooter2-card-item8 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#wb_CardFooter2
{
   text-align: left;
}
#wb_CardFooter1
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
}
#CardFooter1-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#CardFooter1-card-item1
{
   display: inline-block;
   height: 13px;
   cursor: pointer;
   box-sizing: border-box;
   margin: 20px 20px 10px 20px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FF8C00;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#CardFooter1-card-item1 a
{
   color: inherit;
   cursor: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#CardFooter1-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   border-top: 0px #000000 solid;
   border-width: 0px 0 0 0;
   height: 0;
   line-height: 0;
   visibility: hidden;
}
#wb_CardFooter1
{
   text-align: left;
}
#wb_CardFooter3
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
}
#CardFooter3-card-item0
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 20px 0 5px 20px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #00FF00;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#CardFooter3-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#CardFooter3-card-item1
{
   display: inline-block;
   height: 13px;
   cursor: pointer;
   box-sizing: border-box;
   margin: 20px 20px 10px 10px;
   border: 0px solid #3B5998;
   border-radius: 5px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#CardFooter3-card-item1 a
{
   color: inherit;
   cursor: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#CardFooter3-card-item2
{
   box-sizing: border-box;
   margin: 0;
   border-top: 0px #000000 solid;
   border-width: 0px 0 0 0;
   height: 0;
   line-height: 0;
   visibility: hidden;
}
#CardFooter3-card-item3
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 10px 0 10px 20px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #00FF00;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#CardFooter3-card-item3 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#CardFooter3-card-item4
{
   display: inline-block;
   height: 13px;
   cursor: pointer;
   box-sizing: border-box;
   margin: 10px 20px 10px 10px;
   border: 0px solid #3B5998;
   border-radius: 5px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#CardFooter3-card-item4 a
{
   color: inherit;
   cursor: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#wb_CardFooter3
{
   text-align: left;
}
#wb_LogoMenu
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#LogoMenu
{
   margin-left: auto;
   margin-right: auto;
}
#wb_TextTitreMenu
{
   visibility: visible;
   display: block;
}
#wb_TextTitreMenu
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 19px;
}
#CardContainerFooter
{
   visibility: visible;
   display: flex;
}
#CardContainerFooter
{
   padding: 10px 10px 10px 10px;
}
#wb_LayoutGridTitre
{
   visibility: visible;
   display: table;
}
#wb_LayoutGridTitre
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGridTitre
{
   height: auto;
   padding: 40px 15px 40px 15px;
}
#LayoutGridTitre .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGridTitre > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGridTitre > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_TextTitre
{
   visibility: visible;
   display: block;
}
#wb_TextTitre
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 19px;
}
#wb_LayoutGridGroupe
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: none;
   border-radius: 10px;
}
#wb_LayoutGridGroupe
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGridGroupe
{
   height: auto;
   padding: 0 0 10px 0;
}
#LayoutGridGroupe .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#LayoutGridGroupe > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGridGroupe > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_LayoutGridPhoto
{
   visibility: visible;
   display: table;
}
#wb_LayoutGridPhoto
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGridPhoto
{
   height: auto;
   padding: 0 15px 40px 15px;
}
#LayoutGridPhoto .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGridPhoto > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGridPhoto > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_ImagePhoto
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#ImagePhoto
{
   margin-left: auto;
   margin-right: auto;
}
#wb_TextGroupe
{
   visibility: visible;
   display: block;
}
#wb_TextGroupe
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 19px;
}
#wb_LayoutGridMembres
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: none;
   border-radius: 10px;
}
#wb_LayoutGridMembres
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGridMembres
{
   height: auto;
   padding: 0 0 10px 0;
}
#LayoutGridMembres .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#LayoutGridMembres > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGridMembres > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_CardContainerMembres
{
   visibility: visible;
   display: block;
}
#CardContainerMembres
{
   padding: 10px 10px 10px 10px;
}
#wb_Card1
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 25px 25px 25px 25px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
   min-height: 250px;
}
#Card1-card-item0
{
   box-sizing: border-box;
   margin: 5px 0 0 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card1-card-item2
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card1-card-item3
{
   box-sizing: border-box;
   margin: 5px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card1-card-item4
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 100px;
}
#Card1-card-item5
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card1-card-item6
{
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 0;
   color: #FFD700;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card1
{
   text-align: center;
}
#wb_Card1
{
   max-width: calc(50% - 50px);
}
#wb_Card2
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 25px 25px 25px 25px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
   min-height: 250px;
}
#Card2-card-item0
{
   box-sizing: border-box;
   margin: 5px 0 0 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card2-card-item2
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card2-card-item3
{
   box-sizing: border-box;
   margin: 5px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card2-card-item4
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 100px;
}
#Card2-card-item5
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card2-card-item6
{
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 0;
   color: #FFD700;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card2
{
   text-align: center;
}
#wb_Card2
{
   max-width: calc(50% - 50px);
}
#wb_TextMembres
{
   visibility: visible;
   display: block;
}
#wb_TextMembres
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 19px;
}
#wb_Card3
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 25px 25px 25px 25px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
   min-height: 250px;
}
#Card3-card-item0
{
   box-sizing: border-box;
   margin: 5px 0 0 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card3-card-item2
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card3-card-item3
{
   box-sizing: border-box;
   margin: 5px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card3-card-item4
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 100px;
}
#Card3-card-item5
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card3-card-item6
{
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 0;
   color: #FFD700;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card3
{
   text-align: center;
}
#wb_Card3
{
   max-width: calc(50% - 50px);
}
#wb_Card5
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 25px 25px 25px 25px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
   min-height: 250px;
}
#Card5-card-item0
{
   box-sizing: border-box;
   margin: 5px 0 0 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#Card5-card-item1
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card5-card-item2
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card5-card-item3
{
   box-sizing: border-box;
   margin: 5px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card5-card-item4
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 100px;
}
#Card5-card-item5
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card5-card-item6
{
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 0;
   color: #FFD700;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card5
{
   text-align: center;
}
#wb_Card5
{
   max-width: calc(50% - 50px);
}
#wb_Card6
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 25px 25px 25px 25px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
   min-height: 250px;
}
#Card6-card-item0
{
   box-sizing: border-box;
   margin: 5px 0 0 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#Card6-card-item1
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card6-card-item2
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card6-card-item3
{
   box-sizing: border-box;
   margin: 5px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card6-card-item4
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 100px;
}
#Card6-card-item5
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card6-card-item6
{
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 0;
   color: #FFD700;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card6
{
   text-align: center;
}
#wb_Card6
{
   max-width: calc(50% - 50px);
}
#wb_Card7
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 25px 25px 25px 25px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
   min-height: 250px;
}
#Card7-card-item0
{
   box-sizing: border-box;
   margin: 5px 0 0 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#Card7-card-item1
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card7-card-item2
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7-card-item3
{
   box-sizing: border-box;
   margin: 5px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card7-card-item4
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 100px;
}
#Card7-card-item5
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7-card-item6
{
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 0;
   color: #FFD700;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card7
{
   text-align: center;
}
#wb_Card7
{
   max-width: calc(50% - 50px);
}
#wb_Card8
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 25px 25px 25px 25px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
   min-height: 250px;
}
#Card8-card-item0
{
   box-sizing: border-box;
   margin: 5px 0 0 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#Card8-card-item1
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card8-card-item2
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8-card-item3
{
   box-sizing: border-box;
   margin: 5px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card8-card-item4
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 100px;
}
#Card8-card-item5
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8-card-item6
{
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 0;
   color: #FFD700;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card8
{
   text-align: center;
}
#wb_Card8
{
   max-width: calc(50% - 50px);
}
#wb_Card10
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 25px 25px 25px 25px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
   min-height: 250px;
}
#Card10-card-item0
{
   box-sizing: border-box;
   margin: 5px 0 0 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#Card10-card-item1
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card10-card-item2
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card10-card-item3
{
   box-sizing: border-box;
   margin: 5px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card10-card-item4
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 100px;
}
#Card10-card-item5
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card10-card-item6
{
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 0;
   color: #FFD700;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card10
{
   text-align: center;
}
#wb_Card10
{
   max-width: calc(50% - 50px);
}
#wb_Card12
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 25px 25px 25px 25px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
   min-height: 250px;
}
#Card12-card-item0
{
   box-sizing: border-box;
   margin: 5px 0 0 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#Card12-card-item1
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card12-card-item2
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card12-card-item3
{
   box-sizing: border-box;
   margin: 5px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card12-card-item4
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 100px;
}
#Card12-card-item5
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card12-card-item6
{
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 0;
   color: #FFD700;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card12
{
   text-align: center;
}
#wb_Card12
{
   max-width: calc(50% - 50px);
}
#wb_Card13
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 25px 25px 25px 25px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
   min-height: 250px;
}
#Card13-card-item0
{
   box-sizing: border-box;
   margin: 5px 0 0 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#Card13-card-item1
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card13-card-item2
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card13-card-item3
{
   box-sizing: border-box;
   margin: 5px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card13-card-item4
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 100px;
}
#Card13-card-item5
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card13-card-item6
{
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 0;
   color: #FFD700;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card13
{
   text-align: center;
}
#wb_Card13
{
   max-width: calc(50% - 50px);
}
#wb_CardContainerMembres2
{
   visibility: visible;
   display: block;
}
#CardContainerMembres2
{
   padding: 10px 10px 10px 10px;
}
#wb_Card14
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 25px 25px 25px 25px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
   min-height: 80px;
}
#Card14-card-item0
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#Card14-card-item1
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card14-card-item2
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card14
{
   text-align: center;
}
#wb_Card14
{
   max-width: calc(50% - 50px);
}
#wb_Card16
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 25px 25px 25px 25px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
   min-height: 80px;
}
#Card16-card-item0
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#Card16-card-item1
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card16-card-item2
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card16
{
   text-align: center;
}
#wb_Card16
{
   max-width: calc(50% - 50px);
}
#wb_Card17
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 25px 25px 25px 25px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
   min-height: 80px;
}
#Card17-card-item0
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#Card17-card-item1
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card17-card-item2
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card17
{
   text-align: center;
}
#wb_Card17
{
   max-width: calc(50% - 50px);
}
#wb_Card18
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 25px 25px 25px 25px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
   min-height: 80px;
}
#Card18-card-item0
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#Card18-card-item1
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card18-card-item2
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card18
{
   text-align: center;
}
#wb_Card18
{
   max-width: calc(50% - 50px);
}
#wb_Card19
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 25px 25px 25px 25px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
   min-height: 80px;
}
#Card19-card-item0
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#Card19-card-item1
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card19-card-item2
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card19
{
   text-align: center;
}
#wb_Card19
{
   max-width: calc(50% - 50px);
}
#wb_Card20
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 25px 25px 25px 25px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
   min-height: 80px;
}
#Card20-card-item0
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#Card20-card-item1
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card20-card-item2
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card20
{
   text-align: center;
}
#wb_Card20
{
   max-width: calc(50% - 50px);
}
#wb_Card21
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 25px 25px 25px 25px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
   min-height: 80px;
}
#Card21-card-item0
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#Card21-card-item1
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card21-card-item2
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card21
{
   text-align: center;
}
#wb_Card21
{
   max-width: calc(50% - 50px);
}
#wb_Card22
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 25px 25px 25px 25px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
   min-height: 80px;
}
#Card22-card-item0
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#Card22-card-item1
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card22-card-item2
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card22
{
   text-align: center;
}
#wb_Card22
{
   max-width: calc(50% - 50px);
}
#wb_Card23
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 25px 25px 25px 25px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
   min-height: 80px;
}
#Card23-card-item0
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FF8C00;
   font-family: "Comic Sans MS";
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#Card23-card-item1
{
   box-sizing: border-box;
   margin: 0;
   border-top: 2px #D3D3D3 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card23-card-item2
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card23
{
   text-align: center;
}
#wb_Card23
{
   max-width: calc(50% - 50px);
}
#cookie_policy
{
   visibility: hidden;
   display: none;
   box-shadow: 0px 0px 0px #808080;
}
#cookie_policy_Container
{
   width: 320px;
}
#wb_cookie_button
{
   left: 113px;
   top: 23px;
   width: 32px;
   height: 7px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#cookie_button
{
   width: 32px;
   height: 7px;
}
#wb_Shape1
{
   left: 113px;
   top: 23px;
   width: 22px;
   height: 7px;
   visibility: hidden;
   display: none;
   margin: 0 0 0 10px;
}
#Shape1
{
   width: 22px;
   height: 7px;
}
#wb_cookie_message
{
   left: 49px;
   top: 8px;
   width: 651px;
   height: 49px;
   visibility: hidden;
   display: none;
}
#wb_cookie_message
{
   margin: 0;
   padding: 0;
}
}
