@charset "utf-8";
/* CSS Document */
label{
    color: #F15F22;
    text-indent: 8px;
    border-bottom: thin solid #F15F22;
    padding-right: 8px;
}

iframe {
	border: none;
	}

h1, h2, h3, h4, h5{
	font-family: industry-inc-base, sans-serif;
	font-weight: 400;
	font-style: normal;
}
[onClick] {
	cursor: pointer;
}
a {color:#f15f22}
a:hover {
    color: #6bbd45;
    text-decoration: none;
}
.moca-thumbail img{
	width: 150px;
	height: 150px;
	object-fit: cover;
	padding: 5px;
}
.moca-form {width:250px;}
.moca-form.custom-file-input{
	height: 275px;
	cursor: pointer;
	}
.moca-form.custom-file-label {
    border-radius : 5px 5px 0 0;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    cursor: pointer;
}
.moca-form.custom-file-label::after{
	border-radius: 0 5px 0 0;
	color: white;
	background-color: rgba(0,81,117,1.00);
	content : '\1F4C2';
}
.moca-form img{
	height: 250px;
	border:1px solid rgba(206, 212, 218 ,1);
	position: relative;
	top :-240px;
	width: 100%;
	object-fit: contain;
	background-color: white;
	padding: 15px;
	border-radius : 0 0 5px 5px;
	}

.abon.card {
	border-radius: 10px;
	border: 0px;
	min-width: 250px;
	margin: 20px auto;
	padding: 10px 10px;
	background-color: transparent;
	transition: transform 0.1s, box-shadow 0.1s, background-color 0.3s;
}
.abon.card:hover{
	background-color: rgba(0,81,117,0.5);
	box-shadow: 0 0 30px 0;
	transform :scale(1.05);
	transition: transform 0.2s ease-in, box-shadow 0.2s ease-in, background-color 0.5s ease-out;
	z-index : 1010;
	}
.abon.card-header {
    background-color: white;
    border: 0px;
    color: rgba(241,95,34,1.00);
	padding: 30px 0 5px 0;
}
.abon.card-body{
	background-color: rgba(255,255,255,0.2);
	color: white;
}
.abon.card-footer {
	background-color: white;
}
.abon button {
	padding: 10px 20px;
    background-color: transparent;
    border-radius : 25px;
	border : 1px solid rgba(0,81,117,1.00);
    color: rgba(0,81,117,1.00);
}
.abon button:hover {
	color: white;
	background-color: rgba(0,81,117,1.00);
}

.moca-bg1 { background-color: #005175;}
.moca-col1 { color: #005175;}
.moca-bg2 {
    background-color: #EEEDE8;
    border-top-left-radius: 43px 0px;
}
.moca-col2 { color: #F0EEDD;}
.moca-icone1 {
    margin: auto;
    border-radius: 200px;
    border-width: 0px 7px 7px;
    border-style: none;
}
.line {
	height: 3px;
	border-radius: 2px;
	display: inline-block;
	margin: 1em 0;
}

.moca-bg3 { background-color: #F15F22;}
.moca-col3 { color: #F15F22;}
.moca-bg4 { background-color: #6BBD45;}
.moca-bg5 { background-color: white;}
#contact-moca {
    position: absolute;
    transform: translate(-50%, 0%);
    border-radius: 50%;
    width: 180%;
	max-width: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,1.00);
    padding-top: 10px;
    left: 0px;
}



.moca-col4 { color: #6BBD45;}
.moca-bg-dl1 {
    background-image: -webkit-linear-gradient(0deg,rgba(0,53,74,1.00) 0%,rgba(0,81,117,1.00) 34.25%,rgba(0,81,117,1.00) 66.94%,rgba(0,43,60,1.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(0,53,74,1.00) 0%,rgba(0,81,117,1.00) 34.25%,rgba(0,81,117,1.00) 66.94%,rgba(0,43,60,1.00) 100%);
    background-image: -o-linear-gradient(0deg,rgba(0,53,74,1.00) 0%,rgba(0,81,117,1.00) 34.25%,rgba(0,81,117,1.00) 66.94%,rgba(0,43,60,1.00) 100%);
    background-image: linear-gradient(90deg,rgba(0,53,74,1.00) 0%,rgba(0,81,117,1.00) 34.25%,rgba(0,81,117,1.00) 66.94%,rgba(0,43,60,1.00) 100%);
    border-top-left-radius: 0px;
} 
.moca-encg {
    content: url('../images/accol_L.png');
	height: 100%;
	}
.moca-encd {
    content: url('../images/accol_R.png');
	height: 100%;
	}
.moca-box1 {
    -webkit-box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.41);
    box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.41);
    border-radius: 8px;
}

.moca-btn {
	cursor: pointer;
}
.moca-btn1 {
    padding-top: 7px;
    padding-right: 20px;
    padding-bottom: 7px;
    padding-left: 20px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid rgba(170,180,185,0.5);
    font-weight: bold;
	cursor: pointer;
}
.moca-btn2 {
	padding-right: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
    text-align: center;
    font-weight: bold;
    border-radius:100px;
	border: 1px solid rgba(170,180,185,0.5);
	transition: padding-left 0.5s ease, padding-right 0.5s ease;
	cursor: pointer;
}
.moca-btn2:hover{
    padding-left: 70px;
    padding-right: 70px;
    -webkit-box-shadow: inset 0px 0px 10px 5px rgba(255,255,255,0.48);
    box-shadow: inset 0px 0px 10px 5px rgba(255,255,255,0.48);
	}
h2.moca-titl1 {
    color: rgba(241,95,34,1.00);
    margin-left: 50px;
    line-height: 22px;
    text-align: left;
	text-transform: uppercase;
}
.moca-dots:before {
	content: '\2022\2022\2022';
	padding: 20px;
	font-size: 2em;
}
.moca-arrow-r:before {
	content: '\25B8';
	padding: 20px;
	font-size: 2em;
}
.moca-arrow-l:before {
	content: '\25C2';
	padding: 20px;
	font-size: 2em;
}


.moca-titl2 {
    margin-left: 5px;
	color: #005175;
/*  text-transform:uppercase;  */
}
h2.moca-titl1:before {
    content: '';
	padding-bottom: 40px;
	padding-right: 80px ;
	background-image: url("../images/logo_moca2.png");
	background-size: contain;
	background-repeat: no-repeat;
    padding-left: 15px;
}
.moca-titl2:before {
    content: '';
	padding: 5px 30px 0 0;
	background-image: url("../images/Composant5.png");
	background-size: contain;
	background-repeat: no-repeat;
    }
h3.moca-titl1{
	margin-left: 145px;
}


#bandeau {background-color: rgb(0,81,117); color: rgb(240,238,221);vertical-align: text-top;}
#bandeau img {
    width: 25px;
    height: 25px;
}
#bandeau span {}
#bandeau i {vertical-align: bottom;}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
.material-icons.md-48 { font-size: 48px; }
.material-icons.maxi {
    font-size: 100px;
}

.wrapper{
    width: 350px;
    padding: 20px;
    border-radius: 10px;
    border: thin solid #000000;
    position: relative;
    top: 50%;
    transform: translateY(-55%);
    -webkit-box-shadow: 0px 0px 21px 4px;
    box-shadow: 0px 0px 21px 4px;
	}
html , body{
    font-family: interstate, sans-serif;
    font-weight: 400;
    font-style: normal;
	}
.bkgHeader {
	height: 200px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: contain;
	}
#presentation{
	background-image: url('../images/im_mocaPresentation.jpg');
}


/* IE default model-viewer progress bar */
.progress-bar{
	background-color: rgba(0,0,0,0);
}



/* width */
::-webkit-scrollbar {width: 7px;}
/* Track */
::-webkit-scrollbar-track {box-shadow: inset 0 0 2px grey; border-radius: 2px;}
/* Handle */
::-webkit-scrollbar-thumb {background: #cccccc; border-radius: 2px;}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {background: #999999;}



@media (max-width: 767.98px){
	
#bandeau span {display: none;}
.wrapper{width: auto}	
h1{font-size: 200%;}
h2{font-size: 130%;}
h3{font-size: 110%;}
h4{font-size: 110%;}
h5{font-size: 100%;}
.material-icons.maxi {font-size: 80px;}
#contact-moca {
    transform: translate(0%, -50%);
    width: 150px;
  	padding-top:5px;
}
#presentation{
	background-image: url('../images/im_mocaPresentation2.jpg');
}
.moca-titl2:before {
    padding: 5px 15px 0 0;
	}
}
