@import "fonts.css";

html, body{
    width: 1920px;
    height: 1080px;
    margin: 0;
    line-height: inherit;
}

p{
    margin: 0;
}

 /*** HOME ***/

.content-home{
    width: 100%;
    height: 100%;
    background: url("../images/back-accueil.jpg") no-repeat 100% 100%;
    /*background: url("../images/back-topic-test.jpg") no-repeat 100% 100%;*/
}

.content-home-grey{
    width: 100%;
    height: 100%;
    background: url("../images/back-accueil-grey.jpg") no-repeat 100% 100%;
}

.content-home .archive-title{
    font-family: 'ArchivesProMini';
    position: absolute;
    text-transform: uppercase;
    line-height: 2.15;
    letter-spacing: 1.4px;
    font-size: 0.8em;
    top: 51px;
    left: 92px;
    color: #ffffff;
}

.content-home .titles, .container-warning .titles{
    font-family: 'MotterFactum-Book';
	width: 100%;
	text-align: center;
	margin-top: 50px;
    /*position: absolute;
    bottom: 82px;
	left: 0px;*/
    /*top: 880px;*/
	/*margin-left: 111px;*/
}

.content-home .titles a, .content-home .titles a:hover, .content-home .titles a:focus, .content-home .titles a:active, .container-warning .titles a, .container-warning .titles a:hover, .container-warning .titles a:focus, .container-warning .titles a:active{
    color: #000000;
    text-decoration: none;
}

.content-home .titles .title, .container-warning .titles .title{
    display: inline-block;
    width: 325px;
    /*border: 1px solid red;*/
    
    height: 152px;
    position: relative;
    background: url("../images/fond_title_1.png") no-repeat 100% 100%;
}

.content-home .titles .title-2, .content-home .titles .title-3, .content-home .titles .title-4, .container-warning .titles .title-2, .container-warning .titles .title-3, .container-warning .titles .title-4{
	margin-left: 142px;
}

.content-home .titles .title-2, .container-warning .titles .title-2{
    background: url("../images/fond_title_2.png") no-repeat 100% 100%;
}

.content-home .titles .title-3, .container-warning .titles .title-3{
    background: url("../images/fond_title_3.png") no-repeat 100% 100%;
}

.content-home .titles .title-4, .container-warning .titles .title-4{
    background: url("../images/fond_title_4.png") no-repeat 100% 100%;
}

.content-home .titles .title p, .container-warning .titles .title p{
    margin: 0;
    font-size: 2.3em;
    text-align: center;
    /*width: 55%;*/
    padding: 11% 22%;
    /*color: white;*/
    letter-spacing: -0.4px;
    position: absolute;
}

.content-home .titles .title-2 p{
    padding: 17.5% 7.5%;
}

.content-home .titles .title-3 p{
    padding: 11% 23%;
}

.content-home .titles .title-4 p, .container-warning .titles .title-4 p{
    padding: 11% 21%;
    white-space: pre;
}

.content-home .box-pictures{
    position: absolute;
    width: 820px;
    height: 630px;
    top: 70px;
    left: 550px;
    visibility: hidden;
}

.content-home .box-pictures img{
    max-width: 150px;
    max-height: 150px;
    position: absolute;
    margin: auto;
    text-align: center;
    top: 150px;
    left: 350px;
}

/*.content-home .box-pictures div img{*/
    /*max-width: 100%;*/
    /*max-height: 100%;*/
/*}*/

.content-home .loader{
    position: absolute;
    left: 50%;
    top: 50%;
    background: url("../images/spinner.gif") no-repeat;
    transform: translateX(-50%) translateY(-50%);
    width: 100px;
    height: 100px;
    background-size: contain;
}

 /*** TOPIC ***/

.container-topic{
    position: relative;
    background: url("../images/fond-topic-1.png") no-repeat 100% 100%;
    width: 100%;
    height: 100%;
}

.container-topic-2{
    background: url("../images/fond-topic-2.png") no-repeat 100% 100%;
}

.container-topic-3{
    background: url("../images/fond-topic-3.png") no-repeat 100% 100%;
}

.container-topic-4{
    background: url("../images/fond-topic-4.png") no-repeat 100% 100%;
}

.container-topic a{
    text-decoration: none;
    color: black;
}

.container-topic .title-topic{
    position: absolute;
    top: 115px;
    font-size: 3.2em;
    font-family: 'MotterFactum-Regular';
    width: 293px;
    left: 214px;
}

.container-topic-2 .title-topic{
    width: auto;
    left: 121px;
    top: 147px;
}

.container-topic-3 .title-topic{
    width: 270px;
    left: 197px;
    top: 116px;
    text-align: center;
}

.container-topic-4 .title-topic{
    width: auto;
    left: 184px;
    top: 55px;
    text-align: center;
    white-space: pre-line;
}

.container-topic .content-topic{
    display: inline-block;
    position: absolute;
    left: 30%;
    top: 28.2%;
    font-size: 3em;
    font-family: 'MotterFactum-Book';
    color: #000000;
}

.container-topic-2 .content-topic{
    left: 30.5%;
}

.container-topic .content-topic .list-topic{
    list-style-type: none;
    padding-left: 0;
    margin-top: 1em;
}

.container-topic .content-topic .list-topic li{
    margin-bottom: 0.5em;
}

.container-topic .content-topic .list-topic li span{
    margin-right: 11px;
}

.container-topic .content-topic ul.list-subtopic{
    font-size: 0.8em;
    margin-top: 0.2em;
    padding-left: 66px;
    list-style-type: none;
    white-space: pre-line;
}

.container-topic-3 .content-topic ul.list-subtopic, .container-topic-4 .content-topic ul.list-subtopic{
    margin-top: 0.3em;
}

.container-topic .content-topic ul.list-subtopic li{
    letter-spacing: -0.6px;
    margin-bottom: 11px;
    font-family: 'MotterFactum-Light';
}

.container-topic-3 .content-topic ul.list-subtopic li{
    margin-bottom: 0.325em;
}

.container-topic img{
    position: absolute;
    right: 0;
    bottom: 0;
}

.container-topic .legend-soldat{
    font-family: 'MotterFactum-Book';
    transform: rotateZ(90deg);
    position: absolute;
    bottom: 205px;
    right: -145px;
    font-size: 0.65em;
    color: black;
    letter-spacing: 0.2px;
}

    /*** Slider ***/

.container-topic-slider{
    position: relative;
    width: 100%;
    height: 100%;
    background: url("../images/fond-slider-1.png") no-repeat 100% 100%;
}

.container-topic-2-slider{
    background: url("../images/fond-slider-2.png") no-repeat 100% 100%;
}

.container-topic-3-slider{
    background: url("../images/fond-slider-3.png") no-repeat 100% 100%;
}

.container-topic-4-slider{
    background: url("../images/fond-slider-4.png") no-repeat 100% 100%;
}

.container-topic-slider .title-topic{
    padding: 50px;
}

.container-topic-slider .title-topic p{
    font-size: 2em;
    font-family: 'MotterFactum-Regular';
}

.content-slider{
    height: 850px;
    width: 1500px;
    margin: auto;
    float: inherit;
    overflow: hidden;
}

.content-slider .bx-wrapper{
    background: transparent;
    border: transparent;
    box-shadow: none;
    margin: 0;
}

.spinner-slider{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.container-topic-slider .bx-wrapper .bx-loading, .container-topic-slider .spinner-1  {
    background: url('../images/spinner-slider-1.gif') center center no-repeat;
}

.container-topic-2-slider .bx-wrapper .bx-loading, .container-topic-slider .spinner-2 {
    background: url('../images/spinner-slider-2.gif') center center no-repeat;
}

.container-topic-3-slider .bx-wrapper .bx-loading, .container-topic-slider .spinner-3 {
    background: url('../images/spinner-slider-3.gif') center center no-repeat;
}
.container-topic-4-slider .bx-wrapper .bx-loading, .container-topic-slider .spinner-4 {
    background: url('../images/spinner-slider-4.gif') center center no-repeat;
}

.content-slider .bx-wrapper, .content-slider .bx-viewport, .content-slider .bx-viewport div, .content-slider .bx-viewport ul, .content-slider .bx-viewport ul li{
    height: 100% !important;
}

.content-slider .bx-viewport ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.slider-pictures{
    visibility: hidden;
}

.content-slider .bx-wrapper .bx-caption{
    background: transparent;
    height: auto !important;
    margin: auto;
    line-height: 1.2;
    z-index: 4;
    width: 100%;
    position: relative;
    text-align: center;
	padding-top: 5px;
}

.content-slider .bx-wrapper .bx-caption span {
    padding: 0;
    font-family: 'MotterFactum-Regular';
    font-size: 1.5rem;
    letter-spacing: 1.4px;
    width: 90%;
    color: #000000;
    margin: auto;
}

.content-slider div.zoomHolder{
    height: 83.5% !important;
    width: 100%;
    position: relative !important;
    /*text-align: center;*/
}

.content-slider .bx-wrapper img{
    width: auto !important;
    position: relative !important;
    height: 100%;
    -webkit-user-drag: auto !important;
    margin: auto;
}

.content-slider .bx-wrapper .picture-slide{
    margin-top: 0;
    position: relative;
    padding-left: 0;
    height: 850px !important;
    /*line-height: 720px;*/
    /*text-align: center;*/
    /*width: auto !important;*/
}

.bx-wrapper .bx-controls-direction a{
    width: 45px;
    height: 98px;
    text-indent: 0;
    z-index: 4;
    font-size: 5em;
    font-family: 'MotterFactum-Regular';
    text-decoration: none;
    color: #000000;
}

.bx-wrapper .bx-prev{
    left: -55px;
    background: none;
}

.bx-wrapper .bx-next{
    right: -55px;
    background: none;
}

.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
    background-position: 0;
}

.btn-thanks{
    position: absolute;
    right: 50px;
    bottom: 50px;
    border: none;
    background: none;
    font-family: 'MotterFactum';
    font-size: 0.95em;
    cursor: pointer;
    outline: none;
	background: url('../images/thanks.svg') no-repeat;
	background-size: 62px 66px;
	width: 62px;
	height: 66px;
	text-transform: capitalize;
}

.btn-thanks:focus{
    outline: none;
}

#thanksModal{
    max-width: 1920px;
    max-height: 1080px;
    padding: 0 !important;
    border: none;
    z-index: 1050;
    overflow: hidden;
}

#thanksModal .modal-dialog{
    margin: 0;
    max-width: 100%;
    height: 100%;
}

#thanksModal .modal-dialog .modal-content{
    border-radius: 0;
    width: 100%;
    height: 100%;
}

#thanksModal .modal-dialog .modal-content .modal-title{
    display: none;
}

#thanksModal .modal-dialog .modal-content button.close{
    position: absolute;
    bottom: 50px;
    right: 50px;
    display: inline-block;
    line-height: 1;
    font-size: 4em;
    font-family: 'MotterFactum-Regular';
    width: 50px;
    height: 50px;
    top: inherit;
    font-weight: inherit;
    color: #ffffff;
    outline: none;
}

#thanksModal .modal-dialog .modal-content button.close:focus{
    outline: none;
}


 /*** Btns back home ***/

.btns-home{
    position: absolute;
    left: 50px;
    bottom: 35px;
}

.btns-home a.back{
    display: inline-block;
    position: relative;
    text-decoration: none;
    width: 46px;
    height: 46px;
    margin-right: 25px;
}

.btns-home a.home{
    display: inline-block;
    position: relative;
    text-decoration: none;
    width: 50px;
    height: 50px;
}


.btns-home .btn-back{
    background: url("../images/back.png") no-repeat;
    width: 46px;
    height: 46px;
    border: none;
    padding: 0;
}

.btns-home .btn-home{
    background: url("../images/bouton-home.png") no-repeat;
    width: 46px;
    height: 50px;
    border: none;
    padding: 0;
}

 /*** Thanks ***/

.container-thanks{
    background-color: #0098d9;
    width: 1920px;
    height: 1080px;
    overflow: hidden
}

.container-thanks img{
    position: relative;
    visibility: hidden;
}

/*** Warning ***/

.container-warning{
    width: 100%;
    height: 100%;
    background: url("../images/back-warning.jpg") no-repeat 100% 100%;
    /*background: url("../images/back-warning-test.jpg") no-repeat 100% 100%;*/
    padding: 83px 91px 83px 89px;
}

.container-warning .title_warning{
    font-family: "MotterFactum-Regular";
    color: #E9BB62;
    font-size: 3.7em;
    line-height: 1;
    letter-spacing: 0.4px;
}

.container-warning .subtitle_warning{
    color: #000000;
    font-family: "MotterFactum-Regular";
    font-size: 3.6em;
    line-height: 1;
    letter-spacing: -0.8px;
    margin-bottom: 58px;
}

.container-warning p{
    color: #000000;
    font-family: "MotterFactum-Book";
    font-size: 2.1em;
    margin-top: 34px;
    letter-spacing: -0.3px;
    text-align: justify;
}

.container-warning .titles .title{
    width: 324px;
    height: 153px;
	display: inline-block;
}

.container-warning .titles .title-2, .container-warning .titles .title-3, .container-warning .titles .title-4{
    /*margin-left: 34px;*/
}

.container-warning .warning{
    color: #000000;
    font-family: "MotterFactum-Medium";
    text-align: right;
    margin-top: 16px;
    margin-right: 7px;
}

.container-warning .warning p{
    font-family: "MotterFactum-Book";
    text-align: right;
    font-size: 1.05em;
    margin-top: 6px;
    letter-spacing: 0px;
}