@import url(https://fonts.googleapis.com/css?family=Varela+Round);
@import url(https://fonts.googleapis.com/css?family=Griffy);
.cool-link,
.titres,
.titresCategorie {
    display: inline-block
}

.FooterQuestionCommentaires,
.adCateg {
    float: right
}

.mega-dropdown-menu>li>ul>li>a,
.titrePageCoverH1,
.titres,
.titresCategorie {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%
}

body {
    font-family: 'Varela Round', Lato, sans-serif;
    font-weight: 300;
    background-image: url(/images/bg.png);
}

.navbar-inverse {
    background: -webkit-linear-gradient(to right, #eb3349, #f45c43);
    background: linear-gradient(to right, #eb3349, #f45c43);
    /*background: #eb3349;
    
    background-image: url("/images/christmas-pattern.png");
    background-image: url("/images/saint-valentin.jpg");*/
}

.navbar-brand {
    font-family: open-sans, 'Varela Round', sans-serif;
    font-weight: 700;
    font-size: 24px
}

.btn {
    color: #fff;
    background-color: #1abc9c;
    text-transform: uppercase;
    border-radius: 30px;
    font-family: 'Varela Round', sans-serif;
    transition: all .2s ease-in-out
}

.emoji  {
    font-size: 25px;
}

.capitalize,
.titresCategorie {
    text-transform: capitalize
}

.btn:hover {
    color: #fff;
    background-color: #148f77
}

.page-header {
    font-family: open-sans, 'Varela Round', sans-serif
}

.breadcrumb,
.navbar-nav,
.newCateg,
.tagCoverLink,
footer .col-lg-6 p {
    font-family: 'Varela Round', sans-serif
}

.badge {
    background: #eb3349;
    background: -webkit-linear-gradient(to right, #eb3349, #f45c43);
    background: linear-gradient(to right, #eb3349, #f45c43);
    margin-left: 5px
}

.backgroundColoriage,
.titres {
    padding: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 1.5rem 1.5rem -1.25rem rgba(10,10,10,.05)
}

.label {
    border-radius: 1.25em
}

.portfolio-item {
    border-radius: 20px
}

.portfolio-item:hover {
    box-shadow: 0 3rem 3rem -1.25rem rgba(10,10,10,.1);
    transform: translateY(-.5rem)
    }

.topcategorieCover:hover, .topcategorieDIV:hover {
    transform: translateY(-.5rem)
    }

.addthis_inline_share_toolbox {
    text-align: center
}

.icones {
    margin: 7px 5px
}

a {
    color: #222;
    text-decoration: none
}

a:hover {
    color: #df013a;
    text-decoration: underline
}

.cool-link,
.mega-dropdown-menu>li ul>li>a:focus,
.mega-dropdown-menu>li ul>li>a:hover {
    text-decoration: none
}

p {
    text-align: justify
}

.pDesc {
    margin: 20px 0 10px
}

.glyphicon {
    margin-right: 10px
}

footer {
    margin: 30px 0
}

.titres {
    margin: 15px
}

.backgroundColoriage {
    margin-bottom: 20px
}

.newColoriageEnLigne {
    font-size: 10px
}

.titresCategorie {
    width: 180px;
    color: #b9b9b9;
    margin-top: 5px;
    margin-bottom: -5px
}

.adsContent {
    margin-top: 25px
}

.mega-dropdown-menu li {
    list-style-type: none
}

.cool-link,
.newCateg {
    text-transform: uppercase
}

.newCateg {
    position: absolute;
    margin: 4px;
    padding: .2em .4em .3em;
    font-size: 8;
    font-weight: 500;
    background: #eb3349;
    background: -webkit-linear-gradient(to right, #eb3349, #f45c43);
    background: linear-gradient(to right, #eb3349, #f45c43);
    border-radius: 1.25em
}

.cool-link {
    color: #fff
}

.cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width .3s
}

.cool-link:hover::after {
    width: 100%;
    transition: width .3s
}

.topcategorie {
    border-radius: 60px;
    height: 115px;
    width: 115px;
    border: 4px solid #fff;
    -webkit-box-shadow: rgba(190, 190, 190, .45882) 0 1px 5px;
    margin-bottom: 5px
}

.topcategorieYouTube {
    border-radius: 60px;
    border: 4px solid #fff;
    -webkit-box-shadow: rgba(190, 190, 190, .45882) 0 1px 5px;
    margin-bottom: 5px
}

.topcategorieCover {
    margin-right: 2px
}

.topcategorieDIV {
    margin-right: 25px
}

.topcategorieDIVCover {
    margin: 10px 105px 0 0
}

.adCateg {
    margin: 15px 35px 50px;
}

.hvr-sink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-sink:active,
.hvr-sink:focus,
.hvr-sink:hover {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
}

.mega-dropdown {
    position: static!important
}

.mega-dropdown-menu {
    padding: 20px 0;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none
}

.mega-dropdown-menu>li>ul {
    padding: 0;
    margin: auto
    /*column-count: 6*/
}

.mega-dropdown-menu>li>ul>li {
    list-style: none;
    width: 170px;
    height: 25px;
    float: left;
    background: url(/images/arrow-right-grey.png) 0 12px no-repeat;
    padding: 2px 0 5px 11px
}

.mega-dropdown-menu>li>ul>li>a {
    display: block;
    color: #222;
    padding: 3px 5px;
    transition: transform .5s
}

.mega-dropdown-menu>li ul>li>a:hover {
    color: #df013a;
    font-weight: 400;
    transform: translate(5px, 0)
}

.mega-dropdown-menu .dropdown-header {
    font-size: 18px;
    color: #ff3546;
    padding: 5px 60px 5px 5px;
    line-height: 30px
}

.morecontent span {
    display: none
}

.morelink {
    text-decoration: underline
}

/* Search */
#search{
    float:right;
}

.gsc-control-cse{
    border: none !important;
    background: none !important;
    padding: .7em 0 0 !important;
}

.gsc-control-cse .gsc-input-box {
    border-radius: 3px !important;
}

.m-0 { margin:0!important; }
.m-1 { margin:.25rem!important; }
.m-2 { margin:.5rem!important; }
.m-3 { margin:1rem!important; }
.m-4 { margin:1.5rem!important; }
.m-5 { margin:3rem!important; }

.mt-0 { margin-top:0!important; }
.mr-0 { margin-right:0!important; }
.mb-0 { margin-bottom:0!important; }
.ml-0 { margin-left:0!important; }
.mx-0 { margin-left:0 !important;margin-right:0 !important; }
.my-0 { margin-top:0!important;margin-bottom:0!important; }

.mt-1 { margin-top:.25rem!important; }
.mr-1 { margin-right:.25rem!important; }
.mb-1 { margin-bottom:.25rem!important; }
.ml-1 { margin-left:.25rem!important; }
.mx-1 { margin-left:.25rem!important;margin-right:.25rem!important; }
.my-1 { margin-top:.25rem!important;margin-bottom:.25rem!important; }

.mt-2 { margin-top:.5rem!important; }
.mr-2 { margin-right:.5rem!important; }
.mb-2 { margin-bottom:.5rem!important; }
.ml-2 { margin-left:.5rem!important; }
.mx-2 { margin-right:.5rem!important;margin-left:.5rem!important; }
.my-2 { margin-top:.5rem!important;margin-bottom:.5rem!important; }

.mt-3 { margin-top:1rem!important; }
.mr-3 { margin-right:1rem!important; }
.mb-3 { margin-bottom:1rem!important; }
.ml-3 { margin-left:1rem!important; }
.mx-3 { margin-right:1rem!important;margin-left:1rem!important; }
.my-3 { margin-bottom:1rem!important;margin-top:1rem!important; }

.mt-4 { margin-top:1.5rem!important; }
.mr-4 { margin-right:1.5rem!important; }
.mb-4 { margin-bottom:1.5rem!important; }
.ml-4 { margin-left:1.5rem!important; }
.mx-4 { margin-right:1.5rem!important;margin-left:1.5rem!important; }
.my-4 { margin-top:1.5rem!important;margin-bottom:1.5rem!important; }

.mt-5 { margin-top:3rem!important; }
.mr-5 { margin-right:3rem!important; }
.mb-5 { margin-bottom:3rem!important; }
.ml-5 { margin-left:3rem!important; }
.mx-5 { margin-right:3rem!important;margin-left:3rem!important; }
.my-5 { margin-top:3rem!important;margin-bottom:3rem!important; }

.mt-auto { margin-top:auto!important; }
.mr-auto { margin-right:auto!important; }
.mb-auto { margin-bottom:auto!important; }
.ml-auto { margin-left:auto!important; }
.mx-auto { margin-right:auto!important;margin-left:auto!important; }
.my-auto { margin-bottom:auto!important;margin-top:auto!important; }

.p-0 { padding:0!important; }
.p-1 { padding:.25rem!important; }
.p-2 { padding:.5rem!important; }
.p-3 { padding:1rem!important; }
.p-4 { padding:1.5rem!important; }
.p-5 { padding:3rem!important; }

.pt-0 { padding-top:0!important; }
.pr-0 { padding-right:0!important; }
.pb-0 { padding-bottom:0!important; }
.pl-0 { padding-left:0!important; }                             
.px-0 { padding-left:0!important;padding-right:0!important; }
.py-0 { padding-top:0!important;padding-bottom:0!important; }

.pt-1 { padding-top:.25rem!important; }         
.pr-1 { padding-right:.25rem!important; }                       
.pb-1 { padding-bottom:.25rem!important; }      
.pl-1 { padding-left:.25rem!important; }                            
.px-1 { padding-left:.25rem!important;padding-right:.25rem!important; }
.py-1 { padding-top:.25rem!important;padding-bottom:.25rem!important; }

.pt-2 { padding-top:.5rem!important; }                                              
.pr-2 { padding-right:.5rem!important; }                                
.pb-2 { padding-bottom:.5rem!important; }               
.pl-2 { padding-left:.5rem!important; }                                             
.px-2 { padding-right:.5rem!important;padding-left:.5rem!important; }
.py-2 { padding-top:.5rem!important;padding-bottom:.5rem!important; }

.pt-3 { padding-top:1rem!important; }                               
.pr-3 { padding-right:1rem!important; }             
.pb-3 { padding-bottom:1rem!important; }                
.pl-3 { padding-left:1rem!important; }                              
.py-3 { padding-bottom:1rem!important;padding-top:1rem!important; }
.px-3 { padding-right:1rem!important;padding-left:1rem!important; }

.pt-4 { padding-top:1.5rem!important; }                             
.pr-4 { padding-right:1.5rem!important; }               
.pb-4 { padding-bottom:1.5rem!important; }              
.pl-4 { padding-left:1.5rem!important; }                                
.px-4 { padding-right:1.5rem!important;padding-left:1.5rem!important; }
.py-4 { padding-top:1.5rem!important;padding-bottom:1.5rem!important; }

.pt-5 { padding-top:3rem!important; }   
.pr-5 { padding-right:3rem!important; } 
.pb-5 { padding-bottom:3rem!important; }    
.pl-5 { padding-left:3rem!important; }  
.px-5 { padding-right:3rem!important;padding-left:3rem!important; }
.py-5 { padding-top:3rem!important;padding-bottom:3rem!important; }