@charset "UTF-8";
/* CSS Document */



html {
	min-height: 100%;
	height: 100%;
}

body { 
	min-height: 100%;
	min-width: 100%;
	
	height: 100%;
	
	background: url("https://collateral.clapcatourne.fr/includes/ressources/a1bg.png") no-repeat center center fixed; 

	
	font-family: 'Verdana', sans-serif;

}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {  
  //CSS
  
html {
		min-height: 100%;
		height: 100%;
	
	}

	body { 
		min-height: 100%;
		min-width: 100%;
		
		height: 100%;
		
		background: url("https://collateral.clapcatourne.fr/includes/ressources/a1bg.png") no-repeat center center fixed; 
		
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		
		
		font-family: 'Verdana', sans-serif;

	}
        
               #arc {
            width: 205px;
            
            margin-top: 76px;
    
    }
        
        #arc ul {
                list-style-type: none;
                margin: 0;
                padding: 0;
                width: 200px;
                background-color: rgba(28, 40, 36, .45);
                
} 
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  //CSS
  
	html {
		min-height: 100%;
		height: 100%;
	}

	body { 
		min-height: 100%;
		min-width: 100%;
		
		height: 100%;
		
		background: url("https://collateral.clapcatourne.fr/includes/ressources/a1bg.png") no-repeat center center fixed; 
		
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		
		
		font-family: 'Verdana', sans-serif;

	}
        
               #arc {
            width: 205px;
            
            margin-top: 76px;
    
    }
        
        #arc ul {
                list-style-type: none;
                margin: 0;
                padding: 0;
                width: 200px;
                background-color: rgba(28, 40, 36, .45);
                
} 
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
  //CSS
  
	html {
		min-height: 100%;
		height: 100%;
	}

	body { 
		min-height: 100%;
		min-width: 100%;
		
		height: 100%;
		
		background: url("https://collateral.clapcatourne.fr/includes/ressources/a1bg.png") no-repeat center center fixed; 
		
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		
		
		font-family: 'Verdana', sans-serif;

	}
        
        #arc {
            width: 205px;
            
            margin-top: 76px;
    
    }
        
        #arc ul {
                list-style-type: none;
                margin: 0;
                padding: 0;
                width: 200px;
                background-color: rgba(28, 40, 36, .45);
                
}       

  
}




 .overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -99;
	background: url("");
	opacity: 0.5;
}

header {
	width: 575px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	background: url("https://collateral.clapcatourne.fr/includes/ressources/a1collateral.png") no-repeat;
}

#headerLP {
    margin-top: 75px;
    width: 600px;
    height: 315px;
    margin-left: auto;
    margin-right: auto;
}


#navigationbar {
	width: 740px;
	height: 60px;
	margin-top: 75px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
}

#rightnavbutt {
        width: 125px;
        height: 15px;
        padding: 5px;
        margin-right: auto;
        margin-left: auto;
        float: right;
        background: rgba(69,18,0,1);
        color: #FFF; 
    }

#rightnavbutt a {
        text-decoration: none;
        background: rgba(69,18,0,1);  
    }
    
#rightnavbutt  a:hover {
         text-decoration: underline;
         background: rgba(75, 20, 0, 1);
    }
    
#rightnavbutt a:visited {
        font-weight: bold;
        background: rgba(75, 20, 0, .5);
    }
    
#nav {
    margin-right: auto;
    margin-left: auto;
    margin-top: 23px;
    width: 600px;
    /* height: 200px; */
    font-size: 14px;
    }    
    
#nav li {
    display: inline;
    float: left;
    border-right: 1px solid #bbb;
}

#nav li:last-child {
    border-right: none;
}

#nav a {
    display: block;
    padding: 4px;
}

#nav ul {
    list-style-type: none;
    margin: 0;
    /* padding: 0; */
    overflow: hidden;
    background-color: rgba(69,18,0,1);
}


#nav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

#nav li a:hover {
    background-color: rgba(161, 40, 45, 1);

}


#nav .active {
    background-color: rgba(75, 20, 0, .5);
}


#arc {
    width: 205px;
    float: left;
    margin-top: 76px;
    
    }
    
#arc ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
    background-color: rgba(28, 40, 36, .45);
    position: fixed;
    overflow: auto;
}

#arc li {
    border-bottom: 1px solid #bbb;
    
    }

#arc li:last-child {
    border-bottom: none;
}        

#arc li a {
    display: block;
    color: #793a1e;
    padding: 8px 16px;
    text-decoration: none;
}

#arc li a.active {
    background-color: #4CAF50;
    color: white;
}

#arc li a:hover:not(.active) {
    background-color: rgba(33, 33, 33, .5);
    color: white;
}  

/* 
ul {
	list-style: none;
	display: inline-flex;
	margin-bottom: 2px;
	color: #FFF;
}

li {
	list-style-type: none;
	padding-top: 10px;
	width: 150px;
	height: 35px;
	border-radius: 5px 5px 0 0;
	background: rgba(51, 51, 51, .7);
	text-align: center;
	// ! padding-top: 2px;
	margin: 5px;
	color: #FFF;
}

li a {
	font-weight: lighter;
	color: rgba(255, 144, 38, .3);
	font-size: 15px;
	letter-spacing: 3px;
	text-decoration: none;
}

li a:hover {
	text-decoration: none;
	font-weight: bolder;
	color: rgba(255,144,38,.7);
}

li a:active {
	background: rgba(51, 51, 51, .3);
	color: rgba(255, 144, 38, .3);
}
*/

#content {
	width: 640px;
	min-height: 250px;
	height: auto;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	background: rgba(51,51,51, .7);
	color: #FFF;
	text-align: justify;
	margin-top: 6px;
}

#subscribeYT { 
    width: 570px;
    height: 50px;
    padding: 15px;
    margin-right:auto;
    margin-left:auto;
    text-align: center;    
    background: rgba(190,186,182, .75); 
    /* background: rgba(126, 112, 95, .75); */
    color: #FFF;

}

#subscribeYT a {
    color: #FFF;
    }


.g-ytsubscribe {
    color: #FFF;
    }
    
.yt-username a {
    color: #FFF;
}    


#contentLP {
    width: 570px;
    min-height: 250px;
    height: auto;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    background: rgba(51,51,51, .7);
    color: #FFF;
    text-align: justify;
    }
    
#contentLP h1 {
	text-align: center;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 48px;
}

#contentLP h2 {
	text-align: center;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 42px;
}

#contentLP h3 {
	text-align: center;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 36px;
}

#contentLP a {
	color:#CEC3B8;
	text-decoration: none;
}

#contentLP a:hover {
	font-weight: bold;
}


#content h1 {
	text-align: center;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 48px;
}

#content h2 {
	text-align: center;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 42px;
}

#content h3 {
	text-align: center;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 36px;
}

#content a {
	color:#CEC3B8;
	text-decoration: none;
}

#content a:hover {
	font-weight: bold;
}


#contentPress {
    width: 800px;
    min-height: 250px;
    height: auto;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    color: #FFF;
    text-align: justify;
    font-family: 'Raleway', sans-serif;
}

#contentPress .tech {
    font-variant: small-caps;
}

#contentPress .faq {
    font-variant: small-caps;
    font-weight: bold;
    color: rgba(222, 58, 23, .75)
}

#contentPress img { 
    max-width: 100%;
    width: 800px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

#contentPress h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 42px;
}

#contentPress h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    font-variant: small-caps;
}

#contentPress a {
    color: rgba(222, 58, 23, 1);
    text-decoration: none;
}

#contentPress a:hover {
    font-weight: bold;
}
	

footer {
	margin-top: 15px;
	width: 600px;
	height: 35px;
	/* background: rgba(51, 51, 51, .8); */
	margin-right: auto;
	margin-left: auto;
	color: rgba(255, 255, 255, .7);
	padding: 15px;
	color: #FFF;
	text-align: center;
}

footer .mail {
	font-size: 10px;
	font-family: 'Merriweather Sans', sans-serif;
	color: rgba(255, 255, 255, .55)
}

footer p {
	font-size: 11px;
}

footer a {
	text-decoration: none;
	color: #CEC3B8;
}

footer a:hover {
	font-weight: bold;
}



/* 

© Paul AGAT 11/2017 224747

*/

#maintenance {
	height: 200px;
	width: 800px;
	margin-left: auto;
	marin-right: auto;
	margin-top: 350px;
	font-size: 72px;
	color: white; 
	font-weight: bold;
	font-family: 'Verdana', sans-serif;
}


/*

		LOADER
		
*/


/*

.container,
.dot-container {
  position: relative;
  width: 100px;
  height: 100px;
}

.container {
  transform-origin: center;
  animation: anirotate 10s linear infinite;
}

.dot-container {
  position: absolute;
  border: 0px solid #32D588;
  border-radius: 50px;
}
.dot-container:nth-child(2) {
  transform: rotate(40deg);
}
.dot-container:nth-child(2) .dot {
  animation-delay: -0.5s;
}
.dot-container:nth-child(3) {
  transform: rotate(80deg);
}
.dot-container:nth-child(3) .dot {
  animation-delay: -1s;
}

.dot {
  position: absolute;
  height: 10px;
  width: 10px;
  background: #32D588;
  border-radius: 5px;
  transform: translate(0, 0);
}
.dot:nth-child(1) {
  top: 0;
  left: calc(50% - 5px);
  animation: ani1 2s infinite;
}
.dot:nth-child(2) {
  bottom: calc(28% - 5px);
  left: calc(11% - 5px);
  animation: ani2 2s infinite;
}
.dot:nth-child(3) {
  bottom: calc(28% - 5px);
  right: calc(11% - 5px);
  animation: ani3 2s infinite;
}

[hidden] {
  display: none;
}

@keyframes anirotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-359deg);
  }
}

@keyframes ani1 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-40px, 67px);
  }
}

@keyframes ani2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(77px, 0);
  }
}

@keyframes ani3 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-39px, -67px);
  }
}

*/



/* MAILCHIMP EMBED */

#mc_embed_signup form {text-align:center; padding:10px 0 10px 0;}
.mc-field-group { display: inline-block; } /* positions input field horizontally */
#mc_embed_signup input.email {font-family:"Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif; font-size: 15px; border: 1px solid #ABB0B2;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; color: #343434; background-color: #fff; box-sizing:border-box; height:32px; padding: 0px 0.4em; display: inline-block; margin: 0; width:350px; vertical-align:top;}
#mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
#mc_embed_signup .clear {display: inline-block;} /* positions button horizontally in line with input */
#mc_embed_signup .button {font-size: 13px; border: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; letter-spacing: .03em; color: #fff; background-color: #aaa; box-sizing:border-box; height:32px; line-height:32px; padding:0 18px; display: inline-block; margin: 0; transition: all 0.23s ease-in-out 0s;}
#mc_embed_signup .button:hover {background-color:#777; cursor:pointer;}
#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}
@media (max-width: 768px) {
    #mc_embed_signup input.email {width:100%; margin-bottom:5px;}
    #mc_embed_signup .clear {display: block; width: 100% }
    #mc_embed_signup .button {width: 100%; margin:0; }
}

/* END OF MAILCHIMP */

