/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*************base***************/

html {
  box-sizing: border-box; /*gestion de la taille des boites y compris les border*/
  font-size: 62.5%; /* 1rem vaut 10px */
    
}
*, *:before, *:after {
  box-sizing: inherit;
}

body{
    font-family: 'Exo', sans-serif;
    font-style: normal;
    overflow-x: hidden;
}



h1{
    font-size: 11rem;

    margin: 0;
    font-style: italic;
    font-family: 'Exo', sans-serif;
    font-weight: 200;
}

h2{
    font-size: 6rem;
    padding-left: 2rem;
    padding-right: 1.5rem;
    margin: 0 0 4rem;
    position: relative;
    font-weight: 200;
    font-style: italic;
}

h3{
    font-size: 2rem;
    margin: 0;
    font-weight: 400;
    font-style: italic;
}
a, a:hover{
    text-decoration: none;
}
li{
    list-style-type: none;
}
/**************layout***************/

header{
    min-height: 12rem;
    float: left;
}


#navigation ul{
    max-height: 3rem;
}

#landing{
    padding-top: 16rem;
    position: relative;
}


#landing, #work{

    min-height: 600px;
    min-height: 100vh;

}

#contact{
    min-height: 600px;
    min-height: 90vh;
}

#about, #work, #contact{
    margin-top: 8rem;
    padding-top: 12rem;
    position: relative;
}
#together {
    margin-top: 8rem;
    padding-top: 8rem;
    padding-bottom: 4rem;
}
footer{
    position: absolute;
    width: 100%;
    min-height: 60px;
    min-height: 10vh;
}
footer a#acces-back{
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
}
/************module*************/


#contenu{
    width: 50%;
    height: auto;
    overflow: hidden;
    z-index: 1;
    position: absolute;
    top: 18%;
    left: 0;
}
#contenu div{
    min-height: 50rem;
}


#landing article{
    z-index: 3;
    padding-right: 0;
}
#landing h3#top-limit:after, #landing h3 span, h1 span{
    display: inline-block;
}
#landing h1 span{
    padding: 0.3rem 2rem;
}

#landing h3 span{
    padding: 0.6rem 2rem;
}
#landing h3#top-limit:after{
     diplay: block;
     content: "";
     position: absolute;
     top: 0;
     left: 100%;
     width: 0;
     height: 19.5rem;
 }



.looper.xfade .item.go {
  opacity: 0;
}
        .looper.slide.xfade .item {
  -webkit-transition: 0.2s ease-in-out  left, 0.2s ease-in opacity;
  -moz-transition: 0.2s ease-in-out  left, 0.2s ease-in  opacity;
  -o-transition: 0.2s ease-in-out  left, 0.2s ease-in  opacity;
  transition: 0.2s ease-in-out  left, 0.2s ease-in  opacity;
}
        .looper.slide.xfade .item.active.go {
  -webkit-transition: 1s ease-in-out  left, 0.2s ease-in opacity;
  -moz-transition: 1s ease-in-out  left, 0.2s ease-in  opacity;
  -o-transition: 1s ease-in-out  left, 0.2s ease-in  opacity;
  transition: 1s ease-in-out  left, 0.2s ease-in  opacity;
}
/**************palette animée********************/
#landing div.col-xs-6{
    min-height: 400px;
    max-height: 500px;
}
#conteneur{
    width: 75%;
    max-width: 51rem;
    max-height: 20rem;
    border: 2px solid #333333;
    margin: 2rem auto;
    border-bottom-right-radius: 15rem;
    border-top-right-radius: 15rem;
    position: absolute;
    top: 28rem;
    left: -4rem;
    transform-origin: left bottom;
    overflow: hidden;
    transform: rotate(-45deg);
}
.looper-inner{
min-height: 200px;

}
.looper figure{
width: 100%;
height: 100%;

transform: rotate(45deg) translateY(-120px);
}
.looper figure img{
position: absolute;
bottom: -260px;
width: 100%;
height: auto;
}
/***********************/

nav{
    font-weight: 400;
    font-style: normal;
    text-transform: lowercase;
    font-size: 1.8rem;
}

#navigation li a{
    padding: 0.5rem 2rem;
}

#main-nav{
    position: relative;
}

.nav-reduced{
    min-height: 8rem;
}

.nav-big{
    min-height: 12rem;
}


.pad-1rem{
    padding: 1rem;
}

.pad-logo{
    padding: 2.5rem 1rem;
}

#navigation ul{
    position: absolute;
    right: 0;
    bottom : 0;
}

#navigation figure{
    max-width: 8rem;
}

#navigation a{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


#navigation, #navigation figure, #main-nav{
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
}

#navigation li:before{
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    opacity: 0;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease ;
    -o-transition: all 0.3s ease ;
    transition: all 0.3s ease ;
}

h2{
    padding-right: 2rem;
}

h2:before{
    display: block;
    content: "";
    position: absolute;
    width: 20rem;
    height: 3px;
    top: 50%;
    right: 100%;
}


#landing article{
    margin-top: 6rem;
}
#landing a{
    display: inline-block;
    font-size: 4rem;
    position: absolute;
    bottom: 1rem;
    width: 5rem;
    height: 5rem;
    z-index: 3;
    border-radius: 50%;
    color: white;
    left: 49%;
    text-align: center;
    border: 1px solid transparent;
    background: rgba(0, 0, 0, 0.7);
    line-height: 5rem;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease ;
    -o-transition: all 0.3s ease ;
    transition: all 0.3s ease ;
}


h5{
    height: 8rem;
    border-top: #FFBB31 4px solid;
    background: #333333;
    text-align: center;
    padding: 2.4rem;
    margin: 0;
    position: absolute;
    top: -8rem;
    width: 100%;
}
#together h5{
    border-bottom: #FFBB31 4px solid;
    border-top: none;
}
h5 span{
    border: 1px solid white;
    border-radius: 2rem;
    color: white;
    padding: 0.3rem 0.5rem;
    font-size: 1.8rem;
    min-width: 20rem;
    display: inline-block;
}
#together figure{
    position: absolute;
    width: 100%;
    /*max-width: 44rem;*/
    bottom: -10.2rem;
    left: -2rem;
}
#together div#responsive{
    min-height: 20.4rem;
}

#trombine{
    margin: 0 auto;
    max-width: 20rem;
    overflow: hidden;
}

#about article{
    margin-bottom: 6rem;
    text-align: justify;
}
#about article strong{
    border-bottom: 1px dotted #FFBB31;
}
#about article p, #about article h4{
    margin-bottom: 2rem;
}
#about article blockquote{
    margin: 0;
    font-size: 1.6rem;
    border-left-width: 2px;
}

#work{
    z-index: 3;
}

#work aside ul{
    padding: 0;
    margin: 0;
    min-height: 25rem;
}




#work aside figure{
    max-width: 12rem;
    width: 100%;
}

#work  figure img{
    margin: 0 auto;
    width: 100%;
    height: auto;
}



#work article div.infos{
    min-height: 27.5rem;
}

#work article a, #work article button{
    display: inline-block;
    margin: 0.5rem auto 0;
    height: 2rem;
    width: 100%;
    
    font-size: 1.4rem;
    line-height: 2rem;
    text-align: center;

    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease ;
    -o-transition: all 0.3s ease ;
    transition: all 0.3s ease ;
}
#work article button{
    cursor: default;
}

#work article p{
    font-weight: 200;
    padding: 1rem 1.5rem;
    margin: 0;
    text-align: justify;
    font-size: 1.3rem;
}

#work article h3.titre{

    font-size: 1.6rem;
    font-weight: 700;
    margin: 1rem 0;
    position: relative;
}

#work article h3.titre:after{
    display: block;
    content: "";
    width: 20%;
    height: 1px;
    position: absolute;
    bottom: -1rem;
    left: 40%;
}

#work article figure{
    width: 65%;
    text-align: center;
    line-height: 6rem;
    height: 9rem;
    margin: 0.7rem auto;
    overflow: hidden;
}
#together{
    position: relative;
    text-align: justify;
}
#together p{
    font-size: 1.8rem;
}
#together a{
    border: 1px solid white;
    border-radius: 1rem;
    color: white;
    padding: 0 1rem;
    margin-top: 6rem;

    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease ;
    -o-transition: all 0.3s ease ;
    transition: all 0.3s ease ;
}




/***********icones reseau social**********/
.icone{
    font-size: 5rem;
    margin: 3rem;
    display: inline-block;
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    border: 2px solid #333333;
    line-height: 9rem;
    position: relative;
	z-index: 10;
    -ms-transition: color, background-color 0.3s;
    -o-transition: color, background-color 0.3s;
	-webkit-transition: color, background-color 0.3s;
	-moz-transition: color, background-color 0.3s;
	transition: color, background-color 0.3s;
    color: #333333;
}


.icone:before{
    position: absolute;
	width: 10rem;
	height: 10rem;
	border-radius: 50%;
	content: '';
    -o-box-sizing: content-box; 
	-webkit-box-sizing: content-box; 
    -ms-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
	top: -2px;
	left: -1px;
    z-index: -1;
	/*padding: 2px;*/
	background: #FFBB31;
    -o-transition: transform 0.2s, opacity 0.3s;
    -ms-transition: transform 0.2s, opacity 0.3s;
	-webkit-transition: transform 0.2s, opacity 0.3s;
	-moz-transition: transform 0.2s, opacity 0.3s;
	transition: transform 0.2s, opacity 0.3s;

	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
    -o-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
}

#contact aside{
    padding-top: 4rem;
}
#contact ul{
    margin: 0;
    padding: 0;
}

#form-contact #envoi{
    margin-bottom: 0;
}
#form-contact fieldset{
    padding: 1rem;
}

#submit{
    border-radius: 1px;
    font-style: normal;
    font-weight: 400;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

/*********** g-recaptcha ***********/
.captcha>div>div{
    margin: 0 auto 1rem;
}

footer p:first-child{
      padding: 1rem 1rem 0;
      font-size: 1.2rem;
  }

footer p:last-child{
    padding: 0 1rem 1rem;
    font-size: 1rem;
}
/*******************state*********************/

#navigation a:hover{
    color: #FFBB31;
    background: #333333;
}
#navigation.inverse a:hover{
    color: #333333;
    background: #FFBB31;
}

#navigation li.active:before{
    opacity: 1;
}

#landing a:hover{
    color: #FFBB31;
    border-color: #FFBB31;
}

#work article a.lien-actif:hover{
    background: #D4602E;
    color: white;
}

#together a:hover{
    border-color: #FFBB31;
    color: #FFBB31;
}

/* icones reseaux sociaux */

.icone:hover {
	color: white;
    border: none;
}



.icone:hover:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
    -o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

#submit:hover{
    background: #333333;
    color: white;
}

/****************theme*****************/

h2:before{
    background: #333333;
    border-radius: 1px;
}





#navigation figure{
    background: #333333;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

#navigation a{
    color: #333333;
}
#navigation.inverse a{
    color: white;
}

#navigation a:focus{
    background: none;
    outline:none;
    
}

#navigation li:before{
    background: #333333;
}
#navigation.inverse li:before{
    background: #FFBB31;
}

#navigation .navbar-toggle{
    background: #333333;
}
#navigation span.icon-bar{
    background: white;
}

.inverse{
    color: white;
    background: #333333;
    border-bottom: 2px solid black;
}


#landing{
    background: url('../img/landing_bg_v2.jpg') no-repeat center;
    background-size: cover;
    color: white;
}

#landing h3:after, #landing h3 span, h1 span{
    background: rgba(0, 0, 0, 0.7);
}


#conteneur{
    background: #111111;
}
#landing:before{
    color: white;
}

#about{
    background: url('../img/about_bg.jpg') no-repeat center;
    background-size: cover;
    color: white;
}
#about h2:before{
    background: white;
}

#trombine{
    border-radius: 50%;
    border: 5px solid #FFBB31;
    -moz-box-shadow: -6px 6px 6px #333333;
    -webkit-box-shadow: -6px 6px 6px #333333;
    box-shadow: -6px 6px 6px #333333;
}

#landing:after, #work:after, #about:after, #together:after{
    background: #333333;
}
#landing:after, #about:after, #together:after{
    border-top: #FFBB31 4px solid;
}
#work:after{
    border-bottom: #FFBB31 4px solid;
}

#work{
    background: url('../img/white_brick_wall_2X.jpg');
}

#work aside .panel{
    background: rgba(51, 51, 51, 0.6);
    color: white;
    border: 1px solid #333333;
}

#work aside .panel strong{
    color: #FFBB31;
}

#work div.infos{
    background: rgba(51, 51, 51, 0.6);
    background:linear-gradient(to bottom,
    #333333, #333333 5.2rem,
    rgba(51, 51, 51, 0.6) 5.2rem, rgba(51, 51, 51, 0.6) 26rem,
    #333333 26rem, #333333);
    border: 1px solid #333333;
    border-radius: 3px 3px 0 0;
    color: white;
    -webkit-box-shadow: #666666 2px 2px 2px;
    -moz-box-shadow: #666666 2px 2px 2px;
    box-shadow: #666666 2px 2px 2px;
}
#work article h3.titre:after{
    border-bottom: 2px solid #FFBB31;
}

#work article figure{
    color: black;
    border: 1px solid white;
}


#work article a.lien-actif{
    border-radius: 0 0 3px 3px;
    background: #FFBB31;
    color: #333333;
    border: 1px solid #333333;
    -webkit-box-shadow: #666666 2px 2px 2px;
    -moz-box-shadow: #666666 2px 2px 2px;
    box-shadow: #666666 2px 2px 2px;
}
#work article button.lien-inactif{
    border-radius: 0 0 3px 3px;
    background: #b0b0b0;
    color: black;
    border: 1px solid #333333;
    -webkit-box-shadow: #666666 2px 2px 2px;
    -moz-box-shadow: #666666 2px 2px 2px;
    box-shadow: #666666 2px 2px 2px;
}

#together{
    background-attachment: local;
    background-attachment: fixed;
    background: url('../img/ensemble_bg.jpg') no-repeat center;
    background-size: cover;
    color: white;
}

#contact{
    background: url('../img/pixel_weave_2X.jpg');
}

textarea{
    min-height: 4rem;
    max-height: 25rem;
}

.focus-custom:focus{
    border-color: #FFBB31;
    box-shadow: rgba(51, 51, 51, 0.6);
}

#contact .panel{
    background: rgba(51, 51, 51, 0.6);
}

#submit{
    background: #FFBB31;
}

.help-block.red{
    color: #c9302c;
    font-weight: 700;
    margin: 0 0 0.5rem;
}

footer{
    background: #333333;
    border-top: 4px solid #FFBB31;
    border-bottom: 2px solid black;
    color: white;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */
@media screen and (max-width: 320px) {
    #landing {
        background: url('../img/landing_bg_v2_xs_p.jpg') no-repeat center;
        background-size: cover;
    }
    #about {
        background: url('../img/about_bg_xs_p.jpg') no-repeat center;
        background-size: cover;
    }
    #together {
        background-attachment: local;
        background-attachment: fixed;
        background: url('../img/ensemble_bg_xs_p.jpg') no-repeat center ;
        background-size: cover;
    }
}

@media screen and (min-width: 320px) and (max-width: 480px){
    #landing {
        background: url('../img/landing_bg_v2_xs_l.jpg') no-repeat center;
        background-size: cover;
    }
    #about {
        background: url('../img/about_bg_xs_l.jpg') no-repeat center;
        background-size: cover;
    }
    #together {
        background-attachment: local;
        background-attachment: fixed;
        background: url('../img/ensemble_bg_xs_l.jpg') no-repeat center ;
        background-size: cover;
    }
}

@media screen and (max-width: 480px) {
    h1{
        font-size: 6.8rem;
    }
    h2{
        font-size: 5.5rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    #contact h2{
        font-size: 5rem;
    }

    h3{
        font-size: 2.6rem;
        font-weight: 300;
    }
    #landing article{
        padding-right: 1rem;
        padding-left: 1rem;
    }
    #landing a#callToAction{
        left: 45%;
    }
    #landing h3#top-limit:after{
        display: none;
    }


    #about article{
        padding-top: 1rem;
        padding-bottom: 1rem;
        margin-top: 2rem;
        background: rgba(0, 0, 0, 0.6);
    }
    #about article blockquote{
        font-size: 1.4rem;
        max-height: 10rem;
    }
    #work aside ul{
        min-height: 30rem;
    }
    #work article{
        padding: 0;
    }
    #work article p{
        font-size: 1.9rem;
    }
    #work article a, #work article button{
        font-size: 2.4rem;
    }
    #work article figure{
        width: 75%;
    }
    #work  figure img{
        height: 100%;
    }

    #together figure{
        height: 100%;
        padding: 0 6rem 2rem;
        bottom: 0;
        left: 0;
        margin: 0 auto;
    }
    #together figure img{
        max-height: 100%;
        margin: 0 auto;
    }
    #together div#responsive{
        min-height: 18rem;
    }
    #together a{
        margin-top: 2rem;
    }
    #together p{
        font-size: 1.6rem;
    }

    #zone-form{
        padding: 0;
    }
    #zone-form div.panel-body{
        padding-left: 0.6rem;
        padding-right: 0.6rem;
    }
}
@media screen and (min-width: 480px) and (max-width: 768px){
    #together figure{
        height: 100%;
        padding: 0 6rem 2rem;
        bottom: 0;
        left: 0;
        margin: 0 auto;
    }
    #together figure img{
        max-height: 100%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px){
    #together figure {
        bottom: -12.8rem;
        left: -3rem;
        margin: 0 auto;
    }
}

@media screen and (min-width: 480px) and (max-width: 929px){
    #landing {
        background: url('../img/landing_bg_v2_md.jpg') no-repeat center;
        background-size: cover;
    }


}

@media screen and (max-width: 768px) {

    #work aside ul{
         min-height: 15rem;
     }

    #work aside p, #work aside span{
        font-size: 1.8rem;
    }

    #work article{
        margin: 1.5rem 0;
    }

    #work article div.infos{
        min-height: 48rem;
    }
    #work article figure{
        margin-top: 1.6rem;
        height: 16rem;
    }
    #work article h3.titre{
        font-size: 3rem;
        margin: 2rem 0;
    }
    #work article p{

        padding: 2rem 3rem;
    }
    #work article a, #work article button{
        height: 4rem;
        line-height: 4rem;
    }
    #work article h3.titre:after{
        bottom: -2rem;
    }

    #work div.infos {
        background: linear-gradient(to bottom,
        #333333, #333333 9.6rem,
        rgba(51, 51, 51, 0.6) 9.6rem, rgba(51, 51, 51, 0.6) 46rem,
        #333333 46rem, #333333);
    }
}

@media screen and (max-width: 840px) {
    #conteneur{
        display: none;
    }

}

@media screen and (max-width: 929px) {

    .looper figure img{
        bottom: -180px;
    }
    #work aside ul{
        min-height: 25rem;
    }
}

@media screen and (min-width: 963px){
    #together figure{
        max-width: 44rem;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px){
    #work aside ul{
        min-height: 15rem;
    }
}

@media screen and (min-width: 1200px){
    #work aside ul{
        min-height: 20rem;
    }
}



@media screen and (min-width: 930px) and (max-width: 1164px){
    .looper figure img{
        bottom: -210px;
    }


}

@media screen and (max-width: 740px) {
   
    #navigation #navbar-collapse-1{
        padding: 0;
    }
    #navigation #main-nav{
        min-height: 20rem;
        width: 100%;
        
    }
    #navigation ul{
        margin: 2rem auto ;
        width: 80%;
        min-height: 24.2rem;
        text-align: center;
        background: #333333;
        border-radius: 3px;
        border: 1px solid #444444;
        position: relative;
    }
    #navigation ul a{
        color: white;
        width: 100%;
        height: 100%;
        line-height: 5rem;
        font-size: 2rem;
        border-radius: 3px;
    }
    #navigation a:hover{
        background: #444444;
}
    #navigation li{
        min-height: 6rem;
    }
    #navigation li:before{

        width: 50%;
        left: 25%;
        background:  #FFBB31;
        bottom: 4px;
    }
    

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]: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;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}