.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0,0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-item img{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/wp-content/themes/jdfaso-new/assets/vendor/OwlCarousel2/dist/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;margin:0;padding:0;border:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-spacing:0;border-collapse:collapse}@media
print{p,blockquote{orphans:2;widows:2}blockquote,ul,ol{page-break-inside:avoid}h1,h2,h3,caption{page-break-after:avoid}*{color:black !important;background:transparent !important;text-shadow:none !important;-webkit-filter:none !important;filter:none !important;-ms-filter:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:' (' attr(href) ')'}abbr[title]:after{content:' (' attr(title) ')'}.ir a:after,a[href^='javascript:']:after,a[href^='#']:after{content:''}pre,blockquote{border:1px
solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin: .5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}@media (orientation: landscape) and (max-device-width: 720px){html,body{-webkit-text-size-adjust:100%}}body{font-family:Arial,Helvetica,Arial,sans-serif;font-size:14px;line-height:140%;color:#333}h1,h2,h3,h4,h5,h6{font-family:'Noto Serif',serif;line-height:120%;margin:0;color:#121210}h1,.h1-like{font-size:32px}@media only screen and (max-width: 720px){h1,.h1-like{font-size:18px}}h2,.h2-like{font-size:18px}@media only screen and (max-width: 720px){h2,.h2-like{font-size:15px}}h3,.h3-like{font-size:15px}@media only screen and (max-width: 720px){h3,.h3-like{font-size:14px}}h4,.h4-like{font-size:14px}h5,.h5-like{font-size:14px}h6,.h6-like{font-size:14px}.clear{clear:both}.clearfix:after{display:block;visibility:hidden;clear:both;height:0;content:' '}@media only screen and (max-width: 720px){.desktop-only{display:none !important}}.mobile-only{display:none !important}@media only screen and (max-width: 720px){.mobile-only{display:block !important}}.container{max-width:1200px;margin:0
auto}*{box-sizing:border-box}@media only screen and (max-width: 720px){#wpadminbar{display:none}}body{padding-top:160px;background:#f9f9f9}@media only screen and (max-width: 720px){body{padding-top:52px}}body.full-jdmad{overflow-x:hidden;padding-top:500px}@media only screen and (max-width: 1200px){body.full-jdmad{padding-top:41%}}@media only screen and (max-width: 1024px){body.full-jdmad{padding-top:44%}}@media only screen and (max-width: 960px){body.full-jdmad{padding-top:46%}}@media only screen and (max-width: 820px){body.full-jdmad{padding-top:48%}}@media only screen and (max-width: 720px){body.full-jdmad{padding-top:52px}}body.admin-bar{}@media only screen and (max-width: 720px){body.admin-bar{padding-top:0}}a{text-decoration:none;color:#121210}a:hover{text-decoration:none;color:#333}ul,ol{margin:0;list-style:none}p{margin:0}img{display:block;max-width:100%;height:auto}@media only screen and (max-width: 720px){img{width:100%;max-width:100%}}blockquote{font-family:'Noto Sans',sans-serif;font-size:13px;font-style:normal;line-height:140%;color:#121210}blockquote p:before{content:' “ ';color:#121210}blockquote p:after{content:' ” ';color:#121210}blockquote
span{font-size:13px;display:block;text-align:right;color:#888884}hr{height:1px;border:none;background:#f0f0f0}table{border-spacing:0;border-collapse:collapse}table
th{padding: .2em;text-align:left;border:1px
solid gray}table
td{padding: .2em;border:1px
solid gray}.txtleft{text-align:left}.txtright{text-align:right}.txtcenter{text-align:center}.hidden{visibility:hidden}img.alignright{float:right;margin:0
0 1em 1em}img.alignleft{float:left;margin:0
1em 1em 0}img.aligncenter{display:block;margin-right:auto;margin-left:auto}a
img.alignright{float:right;margin:0
0 1em 1em}a
img.alignleft{float:left;margin:0
1em 1em 0}a
img.aligncenter{display:block;margin-right:auto;margin-left:auto}.primary-btn,.secondary-btn{display:inline-block}.primary-btn:hover,.secondary-btn:hover{opacity: .8}.primary-btn{font-family:'Noto Sans',sans-serif;font-size:16px;position:relative;height:38px;padding:8px
20px 0 20px;text-align:center;color:#fff;border-radius:3px;background:#97271b}.primary-btn [class*='icon-']{font-size:14px;position:absolute;top:50%;left:20px;margin-top:-8px}.primary-btn.left-icon{padding-right:50px;padding-left:50px}.primary-btn:hover{color:#fff}input.primary-btn,button.primary-btn{padding-top:0;border:none}.secondary-btn{font-family:'Noto Sans',sans-serif;font-size:16px;position:relative;height:30px;padding:0
15px 0 25px;cursor:pointer;transition:300ms;text-align:center;text-transform:uppercase;opacity:1;color:#fff;border:none;border-radius:2px;background:#121210}.secondary-btn [class*='icon-']:before{font-size:10px;position:absolute;top:50%;left:10px;margin-top:-5px;color:#fff}.secondary-btn:hover{opacity: .8}.back-top{position:fixed;z-index:9;right:30px;bottom:10px;visibility:hidden;width:50px;height:50px;transition:300ms;text-align:center;opacity:0;background:#97271b}@media only screen and (max-width: 720px){.back-top{right:10px}}.back-top.active{bottom:130px;visibility:visible;opacity:1}@media only screen and (max-width: 720px){.back-top.active{bottom:10px}}.back-top [class*='icon-']:before{font-size:24px;position:relative;top:14px;transition:300ms;color:#fff}.back-top
span{display:none}.back-top:hover [class*='icon-']:before{top:10px}.menu-btn,.search-btn{position:absolute;top:0;display:none;width:50px;height:50px;cursor:pointer;border:none;background:none}@media only screen and (max-width: 720px){.menu-btn,.search-btn{display:block}}.menu-btn span,
.search-btn
span{display:none}.menu-btn{left:0}.menu-btn .svg-menu{width:22px;fill:#5c5c5c}.search-btn{right:0}.search-btn [class*='icon-']:before{font-size:22px;color:#5c5c5c}.open-calendar,.close-calendar{font-family:'Noto Sans',sans-serif;position:absolute;top:18px;right:10px;display:none;cursor:pointer;border:none;background:none}@media only screen and (max-width: 720px){.open-calendar,.close-calendar{display:block}}.open-calendar [class*='icon-']:before,
.close-calendar [class*='icon-']:before{font-size:10px;position:relative;top:1px;display:inline-block;margin-left:5px}.close-calendar{top:auto;bottom:0}form{max-width:600px}@media only screen and (max-width: 720px){form{max-width:none}}form
p{display:flex;clear:both;margin-bottom:20px;align-items:center}@media only screen and (max-width: 1024px){form
p{display:block}}form p.label-top{align-items:flex-start}form
label{font-weight:400;display:block;width:150px;color:#333}@media only screen and (max-width: 1024px){form
label{width:auto;margin-bottom:10px}}form button,
form input,
form select,
form
textarea{font-family:Arial,Helvetica,Arial,sans-serif;font-size:100%}form input[type='text'],
form input[type='email'],
form input[type='date'],
form input[type='password'],
form textarea,
form
select{width:300px;height:38px;padding:0
10px;color:#333;border:1px
solid #eee;-webkit-border-radius:0;background:#fff}@media only screen and (max-width: 1024px){form input[type='text'],
form input[type='email'],
form input[type='date'],
form input[type='password'],
form textarea,
form
select{width:100%}}form
textarea{width:450px;height:200px;padding:10px;vertical-align:top}@media only screen and (max-width: 1024px){form
textarea{width:100%}}form button,
form input[type='submit']{padding:0;cursor:pointer}form select[multiple='multiple']{height:auto}form input[type='radio'],
form input[type='checkbox']{margin:0
5px 0 0}form form input:disabled{font-style:italic;background:#f0f0f0;box-shadow:none}form input[type='text']:focus,
form input[type='email']:focus,
form input[type='date']:focus,
form input[type='password']:focus,
form textarea:focus,
form select:focus{border:1px
solid #888}form .wpcf7-form-control-wrap{text-align:right}form .wpcf7-form-control-wrap
.recaptcha{display:inline-block;margin-bottom:20px}form .submit-field{text-align:right;justify-content:flex-end}form .submit-field .secondary-btn{height:35px;padding-top:0 !important;padding-bottom:0 !important;text-transform:uppercase !important}form .submit-field .secondary-btn [class*='icon-']:before{position:relative;top:auto;left:-10px}form .error-field
label{color:#ff4160}form .error-field input[type='text'],
form .error-field input[type='email'],
form .error-field input[type='date'],
form .error-field input[type='password'],
form .error-field textarea,
form .error-field select,
form .error-field
.customSelect{border:1px
solid #ff4160}form .error-info{font-size:14px;font-weight:600;font-style:italic;position:relative;display:block;max-width:470px;margin:10px
0 0 0;padding:10px;color:#fff;background:#ff4160}form .valid-field input[type='text'],
form .valid-field input[type='email'],
form .valid-field input[type='date'],
form .valid-field input[type='password'],
form .valid-field textarea,
form .valid-field select,
form .valid-field
.customSelect{border:1px
solid #0047bb}span.wpcf7-not-valid-tip{padding-top:5px;text-align:left;color:#ff4160 !important}.wpcf7-response-output{border:none !important}.wpcf7-response-output.wpcf7-validation-errors{margin:0;padding:10px;color:#fff;border:none;background:#ff4160}.wpcf7-response-output.wpcf7-validation-valid,.wpcf7-response-output.wpcf7-mail-sent-ok{margin:0;padding:10px;color:#fff;border:none;background:#97271b}div.wpcf7 img.ajax-loader{width:auto;height:auto}.custom-select{position:relative;display:block;max-width:470px;border:1px
solid #f3f3f3}.custom-select
select{box-sizing:border-box;width:100%;margin:0;border:1px
solid transparent;outline:none;background:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:after{position:absolute;z-index:2;top:50%;right:1em;width:12px;height:8px;margin-top:-4px;content:'';pointer-events:none;background-image:url('/wp-content/themes/jdfaso-new/assets/img/custom-select-pointer.png');background-repeat:no-repeat;background-size:100%}.custom-select:hover{border-color:#888}.custom-select select:focus{border-color:#fff;outline:none}.custom-select
option{font-weight:normal}x:-o-prefocus,.custom-select::after{display:none}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){.custom-select select::-ms-expand{display:none}.custom-select select:focus::-ms-value{color:#222;background:transparent}}@-moz-document url-prefix(){.custom-select{overflow:hidden}.custom-select
select{width:120%;width:calc(100% + em)}}.custom-select select:-moz-focusring{color:transparent;text-shadow:0 0 0 #000}form .custom-checkbox,
form .custom-radio{line-height:100%}form .custom-radio input+label{margin-right:20px;padding-top:4px}form .custom-checkbox input[type='checkbox']:not(:checked),
form .custom-checkbox input[type='checkbox']:checked,
form .custom-radio input[type='radio']:not(:checked),
form .custom-radio input[type='radio']:checked{position:absolute;left:-9999px}form .custom-checkbox input[type='checkbox']:not(:checked) + label,
form .custom-checkbox input[type='checkbox']:checked + label,
form .custom-radio input[type='radio']:not(:checked) + label,
form .custom-radio input[type='radio']:checked+label{position:relative;padding-left:30px;cursor:pointer}form .custom-checkbox
label{margin-bottom:10px}form .custom-checkbox input[type='checkbox']:not(:checked) + label:before,
form .custom-checkbox input[type='checkbox']:checked + label:before,
form .custom-radio input[type='radio']:not(:checked) + label:before,
form .custom-radio input[type='radio']:checked+label:before{position:absolute;top:3px;left:1px;width:16px;height:16px;content:'';border:1px
solid #f3f3f3;background:#fff;box-shadow:inset 0 1px 2px rgba(0, 0, 0, .1)}form .custom-checkbox input[type='checkbox']:not(:checked) + label:before,
form .custom-checkbox input[type='checkbox']:checked+label:before{top:-1px;border-radius:4px}form .custom-radio input[type='radio']:not(:checked) + label:before,
form .custom-radio input[type='radio']:checked+label:before{border-radius:20px}form .custom-checkbox input[type='checkbox']:checked + label:before,
form .custom-radio input[type='radio']:checked+label:before{border:1px
solid #f3f3f3}form .custom-checkbox input[type='checkbox']:not(:checked) + label:after,
form .custom-checkbox input[type='checkbox']:checked + label:after,
form .custom-radio input[type='radio']:not(:checked) + label:after,
form .custom-radio input[type='radio']:checked+label:after{font-size:14px;position:absolute;top:0;left:5px;content:'✔';transition:300ms;color:#121210}form .custom-radio input[type='radio']:not(:checked) + label:after,
form .custom-radio input[type='radio']:checked+label:after{top:8px;left:6px;width:8px;height:8px;content:'';border-radius:10px;background:#121210}form .custom-checkbox input[type='checkbox']:not(:checked) + label:after,
form .custom-radio input[type='radio']:not(:checked)+label:after{-webkit-transform:scale(0);transform:scale(0);opacity:0}form .custom-checkbox input[type='checkbox']:checked + label:after,
form .custom-radio input[type='radio']:checked+label:after{-webkit-transform:scale(1);transform:scale(1);opacity:1}form .custom-checkbox input[type='checkbox']:disabled:not(:checked) + label:before,
form input[type='checkbox']:disabled:checked+label:before{border-color:#bbb;background-color:#ddd;box-shadow:none}form .custom-checkbox input[type='checkbox']:disabled:checked+label:after{color:#999}form .custom-checkbox input[type='checkbox']:disabled+label{color:#aaa}form .custom-checkbox input[type='checkbox']:checked:focus + label:before,
form .custom-checkbox input[type='checkbox']:not(:checked):focus+label:before{}.form-search{position:relative}.form-search input[type='text']{width:290px}@media only screen and (max-width: 720px){.form-search input[type='text']{float:left;width:78%}}.form-search
button{position:absolute;top:0;right:0;width:37px;height:37px;border:none;background:none}@media only screen and (max-width: 720px){.form-search
button{font-style:16px;position:relative;top:auto;right:auto;float:right;width:auto;width:20%;height:37px;padding:0
10px 0 20px;text-transform:uppercase;color:#fff;border-radius:2px;background:#121210}}.form-search button [class*='icon-']{font-size:20px;position:relative;top:3px;transition:300ms;opacity:1}@media only screen and (max-width: 720px){.form-search button [class*='icon-search']{display:none}}.form-search button [class*='icon-arrow-right']{position:absolute;top:50%;left:10px;display:none;margin-top:-13px}@media only screen and (max-width: 720px){.form-search button [class*='icon-arrow-right']{display:inline-block}}.form-search button [class*='icon-arrow-right']:before{font-size:12px;color:#fff}.form-search button:hover [class*='icon-']{opacity: .6}.form-search button
span{display:none}@media only screen and (max-width: 720px){.form-search button
span{display:inline-block}}.form-newsletter{position:relative}.form-newsletter
p{display:block}@media only screen and (max-width: 720px){.form-newsletter
p{margin-bottom:0}}.form-newsletter .custom-select{margin-bottom:10px}.form-newsletter .newsletter-email{float:left;width:83%}.form-newsletter .newsletter-email
input{width:100%}.form-newsletter input[type='submit']{float:right;width:38px;height:38px;border:none}.fb-comments{display:block !important}.fb-comments
span{display:block !important;width:100% !important}.fb-comments span
iframe{width:100% !important}.page-webtv .fb-comments{background:#fff}.comment-form{position:relative}.comment-form
p{display:block}.comment-form p.comment-form-author{max-width:280px}.comment-form p.comment-form-email{max-width:280px}.comment-form p
label{font-weight:normal;width:auto;margin-bottom:5px;color:#888884}.comment-form p input[type='text'],
.comment-form p input[type='email'],
.comment-form p
textarea{width:100%;border:1px
solid #d6d6d6}.comment-form p.form-submit{text-align:right}.comment-form p.form-submit
button{display:inline-block}.page-webtv .comment-form p
label{color:#fff}@font-face{font-family:'icons';src:url('/wp-content/themes/jdfaso-new/assets/fonts/icons.eot');src:url('/wp-content/themes/jdfaso-new/assets/fonts/iconsd41d.eot?#iefix') format('eot'), url('/wp-content/themes/jdfaso-new/assets/fonts/icons.html') format('woff2'), url('/wp-content/themes/jdfaso-new/assets/fonts/icons.woff') format('woff'), url('/wp-content/themes/jdfaso-new/assets/fonts/icons.ttf') format('truetype'), url('/wp-content/themes/jdfaso-new/assets/fonts/icons-2.html#icons') format('svg')}[class*='icon-']:before{font-family:'icons';font-weight:normal;font-style:normal;font-variant:normal;text-decoration:none;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-arrow-2-left:before{content:'\E001'}.icon-arrow-2-right:before{content:'\E002'}.icon-arrow-down:before{content:'\E003'}.icon-arrow-left:before{content:'\E004'}.icon-arrow-right:before{content:'\E005'}.icon-arrow-top:before{content:'\E006'}.icon-bubble-2:before{content:'\E007'}.icon-bubble:before{content:'\E008'}.icon-calendar:before{content:'\E009'}.icon-clock:before{content:'\E00A'}.icon-close:before{content:'\E00B'}.icon-download:before{content:'\E00C'}.icon-email-2:before{content:'\E00D'}.icon-email:before{content:'\E00E'}.icon-facebook:before{content:'\E00F'}.icon-google:before{content:'\E010'}.icon-home:before{content:'\E011'}.icon-jdc:before{content:'\E012'}.icon-jdm:before{content:'\E013'}.icon-jdmtv:before{content:'\E014'}.icon-menu:before{content:'\E015'}.icon-minus:before{content:'\E016'}.icon-newspaper:before{content:'\E017'}.icon-plus:before{content:'\E018'}.icon-question:before{content:'\E019'}.icon-quote:before{content:'\E01A'}.icon-rss:before{content:'\E01B'}.icon-search:before{content:'\E01C'}.icon-star:before{content:'\E01D'}.icon-twitter:before{content:'\E01E'}.icon-whatsapp:before{content:'\E01F'}.block-pagination{margin-bottom:60px;text-align:center}@media only screen and (max-width: 720px){.block-pagination{margin-bottom:20px}}.block-pagination .wp-pagenavi{display:inline-block}.block-pagination
.pages{display:none}.block-pagination a,
.block-pagination
span{font-family:'Noto Sans',sans-serif;font-size:15px;display:block;float:left;width:36px;height:36px;margin-right:-1px;padding-top:8px;text-align:center;color:#121210;border:1px
solid #eee}.block-pagination
.current{width:36px;height:36px;padding-top:8px;text-align:center;color:#fff;background:#121210}.block-pagination .page:hover{color:#fff;background:#121210}.block-pagination .nextpostslink,
.block-pagination .previouspostslink,
.block-pagination .last,
.block-pagination
.first{width:auto;padding-right:10px;padding-left:10px}.block-pagination .nextpostslink:hover,
.block-pagination .previouspostslink:hover,
.block-pagination .last:hover,
.block-pagination .first:hover{color:#fff;background:#121210}.block-pagination .nextpostslink,
.block-pagination
.previouspostslink{display:none}.page-webtv .block-pagination a,
.page-webtv .block-pagination span,
.page-gallery .block-pagination a,
.page-gallery .block-pagination
span{color:#fff;border-color:#141414}.page-webtv .block-pagination .current,
.page-gallery .block-pagination
.current{color:#000;background:#fff}.page-webtv .block-pagination .page:hover,
.page-gallery .block-pagination .page:hover{color:#000;background:#fff}.page-webtv .block-pagination .nextpostslink:hover,
.page-webtv .block-pagination .previouspostslink:hover,
.page-webtv .block-pagination .last:hover,
.page-webtv .block-pagination .first:hover,
.page-gallery .block-pagination .nextpostslink:hover,
.page-gallery .block-pagination .previouspostslink:hover,
.page-gallery .block-pagination .last:hover,
.page-gallery .block-pagination .first:hover{color:#000;background:#fff}.social-link li a [class*='icon']{color:#d3d3d2}.social-link li a:hover{text-decoration:none}.social-link li a:hover [class*='icon']{color:#333}.social-link li.twitter
a{background:#55acee}.social-link li.twitter a [class*='icon']{color:#fff}.social-link li.facebook
a{background:#3b5998}.social-link li.facebook a [class*='icon']{color:#fff}.social-link li.google
a{background:#db4a37}.social-link li.google a [class*='icon']{color:#fff}.social-link li.whatsapp
a{background:#25d366}.social-link li.whatsapp a [class*='icon']{color:#fff}.social-link li.email
a{background:#ff8306}.social-link li.email a [class*='icon']{color:#fff}.social-link li.rss
a{background:#333}.social-link li.rss a [class*='icon']{color:#fff}.footer .social-link{text-align:center}.footer .social-link
li{display:inline-block;margin:0
5px}.footer .social-link li
a{position:relative;display:block;width:40px;height:40px;border-radius:3px}.footer .social-link li a [class*='icon']{font-size:24px;position:absolute;top:50%;left:50%;margin:-9px 0 0 -12px;color:#fff}.footer .social-link li a:hover{text-decoration:none;opacity: .8}.footer .social-link li a:hover [class*='icon']{color:#fff}.post-infos .social-link{text-align:center}.post-infos .social-link
li{float:left;margin:0
0 0 4px}@media only screen and (max-width: 720px){.post-infos .social-link
li{margin:0
4px 0 0}}.post-infos .social-link li:first-child{font-family:'Noto Sans',sans-serif;padding:3px
20px 0 10px;color:#888884}.post-infos .social-link li
a{position:relative;display:block;width:26px;height:26px}.post-infos .social-link li a [class*='icon']{font-size:16px;position:absolute;top:50%;left:50%;margin:-9px 0 0 -8px;color:#fff}.post-infos .social-link li a:hover{text-decoration:none;opacity: .8}.post-infos .social-link li a:hover [class*='icon']{color:#fff}.category-title{margin-bottom:20px;border-top:1px solid #f3f3f3;border-bottom:1px solid #f3f3f3}@media only screen and (max-width: 720px){.category-title{display:block;margin-bottom:0;padding:10px;border:none}}.category-title p,
.category-title
span{display:table-cell;vertical-align:middle}.category-title
p{font-family:'Noto Sans',sans-serif;font-weight:700;position:relative;height:34px;padding:0
20px 0 20px;text-align:center;text-transform:uppercase;color:#fff;background:#333}@media only screen and (max-width: 720px){.category-title
p{font-size:13px;display:block;float:none;height:auto;padding:0;text-align:left}}.category-title
span{font-family:'Noto Sans',sans-serif;font-size:16px;font-weight:700;padding:7px
15px 7px 20px;color:#121210}@media only screen and (max-width: 720px){.category-title
span{font-size:16px;display:block;float:none;height:auto;padding:0;color:#fff}}.category-title [class*='icon-']{font-size:26px;position:absolute;top:50%;left:15px;margin-top:-9px;color:#fff;color:#fff}@media only screen and (max-width: 720px){.category-title [class*='icon-']{left:0}}.category-title.category-politique
p{background:#f30}@media only screen and (max-width: 720px){.category-title.category-politique{background:#f30}.category-title.category-politique
p{background:none}}.category-title.category-eco-et-business
p{background:#2c6de9}@media only screen and (max-width: 720px){.category-title.category-eco-et-business{background:#2c6de9}.category-title.category-eco-et-business
p{background:none}}.category-title.category-societe
p{background:#bf86ba}@media only screen and (max-width: 720px){.category-title.category-societe{background:#bf86ba}.category-title.category-societe
p{background:none}}.category-title.category-sport
p{background:#479700}@media only screen and (max-width: 720px){.category-title.category-sport{background:#479700}.category-title.category-sport
p{background:none}}.category-title.category-sante
p{background:#aed80a}@media only screen and (max-width: 720px){.category-title.category-sante{background:#aed80a}.category-title.category-sante
p{background:none}}.category-title.category-culture
p{background:#ff719f}@media only screen and (max-width: 720px){.category-title.category-culture{background:#ff719f}.category-title.category-culture
p{background:none}}.category-title.category-personnalites
p{background:#d9ad00}@media only screen and (max-width: 720px){.category-title.category-personnalites{background:#d9ad00}.category-title.category-personnalites
p{background:none}}.category-title.category-international
p{background:#6b3781}@media only screen and (max-width: 720px){.category-title.category-international{background:#6b3781}.category-title.category-international
p{background:none}}.category-title.category-opinions
p{background:#b05000}@media only screen and (max-width: 720px){.category-title.category-opinions{background:#b05000}.category-title.category-opinions
p{background:none}}.category-title.category-debat
p{background:#b05000}@media only screen and (max-width: 720px){.category-title.category-debat{background:#b05000}.category-title.category-debat
p{background:none}}.category-title.category-dossiers
p{background:#333}@media only screen and (max-width: 720px){.category-title.category-dossiers{background:#333}.category-title.category-dossiers
p{background:none}}.category-title.category-medias
p{background:#1a1a1a}@media only screen and (max-width: 720px){.category-title.category-medias{background:#1a1a1a}.category-title.category-medias
p{background:none}}.category-title.category-icon
p{padding-left:50px}@media only screen and (max-width: 720px){.category-title.category-icon
p{padding-left:35px}}.block-flash-info{position:relative;margin-bottom:30px;padding:20px
30px 20px 140px;background:#a51a16}@media only screen and (max-width: 720px){.block-flash-info{margin-bottom:10px;padding:15px}}.block-flash-info
.title{font-family:'Noto Sans',sans-serif;font-size:26px;font-weight:bold;position:absolute;top:22px;left:25px;text-align:right;text-transform:uppercase;color:#fff}.block-flash-info .title
span{font-size:14px;display:block}@media only screen and (max-width: 720px){.block-flash-info
.title{position:relative;top:auto;left:auto;text-align:left}}.block-flash-info .text
p{font-size:16px;color:#fff}.block-flash-info
.link{float:right;color:#fff}.block-flash-info .link [class*='icon-']:before{font-size:10px;position:relative;top:0;color:#fff}.block-flash-info .link:hover{text-decoration:underline}.block-post{}.block-post
a{display:block}.block-post a .post-img{position:relative;display:inline-block}.block-post a .post-img .post-category{font-family:'Noto Sans',sans-serif;font-weight:700;position:absolute;z-index:9;top:0;left:0;display:block;height:30px;padding:6px
10px 0 10px;text-transform:uppercase;color:#fff;background:#121210}.block-post a .post-img
img{display:block;width:100%;max-width:100%}.block-post a .post-img
.caption{font-size:13px;position:absolute;z-index:9;right:0;bottom:0;left:0;padding:4px
10px 4px 10px;transition:300ms;opacity:0;color:#ccc;background:rgba(0, 0, 0, .75)}.block-post a .post-img:hover
.caption{opacity:1}.block-post a .post-title{font-family:'Noto Serif',serif;margin-bottom:8px;color:#121210}.block-post a:hover{text-decoration:none}.block-post a:hover .post-title{text-decoration:none;color:#121210}.block-post .post-date{font-family:'Noto Sans',sans-serif;display:inline-block;margin-bottom:5px;color:#888884}.block-post.large-post{margin-bottom:30px}.block-post.large-post a .post-title{margin-bottom:10px}.block-post.large-post a .post-img{overflow:hidden;max-height:370px;margin-bottom:10px}.block-post.large-post a .post-img
img{position:relative;top:calc(50% - 220px);display:block}.block-post.large-post.video-post .post-img:before{width:90px;height:60px;margin:-30px 0 0 -45px;background-size:90px auto}.block-post.medium-post{min-height:380px;margin-bottom:30px}.block-post.medium-post.full{min-height:0;margin-bottom:20px}.block-post.medium-post.full
a{float:left;width:48%;margin-right:20px}.block-post.medium-post.full a .post-img{margin-bottom:0}.block-post.medium-post.full a .post-img
img{width:100%}.block-post.medium-post.full .post-title{margin-bottom:10px}.block-post.medium-post.full .post-title
a{float:none;width:auto}@media screen and (min-width: 720px) and (max-width: 1024px){.block-post.medium-post.full
p{clear:both}}.block-post.small-post{position:relative}.block-post.small-post a .post-img{float:left;max-width:160px;margin-right:10px;margin-bottom:10px}@media only screen and (max-width: 720px){.block-post.small-post a .post-img{max-width:none}}.block-post.small-post a .post-img
.caption{display:none}.block-post.small-post
.title{margin-bottom:8px}.block-post.small-post
p{margin-bottom:8px}.block-post.small-post .post-date{margin:0}.block-post.small-post .post-category{font-family:'Noto Sans',sans-serif;position:absolute;right:0;bottom:0;color:#888884}.block-post.menu-post a .post-title{font-family:'Noto Serif',serif;font-size:15px;font-weight:700}.block-post.menu-post a .post-title:hover{text-decoration:none}.block-post.agenda-post{position:relative}@media only screen and (max-width: 720px){.block-post.agenda-post{margin-bottom:0}}.block-post.agenda-post
.date{font-family:'Noto Serif',serif;font-size:16px;font-weight:700;display:inline-block;margin-bottom:10px;padding:5px
0;text-align:right;color:#121210}@media only screen and (max-width: 720px){.block-post.agenda-post
.date{margin-left:20px}}.block-post.agenda-post
a{float:left;margin-right:20px}@media only screen and (max-width: 720px){.block-post.agenda-post
a{float:none;margin-right:0}}@media only screen and (max-width: 720px){.block-post.agenda-post a .post-img{margin-bottom:10px}}.block-post.agenda-post a .post-img
img{width:100%}.block-post.agenda-post .post-title{font-family:'Noto Serif',serif;font-size:18px;font-weight:700;color:#121210}.block-post.agenda-post .post-title
a{float:none;margin-right:0}.block-post.agenda-post
p{margin-bottom:10px}.block-post.agenda-post p+a{display:none}.block-post.agenda-post a [class*='icon-']{font-size:10px}.block-post.small-post.job-post{min-height:0}@media only screen and (max-width: 720px){.block-post.small-post.job-post{padding-left:10px}}.block-post.small-post.job-post
.title{margin-bottom:5px}.block-post.small-post.job-post
span{font-size:12px;line-height:120%;display:block}.block-post.small-post.job-post
span.date{font-weight:bold;color:#888884}.block-post.video-post .post-img:before{position:absolute;z-index:9;top:50%;left:50%;display:block;width:60px;height:40px;margin:-20px 0 0 -30px;margin:-20px 0 0 -30px;content:'';background:url('/wp-content/themes/jdfaso-new/assets/img/player-button.png') no-repeat 0 0;background-size:60px auto}.block-post.category-politique a .post-img .post-category{background:#f30}.block-post.category-eco-et-business a .post-img .post-category{background:#2c6de9}.block-post.category-societe a .post-img .post-category{background:#bf86ba}.block-post.category-sport a .post-img .post-category{background:#479700}.block-post.category-sante a .post-img .post-category{background:#aed80a}.block-post.category-culture a .post-img .post-category{background:#ff719f}.block-post.category-personnalites a .post-img .post-category{background:#d9ad00}.block-post.category-international a .post-img .post-category{background:#6b3781}.block-post.category-opinions a .post-img .post-category{background:#b05000}.block-post.category-debat a .post-img .post-category{background:#b05000}.block-post.category-dossiers a .post-img .post-category{background:#333}.block-post.category-medias a .post-img .post-category{background:#1a1a1a}.block-post .content-type{font-size:12px;display:inline-block;padding:0
5px;color:#5c5c5c;background:#f3f3f3}@media only screen and (max-width: 720px){.block-post{margin-bottom:30px}.block-post
a{display:block}.block-post a .post-img{display:block}.block-post a .post-img .post-category{font-size:13px;display:none}.block-post a .post-img
.caption{display:none}.block-post a .post-title{margin-right:20px;margin-left:20px}.block-post .post-date{font-size:12px;margin-right:20px;margin-left:20px}.block-post .post-title{font-size:19px;margin-right:20px;margin-left:20px}.block-post
p{font-size:13px;margin-right:20px;margin-left:20px}.block-post.large-post a .post-title{font-size:19px}.block-post.large-post a .post-img{max-height:none}.block-post.large-post a .post-img
img{top:auto}.block-post.medium-post,.block-post.small-post{position:relative;min-height:0;min-height:132px;margin-bottom:0;padding:10px
10px 10px 230px}}@media only screen and (max-width: 720px) and (max-width: 450px){.block-post.medium-post,.block-post.small-post{min-height:76px;padding-left:130px}}@media only screen and (max-width: 720px){.block-post.medium-post a,
.block-post.small-post
a{float:none;width:auto;margin-right:0}.block-post.medium-post .post-img,
.block-post.small-post .post-img{position:absolute;top:10px;left:10px;width:200px;max-width:none}}@media only screen and (max-width: 720px) and (max-width: 450px){.block-post.medium-post .post-img,
.block-post.small-post .post-img{width:100px}}@media only screen and (max-width: 720px){.block-post.medium-post .post-img .post-category,
.block-post.small-post .post-img .post-category{display:none}.block-post.medium-post .post-img img,
.block-post.small-post .post-img
img{width:100%}.block-post.medium-post .post-date,
.block-post.small-post .post-date{margin-right:20px;margin-left:20px}.block-post.medium-post .title,
.block-post.medium-post .post-title,
.block-post.small-post .title,
.block-post.small-post .post-title{font-size:16px;margin-right:0;margin-left:0}}@media only screen and (max-width: 720px) and (max-width: 450px){.block-post.medium-post .title,
.block-post.medium-post .post-title,
.block-post.small-post .title,
.block-post.small-post .post-title{font-size:13px}}@media only screen and (max-width: 720px){.block-post.medium-post .post-date,
.block-post.small-post .post-date{display:none}.block-post.medium-post p,
.block-post.small-post
p{display:none}.home .block-post.large-post a .post-img .post-category{display:block}}.block-sidebar{margin-bottom:20px}.mobile-widget .block-sidebar{display:none}@media only screen and (max-width: 720px){.mobile-widget .block-sidebar{display:block;margin-bottom:0}}.block-sidebar
.title{font-family:'Noto Sans',sans-serif;font-weight:700;position:relative;height:34px;padding:7px
20px 0 46px;text-transform:uppercase;color:#fff;background-color:#97271b}@media screen and (min-width: 720px) and (max-width: 1024px){.block-sidebar
.title{height:auto;padding-bottom:7px}}.block-sidebar .title
span{position:absolute;top:0;left:0;width:34px;height:34px;background-color:#c27269}@media screen and (min-width: 720px) and (max-width: 1024px){.block-sidebar .title
span{height:100%}}.block-sidebar .title span [class*='icon-']{font-size:14px;position:absolute;top:50%;left:50%;margin:-10px 0 0 -8px;color:#fff}.block-sidebar .block-content{padding:20px;border:1px
solid #eee}.block-sidebar.dark
.title{background:#121210}.block-sidebar.dark .title
span{background:#5c5c5c}.page-webtv .block-sidebar
.title{background:#121210}.page-webtv .block-sidebar .title
span{background:#5c5c5c}.page-webtv .block-sidebar .block-content{border-color:#1a1a1a;background:#1a1a1a}.page-webtv .block-sidebar.block-sidebar-hebdo
a{color:#fff}.page-webtv .block-sidebar.block-sidebar-hebdo a
span{color:#fff}.page-webtv .block-sidebar.block-sidebar-hebdo a [class*='icon-']{color:#fff}.block-sidebar-agenda .block-content{padding-bottom:10px}.block-sidebar-agenda .block-content ul
li{margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #eee}.block-sidebar-agenda .block-content ul li:last-child{border:none}.block-sidebar-agenda .block-content ul li a
figure{float:left;margin:0
10px 0 0}@media screen and (min-width: 720px) and (max-width: 1024px){.block-sidebar-agenda .block-content ul li a
figure{float:none;margin:0
0 10px 0}}.block-sidebar-agenda .block-content ul li a figure
img{max-width:140px}@media screen and (min-width: 720px) and (max-width: 1024px){.block-sidebar-agenda .block-content ul li a figure
img{width:100%;max-width:none}}.block-sidebar-agenda .block-content ul li a
span{font-family:'Noto Sans',sans-serif;display:block;margin-bottom:5px;color:#888884}.block-sidebar-agenda .block-content ul+a{display:block;padding-top:10px;text-align:center;border-top:1px solid #eee}.block-sidebar-agenda .block-content ul + a
span{position:relative;display:inline-block;padding-left:15px;color:#121210}.block-sidebar-agenda .block-content ul + a span [class*='icon-']{font-size:10px;position:absolute;top:50%;left:0;margin-top:-9px;color:#121210}.block-sidebar-edito .block-content{padding-bottom:10px}.block-sidebar-edito
.infos{margin-bottom:10px}.block-sidebar-edito .infos
img{float:left;max-width:100px;margin-right:10px}@media screen and (min-width: 720px) and (max-width: 1024px){.block-sidebar-edito .infos
img{float:none;max-width:none;margin-right:0}}@media only screen and (max-width: 720px){.block-sidebar-edito .infos
img{width:70px}}.block-sidebar-edito .infos
span{font-family:'Noto Sans',sans-serif;display:block;margin-bottom:20px;color:#888884}@media screen and (min-width: 720px) and (max-width: 1024px){.block-sidebar-edito .infos
span{margin-bottom:0}}.block-sidebar-edito .infos
p{font-family:'Noto Serif',serif;font-size:18px;font-weight:700;line-height:120%;color:#121210}.block-sidebar-edito .infos+p{margin-bottom:20px}.block-sidebar-edito .infos+p+a{display:block;padding-top:10px;text-align:center;border-top:1px solid #eee}.block-sidebar-edito .infos + p + a
span{position:relative;display:inline-block;padding-left:15px;color:#121210}.block-sidebar-edito .infos + p + a span [class*='icon-']{font-size:10px;position:absolute;top:50%;left:0;margin-top:-9px;color:#121210}.block-sidebar-hebdo .block-content{padding-bottom:10px}.block-sidebar-hebdo .block-content
p{font-family:'Noto Sans',sans-serif;font-size:18px;font-weight:bold;margin-bottom:20px;text-align:center}.block-sidebar-hebdo .current-edition{display:block;text-align:center}.block-sidebar-hebdo .current-edition
img{display:inline-block}.block-sidebar-hebdo .current-edition+a{font-size:13px;display:block;margin-top:10px;text-align:center;color:#666}.block-sidebar-hebdo .current-edition + a
span{position:relative;display:inline-block;padding-left:15px;color:#666}.block-sidebar-hebdo .current-edition + a span [class*='icon-']{font-size:10px;position:absolute;top:50%;left:0;margin-top:-9px;color:#121210}.page-webtv .block-sidebar-hebdo .block-content
p{color:#fff}.block-sidebar-jdmtv-post .block-content .list-post.list-full
li{margin-bottom:30px;padding-bottom:0;border-bottom:none}.block-sidebar-jdmtv-post .block-content .list-post.list-full li:last-child{margin-bottom:0}.block-sidebar-jdmtv-post .block-content .list-post.list-full li .block-post a .post-img
img{max-width:120px}.block-sidebar-jdmtv-post .block-content .list-post.list-full li .block-post a .post-img:before{position:absolute;z-index:9;top:50%;left:50%;display:block;width:30px;height:20.5px;margin:-10px 0 0 -15px;content:'';background:url('/wp-content/themes/jdfaso-new/assets/img/player-button.png') no-repeat 0 0;background-size:30px auto}.block-sidebar-jdmtv-post .block-content .list-post.list-full li .block-post a .post-title{font-family:arial;font-size:14px;font-weight:normal;color:#888884}.block-sidebar-jdmtv{padding:20px
20px 10px 20px;background:#1a1a1a}.block-sidebar-jdmtv .title-jdmtv{text-align:center}.block-sidebar-jdmtv .title-jdmtv
.jdctv{position:relative;top:-5px;width:64px;margin:0
auto 5px auto}.block-sidebar-jdmtv .title-jdmtv
p{font-family:'Noto Sans',sans-serif;font-size:16px;position:relative;display:inline-block;margin-bottom:35px;padding-left:100px;color:#fff}@media screen and (min-width: 720px) and (max-width: 1024px){.block-sidebar-jdmtv .title-jdmtv
p{padding-left:0}}@media only screen and (max-width: 720px){.block-sidebar-jdmtv .title-jdmtv
p{font-size:13px;padding-left:85px}}.block-sidebar-jdmtv .title-jdmtv p
img{position:absolute;bottom:0;left:0;width:95px}@media screen and (min-width: 720px) and (max-width: 1024px){.block-sidebar-jdmtv .title-jdmtv p
img{position:relative;bottom:auto;left:auto;margin:0
auto 5px auto}}@media only screen and (max-width: 720px){.block-sidebar-jdmtv .title-jdmtv p
img{bottom:3px;width:80px}}.block-sidebar-jdmtv ul
li{margin-bottom:28px}@media only screen and (max-width: 720px){.block-sidebar-jdmtv ul
li{margin-bottom:10px;border-bottom:1px solid #141414}}@media only screen and (max-width: 720px){.block-sidebar-jdmtv ul li
a{position:relative;display:block;min-height:125px;padding-bottom:10px;padding-left:220px}}@media only screen and (max-width: 450px){.block-sidebar-jdmtv ul li
a{min-height:80px;padding-left:140px}}.block-sidebar-jdmtv ul li a
figure{position:relative;display:block;margin-bottom:6px}@media only screen and (max-width: 720px){.block-sidebar-jdmtv ul li a
figure{position:absolute;top:0;left:0;width:200px}}@media only screen and (max-width: 450px){.block-sidebar-jdmtv ul li a
figure{width:120px}}.block-sidebar-jdmtv ul li a figure:before{position:absolute;z-index:9;top:50%;left:50%;display:block;width:60px;height:40px;margin:-20px 0 0 -30px;content:'';background:url('/wp-content/themes/jdfaso-new/assets/img/player-button.png') no-repeat 0 0;background-size:60px auto}@media only screen and (max-width: 720px){.block-sidebar-jdmtv ul li a figure:before{margin:-10px 0 0 -15px;background-size:30px auto}}.block-sidebar-jdmtv ul li a
p{font-family:'Noto Serif',serif;font-size:15px;font-weight:700;line-height:140%;margin-bottom:6px;color:#fff}@media only screen and (max-width: 720px){.block-sidebar-jdmtv ul li a
p{font-size:14px}}.block-sidebar-jdmtv ul li a
span{font-family:'Noto Sans',sans-serif;color:#888884}.block-sidebar-jdmtv ul li:last-child{margin-bottom:10px}@media only screen and (max-width: 720px){.block-sidebar-jdmtv ul li:nth-child(1) a{padding-bottom:20px;padding-left:0}.block-sidebar-jdmtv ul li:nth-child(1) a
figure{position:relative;top:auto;left:auto;display:block;width:auto;margin-bottom:6px}}@media only screen and (max-width: 720px) and (max-width: 450px){.block-sidebar-jdmtv ul li:nth-child(1) a
figure{width:auto}}@media only screen and (max-width: 720px){.block-sidebar-jdmtv ul li:nth-child(1) a figure:before{margin:-20.5px 0 0 -30px;background-size:60px auto}.block-sidebar-jdmtv ul li:nth-child(1) a
p{font-family:'Noto Serif',serif;font-size:19px;font-weight:700;margin-bottom:6px;color:#fff}}.block-sidebar-jdmtv ul li:nth-child(3)~li{display:none}.block-sidebar-jdmtv ul+a{display:block;padding:10px
0;text-align:center;border-top:1px solid #141414}.block-sidebar-jdmtv ul + a
span{position:relative;display:inline-block;padding-left:15px;color:#fff}.block-sidebar-jdmtv ul + a span [class*='icon-']{font-size:10px;position:absolute;top:50%;left:0;margin-top:-9px;color:#fff}.block-sidebar-jdmad{overflow:hidden;text-align:center}@media only screen and (max-width: 1024px){.block-sidebar-jdmad
.adsbygoogle{width:100% !important}}.block-sidebar-job .tab-content > li ul+a{display:block;margin-top:10px;text-align:center}.block-sidebar-job .tab-content > li ul + a
span{position:relative;display:inline-block;padding-left:15px;color:#121210}.block-sidebar-job .tab-content > li ul + a span [class*='icon-']{font-size:10px;position:absolute;top:50%;left:0;margin-top:-9px;color:#121210}.block-sidebar-newsletter
p{margin-bottom:10px}.block-sidebar-newsletter .form-newsletter .newsletter-email{width:100%}.block-sidebar-newsletter .form-newsletter .newsletter-email input[type='email']{float:none;width:100%;margin-bottom:10px}.block-sidebar-newsletter .form-newsletter .primary-btn{position:relative;float:right;width:auto;height:30px;padding:0
25px;border:none;background:#121210}.block-sidebar-post .list-post.list-featured
li{float:none;float:none;width:auto;width:auto;margin:0}.block-sidebar-post .list-post.list-featured li .block-post{min-height:0}.block-sidebar-post .list-post.list-featured li .block-post a .post-img
img{width:100%}.block-sidebar-poll .block-content{position:relative;padding:15px
20px 24px 20px}.block-sidebar-poll .block-content
p{margin:0;text-align:left !important}.block-sidebar-poll .block-content p
strong{font-weight:normal !important}.block-sidebar-poll .block-content .wp-polls-ul{margin:10px
0 10px 0 !important}.block-sidebar-poll .block-content .wp-polls-ul
li{position:relative;margin:0
0 10px 0;padding-left:0}.block-sidebar-poll .block-content .wp-polls-ul li
input{position:absolute;top:4px;left:0}.block-sidebar-poll .block-content .wp-polls-ul li
label{font-weight:normal;margin-left:20px}.block-sidebar-poll .block-content .wp-polls-ul li
.pollbar{font-size:6px;line-height:8px;height:8px;margin:1px;border:none;background:#5c5c5c}.block-sidebar-poll .block-content .secondary-btn{position:absolute;right:20px;bottom:15px;border:none;background:#121210}.block-sidebar-poll .block-content
a{display:inline-block;margin-top:8px}.block-sidebar-twitter{border:1px
solid #eee;background:#fff}.block-sidebar-facebook
iframe{width:100%}.block-sidebar-tab .block-content{padding:0
0 10px 0}.block-sidebar-tab .tab-nav>li{font-family:'Noto Sans',sans-serif;font-size:16px;float:left;width:50%;height:40px;padding:10px
10px 0 10px;text-align:center;color:#888884;background:#f3f3f3}@media screen and (min-width: 720px) and (max-width: 1024px){.block-sidebar-tab .tab-nav>li{height:auto;padding-bottom:10px}}.block-sidebar-tab .tab-nav>li.active{color:#121210;background:#fff}.block-sidebar-tab .tab-nav>li.active:hover{cursor:default}.block-sidebar-tab .tab-nav>li:hover{cursor:pointer}.block-sidebar-tab .tab-content{margin:0
20px}.block-sidebar-tab .tab-content>li{font-size:13px;display:none}.block-sidebar-tab .tab-content>li.active{display:block}.block-sidebar-tab .tab-content > li
ul{margin-top:10px}.block-sidebar-tab .tab-content > li ul
li{line-height:130%;position:relative;padding:6px
0;border-bottom:1px solid #eee}.block-sidebar-tab .tab-content > li ul li
span{font-family:'Noto Sans',sans-serif;position:absolute;top:6px;left:0;width:50px;color:#888884}@media screen and (min-width: 720px) and (max-width: 1024px){.block-sidebar-tab .tab-content > li ul li
span{position:relative;top:auto;left:auto;width:auto;margin-bottom:5px}}.block-sidebar-tab .tab-content > li ul li span+p{margin-left:60px}@media screen and (min-width: 720px) and (max-width: 1024px){.block-sidebar-tab .tab-content > li ul li span+p{margin-left:0}}.block-sidebar-tab .tab-content > li .tab-post
li{padding:0}.block-sidebar-tab .tab-content > li .tab-post li
a{display:block;padding:8px
0}.block-sidebar-tab .tab-content > li .tab-post li:last-child{border:none}.block-sidebar-tab .tab-content+a{display:block;margin-top:10px;text-align:center}.block-sidebar-tab .tab-content + a
span{position:relative;display:inline-block;padding-left:15px;color:#121210}.block-sidebar-tab .tab-content + a span [class*='icon-']{font-size:10px;position:absolute;top:50%;left:0;margin-top:-9px;color:#121210}.block-debate{margin-bottom:60px;padding-top:10px}@media only screen and (max-width: 720px){.block-debate{margin-bottom:30px;padding:10px}}.block-debate
.title{font-family:'Noto Serif',serif;font-size:18px;font-weight:700;margin:0
0 30px 0;text-align:center;color:#121210}@media only screen and (max-width: 720px){.block-debate
.title{margin-bottom:10px;text-align:left}}.block-debate ul
li{float:left;width:calc(50% - 30px);min-height:260px;margin-left:20px;padding:20px;background:#f3f3f3}@media only screen and (max-width: 1024px){.block-debate ul
li{float:none;width:auto;min-height:0;margin:0;margin-bottom:10px}}.block-debate ul li
.infos{margin-bottom:20px}.block-debate ul li .infos
img{float:left;max-width:60px;margin-right:20px}.block-debate ul li .infos
p{font-family:'Noto Serif',serif;font-size:18px;font-weight:700;margin-bottom:5px}.block-debate ul li .infos
span{line-height:120%;display:inline-block;max-width:190px}.block-debate ul li
.text{position:relative}.block-debate ul li .text
span{font-family:'Noto Serif',serif;font-size:18px;font-weight:700;position:absolute;top:-2px;left:0}.block-debate ul li .text
p{text-indent:50px}.block-debate ul li:nth-child(even){margin-bottom:0}.mobile-jdmad{display:none}@media only screen and (max-width: 720px){.mobile-jdmad{display:block}}.block-jdmad{margin:20px
0;text-align:center}@media only screen and (max-width: 720px){.block-jdmad{margin:0}}.block-jdmad
iframe{width:100%}@media only screen and (max-width: 720px){.block-jdmad
iframe{display:block;width:auto;margin:0
auto}}.block-jdmad
a{display:inline-block}.block-jdmad
img{display:inline-block}@media only screen and (max-width: 720px){.block-jdmad
img{display:block;width:100% !important}}@media only screen and (max-width: 720px){.block-jdmad.large{display:none}}.block-jdmad.border{padding:15px
0}.block-jdmad.border
a{max-width:728px;margin:0
auto}.main .block-jdmad.border{margin-bottom:20px;padding:20px
0;border-top:1px solid #eee;border-bottom:1px solid #eee}@media only screen and (max-width: 720px){.main .block-jdmad.border{margin:0;padding:0;border:none}}.main .block-jdmad.border
a{margin:0
auto}.full-jdmad .block-jdmad.full{position:absolute;z-index:1;top:140px;width:100%;height:100%;text-align:center}@media only screen and (max-width: 720px){.full-jdmad .block-jdmad.full{display:none}}.full-jdmad .block-jdmad.full
a{display:inline-block}.full-jdmad .block-jdmad.full a
img{position:absolute;top:0;left:50%;width:auto;max-width:none;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media only screen and (max-width: 1200px){.full-jdmad .block-jdmad.full a
img{width:152%}}.jdmad-sticky{position:fixed;z-index:20;bottom:0;left:0;width:100%;height:100px;padding:5px
0 0 0;text-align:center;border:1px
solid #eee;background:#fff}@media only screen and (max-width: 720px){.jdmad-sticky{display:none !important}}.jdmad-sticky>.container{position:relative}.jdmad-sticky
.content{display:inline-block}.jdmad-sticky
.close{position:absolute;top:0;right:0;width:50px;height:50px;cursor:pointer;text-align:center;border:none;background:none}.jdmad-sticky .close [class*='icon-']{font-size:20px;display:block;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.mobile-calendar{position:relative;display:none}@media only screen and (max-width: 720px){.jdm-calendar{padding-bottom:35px}}.jdm-calendar .ui-datepicker{background:#fff}.jdm-calendar .ui-datepicker .ui-datepicker-header{font-family:'Noto Sans',sans-serif;font-weight:700;position:relative;position:relative;height:34px;padding:0;text-transform:uppercase;color:#fff;background:#97271b}.jdm-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.jdm-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next{position:absolute;top:0;width:34px;height:34px;cursor:pointer;text-align:center}.jdm-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev [class*='icon-']:before,
.jdm-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next [class*='icon-']:before{position:relative;top:7px;color:#fff}.jdm-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover [class*='icon-']:before,
.jdm-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover [class*='icon-']:before{color:#121210}.jdm-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev{left:0}.jdm-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next{right:0}.jdm-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-title{padding-top:7px;text-align:center;text-transform:none}.jdm-calendar .ui-datepicker .ui-datepicker-calendar{width:100%}.jdm-calendar .ui-datepicker .ui-datepicker-calendar tr td,
.jdm-calendar .ui-datepicker .ui-datepicker-calendar tr
th{font-family:Arial,Helvetica,Arial,sans-serif;font-weight:normal;padding:0;text-align:center;border-color:#fff}.jdm-calendar .ui-datepicker .ui-datepicker-calendar tr td a,
.jdm-calendar .ui-datepicker .ui-datepicker-calendar tr td span,
.jdm-calendar .ui-datepicker .ui-datepicker-calendar tr th a,
.jdm-calendar .ui-datepicker .ui-datepicker-calendar tr th
span{display:block;padding:10px
0;background:#f2f2f2}.jdm-calendar .ui-datepicker .ui-datepicker-calendar tr td a:hover,
.jdm-calendar .ui-datepicker .ui-datepicker-calendar tr th a:hover{color:#fff;background:#121210}.jdm-calendar .ui-datepicker .ui-datepicker-calendar tr td.ui-datepicker-current-day a,
.jdm-calendar .ui-datepicker .ui-datepicker-calendar tr th.ui-datepicker-current-day
a{background:#fff}.jdm-calendar .ui-datepicker .ui-datepicker-calendar tr td.ui-datepicker-event-day a,
.jdm-calendar .ui-datepicker .ui-datepicker-calendar tr th.ui-datepicker-event-day
a{color:#fff;background:#121210}.jdm-calendar .ui-datepicker .ui-datepicker-calendar tr td.ui-datepicker-selected-day a,
.jdm-calendar .ui-datepicker .ui-datepicker-calendar tr th.ui-datepicker-selected-day
a{color:#fff;background:#97271b}.jdm-calendar .ui-datepicker .ui-datepicker-calendar tr td.ui-datepicker-other-month span,
.jdm-calendar .ui-datepicker .ui-datepicker-calendar tr th.ui-datepicker-other-month
span{color:#ccc}.block-press-statement{margin-bottom:30px}@media only screen and (max-width: 720px){.block-press-statement{display:none}}.block-press-statement .block-border{float:left;width:calc(50% - 30px);min-height:460px;margin-left:20px;padding-bottom:10px;border:1px
solid #eee}.block-press-statement .block-border
.title{font-family:'Noto Sans',sans-serif;font-weight:700;height:40px;padding:10px
20px 0 20px;color:#888884;border-bottom:1px solid #eee}.block-press-statement .block-border
ul{margin:10px
20px 0 20px}.block-press-statement .block-border ul
li{padding:6px
0;border-bottom:1px solid #eee}.block-press-statement .block-border ul li
a{line-height:130%;display:block}.block-press-statement .block-border ul li a
span{color:#888884}.block-press-statement .block-border ul li
span{color:#888884}.block-press-statement .block-border ul+a{display:block;margin-top:10px;text-align:center}.block-press-statement .block-border ul + a
span{position:relative;display:inline-block;padding-left:15px;color:#121210}.block-press-statement .block-border ul + a span [class*='icon-']{font-size:10px;position:absolute;top:50%;left:0;margin-top:-9px;color:#121210}.block-kiosque{margin-bottom:30px;padding:25px;border:1px
solid #eee;background:#fff}.block-kiosque
.title{font-family:'Noto Sans',sans-serif;font-size:18px;font-weight:bold;margin-bottom:25px}.block-kiosque .title
a{text-decoration:underline;color:#ac6c0c}.block-kiosque .current-edition{display:block;text-align:center}.block-kiosque .current-edition
img{display:inline-block;max-width:130px}.block-kiosque .current-edition+a{font-size:13px;display:block;margin-top:10px;text-align:center;color:#666}.block-kiosque .current-edition + a
span{position:relative;display:inline-block;padding-left:15px;color:#666}.block-kiosque .current-edition + a span [class*='icon-']{font-size:10px;position:absolute;top:50%;left:0;margin-top:-9px;color:#121210}.main .block-kiosque{border-color:#ac6c0c}.main .block-kiosque
.title{text-align:center}.owl-carousel .owl-item{text-align:center}.owl-carousel .owl-item
img{display:inline-block;width:auto;margin:0
!important}.post-carousel{margin-bottom:20px}.post-carousel .owl-carousel .owl-item
figcaption{padding:5px;color:#fff}@media only screen and (max-width: 720px){.post-carousel .owl-carousel .owl-item
figcaption{padding:5px
20px}}.post-carousel .owl-carousel .owl-nav .owl-prev,
.post-carousel .owl-carousel .owl-nav .owl-next{position:absolute;top:50%;width:40px;height:40px;margin:0;margin-top:-40px;text-align:center}.post-carousel .owl-carousel .owl-nav .owl-prev [class*='icon-'],
.post-carousel .owl-carousel .owl-nav .owl-next [class*='icon-']{font-size:30px;position:absolute;top:50%;left:50%;margin:-10px 0 0 -17px;color:rgba(255, 255, 255, .5)}.post-carousel .owl-carousel .owl-nav .owl-prev.disabled,
.post-carousel .owl-carousel .owl-nav .owl-next.disabled{display:none}.post-carousel .owl-carousel .owl-nav .owl-prev{left:0}.post-carousel .owl-carousel .owl-nav .owl-next{right:0}.post-carousel.gallery-carousel .owl-carousel .owl-item{height:440px}.post-carousel.gallery-carousel .owl-carousel .owl-item
.item{display:flex;flex-direction:column;height:100%;align-items:center;justify-content:center}.post-carousel.gallery-carousel .owl-carousel .owl-item .item
img{max-height:370px}.post-thumb-carousel{position:relative;margin:0
60px 35px 60px}@media only screen and (max-width: 720px){.post-thumb-carousel{margin:0
20px 20px 20px}}.post-thumb-carousel .owl-carousel .owl-item:after{position:absolute;z-index:2;top:0;left:0;display:block;width:100%;height:100%;content:'';transition:300ms;box-shadow:inset 0 0 0 0 #fff}.post-thumb-carousel .owl-carousel .owl-item
img{z-index:1;transition:300ms;opacity: .75;border:none}.post-thumb-carousel .owl-carousel .owl-item.current:after{box-shadow:inset 0 0 0 3px #fff}.post-thumb-carousel .owl-carousel .owl-item.current
img{opacity:1}.post-thumb-carousel .owl-carousel .owl-item:hover{cursor:pointer}.post-thumb-carousel .owl-carousel .owl-item:hover:after{box-shadow:inset 0 0 0 3px #fff}.post-thumb-carousel .owl-carousel .owl-item:hover
img{}.post-thumb-carousel .owl-carousel .owl-nav .owl-prev,
.post-thumb-carousel .owl-carousel .owl-nav .owl-next{position:absolute;top:50%;width:50px;height:50px;margin:0;margin-top:-25px;text-align:center}.post-thumb-carousel .owl-carousel .owl-nav .owl-prev [class*='icon-']:before,
.post-thumb-carousel .owl-carousel .owl-nav .owl-next [class*='icon-']:before{font-size:20px;position:absolute;top:50%;left:50%;margin:-10px 0 0 -12px;color:#fff}.post-thumb-carousel .owl-carousel .owl-nav .owl-prev.disabled,
.post-thumb-carousel .owl-carousel .owl-nav .owl-next.disabled{display:none}.post-thumb-carousel .owl-carousel .owl-nav .owl-prev{left:-60px}.post-thumb-carousel .owl-carousel .owl-nav .owl-next{right:-60px}.kiosque-carousel{position:relative;max-width:240px;margin:0
auto}.kiosque-carousel .owl-nav .owl-prev,
.kiosque-carousel .owl-nav .owl-next{position:absolute;top:50%;width:40px;height:40px;margin:0;margin-top:-25px;text-align:center}.kiosque-carousel .owl-nav .owl-prev [class*='icon-']:before,
.kiosque-carousel .owl-nav .owl-next [class*='icon-']:before{font-size:20px;position:absolute;top:50%;left:50%;margin:-10px 0 0 -12px}.kiosque-carousel .owl-nav .owl-prev.disabled,
.kiosque-carousel .owl-nav .owl-next.disabled{display:none}.kiosque-carousel .owl-nav .owl-prev{left:-40px}.kiosque-carousel .owl-nav .owl-next{right:-40px}.block-kiosque-carousel{position:relative}.block-kiosque-carousel .owl-nav .owl-prev,
.block-kiosque-carousel .owl-nav .owl-next{position:absolute;top:50%;width:40px;height:40px;margin:0;margin-top:-25px;text-align:center}.block-kiosque-carousel .owl-nav .owl-prev [class*='icon-']:before,
.block-kiosque-carousel .owl-nav .owl-next [class*='icon-']:before{font-size:20px;position:absolute;top:50%;left:50%;margin:-10px 0 0 -12px}.block-kiosque-carousel .owl-nav .owl-prev.disabled,
.block-kiosque-carousel .owl-nav .owl-next.disabled{display:none}.block-kiosque-carousel .owl-nav .owl-prev{left:-20px}.block-kiosque-carousel .owl-nav .owl-next{right:-20px}#cboxOverlay{background:rgba(0, 0, 0, .8)}#cboxLoadingGraphic{background-image:url('/wp-content/themes/jdfaso-new/assets/vendor/colorbox/example1/images/loading.gif')}#cboxPrevious{background-image:url('/wp-content/themes/jdfaso-new/assets/vendor/colorbox/example1/images/controls.png')}#cboxNext{background-image:url('/wp-content/themes/jdfaso-new/assets/vendor/colorbox/example1/images/controls.png')}#cboxClose{background-image:url('/wp-content/themes/jdfaso-new/assets/vendor/colorbox/example1/images/controls.png')}@media screen and (min-width: 720px){.featured-tag{position:relative;height:40px;margin-bottom:30px;padding-left:180px;background:#121210}.featured-tag
p{font-weight:bold;position:relative;position:absolute;top:0;left:0;width:180px;height:40px;padding-top:10px;text-align:center;text-transform:uppercase;color:#fff;background-color:#97271b}.featured-tag p [class*='icon-']{display:none}.featured-tag p:after{position:absolute;top:0;right:-15px;display:block;width:0;height:0;content:'';border-width:20px 0 20px 15px;border-style:solid;border-color:transparent transparent transparent #97271b}.category-politique .featured-tag
p{background:#f30}.category-politique .featured-tag p:after{border-color:transparent transparent transparent #f30}.category-eco-et-business .featured-tag
p{background:#2c6de9}.category-eco-et-business .featured-tag p:after{border-color:transparent transparent transparent #2c6de9}.category-societe .featured-tag
p{background:#bf86ba}.category-societe .featured-tag p:after{border-color:transparent transparent transparent #bf86ba}.category-sport .featured-tag
p{background:#479700}.category-sport .featured-tag p:after{border-color:transparent transparent transparent #479700}.category-sante .featured-tag
p{background:#aed80a}.category-sante .featured-tag p:after{border-color:transparent transparent transparent #aed80a}.category-culture .featured-tag
p{background:#ff719f}.category-culture .featured-tag p:after{border-color:transparent transparent transparent #ff719f}.category-personnalites .featured-tag
p{background:#d9ad00}.category-personnalites .featured-tag p:after{border-color:transparent transparent transparent #d9ad00}.category-international .featured-tag
p{background:#6b3781}.category-international .featured-tag p:after{border-color:transparent transparent transparent #6b3781}.category-opinions .featured-tag
p{background:#b05000}.category-opinions .featured-tag p:after{border-color:transparent transparent transparent #b05000}.category-debat .featured-tag
p{background:#b05000}.category-debat .featured-tag p:after{border-color:transparent transparent transparent #b05000}.category-dossiers .featured-tag
p{background:#333}.category-dossiers .featured-tag p:after{border-color:transparent transparent transparent #333}.category-medias .featured-tag
p{background:#1a1a1a}.category-medias .featured-tag p:after{border-color:transparent transparent transparent #1a1a1a}.featured-tag
ul{display:table;width:100%}.featured-tag ul
li{font-family:'Noto Sans',sans-serif;display:table-cell;text-align:center}.featured-tag ul li
a{display:block;height:40px;padding:10px
10px 0 10px;color:#fff}[class*='category-'] .featured-tag,
.page-infos .featured-tag{position:relative;margin-bottom:40px}[class*='category-'] .featured-tag:after,
.page-infos .featured-tag:after{position:absolute;bottom:-20px;left:0;display:block;width:100%;height:1px;content:'';background:#eee}}@media screen and (max-width: 720px){.featured-tag{display:none;border-bottom:1px solid #eee}.featured-tag
p{font-family:'Noto Sans',sans-serif;font-size:14px;position:relative;display:block;padding:14px
15px;cursor:pointer;text-transform:uppercase;border-left-width:4px;border-left-style:solid;border-left-color:#97271b}.featured-tag p [class*='icon-']{font-size:10px;position:absolute;top:50%;right:25px;margin-top:-8px}.featured-tag p.active [class*='icon-']{color:#97271b}.featured-tag
ul{display:none;margin:0
19px;padding:10px
0;border-top:1px solid #eee}.featured-tag ul li
a{font-family:'Noto Sans',sans-serif;font-size:13px;display:block;padding:8px
40px 8px 20px}}.featured-photo{background:#f3f3f3}@media only screen and (max-width: 720px){.featured-photo{display:none}}.featured-photo .block-photo{float:left;width:50%}@media screen and (min-width: 720px) and (max-width: 1024px){.featured-photo .block-photo{float:none;width:auto}}.featured-photo .block-photo
.title{height:34px;padding:7px
20px 0 20px;background:#121210}.featured-photo .block-photo .title
p{font-family:'Noto Sans',sans-serif;float:left;text-transform:uppercase;color:#fff}.featured-photo .block-photo .title
a{font-family:'Noto Sans',sans-serif;position:relative;display:block;float:right;padding-left:14px;color:#fff}.featured-photo .block-photo .title a [class*='icon-']{font-size:10px;position:absolute;top:50%;left:0;margin-top:-9px;color:#fff}@media screen and (min-width: 720px) and (max-width: 1024px){.featured-photo .block-photo
a{display:block;text-align:center}}.featured-photo .block-photo a
figure{padding:20px}@media screen and (min-width: 720px) and (max-width: 1024px){.featured-photo .block-photo a
figure{display:inline-block}}.featured-photo .block-photo a figure
img{margin-bottom:8px}.featured-photo .block-photo a figure
figcaption{font-family:'Noto Serif',serif;font-size:15px;font-weight:700;color:#121210}.featured-photo .block-photo:first-child
.title{border-right:1px solid #fff}.tab-nav>li{font-family:'Noto Sans',sans-serif;font-size:16px;float:left;width:50%;height:40px;padding:10px
10px 0 10px;text-align:center;color:#888884;background:#f3f3f3}.tab-nav > li
a{display:block;color:#888884}.tab-nav>li.active{color:#121210;background:#fff}.tab-nav > li.active
a{color:#121210}.tab-nav>li.active:hover{cursor:default}.tab-nav>li:hover{cursor:pointer}.tab-content{margin:0
20px}.tab-content>li{display:none}.tab-content>li.active{display:block}.timeline>li.info{position:relative;padding:0
0 30px 30px}@media only screen and (max-width: 720px){.timeline>li.info{padding-bottom:15px;padding-left:10px}}.timeline>li.info:after{position:absolute;z-index:1;top:0;left:3px;display:block;width:4px;height:100%;content:'';background:#cececc}@media only screen and (max-width: 720px){.timeline>li.info:after{left:-15px}}.timeline > li.info
span{font-family:'Noto Sans',sans-serif;font-size:15px;display:block;margin-bottom:4px;color:#888884}@media only screen and (max-width: 720px){.timeline > li.info
span{font-size:13px}}.timeline > li.info span:after{position:absolute;z-index:2;top:4px;left:0;display:block;width:10px;height:10px;content:'';border-radius:10px;background:#cececc;box-shadow:0 0 0 4px #fff}@media only screen and (max-width: 720px){.timeline > li.info span:after{left:-18px}}.timeline > li.info
.title{font-size:16px;font-weight:bold;color:#97271b}.timeline > li.info
p{margin-bottom:5px;color:#333}.timeline > li.info
a{display:block;text-decoration:underline}.timeline>li.date{font-family:'Noto Sans',sans-serif;font-size:14px;font-weight:700;position:relative;z-index:4;display:inline-block;width:auto;height:30px;margin:10px
0;padding:5px
10px 0 10px;color:#fff;background:#97271b;box-shadow:0 0 0 4px #fff}@media only screen and (max-width: 720px){.timeline>li.date{left:-16px}}.timeline > li .block-jdmad{margin:10px
0 25px 0}.header{position:fixed;z-index:99;top:0;width:100%;background:#fff}@media only screen and (max-width: 720px){.header{height:50px;border-bottom:2px solid #eee}}.page-webtv
.header{border-bottom:2px solid #1a1a1a}.admin-bar
.header{top:32px}@media only screen and (max-width: 720px){.admin-bar
.header{top:0}}.header>.container{position:relative;height:120px}@media only screen and (max-width: 720px){.header>.container{height:50px}}.header > .container .header-top{position:absolute;top:0;right:10px;padding-top:4px}@media only screen and (max-width: 720px){.header > .container .header-top{display:none}}.header > .container .header-top
p{font-size:13px;float:left;margin-right:10px;padding-top:2px;color:#888884}.header > .container .header-top .social-link{float:left}.header > .container .header-top .social-link
li{float:left;border-left:1px solid #d3d3d2}.header > .container .header-top .social-link li
a{padding:0
5px}.header > .container .header-top .social-link li a [class*='icon']{position:relative;top:1px}.header > .container .header-top .social-link li:first-child{border:none}.header > .container .header-top .social-link
li.lang{margin-left:10px;border:none}.header > .container .header-top .social-link li.lang
a{font-family:'Noto Sans',sans-serif;text-decoration:underline}.header > .container .header-top .social-link li.lang a:hover{text-decoration:none;color:#97271b}.header > .container .header-top .social-link li.lang.active
a{text-decoration:none;color:#97271b}.header > .container .header-top .social-link li.lang+.lang{margin-left:0;border-left:1px solid #333}.header > .container
.logo{display:block;float:left;margin:36px
9% 0 0}@media only screen and (max-width: 1200px){.header > .container
.logo{margin-right:4%}}@media only screen and (max-width: 1024px){.header > .container
.logo{width:300px;margin-right:4%}}@media only screen and (max-width: 720px){.header > .container
.logo{float:none;width:150px;margin:0
auto;padding-top:12px}.header > .container .logo
img{max-width:150px}}.header > .container .form-search{float:left;margin:50px
0 0 0}@media only screen and (max-width: 1024px){.header > .container .form-search{float:right;margin-top:40px}}@media only screen and (max-width: 720px){.header > .container .form-search{position:absolute;top:50px;right:0;left:0;display:none;float:none;margin:0;padding:10px;border:2px
solid #eee;border-top:none;background:#fff}}@media only screen and (max-width: 720px) and (max-width: 720px){.header > .container .form-search{padding:20px
10px}}.header > .container
.quote{float:right;margin:55px
0 0 0}@media only screen and (max-width: 1024px){.header > .container
.quote{clear:both;margin-top:6px}.header > .container .quote
p{display:inline-block}.header > .container .quote
span{display:inline-block}}@media only screen and (max-width: 720px){.header > .container
.quote{display:none}}.sticky-header .header>.container{height:60px}@media only screen and (max-width: 720px){.sticky-header .header>.container{height:50px}}.sticky-header .header > .container .header-top{top:15px}.sticky-header .header > .container
.logo{margin:10px
20% 0 0}.sticky-header .header > .container .logo
img{width:auto;height:40px}.sticky-header .header > .container .form-search{margin:10px
0 0 0}.sticky-header .header > .container
.quote{display:none}.footer{background:#fff}@media only screen and (max-width: 720px){.footer
.container{padding:0}}.footer .footer-top{padding:40px
0;background:#090909}.footer .footer-top
.container{display:flex;justify-content:space-around;align-items:center}@media only screen and (max-width: 720px){.footer .footer-top
.container{display:block}}@media only screen and (max-width: 720px){.footer .footer-top{position:relative;padding:140px
0 20px 0}}.footer .footer-top .footer-column{padding:0
50px;text-align:center}@media only screen and (max-width: 1200px){.footer .footer-top .footer-column{padding:0
20px}}@media only screen and (max-width: 1024px){.footer .footer-top .footer-column{padding:0}}@media only screen and (max-width: 720px){.footer .footer-top .footer-column{padding:15px
0}}.footer .footer-top .footer-column>[class*='icon-']{font-size:32px;color:#fff}@media only screen and (max-width: 720px){.footer .footer-top .footer-column>[class*='icon-']{display:none}}.footer .footer-top .footer-column
.title{font-family:'Noto Sans',sans-serif;font-weight:700;line-height:170%;max-width:220px;margin:10px
auto 6px auto;color:#fff}@media only screen and (max-width: 720px){.footer .footer-top .footer-column
.title{font-size:13px;line-height:140%;margin-bottom:15px}}@media only screen and (max-width: 720px){.footer .footer-top .footer-column:nth-child(1) .title{margin-top:0}}@media only screen and (max-width: 720px){.footer .footer-top .footer-column:nth-child(1) .form-newsletter{max-width:400px;margin:0
auto;padding:0
10px}}@media only screen and (max-width: 720px){.footer .footer-top .footer-column:nth-child(2){position:absolute;top:0;width:100%;border-bottom:1px solid #5c5c5c}}.footer .footer-top .footer-column:nth-child(2) .social-link{margin-top:29px}@media only screen and (max-width: 720px){.footer .footer-top .footer-column:nth-child(2) .social-link{margin-top:10px}}@media only screen and (max-width: 720px){.footer .footer-top .footer-column:nth-child(3){display:none}}.footer .footer-top .footer-column:nth-child(3) .primary-btn{display:block;margin-top:29px}@media only screen and (max-width: 1200px){.footer .footer-top .footer-column:nth-child(3) .primary-btn{height:auto;padding-bottom:8px}}.footer .footer-menu-content{padding:30px
0 0 0}@media only screen and (max-width: 720px){.footer .footer-menu-content{display:none}}.footer .footer-menu-content
.title{font-family:'Noto Serif',serif;font-size:24px;font-weight:700;margin-bottom:20px;padding-bottom:18px;color:#97271b;border-bottom:1px solid #e6e6e6}.footer .footer-menu-content .footer-menu>li{float:left;width:calc(16.66667% - 23.33333px);min-height:180px;margin-bottom:35px;margin-left:20px}@media only screen and (max-width: 1200px){.footer .footer-menu-content .footer-menu>li{min-height:200px}}@media only screen and (max-width: 1024px){.footer .footer-menu-content .footer-menu>li{float:left;width:calc(25% - 25px);margin-bottom:35px;margin-left:20px}}.footer .footer-menu-content .footer-menu>li>a{font-family:'Noto Sans',sans-serif;font-weight:700;display:block;margin-bottom:15px;text-transform:uppercase;color:#121210}.footer .footer-menu-content .footer-menu>li>a:hover{text-decoration:underline}.footer .footer-link{height:60px;margin-bottom:30px;padding:10px;border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6}@media only screen and (max-width: 1024px){.footer .footer-link{height:auto;text-align:center}}@media only screen and (max-width: 720px){.footer .footer-link{height:auto;border-top:none}}.footer .footer-link
.logo{display:block;float:left;max-height:40px;text-align:left}@media only screen and (max-width: 1024px){.footer .footer-link
.logo{display:inline-block;float:none;margin:0
auto}}@media only screen and (max-width: 720px){.footer .footer-link
.logo{display:none}}.footer .footer-link .logo
img{max-height:40px}.footer .footer-link
ul{float:right;margin:10px
0 0 0}@media only screen and (max-width: 1024px){.footer .footer-link
ul{float:none;text-align:center}}@media only screen and (max-width: 720px){.footer .footer-link
ul{float:none;margin-top:0;text-align:center}}.footer .footer-link ul
li{float:left}@media only screen and (max-width: 1024px){.footer .footer-link ul
li{float:none;text-align:center}}.footer .footer-link ul li
a{display:block;padding:0
45px;border-right:1px solid #e6e6e6}@media only screen and (max-width: 1024px){.footer .footer-link ul li
a{padding:5px
10px;border:none}}.footer .footer-link ul li:last-child
a{border:none}@media only screen and (max-width: 720px){.footer .footer-extra-link{padding:0
10px 10px 10px;border-bottom:1px solid #e6e6e6}}.footer .footer-extra-link
.title{font-family:'Noto Serif',serif;font-size:24px;font-weight:700;margin-bottom:30px;padding:40px
0 0 0;color:#97271b;border-top:1px solid #e6e6e6}@media only screen and (max-width: 720px){.footer .footer-extra-link
.title{line-height:120%}}.footer .footer-extra-link
ul{display:flex;margin-bottom:30px;flex-wrap:wrap}.footer .footer-extra-link ul
li{width:20%}@media only screen and (max-width: 1200px){.footer .footer-extra-link ul
li{width:25%}}@media only screen and (max-width: 1024px){.footer .footer-extra-link ul
li{width:33%}}@media only screen and (max-width: 720px){.footer .footer-extra-link ul
li{width:50%;text-align:center}}@media only screen and (max-width: 450px){.footer .footer-extra-link ul
li{width:100%}}.footer .footer-extra-link ul li
a{position:relative;display:block;padding:2px
0}@media only screen and (max-width: 720px){.footer .footer-extra-link ul li
a{text-align:left}}.footer .footer-extra-link ul li a:hover{color:#97271b}.footer .footer-extra-link ul li a:after{position:absolute;top:0;right:20%;display:block;width:1px;height:100%;content:'';background:#e6e6e6}@media only screen and (max-width: 720px){.footer .footer-extra-link ul li a:after{display:none}}.footer
.legal{margin-bottom:30px;text-align:center}@media only screen and (max-width: 720px){.footer
.legal{font-size:12px;padding:0
10px;color:#888884}}.footer .legal
a{color:#888884}.tablet-menu{display:none}.main-menu > .container .nav-prev,
.main-menu > .container .nav-next{display:none}@media screen and (min-width: 720px){.main-menu{position:relative;border-top:1px solid #eee;border-bottom:1px solid #eee}.main-menu > .container .nav-prev,
.main-menu > .container .nav-next{display:none}}@media screen and (min-width: 720px) and (min-width: 1024px){.main-menu>.container>ul{display:table;width:100%}}@media screen and (min-width: 720px) and (min-width: 1024px){.main-menu>.container>ul>li{display:table-cell}}@media screen and (min-width: 720px){.main-menu>.container>ul>li>a{font-family:'Noto Sans',sans-serif;position:relative;display:block;height:40px;padding:8px
10px 0 10px;text-align:center;text-transform:uppercase;border-bottom:3px solid #333;background:#fff}.main-menu > .container > ul > li > a [class*='icon-']{display:none}.main-menu>.container>ul>li>a:hover{text-decoration:none}.main-menu>.container>ul>li>a:after{position:absolute;z-index:9;top:0;right:0;display:block;width:1px;height:100%;content:'';background:rgba(223, 223, 223, .4)}.main-menu>.container>ul>li:last-child>a:after{display:none}.main-menu>.container>ul>li.politique>a{border-color:#f30}.main-menu>.container>ul>li.politique>a:hover{color:#fff;background:#f30}.main-menu>.container>ul>li.politique>a.active{color:#fff;background:#f30}.main-menu>.container>ul>li.politique:hover>a{color:#fff;background:#f30}.main-menu > .container > ul > li.politique .sub-menu{border-top:3px solid #f30;background:#fff}.main-menu>.container>ul>li.eco-et-business>a{border-color:#2c6de9}.main-menu>.container>ul>li.eco-et-business>a:hover{color:#fff;background:#2c6de9}.main-menu>.container>ul>li.eco-et-business>a.active{color:#fff;background:#2c6de9}.main-menu>.container>ul>li.eco-et-business:hover>a{color:#fff;background:#2c6de9}.main-menu > .container > ul > li.eco-et-business .sub-menu{border-top:3px solid #2c6de9;background:#fff}.main-menu>.container>ul>li.societe>a{border-color:#bf86ba}.main-menu>.container>ul>li.societe>a:hover{color:#fff;background:#bf86ba}.main-menu>.container>ul>li.societe>a.active{color:#fff;background:#bf86ba}.main-menu>.container>ul>li.societe:hover>a{color:#fff;background:#bf86ba}.main-menu > .container > ul > li.societe .sub-menu{border-top:3px solid #bf86ba;background:#fff}.main-menu>.container>ul>li.sport>a{border-color:#479700}.main-menu>.container>ul>li.sport>a:hover{color:#fff;background:#479700}.main-menu>.container>ul>li.sport>a.active{color:#fff;background:#479700}.main-menu>.container>ul>li.sport:hover>a{color:#fff;background:#479700}.main-menu > .container > ul > li.sport .sub-menu{border-top:3px solid #479700;background:#fff}.main-menu>.container>ul>li.sante>a{border-color:#aed80a}.main-menu>.container>ul>li.sante>a:hover{color:#fff;background:#aed80a}.main-menu>.container>ul>li.sante>a.active{color:#fff;background:#aed80a}.main-menu>.container>ul>li.sante:hover>a{color:#fff;background:#aed80a}.main-menu > .container > ul > li.sante .sub-menu{border-top:3px solid #aed80a;background:#fff}.main-menu>.container>ul>li.culture>a{border-color:#ff719f}.main-menu>.container>ul>li.culture>a:hover{color:#fff;background:#ff719f}.main-menu>.container>ul>li.culture>a.active{color:#fff;background:#ff719f}.main-menu>.container>ul>li.culture:hover>a{color:#fff;background:#ff719f}.main-menu > .container > ul > li.culture .sub-menu{border-top:3px solid #ff719f;background:#fff}.main-menu>.container>ul>li.personnalites>a{border-color:#d9ad00}.main-menu>.container>ul>li.personnalites>a:hover{color:#fff;background:#d9ad00}.main-menu>.container>ul>li.personnalites>a.active{color:#fff;background:#d9ad00}.main-menu>.container>ul>li.personnalites:hover>a{color:#fff;background:#d9ad00}.main-menu > .container > ul > li.personnalites .sub-menu{border-top:3px solid #d9ad00;background:#fff}.main-menu>.container>ul>li.international>a{border-color:#6b3781}.main-menu>.container>ul>li.international>a:hover{color:#fff;background:#6b3781}.main-menu>.container>ul>li.international>a.active{color:#fff;background:#6b3781}.main-menu>.container>ul>li.international:hover>a{color:#fff;background:#6b3781}.main-menu > .container > ul > li.international .sub-menu{border-top:3px solid #6b3781;background:#fff}.main-menu>.container>ul>li.opinions>a{border-color:#b05000}.main-menu>.container>ul>li.opinions>a:hover{color:#fff;background:#b05000}.main-menu>.container>ul>li.opinions>a.active{color:#fff;background:#b05000}.main-menu>.container>ul>li.opinions:hover>a{color:#fff;background:#b05000}.main-menu > .container > ul > li.opinions .sub-menu{border-top:3px solid #b05000;background:#fff}.main-menu>.container>ul>li.debat>a{border-color:#b05000}.main-menu>.container>ul>li.debat>a:hover{color:#fff;background:#b05000}.main-menu>.container>ul>li.debat>a.active{color:#fff;background:#b05000}.main-menu>.container>ul>li.debat:hover>a{color:#fff;background:#b05000}.main-menu > .container > ul > li.debat .sub-menu{border-top:3px solid #b05000;background:#fff}.main-menu>.container>ul>li.dossiers>a{border-color:#333}.main-menu>.container>ul>li.dossiers>a:hover{color:#fff;background:#333}.main-menu>.container>ul>li.dossiers>a.active{color:#fff;background:#333}.main-menu>.container>ul>li.dossiers:hover>a{color:#fff;background:#333}.main-menu > .container > ul > li.dossiers .sub-menu{border-top:3px solid #333;background:#fff}.main-menu>.container>ul>li.presidentielle-2018>a{border-top-color:#97271b;border-right-color:#97271b;border-bottom-color:#97271b;border-left-color:#97271b}.main-menu>.container>ul>li.presidentielle-2018>a:hover{color:#fff;background:#97271b}.main-menu>.container>ul>li.presidentielle-2018>a.active{color:#fff;background:#97271b}.main-menu>.container>ul>li.presidentielle-2018:hover>a{color:#fff;background-color:#97271b}.main-menu > .container > ul > li.presidentielle-2018 .sub-menu{border-top:3px solid #97271b;background:#fff}.main-menu>.container>ul>li.medias>a{border-color:#1a1a1a}.main-menu>.container>ul>li.medias>a:hover{color:#fff;background:#1a1a1a}.main-menu>.container>ul>li.medias>a.active{color:#fff;background:#1a1a1a}.main-menu>.container>ul>li.medias:hover>a{color:#fff;background:#1a1a1a}.main-menu > .container > ul > li.medias .sub-menu{border-top:3px solid #1a1a1a;background:#fff}.main-menu>.container>ul>li.medias>a{color:#fff;background:#1a1a1a}.main-menu>.container>ul>li.medias>a:hover{border-color:#333;background:#333}.main-menu > .container > ul > li.medias .sub-menu{background:#1a1a1a}.main-menu>.container>ul>li.presidentielle-2018>a{color:#fff;background-color:#97271b}.main-menu{}.main-menu .sub-menu{position:absolute;z-index:999;top:37px;right:0;left:0;display:none;width:100%;background:#fff;box-shadow:0 4px 8px -4px rgba(0, 0, 0, .3)}.main-menu .sub-menu
.container{padding:0;background:#f3f3f3}.main-menu .sub-menu .sub-category-menu{float:left;width:25%;min-height:290px;padding:10px
0 0 0;background:#fff}.main-menu .sub-menu .sub-category-menu
li{margin-right:10px}.main-menu .sub-menu .sub-category-menu li
a{font-family:'Noto Sans',sans-serif;font-weight:700;display:block;height:60px;padding:20px
15px 0 15px;border-bottom:1px solid #eee}.main-menu .sub-menu .sub-category-menu li:last-child
a{}.main-menu .sub-menu .last-post{float:left;width:75%}.main-menu .sub-menu .last-post .most-recent{float:left;width:66%;padding:30px}}@media only screen and (min-width: 720px) and (max-width: 1024px){.main-menu .sub-menu .last-post .most-recent{width:100%}}@media screen and (min-width: 720px){.main-menu .sub-menu .last-post .most-recent p:not(.post-title){font-family:'Noto Sans',sans-serif;font-weight:700;margin-bottom:15px;color:#121210}.main-menu .sub-menu .last-post .most-recent ul
li{float:left;width:45%}.main-menu .sub-menu .last-post .most-recent ul li+li{margin-left:30px}.main-menu .sub-menu .last-post .most-read{float:left;width:34%;padding:30px
30px 15px 30px;border-left:1px solid #dbdbdb}}@media only screen and (min-width: 720px) and (max-width: 1024px){.main-menu .sub-menu .last-post .most-read{display:none}}@media screen and (min-width: 720px){.main-menu .sub-menu .last-post .most-read
p{font-family:'Noto Sans',sans-serif;font-weight:700;margin-bottom:15px;color:#121210}.main-menu .sub-menu .last-post .most-read
ul{border-top:1px solid #eee}.main-menu .sub-menu .last-post .most-read ul li
a{display:block;display:table-cell;height:50px;vertical-align:middle;border-bottom:1px solid #eee}.main-menu .sub-menu .last-post .most-read ul li a:hover{text-decoration:none}.main-menu .medias .sub-menu
.container{padding:30px
0;color:#fff;background:#1a1a1a}.main-menu .medias .sub-menu .container .last-video,
.main-menu .medias .sub-menu .container .last-gallery{float:left;width:50%}.main-menu .medias .sub-menu .container .last-video .nav-title,
.main-menu .medias .sub-menu .container .last-gallery .nav-title{position:relative}.main-menu .medias .sub-menu .container .last-video .nav-title p,
.main-menu .medias .sub-menu .container .last-gallery .nav-title
p{font-family:'Noto Sans',sans-serif;font-size:18px;font-weight:700;line-height:120%;margin-bottom:20px;color:#fff}.main-menu .medias .sub-menu .container .last-video .nav-title a,
.main-menu .medias .sub-menu .container .last-gallery .nav-title
a{font-family:'Noto Sans',sans-serif;position:absolute;top:3px;right:25px;display:block;padding-left:15px;color:#fff}.main-menu .medias .sub-menu .container .last-video .nav-title a [class*='icon-'],
.main-menu .medias .sub-menu .container .last-gallery .nav-title a [class*='icon-']{font-size:10px;position:absolute;top:50%;left:0;margin-top:-9px;color:#fff}.main-menu .medias .sub-menu .container .last-video ul li,
.main-menu .medias .sub-menu .container .last-gallery ul
li{float:left;width:50%}.main-menu .medias .sub-menu .container .last-video ul li .block-post a .post-img img,
.main-menu .medias .sub-menu .container .last-gallery ul li .block-post a .post-img
img{width:100%}.main-menu .medias .sub-menu .container .last-video ul li .block-post a .post-title,
.main-menu .medias .sub-menu .container .last-gallery ul li .block-post a .post-title{color:#fff}.main-menu .medias .sub-menu .container .last-video{padding-right:10px}.main-menu .medias .sub-menu .container .last-video .nav-title
p{font-family:'Noto Sans',sans-serif;position:relative;padding-left:175px;color:#fff}}@media only screen and (min-width: 720px) and (max-width: 720px){.main-menu .medias .sub-menu .container .last-video .nav-title
p{font-size:13px;margin-bottom:0;padding:20px
20px 20px 130px;border-bottom:0}}@media screen and (min-width: 720px){.main-menu .medias .sub-menu .container .last-video .nav-title p
.jdctv{position:absolute;top:-14px;left:0;width:44px}.main-menu .medias .sub-menu .container .last-video .nav-title p
span{position:relative;display:block}.main-menu .medias .sub-menu .container .last-video .nav-title p span
img{position:absolute;top:-4px;left:-115px;max-width:100px}}@media only screen and (min-width: 720px) and (max-width: 720px){.main-menu .medias .sub-menu .container .last-video .nav-title p span
img{top:-2px;left:-76px;max-width:70px}}@media screen and (min-width: 720px){.main-menu .medias .sub-menu .container .last-video .nav-title p [class*='icon-jdm']{font-size:40px;position:absolute;top:0;left:0;color:#fff}}@media only screen and (min-width: 720px) and (max-width: 720px){.main-menu .medias .sub-menu .container .last-video .nav-title p [class*='icon-jdm']{font-size:26px;top:18px;left:15px}}@media screen and (min-width: 720px){.main-menu .medias .sub-menu .container .last-video ul
li{padding-right:25px}.main-menu .medias .sub-menu .container .last-gallery{padding-left:10px}.main-menu .medias .sub-menu .container .last-gallery .nav-title
p{margin-left:25px}.main-menu .medias .sub-menu .container .last-gallery ul
li{padding-left:25px}}@media screen and (min-width: 720px) and (max-width: 1024px){.main-menu:not(.tablet-menu)>.container{position:relative;overflow:hidden;width:100%;height:40px;padding:0}.main-menu:not(.tablet-menu)>.container>ul{position:absolute;top:0;left:0}.main-menu:not(.tablet-menu)>.container>ul>li{float:left}.main-menu:not(.tablet-menu) > .container > ul > li.medias .sub-menu
.container{padding-right:20px;padding-left:20px}.main-menu:not(.tablet-menu) > .container > ul > li .sub-menu{top:77px}.main-menu:not(.tablet-menu) > .container > ul > li .sub-menu .sub-category-menu li
a{height:auto;padding:10px
15px}.main-menu:not(.tablet-menu) > .container > ul > li .sub-menu .last-post .most-recent ul
li{width:45%}.main-menu:not(.tablet-menu) > .container.end .nav-prev{display:block}.main-menu:not(.tablet-menu) > .container.end .nav-next{display:none}.main-menu:not(.tablet-menu) > .container .nav-prev,
.main-menu:not(.tablet-menu) > .container .nav-next{position:absolute;z-index:100;top:0;display:block;width:50px;height:42px;cursor:pointer;text-align:center;background:none;background:#fff}.main-menu:not(.tablet-menu) > .container .nav-prev [class*='icon-'],
.main-menu:not(.tablet-menu) > .container .nav-next [class*='icon-']{position:relative;top:12px}.main-menu:not(.tablet-menu) > .container .nav-prev{left:0;display:none;border-right:1px solid rgba(223, 223, 223, .4)}.main-menu:not(.tablet-menu) > .container .nav-next{right:0;border-left:1px solid rgba(223, 223, 223, .4)}.tablet-menu{position:relative;z-index:1010;display:block}.tablet-menu .sub-menu{position:absolute;z-index:99;top:-4px;right:0;left:0;display:none;background:#fff;box-shadow:0 4px 8px -4px rgba(0, 0, 0, .3)}.tablet-menu .sub-menu.politique{border-top:3px solid #f30}.tablet-menu .sub-menu.eco-et-business{border-top:3px solid #2c6de9}.tablet-menu .sub-menu.societe{border-top:3px solid #bf86ba}.tablet-menu .sub-menu.sport{border-top:3px solid #479700}.tablet-menu .sub-menu.sante{border-top:3px solid #aed80a}.tablet-menu .sub-menu.culture{border-top:3px solid #ff719f}.tablet-menu .sub-menu.personnalites{border-top:3px solid #d9ad00}.tablet-menu .sub-menu.international{border-top:3px solid #6b3781}.tablet-menu .sub-menu.opinions{border-top:3px solid #b05000}.tablet-menu .sub-menu.dossiers{border-top:3px solid #333}.tablet-menu .sub-menu.presidentielle-2018{border-top:3px solid #97271b}.tablet-menu .sub-menu.medias{border-top:3px solid #1a1a1a}.tablet-menu .sub-menu
.container{padding:0;background:#f3f3f3}.tablet-menu .sub-menu .container .sub-category-menu{float:left;width:25%;min-height:290px;padding:10px
0 0 0;background:#fff}.tablet-menu .sub-menu .container .sub-category-menu
li{margin-right:10px}.tablet-menu .sub-menu .container .sub-category-menu li
a{font-family:'Noto Sans',sans-serif;font-weight:700;display:block;height:auto;padding:15px;border-bottom:1px solid #eee}.tablet-menu .sub-menu .container .sub-category-menu li:last-child
a{}.tablet-menu .sub-menu .container .last-post{float:left;width:75%}.tablet-menu .sub-menu .container .last-post .most-recent{float:left;width:66%;padding:30px}}@media only screen and (min-width: 720px) and (max-width: 1024px) and (max-width: 1024px){.tablet-menu .sub-menu .container .last-post .most-recent{width:100%}}@media screen and (min-width: 720px) and (max-width: 1024px){.tablet-menu .sub-menu .container .last-post .most-recent p:not(.post-title){font-family:'Noto Sans',sans-serif;font-weight:700;margin-bottom:15px;color:#121210}.tablet-menu .sub-menu .container .last-post .most-recent ul
li{float:left;width:45%}.tablet-menu .sub-menu .container .last-post .most-recent ul li+li{margin-left:30px}.tablet-menu .sub-menu .container .last-post .most-read{float:left;width:34%;padding:30px
30px 15px 30px;border-left:1px solid #dbdbdb}}@media only screen and (min-width: 720px) and (max-width: 1024px) and (max-width: 1024px){.tablet-menu .sub-menu .container .last-post .most-read{display:none}}@media screen and (min-width: 720px) and (max-width: 1024px){.tablet-menu .sub-menu .container .last-post .most-read
p{font-family:'Noto Sans',sans-serif;font-weight:700;margin-bottom:15px;color:#121210}.tablet-menu .sub-menu .container .last-post .most-read
ul{border-top:1px solid #eee}.tablet-menu .sub-menu .container .last-post .most-read ul li
a{display:block;display:table-cell;height:50px;vertical-align:middle;border-bottom:1px solid #eee}.tablet-menu .sub-menu .container .last-post .most-read ul li a:hover{text-decoration:none}.tablet-menu .sub-menu.medias
.container{padding:30px
20px;color:#fff;background:#1a1a1a}.tablet-menu .sub-menu.medias .container .last-video,
.tablet-menu .sub-menu.medias .container .last-gallery{float:left;width:50%}.tablet-menu .sub-menu.medias .container .last-video .nav-title,
.tablet-menu .sub-menu.medias .container .last-gallery .nav-title{position:relative}.tablet-menu .sub-menu.medias .container .last-video .nav-title p,
.tablet-menu .sub-menu.medias .container .last-gallery .nav-title
p{font-family:'Noto Sans',sans-serif;font-size:18px;font-weight:700;line-height:120%;margin-bottom:20px;color:#fff}.tablet-menu .sub-menu.medias .container .last-video .nav-title a,
.tablet-menu .sub-menu.medias .container .last-gallery .nav-title
a{font-family:'Noto Sans',sans-serif;position:relative;top:auto;right:auto;display:block;margin-top:10px;margin-bottom:10px;padding-left:15px;color:#fff}.tablet-menu .sub-menu.medias .container .last-video .nav-title a [class*='icon-'],
.tablet-menu .sub-menu.medias .container .last-gallery .nav-title a [class*='icon-']{font-size:10px;position:absolute;top:50%;left:0;margin-top:-9px;color:#fff}.tablet-menu .sub-menu.medias .container .last-video ul li,
.tablet-menu .sub-menu.medias .container .last-gallery ul
li{float:left;width:50%}.tablet-menu .sub-menu.medias .container .last-video ul li .block-post a .post-img img,
.tablet-menu .sub-menu.medias .container .last-gallery ul li .block-post a .post-img
img{width:100%}.tablet-menu .sub-menu.medias .container .last-video ul li .block-post a .post-title,
.tablet-menu .sub-menu.medias .container .last-gallery ul li .block-post a .post-title{color:#fff}.tablet-menu .sub-menu.medias .container .last-video{padding-right:10px}.tablet-menu .sub-menu.medias .container .last-video .nav-title
p{font-family:'Noto Sans',sans-serif;position:relative;padding-left:155px;color:#fff}}@media only screen and (min-width: 720px) and (max-width: 1024px) and (max-width: 720px){.tablet-menu .sub-menu.medias .container .last-video .nav-title
p{font-size:13px;margin-bottom:0;padding:20px
20px 20px 130px;border-bottom:0}}@media screen and (min-width: 720px) and (max-width: 1024px){.tablet-menu .sub-menu.medias .container .last-video .nav-title p
.jdctv{position:absolute;top:-14px;left:0;width:44px}.tablet-menu .sub-menu.medias .container .last-video .nav-title p
span{position:relative;display:block}.tablet-menu .sub-menu.medias .container .last-video .nav-title p span
img{position:absolute;top:-4px;left:-105px;max-width:100px}}@media only screen and (min-width: 720px) and (max-width: 1024px) and (max-width: 720px){.tablet-menu .sub-menu.medias .container .last-video .nav-title p span
img{top:-2px;left:-76px;max-width:70px}}@media screen and (min-width: 720px) and (max-width: 1024px){.tablet-menu .sub-menu.medias .container .last-video .nav-title p [class*='icon-jdm']{font-size:40px;position:absolute;top:0;left:0;color:#fff}}@media only screen and (min-width: 720px) and (max-width: 1024px) and (max-width: 720px){.tablet-menu .sub-menu.medias .container .last-video .nav-title p [class*='icon-jdm']{font-size:26px;top:18px;left:15px}}@media screen and (min-width: 720px) and (max-width: 1024px){.tablet-menu .sub-menu.medias .container .last-video ul
li{padding-right:25px}.tablet-menu .sub-menu.medias .container .last-gallery{padding-left:10px}.tablet-menu .sub-menu.medias .container .last-gallery .nav-title
a{margin-left:25px}.tablet-menu .sub-menu.medias .container .last-gallery .nav-title
p{margin:0
0 0 25px}.tablet-menu .sub-menu.medias .container .last-gallery ul
li{padding-left:25px}}@media screen and (max-width: 720px){.main-menu{position:fixed;z-index:999;top:0;left:0;padding-bottom:50px;border:none;background:#fff}.main-menu .home-link,
.main-menu .jdmtv-link{font-family:'Noto Sans',sans-serif;font-size:14px;position:relative;display:block;padding:14px
15px;text-transform:uppercase;border-bottom:1px solid #eee;border-left:4px solid #eee}.main-menu .home-link [class*='icon-'],
.main-menu .jdmtv-link [class*='icon-']{font-size:16px;position:absolute;top:50%;right:25px;margin-top:-9px}.main-menu .featured-tag{display:block}.main-menu .jdmtv-link{padding-left:85px;text-transform:none;color:#fff;border-bottom:1px solid #1a1a1a;border-left:4px solid #1a1a1a;background:#1a1a1a}.main-menu .jdmtv-link
span{display:inline-block;padding-top:2px}.main-menu .jdmtv-link
img{position:absolute;top:17px;left:15px;max-width:65px}.main-menu .jdmtv-link [class*='icon-']{font-size:10px;position:absolute;top:50%;right:25px;margin-top:-8px;color:#fff}.main-menu>.container{padding:0}.main-menu>.container>ul>li{border-bottom:1px solid #eee}.main-menu>.container>ul>li>a{font-family:'Noto Sans',sans-serif;font-size:14px;position:relative;display:block;padding:14px
15px;text-transform:uppercase}.main-menu > .container > ul > li > a [class*='icon-']{font-size:10px;position:absolute;top:50%;right:25px;margin-top:-8px}.main-menu>.container>ul>li.politique>a{border-left:4px solid #f30}.main-menu > .container > ul > li.politique > a.active [class*='icon-']{color:#f30}.main-menu>.container>ul>li.eco-et-business>a{border-left:4px solid #2c6de9}.main-menu > .container > ul > li.eco-et-business > a.active [class*='icon-']{color:#2c6de9}.main-menu>.container>ul>li.societe>a{border-left:4px solid #bf86ba}.main-menu > .container > ul > li.societe > a.active [class*='icon-']{color:#bf86ba}.main-menu>.container>ul>li.sport>a{border-left:4px solid #479700}.main-menu > .container > ul > li.sport > a.active [class*='icon-']{color:#479700}.main-menu>.container>ul>li.sante>a{border-left:4px solid #aed80a}.main-menu > .container > ul > li.sante > a.active [class*='icon-']{color:#aed80a}.main-menu>.container>ul>li.culture>a{border-left:4px solid #ff719f}.main-menu > .container > ul > li.culture > a.active [class*='icon-']{color:#ff719f}.main-menu>.container>ul>li.personnalites>a{border-left:4px solid #d9ad00}.main-menu > .container > ul > li.personnalites > a.active [class*='icon-']{color:#d9ad00}.main-menu>.container>ul>li.international>a{border-left:4px solid #6b3781}.main-menu > .container > ul > li.international > a.active [class*='icon-']{color:#6b3781}.main-menu>.container>ul>li.opinions>a{border-left:4px solid #b05000}.main-menu > .container > ul > li.opinions > a.active [class*='icon-']{color:#b05000}.main-menu>.container>ul>li.debat>a{border-left:4px solid #b05000}.main-menu > .container > ul > li.debat > a.active [class*='icon-']{color:#b05000}.main-menu>.container>ul>li.dossiers>a{border-left:4px solid #333}.main-menu > .container > ul > li.dossiers > a.active [class*='icon-']{color:#333}.main-menu>.container>ul>li.medias>a{border-left:4px solid #1a1a1a}.main-menu > .container > ul > li.medias > a.active [class*='icon-']{color:#1a1a1a}.main-menu>.container>ul>li.medias{display:none}.main-menu>.container>ul>li.link-mobile{border-color:#fff}.main-menu>.container>ul>li.link-mobile>a{background:#f3f3f3}.main-menu .sub-menu{display:none;padding:0
19px 0 19px}.main-menu .sub-menu
.container{padding:0;border-top:1px solid #eee}.main-menu .sub-menu .sub-category-menu{padding:10px
0}.main-menu .sub-menu .sub-category-menu li
a{font-family:'Noto Sans',sans-serif;font-size:13px;display:block;padding:8px
40px 8px 20px}.main-menu .sub-menu .last-post{display:none}.main-menu .medias .sub-menu{display:none}}.overlay{position:fixed;z-index:990;top:0;left:0;display:none;width:100%;height:100%;background:rgba(0, 0, 0, .85)}.list-post.list-featured
li{float:left;width:calc(50% - 30px);margin-left:20px}.list-post.list-last{padding:20px
0 0 0;border-top:1px solid #eee;border-bottom:1px solid #eee}.list-post.list-last
li{float:left;width:calc(50% - 30px);margin-bottom:20px;margin-left:20px}@media screen and (min-width: 720px) and (max-width: 1024px){.list-post.list-last
li{float:none;width:auto;margin:0}}.list-post.list-topic{margin-bottom:40px}.list-post.list-topic
li{float:left;width:calc(50% - 30px);margin-bottom:20px;margin-left:20px}.list-post.list-topic li:first-child{width:100%}@media screen and (min-width: 720px) and (max-width: 1024px){.list-post.list-topic li:first-child{float:none;width:auto;margin:0}}@media screen and (min-width: 720px) and (max-width: 1024px){.list-post.list-topic
li{float:none;width:auto;margin:0}}.list-post.list-full{margin-bottom:20px}.list-post.list-full
li{margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #eee}.list-post.list-full li a .post-img{max-width:160px;margin-bottom:10px}.list-post.list-full li .block-jdmad{margin-bottom:0}.list-post.list-simple
li{float:left;width:calc(50% - 30px);margin-bottom:25px;margin-left:20px}.list-post.list-simple li a .post-img
img{max-width:130px}.list-post.list-agenda
li{margin-bottom:40px}@media only screen and (max-width: 720px){.list-post.list-agenda
li{margin-bottom:30px;border:none}}.list-post.list-agenda li a .post-img{max-width:280px}@media only screen and (max-width: 720px){.list-post.list-agenda li a .post-img{max-width:none}}.list-post.list-hebdo{margin-top:20px}@media only screen and (max-width: 720px){.list-post.list-hebdo{padding:0
10px}}.list-post.list-hebdo
li{float:left;width:calc(25% - 25px);margin-bottom:40px;margin-left:20px;border:none}@media only screen and (min-width: 720px){.list-post.list-hebdo li:nth-child(4n+0){margin-right:0}}@media only screen and (min-width: 450px) and (max-width: 720px){.list-post.list-hebdo
li{float:left;width:calc(33.33333% - 26.66667px);margin-bottom:20px;margin-left:20px}.list-post.list-hebdo li:nth-child(3n+0){margin-right:0}}@media only screen and (max-width: 450px){.list-post.list-hebdo
li{float:left;width:calc(50% - 30px);margin-bottom:20px;margin-left:20px}.list-post.list-hebdo li:nth-child(2n+0){margin-right:0}}.list-post.list-hebdo li
a{display:block;margin-bottom:10px}.list-post.list-hebdo li
h2{font-family:'Noto Sans',sans-serif;font-size:14px;font-weight:700;text-align:center}.list-job{margin-bottom:20px}.list-job
li{margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #eee}.list-job li a .post-img{max-width:160px;margin-bottom:10px}.list-job li .block-jdmad{margin-bottom:0}@media only screen and (max-width: 720px){.list-post
li{border-bottom:1px solid #eee}.list-post li:last-child{border:none}.list-post.list-featured
li{float:none;clear:left;width:auto;margin:0}.list-post.list-featured.child-category li:nth-child(1) .block-post{position:relative;min-height:0;min-height:0;margin-bottom:20px;padding:0}}@media only screen and (max-width: 720px) and (max-width: 450px){.list-post.list-featured.child-category li:nth-child(1) .block-post{min-height:0;padding-left:0}}@media only screen and (max-width: 720px){.list-post.list-featured.child-category li:nth-child(1) .block-post
a{float:none;width:auto;margin-right:0}.list-post.list-featured.child-category li:nth-child(1) .block-post .post-img{position:relative;top:auto;left:auto;float:none;width:auto;margin:0
0 10px 0}}@media only screen and (max-width: 720px) and (max-width: 450px){.list-post.list-featured.child-category li:nth-child(1) .block-post .post-img{width:auto}}@media only screen and (max-width: 720px){.list-post.list-featured.child-category li:nth-child(1) .block-post .post-img
img{width:100%}.list-post.list-featured.child-category li:nth-child(1) .block-post .title,
.list-post.list-featured.child-category li:nth-child(1) .block-post .post-title{font-size:19px;margin-right:20px;margin-left:20px}}@media only screen and (max-width: 720px) and (max-width: 450px){.list-post.list-featured.child-category li:nth-child(1) .block-post .title,
.list-post.list-featured.child-category li:nth-child(1) .block-post .post-title{font-size:19px}}@media only screen and (max-width: 720px){.list-post.list-featured.child-category li:nth-child(1) .block-post .post-date{display:block}.list-post.list-featured.child-category li:nth-child(1) .block-post
p{display:block}.home .list-post.list-featured li:nth-child(1) .block-post,
.home .list-post.list-featured li:nth-child(2) .block-post{position:relative;min-height:0;min-height:0;margin-bottom:20px;padding:0}}@media only screen and (max-width: 720px) and (max-width: 450px){.home .list-post.list-featured li:nth-child(1) .block-post,
.home .list-post.list-featured li:nth-child(2) .block-post{min-height:0;padding-left:0}}@media only screen and (max-width: 720px){.home .list-post.list-featured li:nth-child(1) .block-post a,
.home .list-post.list-featured li:nth-child(2) .block-post
a{float:none;width:auto;margin-right:0}.home .list-post.list-featured li:nth-child(1) .block-post .post-img,
.home .list-post.list-featured li:nth-child(2) .block-post .post-img{position:relative;top:auto;left:auto;float:none;width:auto;margin:0
0 10px 0}}@media only screen and (max-width: 720px) and (max-width: 450px){.home .list-post.list-featured li:nth-child(1) .block-post .post-img,
.home .list-post.list-featured li:nth-child(2) .block-post .post-img{width:auto}}@media only screen and (max-width: 720px){.home .list-post.list-featured li:nth-child(1) .block-post .post-img img,
.home .list-post.list-featured li:nth-child(2) .block-post .post-img
img{width:100%}.home .list-post.list-featured li:nth-child(1) .block-post .title,
.home .list-post.list-featured li:nth-child(1) .block-post .post-title,
.home .list-post.list-featured li:nth-child(2) .block-post .title,
.home .list-post.list-featured li:nth-child(2) .block-post .post-title{font-size:19px;margin-right:20px;margin-left:20px}}@media only screen and (max-width: 720px) and (max-width: 450px){.home .list-post.list-featured li:nth-child(1) .block-post .title,
.home .list-post.list-featured li:nth-child(1) .block-post .post-title,
.home .list-post.list-featured li:nth-child(2) .block-post .title,
.home .list-post.list-featured li:nth-child(2) .block-post .post-title{font-size:19px}}@media only screen and (max-width: 720px){.home .list-post.list-featured li:nth-child(1) .block-post .post-date,
.home .list-post.list-featured li:nth-child(2) .block-post .post-date{display:block}.home .list-post.list-featured li:nth-child(1) .block-post p,
.home .list-post.list-featured li:nth-child(2) .block-post
p{display:block}.home .list-post.list-featured li:nth-child(1) .block-post a .post-img .post-category,
.home .list-post.list-featured li:nth-child(2) .block-post a .post-img .post-category{display:block}.list-post.list-last{padding-top:0;border-bottom:none}.list-post.list-last
li{float:none;width:auto;margin:0}.list-post.list-topic{margin-bottom:20px}.list-post.list-topic
li{float:none;clear:left;width:auto;margin:0}.list-post.list-topic li:nth-child(1) .block-post{position:relative;min-height:0;min-height:0;margin-bottom:20px;padding:0}}@media only screen and (max-width: 720px) and (max-width: 450px){.list-post.list-topic li:nth-child(1) .block-post{min-height:0;padding-left:0}}@media only screen and (max-width: 720px){.list-post.list-topic li:nth-child(1) .block-post
a{float:none;width:auto;margin-right:0}.list-post.list-topic li:nth-child(1) .block-post .post-img{position:relative;top:auto;left:auto;float:none;width:auto;margin:0
0 10px 0}}@media only screen and (max-width: 720px) and (max-width: 450px){.list-post.list-topic li:nth-child(1) .block-post .post-img{width:auto}}@media only screen and (max-width: 720px){.list-post.list-topic li:nth-child(1) .block-post .post-img
img{width:100%}.list-post.list-topic li:nth-child(1) .block-post .title,
.list-post.list-topic li:nth-child(1) .block-post .post-title{font-size:19px;margin-right:20px;margin-left:20px}}@media only screen and (max-width: 720px) and (max-width: 450px){.list-post.list-topic li:nth-child(1) .block-post .title,
.list-post.list-topic li:nth-child(1) .block-post .post-title{font-size:19px}}@media only screen and (max-width: 720px){.list-post.list-topic li:nth-child(1) .block-post .post-date{display:block}.list-post.list-topic li:nth-child(1) .block-post
p{display:block}.list-post.list-full.child-category{margin-top:10px}.list-post.list-full
li{margin-bottom:0;padding-bottom:0}.list-post.list-full li a .post-img{width:200px;max-width:none}}@media only screen and (max-width: 720px) and (max-width: 450px){.list-post.list-full li a .post-img{width:100px}}@media only screen and (max-width: 720px){.list-post.list-full li .post-category{display:none}.list-post.list-full li:last-child{border-bottom:1px solid #eee}.list-post.list-full li:first-child .block-post{position:relative;min-height:0;min-height:0;margin-bottom:20px;padding:0}}@media only screen and (max-width: 720px) and (max-width: 450px){.list-post.list-full li:first-child .block-post{min-height:0;padding-left:0}}@media only screen and (max-width: 720px){.list-post.list-full li:first-child .block-post
a{float:none;width:auto;margin-right:0}.list-post.list-full li:first-child .block-post .post-img{position:relative;top:auto;left:auto;float:none;width:auto;margin:0
0 10px 0}}@media only screen and (max-width: 720px) and (max-width: 450px){.list-post.list-full li:first-child .block-post .post-img{width:auto}}@media only screen and (max-width: 720px){.list-post.list-full li:first-child .block-post .post-img
img{width:100%}.list-post.list-full li:first-child .block-post .title,
.list-post.list-full li:first-child .block-post .post-title{font-size:19px;margin-right:20px;margin-left:20px}}@media only screen and (max-width: 720px) and (max-width: 450px){.list-post.list-full li:first-child .block-post .title,
.list-post.list-full li:first-child .block-post .post-title{font-size:19px}}@media only screen and (max-width: 720px){.list-post.list-full li:first-child .block-post .post-date{display:block}.list-post.list-full li:first-child .block-post
p{display:block}.list-post.list-full li:first-child
.title{margin-right:20px;margin-left:20px}.list-post.list-full li:nth-child(6n+0){margin-top:10px}.list-post.list-full li:nth-child(6n+0) .block-post{position:relative;min-height:0;min-height:0;margin-bottom:20px;padding:0}}@media only screen and (max-width: 720px) and (max-width: 450px){.list-post.list-full li:nth-child(6n+0) .block-post{min-height:0;padding-left:0}}@media only screen and (max-width: 720px){.list-post.list-full li:nth-child(6n+0) .block-post
a{float:none;width:auto;margin-right:0}.list-post.list-full li:nth-child(6n+0) .block-post .post-img{position:relative;top:auto;left:auto;float:none;width:auto;margin:0
0 10px 0}}@media only screen and (max-width: 720px) and (max-width: 450px){.list-post.list-full li:nth-child(6n+0) .block-post .post-img{width:auto}}@media only screen and (max-width: 720px){.list-post.list-full li:nth-child(6n+0) .block-post .post-img
img{width:100%}.list-post.list-full li:nth-child(6n+0) .block-post .title,
.list-post.list-full li:nth-child(6n+0) .block-post .post-title{font-size:19px;margin-right:20px;margin-left:20px}}@media only screen and (max-width: 720px) and (max-width: 450px){.list-post.list-full li:nth-child(6n+0) .block-post .title,
.list-post.list-full li:nth-child(6n+0) .block-post .post-title{font-size:19px}}@media only screen and (max-width: 720px){.list-post.list-full li:nth-child(6n+0) .block-post .post-date{display:block}.list-post.list-full li:nth-child(6n+0) .block-post
p{display:block}.list-post.list-simple
li{float:none;width:auto;margin:0}.list-post.list-simple li:last-child{border-bottom:1px solid #eee}}.comment-list{margin-top:30px}@media only screen and (max-width: 720px){.comment-list{margin:0;padding:0
10px}}@media only screen and (max-width: 720px){.page-webtv .comment-list{display:none}}.comment-list
li{padding:5px
0;border-bottom:1px solid #eee}@media only screen and (max-width: 720px){.comment-list
li{padding:10px
0 0 0}}.comment-list li:nth-child(5)~li{display:none}.comment-list li .comment-body{position:relative}.comment-list li .comment-body .comment-meta{float:left;width:28%;padding:10px
0 0 20px}@media only screen and (max-width: 720px){.comment-list li .comment-body .comment-meta{font-size:13px;float:none;width:auto;padding:0}}.comment-list li .comment-body .comment-meta .comment-author{font-family:'Noto Sans',sans-serif;font-weight:normal;color:#121210}.comment-list li .comment-body .comment-meta .comment-author
a{color:#121210}.comment-list li .comment-body .comment-meta .comment-metadata
a{font-family:'Noto Sans',sans-serif;color:#888884}.comment-list li .comment-body .comment-content{float:left;width:72%;padding:6px
20px 30px 20px;border-left:1px solid #eee}@media only screen and (max-width: 720px){.comment-list li .comment-body .comment-content{float:none;width:auto;padding:6px
0 15px 0;border:none}}.comment-list li .comment-body
.reply{position:absolute;right:0;bottom:10px}@media only screen and (max-width: 720px){.comment-list li .comment-body
.reply{font-size:13px;position:relative;text-align:right}}.comment-list li .comment-body .reply
a{text-decoration:underline;color:#888884}@media only screen and (max-width: 720px){.page-webtv .comment-list{background:#202020}}.page-webtv .comment-list
li{border-bottom:1px solid #141414}.page-webtv .comment-list li .comment-body .comment-meta .comment-author{color:#fff}.page-webtv .comment-list li .comment-body .comment-meta .comment-author
a{color:#fff}.page-webtv .comment-list li .comment-body .comment-meta .comment-metadata
a{color:#888884}.page-webtv .comment-list li .comment-body .comment-content{color:#888884;border-left:1px solid #141414}@media only screen and (max-width: 720px){.page-webtv .comment-list li .comment-body .comment-content{border:none}}.page-webtv .comment-list li .comment-body .comment-content
p{color:#888884}.page-webtv .comment-list li .comment-body .comment-content p
a{color:#888884}.page-webtv .comment-list li .comment-body .reply
a{color:#888884}.post-full{padding:0
40px}@media only screen and (max-width: 720px){.post-full{padding:20px
10px 0 10px}}.post-full
.title{line-height:130%;margin-bottom:20px}@media only screen and (max-width: 720px){.post-full
.title{font-size:22px}}.post-full .post-infos{position:relative;margin-bottom:20px;padding:8px
0;border-top:1px solid #eee;border-bottom:1px solid #eee}.post-full .post-infos
p{font-family:'Noto Sans',sans-serif;margin-right:210px;padding-top:3px;color:#888884}@media only screen and (max-width: 720px){.post-full .post-infos
p{margin-right:0;margin-bottom:10px}}@media only screen and (max-width: 720px){.post-full .post-infos p
a{color:#888884}}.post-full .post-infos p a [class*='icon-']{font-size:10px}.post-full .post-infos .social-link{position:absolute;top:6px;right:0}@media only screen and (max-width: 720px){.post-full .post-infos .social-link{position:relative;top:auto;right:auto}}@media only screen and (max-width: 720px){.post-full .post-infos .social-link li:first-child{display:none}}.post-full .post-img{position:relative;margin-bottom:15px}.post-full .post-img
img{display:block}.post-full .post-img
.caption{font-size:13px;position:absolute;right:0;bottom:0;left:0;padding:4px
10px 4px 10px;color:#ccc;background:rgba(0, 0, 0, .75)}@media only screen and (max-width: 720px){.post-full .post-img
.caption{position:relative;right:auto;bottom:auto;left:auto;background:#000}}.post-full .post-content{margin-bottom:30px}.post-full .post-content
h2{margin-bottom:20px}.post-full .post-content
h3{margin-bottom:10px}.post-full .post-content
p{margin-bottom:25px}.post-full .post-content p+h2{margin-top:50px}.post-full .post-content .note-block{color:#fff;background:#ff4160}.post-full .post-content
img{margin-bottom:25px}.post-full .post-content
figure{display:inline-block}.post-full .post-content figure
br{display:none}.post-full .post-content figure
img{margin-bottom:0}.post-full .post-content figure
span{font-size:13px;display:block;padding:4px
10px 4px 10px;color:#ccc;background:#000}.post-full .post-content .wp-caption{display:inline-block;margin-bottom:25px}.post-full .post-content .wp-caption
img{width:100%;margin-bottom:0}.post-full .post-content .wp-caption .wp-caption-text{font-size:13px;padding:4px
10px 4px 10px;color:#ccc;background:#000}.post-full .post-content
a{text-decoration:underline;color:#97271b}.post-full .post-content a:hover{opacity: .8}.post-full .post-content+.post-infos{margin-bottom:30px}@media only screen and (max-width: 720px){.post-full .post-content + .post-infos
p{margin-bottom:0}}@media only screen and (max-width: 720px){.post-full .post-content + .post-infos .social-link{display:none}}.post-full .edito-img{float:left;margin:0
20px 10px 0}.post-full .edito-img
img{max-width:180px;margin-bottom:0}.post-full .job-infos{margin-bottom:20px}.post-full .job-infos
.intro{margin-bottom:10px}.post-full .job-infos
span{display:block}.post-full .company-infos{padding:20px;background:#f3f3f3}.post-full .company-infos
h4{margin-bottom:10px}.post-full .company-infos
p{margin-bottom:5px}.post-full .company-infos p
span{display:inline-block;width:20%}.post-full .read-more{margin:60px
0 30px 0}@media only screen and (max-width: 720px){.post-full .read-more{margin-right:-10px;margin-left:-10px}}.post-full .read-more
.title{font-family:'Noto Sans',sans-serif;font-weight:700;margin-bottom:25px;text-transform:uppercase}@media only screen and (max-width: 720px){.post-full .read-more
.title{font-size:16px;margin-bottom:0;padding:7px
20px 10px 20px;color:#fff;background:#121210}}.single-agenda .post-full .title
span{}@media only screen and (max-width: 720px){.single-agenda .post-full .post-infos
p{display:none}}.comments-area{margin-bottom:40px}@media only screen and (max-width: 720px){.comments-area{margin-right:-10px;margin-left:-10px}}.comments-area .comments-head{position:relative;background:#f3f3f3}.comments-area .comments-head .comments-title{font-family:'Noto Sans',sans-serif;font-weight:700;position:relative;height:34px;padding:7px
10px 0 44px;color:#fff;background:#333}@media only screen and (max-width: 720px){.comments-area .comments-head .comments-title{height:40px;padding:10px
10px 0 50px}}.comments-area .comments-head .comments-title
span{font-size:18px;position:absolute;top:0;left:0;display:block;width:34px;height:34px;padding-top:6px;text-align:center;color:#fff;background:#97271b}@media only screen and (max-width: 720px){.comments-area .comments-head .comments-title
span{width:40px;height:40px;padding-top:8px}}.comments-area .comments-head .open-comments{font-family:'Noto Sans',sans-serif;position:absolute;top:0;right:0;float:right;width:170px;height:34px;cursor:pointer;color:#121210;border:none;background:#f3f3f3}@media only screen and (max-width: 720px){.comments-area .comments-head .open-comments{height:40px}}.comments-area .comments-head .open-comments [class*='icon-close']{display:none}.comments-area .comments-head .open-comments [class*='icon-']{font-size:10px;position:absolute;top:50%;left:10px;margin-top:-6px}.comments-area .comments-head .open-comments-list{display:none}.comments-area .comment-respond{display:none;background:#f3f3f3}.comments-area .comment-respond .comment-form{padding:25px
60px}@media only screen and (max-width: 720px){.comments-area .comment-respond .comment-form{padding:20px
10px}}.comments-area .comment-respond .comment-form .comment-reply-title{margin-bottom:20px}.comments-area .comment-action{margin-bottom:60px}.comments-area .comment-action .more-comment{display:block;width:100%;height:40px;cursor:pointer;text-align:center;border:none;border-bottom:1px solid #f3f3f3;background:none}.comments-area .comment-action .more-comment
span{font-family:'Noto Sans',sans-serif;position:relative;display:inline-block;padding:0
0 0 20px;color:#121210}.comments-area .comment-action .more-comment span
u{text-decoration:none}@media only screen and (max-width: 720px){.comments-area .comment-action .more-comment span
u{display:none}}.comments-area .comment-action .more-comment span [class*='icon-']:before{font-size:12px;position:absolute;top:50%;left:0;margin-top:-5px}.comments-area .comment-action .more-comment span [class='icon-minus']:before{font-size:21px;margin-top:-18px}.comments-area .comment-action .close-comments-list{display:none}.page-webtv .comments-area{margin-right:0;margin-bottom:20px;margin-left:0}.page-webtv .comments-area .comment-list{display:none;margin-top:10px}@media only screen and (max-width: 720px){.page-webtv .comments-area .comment-list{margin-top:0}}@media only screen and (max-width: 720px){.page-webtv .comments-area{margin-right:0;margin-bottom:20px;margin-left:0}}.page-webtv .comments-area .comments-head{background:#202020}.page-webtv .comments-area .comments-head.expanded{margin-bottom:1px}.page-webtv .comments-area .comments-head .comments-title{background:#202020}.page-webtv .comments-area .comments-head .open-comments{position:relative;top:auto;display:none;float:none;width:100%;height:34px;margin-top:1px;text-align:center;color:#fff;border-top:1px solid #090909;background:#202020}.page-webtv .comments-area .comments-head .open-comments [class*='icon-close']{line-height:100%;position:relative;top:auto;left:auto;margin:0
0 0 10px}.page-webtv .comments-area .comments-head .open-comments [class*='icon-close']:before{font-size:25px}.page-webtv .comments-area .comments-head .open-comments [class*='icon-arrow']{display:none}@media only screen and (max-width: 720px){.page-webtv .comments-area .comments-head .open-comments [class*='icon-arrow']{display:none}}.page-webtv .comments-area .comments-head .open-comments.active [class*='icon-close']{display:inline-block}.page-webtv .comments-area .comments-head .open-comments-list{position:absolute;top:0;right:0;display:block;width:34px;height:34px;cursor:pointer;border:none;background:none}@media only screen and (max-width: 720px){.page-webtv .comments-area .comments-head .open-comments-list{display:block;width:40px;height:40px}}.page-webtv .comments-area .comments-head .open-comments-list [class*='icon-']{font-size:10px;position:relative;top:2px;color:#fff}@media only screen and (max-width: 720px){.page-webtv .comments-area .comments-head .open-comments-list [class*='icon-']{color:#fff}}.page-webtv .comments-area .comment-respond{margin-bottom:1px;background:#202020}@media only screen and (max-width: 720px){.page-webtv .comments-area .comment-respond{margin-bottom:1px}}.page-webtv .comments-area .comment-respond .comment-reply-title{color:#fff}.page-webtv .comments-area .comment-action{position:relative;display:none;margin-bottom:20px;padding-right:100px}@media only screen and (max-width: 720px){.page-webtv .comments-area .comment-action{position:relative;display:none;margin-bottom:20px;padding-right:100px}}.page-webtv .comments-area .comment-action .more-comment{border-right:1px solid #141414;border-bottom:1px solid #141414;background:#202020}@media only screen and (max-width: 720px){.page-webtv .comments-area .comment-action .more-comment{border-right:1px solid #141414;background:#202020}}.page-webtv .comments-area .comment-action .more-comment
span{color:#fff}.page-webtv .comments-area .comment-action .close-comments-list{position:absolute;top:0;right:0;display:block;width:100px;height:40px;cursor:pointer;color:#fff;border:none;border-bottom:1px solid #141414;background:#202020}.page-webtv .comments-area .comment-action .close-comments-list [class*='icon-']{margin-left:5px}.page-webtv .comments-area .comment-action .close-comments-list [class*='icon-']:before{font-size:12px;position:relative;top:2px;color:#fff}@media only screen and (max-width: 720px){.page-webtv .comments-area .comment-action .close-comments-list{position:absolute;top:0;right:0;display:block;width:100px;height:40px;cursor:pointer;color:#fff;border:none;border-bottom:1px solid #141414;background:#202020}.page-webtv .comments-area .comment-action .close-comments-list [class*='icon-']{margin-left:5px}.page-webtv .comments-area .comment-action .close-comments-list [class*='icon-']:before{font-size:12px;position:relative;top:2px;color:#fff}}.page-gallery{background:#1a1a1a}.page-gallery
.main{background:#090909}.page-gallery .main .page-title-dark{background:#202020}.page-gallery .page-title{margin-bottom:40px;padding-bottom:15px;color:#fff;border-bottom:1px solid #141414}@media only screen and (max-width: 720px){.page-gallery .page-title{margin-bottom:0}}.page-gallery .post-full{margin-bottom:40px;padding:0
0 20px 0;border-bottom:1px solid #141414}.page-gallery .post-full .post-left{float:left;width:66%}@media only screen and (max-width: 720px){.page-gallery .post-full .post-left{float:none;width:auto}}.page-gallery .post-full .post-right{float:right;width:32%}@media only screen and (max-width: 720px){.page-gallery .post-full .post-right{float:none;width:auto;margin-right:20px;margin-left:20px}}.page-gallery .post-full
.title{color:#fff}.page-gallery .post-full .title+p{font-family:'Noto Sans',sans-serif;margin-bottom:20px;color:#fff}.page-gallery .post-full .post-infos{margin-bottom:30px;border-color:#141414}.page-gallery .post-full .post-infos
p{color:#fff}.page-gallery .post-full .post-infos p
a{color:#fff}.page-gallery .post-full .post-infos .social-link{position:relative;top:auto;float:right}@media only screen and (max-width: 720px){.page-gallery .post-full .post-infos .social-link{float:none}}.page-gallery .post-full .post-infos .social-link
li{color:#fff}.page-gallery .post-full .post-content{color:#fff}.page-gallery .post-full .post-content
p{color:#fff}.page-gallery .post-full .post-content
a{color:#fff}.page-gallery .list-post.list-featured
li{float:left;width:calc(33.33333% - 26.66667px);margin-left:20px}@media only screen and (max-width: 720px){.page-gallery .list-post.list-featured
li{float:none;clear:left;width:auto;margin:0;border-bottom:1px solid #141414}}@media only screen and (max-width: 720px){.page-gallery .list-post.list-featured li:first-child{}}@media only screen and (max-width: 720px){.page-gallery .list-post.list-featured li:nth-child(6n+0) .block-post{position:relative;min-height:0;min-height:0;margin-bottom:20px;padding:0}}@media only screen and (max-width: 720px) and (max-width: 450px){.page-gallery .list-post.list-featured li:nth-child(6n+0) .block-post{min-height:0;padding-left:0}}@media only screen and (max-width: 720px){.page-gallery .list-post.list-featured li:nth-child(6n+0) .block-post
a{float:none;width:auto;margin-right:0}.page-gallery .list-post.list-featured li:nth-child(6n+0) .block-post .post-img{position:relative;top:auto;left:auto;float:none;width:auto;margin:0
0 10px 0}}@media only screen and (max-width: 720px) and (max-width: 450px){.page-gallery .list-post.list-featured li:nth-child(6n+0) .block-post .post-img{width:auto}}@media only screen and (max-width: 720px){.page-gallery .list-post.list-featured li:nth-child(6n+0) .block-post .post-img
img{width:100%}.page-gallery .list-post.list-featured li:nth-child(6n+0) .block-post .title,
.page-gallery .list-post.list-featured li:nth-child(6n+0) .block-post .post-title{font-size:19px;margin-right:20px;margin-left:20px}}@media only screen and (max-width: 720px) and (max-width: 450px){.page-gallery .list-post.list-featured li:nth-child(6n+0) .block-post .title,
.page-gallery .list-post.list-featured li:nth-child(6n+0) .block-post .post-title{font-size:19px}}@media only screen and (max-width: 720px){.page-gallery .list-post.list-featured li:nth-child(6n+0) .block-post .post-date{display:block}.page-gallery .list-post.list-featured li:nth-child(6n+0) .block-post
p{display:block}}.page-gallery .list-post.list-featured .block-post.medium-post{min-height:0;margin-bottom:30px}@media only screen and (max-width: 720px){.page-gallery .list-post.list-featured .block-post.medium-post{min-height:132px;margin-bottom:0}}@media only screen and (max-width: 450px){.page-gallery .list-post.list-featured .block-post.medium-post{min-height:76px;padding-left:130px}}.page-gallery .list-post.list-featured .block-post .post-img{margin-bottom:5px}.page-gallery .list-post.list-featured .block-post a .post-title{min-height:70px;margin-bottom:0;color:#fff}.page-webtv{background:#1a1a1a}.page-webtv
.main{background:#090909}.page-webtv .main .page-title-dark{margin-top:40px;background:#202020}.page-webtv .page-title-webtv{font-family:'Noto Sans',sans-serif;font-size:24px;font-weight:700;line-height:120%;position:relative;margin-bottom:20px;padding-bottom:15px;padding-left:175px;color:#fff;border-bottom:1px solid #141414}@media only screen and (max-width: 720px){.page-webtv .page-title-webtv{font-size:13px;margin-bottom:0;padding:20px
20px 20px 130px;border-bottom:0}}.page-webtv .page-title-webtv
.jdctv{position:absolute;top:2px;left:0;width:44px}.page-webtv .page-title-webtv
span{position:relative;display:block}.page-webtv .page-title-webtv span
img{position:absolute;top:2px;left:-115px;max-width:100px}@media only screen and (max-width: 720px){.page-webtv .page-title-webtv span
img{top:-2px;left:-76px;max-width:70px}}.page-webtv .page-title-webtv [class*='icon-jdm']{font-size:40px;position:absolute;top:0;left:0;color:#fff}@media only screen and (max-width: 720px){.page-webtv .page-title-webtv [class*='icon-jdm']{font-size:26px;top:18px;left:15px}}@media only screen and (max-width: 720px){.page-webtv .post-full{padding:0}}.page-webtv .post-full
.title{color:#fff}@media only screen and (max-width: 720px){.page-webtv .post-full
.title{margin-right:10px;margin-left:10px}}.page-webtv .post-full .post-category{display:block;margin-bottom:10px}.page-webtv .post-full .post-category
a{font-family:'Noto Sans',sans-serif;font-weight:700;display:inline-block;height:30px;padding:6px
10px 0 10px;text-transform:uppercase;color:#fff;background:#888}.page-webtv .post-full .post-category.category-politique
a{background:#f30}.page-webtv .post-full .post-category.category-eco-et-business
a{background:#2c6de9}.page-webtv .post-full .post-category.category-societe
a{background:#bf86ba}.page-webtv .post-full .post-category.category-sport
a{background:#479700}.page-webtv .post-full .post-category.category-sante
a{background:#aed80a}.page-webtv .post-full .post-category.category-culture
a{background:#ff719f}.page-webtv .post-full .post-category.category-personnalites
a{background:#d9ad00}.page-webtv .post-full .post-category.category-international
a{background:#6b3781}.page-webtv .post-full .post-category.category-opinions
a{background:#b05000}.page-webtv .post-full .post-category.category-debat
a{background:#b05000}.page-webtv .post-full .post-category.category-dossiers
a{background:#333}.page-webtv .post-full .post-category.category-medias
a{background:#1a1a1a}.page-webtv .post-full .post-infos{margin-bottom:40px;border-color:#141414}@media only screen and (max-width: 720px){.page-webtv .post-full .post-infos{margin-right:10px;margin-left:10px}}.page-webtv .post-full .post-infos
p{color:#fff}@media only screen and (max-width: 720px){.page-webtv .post-full .post-infos
p{font-size:13px;padding-top:0;color:#888884}}.page-webtv .post-full .post-infos p
a{color:#fff}@media only screen and (max-width: 720px){.page-webtv .post-full .post-infos p
a{color:#888884}}.page-webtv .post-full .post-infos .social-link{top:50%;margin-top:-13px}@media only screen and (max-width: 720px){.page-webtv .post-full .post-infos .social-link{top:auto;display:block;margin-top:10px}}.page-webtv .post-full .post-infos .social-link
li{color:#fff}.page-webtv .post-full .post-video{position:relative;overflow:hidden;max-width:100%;height:0;height:auto;margin-bottom:20px;padding-bottom:56.25%}.page-webtv .post-full .post-video iframe,
.page-webtv .post-full .post-video object,
.page-webtv .post-full .post-video
embed{position:absolute;top:0;left:0;width:100%;height:100%}.page-webtv .post-full .post-content{color:#fff}@media only screen and (max-width: 720px){.page-webtv .post-full .post-content{margin-right:10px;margin-left:10px}}.page-webtv .post-full .post-content
a{color:#fff}.page-webtv .post-full .post-similar{margin-bottom:35px}@media only screen and (max-width: 720px){.page-webtv .post-full .post-similar{margin-right:10px;margin-left:10px}}.page-webtv .post-full .post-similar
.title{font-size:15px;font-weight:700;margin-bottom:5px}.page-webtv .post-full .post-similar ul
li{margin-bottom:5px}.page-webtv .post-full .post-similar ul li
a{display:block;color:#fff}.page-webtv .post-full .post-similar ul li a [class*='icon-']{font-size:10px}.page-webtv .read-more{margin:60px
0 30px 0}@media only screen and (max-width: 720px){.page-webtv .read-more{margin-top:0}}.page-webtv .read-more
.title{font-family:'Noto Sans',sans-serif;font-weight:700;margin-bottom:25px;text-transform:uppercase}.page-webtv .read-more .list-post.list-simple
li{position:relative}@media only screen and (max-width: 720px){.page-webtv .read-more .list-post.list-simple
li{border-bottom:1px solid #141414}}@media only screen and (max-width: 720px){.page-webtv .read-more .list-post.list-simple li .block-post.small-post{position:relative}}.page-webtv .read-more .list-post.list-simple li .block-post.small-post a .post-img{overflow:hidden;height:90px;margin-bottom:0}.page-webtv .read-more .list-post.list-simple li .block-post.small-post a .post-img
img{max-width:120px}@media only screen and (max-width: 720px){.page-webtv .read-more .list-post.list-simple li .block-post.small-post a .post-img
img{max-width:none}}.page-webtv .read-more .list-post.list-simple li .block-post.small-post a .post-img:before{position:absolute;z-index:9;top:50%;left:50%;display:block;width:30px;height:20.5px;margin:-10px 0 0 -15px;content:'';background:url('/wp-content/themes/jdfaso-new/assets/img/player-button.png') no-repeat 0 0;background-size:30px auto}.page-webtv .read-more .list-post.list-simple li .block-post.small-post
.title{font-family:'Noto Serif',serif;font-size:15px;line-height:110%;margin-bottom:0;text-transform:none}@media only screen and (max-width: 720px){.page-webtv .read-more .list-post.list-simple li .block-post.small-post
.title{font-size:13px}}.page-webtv .read-more .list-post.list-simple li .block-post.small-post .title
a{color:#fff}.page-webtv .list-post.list-full
li{border-bottom:1px solid #141414}.page-webtv .list-post.list-full li .block-post.small-post .post-img:before{position:absolute;z-index:9;top:50%;left:50%;display:block;width:30px;height:20.5px;margin:-10px 0 0 -15px;content:'';background:url('/wp-content/themes/jdfaso-new/assets/img/player-button.png') no-repeat 0 0;background-size:30px auto}.page-webtv .list-post.list-full li .block-post.small-post .title
a{color:#fff}.page-webtv .list-post.list-full li .block-post.small-post
p{color:#fff}@media only screen and (max-width: 720px){.off-canvas{position:fixed;z-index:999;overflow-y:auto;width:320px;height:100%;-webkit-transform:translateX(-320px);transform:translateX(-320px);-webkit-animation-duration: .4s;animation-duration: .4s}}body{}@media only screen and (max-width: 1200px){body.no-scroll{position:fixed;overflow:hidden;height:100%}}.overlay{position:fixed;z-index:990;top:0;left:0;display:none;width:100%;height:100%;background:rgba(0, 0, 0, .85)}.main{max-width:1220px;margin:0
auto 60px auto;padding:20px
10px;background:#fff}@media only screen and (max-width: 720px){.main{margin-bottom:0;padding:0}}.full-jdmad
.main{position:relative;z-index:9}.main
.container{overflow:hidden;height:auto}@media only screen and (max-width: 720px){.main
.container{padding:0}}.main .column-left{float:left;width:68%}@media only screen and (max-width: 720px){.main .column-left{float:none;width:auto}}.main .column-right{float:right;width:28%}@media only screen and (max-width: 720px){.main .column-right{display:none;float:none;text-indent:auto}}.page-title{font-family:'Noto Sans',sans-serif;font-size:30px;font-weight:700;line-height:120%;margin-bottom:20px}@media only screen and (max-width: 720px){.page-title{font-size:24px;margin:0
10px 10px 10px;padding-top:12px}}.page-title.icon-title{position:relative;padding-left:40px}@media only screen and (max-width: 720px){.page-title.icon-title{padding-left:30px}}.page-title.icon-title [class*='icon-']{font-size:26px;position:absolute;top:50%;left:0;margin-top:-15px;color:#97271b}@media only screen and (max-width: 720px){.page-title.icon-title [class*='icon-']{font-size:20px;margin-top:-10px}}.page-title.icon-title [class*='icon-calendar']{font-size:28px;margin-top:-16px}@media only screen and (max-width: 720px){.page-title.icon-title [class*='icon-calendar']{font-size:20px;margin-top:-8px}}.page-title.icon-title.single{padding-left:0}.page-title.icon-title.single [class*='icon-']{top:50%;left:-35px;margin-top:-15px;color:#121210}.page-title.icon-title.single [class*='icon-quote']{font-size:30px;top:0;left:-40px;margin-top:0;color:#121210}.single-agenda .page-title{display:none}.page-title-category{font-family:'Noto Sans',sans-serif;font-size:30px;font-weight:700;line-height:120%;margin-bottom:20px}@media only screen and (max-width: 720px){.page-title-category{font-size:20px;margin-bottom:0;padding:15px
20px}.single-post .page-title-category{display:none}}.category-politique .page-title-category{color:#f30}.category-eco-et-business .page-title-category{color:#2c6de9}.category-societe .page-title-category{color:#bf86ba}.category-sport .page-title-category{color:#479700}.category-sante .page-title-category{color:#aed80a}.category-culture .page-title-category{color:#ff719f}.category-personnalites .page-title-category{color:#d9ad00}.category-international .page-title-category{color:#6b3781}.category-opinions .page-title-category{color:#b05000}.category-debat .page-title-category{color:#b05000}.category-dossiers .page-title-category{color:#333}.category-medias .page-title-category{color:#1a1a1a}.page-title-dark{font-family:'Noto Sans',sans-serif;font-weight:bold;height:34px;margin-bottom:20px;padding:7px
20px 0 20px;text-transform:uppercase;color:#fff;background:#121210}@media only screen and (max-width: 720px){.page-title-dark{height:auto;margin-top:10px;padding-bottom:10px}}.simple-page .page-title{margin-bottom:30px;padding-bottom:15px;border-bottom:1px solid #eee}.simple-page .page-content{padding:40px
90px}.simple-page .page-content h2,
.simple-page .page-content h3,
.simple-page .page-content
h4{margin-bottom:15px}.simple-page .page-content
p{margin-bottom:20px}.simple-page .page-content
a{text-decoration:underline}.simple-page .page-content
img{margin-bottom:20px}.simple-page .page-content .secondary-btn{font-weight:400;height:35px;padding:5px
30px 5px 30px;text-decoration:none;text-transform:none}.simple-page .page-content .secondary-btn:hover{color:#fff}.simple-page .page-content .secondary-btn [class*='icon-']:before{position:relative;top:auto;left:-10px}@media only screen and (max-width: 1024px){.simple-page .page-content{padding:20px
40px}}@media only screen and (max-width: 720px){.simple-page .page-content{padding:10px}}.page-contact .page-content{padding:40px
0}@media only screen and (max-width: 720px){.page-contact .page-content{padding:20px
10px}}.page-contact .column-left{position:relative;float:right;width:calc(100% - 380px)}@media only screen and (max-width: 1024px){.page-contact .column-left{width:calc(100% - 330px)}}@media only screen and (max-width: 720px){.page-contact .column-left{float:none;width:auto}}.page-contact .column-left .page-content{padding-top:0}.page-contact .column-right{float:left;width:280px}@media only screen and (max-width: 720px){.page-contact .column-right{display:block;float:none;width:auto}}.page-contact .column-right
.logo{padding:30px;border-bottom:1px solid #fff;background:#f3f3f3}.page-contact .column-right .logo
a{display:block;margin:0
auto}@media only screen and (max-width: 720px){.page-contact .column-right .logo
a{max-width:200px}}.page-contact .column-right .page-content{padding:30px;background:#f3f3f3}.page-communiques-officiels .list-post.list-full
li{margin:0
!important}.page-communiques-officiels .list-post.list-full li
a{display:block;padding:10px
20px}.tab-container{border:1px
solid #eee}.tab-container .tab-nav>li{font-size:22px;height:50px;padding:15px
10px 0 10px}@media only screen and (max-width: 720px){.tab-container .tab-nav>li{font-size:14px}}.tab-container .tab-content{margin:0;padding:30px}.tab-container
.pagination{margin:10px
0 30px 0}.page-agenda
.title{font-size:24px}.page-agenda .title
span{font-size:18px}@media only screen and (max-width: 600px){.we-sticky-call-container{background:#fff;display:block;width:100%;height:100px;border-radius:0%;position:fixed;bottom:0%;left:0px;text-align:center;line-height:50px;color:#fff;z-index:999}.we-sticky-call-content{position:absolute;top:0;left:25px;width:250px;padding-left:25px;background:#f39200;height:50px;z-index:-1;border-radius:0 25px 25px 0;opacity:0;transition:all 0.5s ease;font-size:16px;line-height:20px}.we-sticky-call-title{margin-top:5px}.we-sticky-call-description{font-size:12px}.we-sticky-call-container:hover .we-sticky-call-content{opacity:1}}@media only screen and (max-width: 600px){.we-sticky-call-container{background:#fff;display:block;width:100%;height:100px;border-radius:0%;position:fixed;bottom:0%;left:0px;text-align:center;line-height:50px;color:#fff;z-index:999}.we-sticky-call-content{position:absolute;top:0;left:25px;width:250px;padding-left:25px;background:#f39200;height:50px;z-index:-1;border-radius:0 25px 25px 0;opacity:0;transition:all 0.5s ease;font-size:16px;line-height:20px}.we-sticky-call-title{margin-top:5px}.we-sticky-call-description{font-size:12px}.we-sticky-call-container:hover .we-sticky-call-content{opacity:1}}