*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	color: #FFF;
	background-repeat:repeat;
	background-color:#1E1E1E;
	background-repeat:repeat;
	margin-top: 4em;

}

a {
	text-decoration:none;
	-webkit-transition-duration:0.4s;
	-moz-transition-duration:0.4s;
	-o-transition-duration:0.4s;
	transition-duration:0.4s;
	-webkit-transition-property:background-color, color;
	-moz-transition-property:background-color, color;
	-o-transition-property:background-color, color;
	transition-property:background-color, color;
	-webkit-transition-timing-function:linear, ease-out;
	-moz-transition-timing-function:linear, ease-out;
	-o-transition-timing-function:linear, ease-out;
	transition-timing-function:linear, ease-out;	
}

.both {
	clear:both;
}

img {
    margin:0px;
	width:auto;
	height:auto;
}

.animation {
	-webkit-transition-duration:0.4s;
	-moz-transition-duration:0.4s;
	-o-transition-duration:0.4s;
	transition-duration:0.4s;
	-webkit-transition-property:background-color, color, height, opacity;
	-moz-transition-property:background-color, color, height, opacity;
	-o-transition-property:background-color, color, height, opacity;
	transition-property:background-color, color, height, opacity;
	-webkit-transition-timing-function:linear, ease-out;
	-moz-transition-timing-function:linear, ease-out;
	-o-transition-timing-function:linear, ease-out;
	transition-timing-function:linear, ease-out;
}

#logo {
	
	background-image: url("../images/logo-com-crea-transition.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 148px;
    margin-bottom: 20px;
    width: 100%;
	
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4em;
    padding: 3px 0 0 0;
    background: #354ca3;
    background: rgba(0, 0, 0, 1);
    color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    overflow: visible;
    z-index: 2;
	-moz-box-shadow: 0px 0px 10px 0px #000;
	-webkit-box-shadow: 0px 0px 10px 0px #000;
	-o-box-shadow: 0px 0px 10px 0px #000;
	box-shadow: 0px 0px 10px 0px #000;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#000, Direction=180, Strength=10);
}

nav h1 {
	float:left;
	margin-left:40px;
	margin-top:7px;
	margin-bottom:0px;
	background-image:url(../images/logo-ccomcrea-mini.png);
	background-repeat:no-repeat;
	text-indent: 0px;
	font-size:12px;
	height:49px;
	width:262px;
	padding-left:60px;
}

/* Responsive styles */

#SECTEUR, #REALISATIONS, #communication {
	margin-left:auto;
	margin-right:auto;
	background-image: -webkit-gradient(
	linear,
	right top,
	left top,
	color-stop(0, #810047),
	color-stop(0.5, #E5007E),
	color-stop(1, #810047));
	background-image: -o-linear-gradient(left, #810047 0%, #E5007E 50%, #810047 100%);
	background-image: -moz-linear-gradient(left, #810047 0%, #E5007E 50%, #810047 100%);
	background-image: -webkit-linear-gradient(left, #810047 0%, #E5007E 50%, #810047 100%);
	background-image: -ms-linear-gradient(left, #810047 0%, #E5007E 50%, #810047 100%);
	background-image: linear-gradient(to left, #810047 0%, #E5007E 50%, #810047 100%);
	border-top: #E5007E 10px solid;
	border-bottom: #E5007E 10px solid;
	
}

#ACTUALITES, #AGENCE-TEAM, #SECTEUR, #REALISATIONS, #PAGE {
	padding: 40px;
}

#SECTEUR article   {
	width: 100%;
	border:0px #000 solid;
	text-align:center;
	padding-top:20px;
	margin-bottom:20px;
	border-radius: 8px 8px 8px 8px;
}

#SECTEUR article:hover   {
	background: rgba(0, 0, 0, 0.2);
	
}

#SECTEUR article .rond {
	width: 300px;
    height: 300px;
	margin-left:auto;
	margin-right:auto;
    -webkit-border-radius:200px;
    -moz-border-radius:200px;
    border-radius:200px;
	border:10px #000 solid;
	text-align:center;
	opacity:1;
}

#SECTEUR article .rond.rond-com {
	background-image:url('../images/img-com-300.png');
	background-position: center;
}

#SECTEUR article .rond.rond-marketing {
	background-image:url('../images/img-marketing-300.png');
	background-position: center;
}

#SECTEUR article .rond.rond-impr {
	background-image:url('../images/img-impression-300.png');
	background-position: center;
}

#SECTEUR article .rond.rond-form {
	background-image:url('../images/img-formation-300.png');
	background-position: center;
}

#SECTEUR article .rond:hover {
	opacity:0.8;
}


#SECTEUR article h3 {
	font-size:25px;
	text-transform: uppercase;
	margin-bottom: 10px;
    margin-top: 20px;
	text-align:center;
}

#SECTEUR article p {
	font-size:16px;
	text-transform: none;
	margin-bottom: 10px;
    margin-top: 0px;
	text-align: left;
	padding:10px;
	min-height:120px;
}

#SECTEUR article a {
	color: #FFF;
}

.bouton-plus {
	background: rgba(0, 0, 0, 0.5);
	color: #FFF;
	width:100%;
	display: block;
	height:50px;
	line-height:50px;
	font-size:20px;
	border-radius: 8px 8px 8px 8px;
}

.bouton-plus:hover {
	background: rgba(0, 0, 0, 1);
}







#PAGE {
	max-width : 1120px;
	margin : 0 auto;
}

#PAGE .img-body {
	text-align: center;	
	width:100%;
	margin-left:20px;
	float:right;
	border : 10px solid #FFF;
	margin-bottom:20px;
	border-radius: 8px 8px 8px 8px;
}


#PAGE .img-form {
	padding:10px;
	background-color: #FFF;
	margin-left:0.5%;
	margin-right:0.5%;
	text-align: center;
	margin-top:20px;
	width:49%;
	border-radius: 8px 8px 8px 8px;
}


#PAGE h2 {
	font-size:30px;
	text-transform: uppercase;
}

#PAGE a {
	color:#FFEE00;
	border-bottom:1px #FFF dashed;
}

#PAGE ul {
	list-style:none;
}

#PAGE ul li {
	font-size:17px;
	line-height:2em;
}

#PAGE ul li:before {
	font-family: "Ionicons";
	content:"\f2d5";
	margin-right:10px;
}

#PAGE .col {
	border-radius: 8px 8px 8px 8px;
	width: 99%;
	min-height:100%;
	float: left;
	margin-left:0.5%;
	margin-right:0.5%;
	margin-bottom:10px;
	padding:20px;
	background: rgba(0, 0, 0, 0.5);
}

#PAGE .col:hover {
	background: rgba(0, 0, 0, 1);
}







#AGENCE-TEAM .colonnes article .rond {
	width: 170px;
    height: 170px;
	margin-left:auto;
	margin-right:auto;
    -webkit-border-radius:300px;
    -moz-border-radius:300px;
    border-radius:30px;
	border:10px #000 solid;
	text-align:center;
	opacity:1;
}






#AGENCE-TEAM .colonnes article .rond:hover {
	opacity:0.5;
	position: center;
} 

#AGENCE-TEAM .colonnes article h3 {
	font-size:25px;
	text-transform: uppercase;
	margin-bottom: 5px;
    margin-top: 20px;
	text-align:center;
}

#AGENCE-TEAM .colonnes article p {
	font-size:14px;
	text-transform: none;
	margin-bottom: 20px;
    margin-top: 20px;
	text-align: left;
	padding:10px;
}

#AGENCE-TEAM .colonnes a {
	color:#e5007e;
	border-bottom:1px #FFF dashed;
}

#AGENCE-TEAM .colonnes article span {
	text-align:center;
	width:100%;
	display:block;
}

#AGENCE-TEAM .colonnes article {
    float: left;
    margin-bottom: 40px;
    width: 100%;
}

#AGENCE-TEAM .colonnes {
	float:left;
	width:100%;
}

#AGENCE-TEAM .colonnes p  {
	font-size:14px;
}

footer {
	background-color:#333;
}

footer section {
	float:none;
	width: 100%;
	padding-top:40px;
	padding-bottom:40px;
}

footer section h3 {
	margin-bottom:40px;
	margin-top:0px;
	margin-left:50px;
	font-size:20px;
	text-transform: uppercase;
	text-align:center;
}

footer .copyrite {
	color:#FFF;
	background-color: #000;
	height:auto;
	line-height:50px;
	font-size:13px;
	text-transform: uppercase;
	margin-top:0px;
	text-align:center;
}

footer .copyrite a {
	color:#FFF;
	border-bottom:1px #e5007e dashed;
}

footer .copyrite a:hover {
	color:#e5007e;
}

footer .liens {
	text-align:center;
	width:100%;
	background-color:#1e1e1e;
	padding-top:2px;
	padding-bottom:2px;
	color:#6b6b6b;
}

footer .liens li {
	display: inline-block;
}

footer .liens li a {
	color: #6B6B6B;
}

footer .localisation {
	background-image:url(../images/albi-nb.png);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	min-height:400px;
	border-radius: 8px 8px 8px 8px;
}

footer .localisation address {
	font-size:25px;
	text-align: center;
	padding-top: 15px;
	line-height:37px;
	color:#000;
	font-variant:normal;
}


#REALISATIONS #owl-rea .item  {
	background: rgba(0, 0, 0, 0.5);
	padding:10px;
	border-radius: 8px 8px 8px 8px;
}

#REALISATIONS #owl-rea .item:hover  {
	background: rgba(0, 0, 0, 1);
}

#REALISATIONS #owl-rea.owl-carousel.owl-theme.owl-loaded div.owl-controls {
	margin-top:10px;
}

#REALISATIONS #owl-rea .item .info  {
	padding: 10px;
	color:#FFF;
}

#REALISATIONS #owl-rea .item .info h3  {
	margin-top: 0px; 
	margin-bottom: 10px;
}

#REALISATIONS #owl-rea .item .info p  {
	margin-top: 0px; 
	margin-bottom: 0px;
	font-size:13px;
}

.portfolioFilter  { 
   margin-bottom: 10px; 
}




/**************************************************************/
/************************** CONTACT *******************/
/**************************************************************/
#contact {
	width: auto;
	margin-left:40px;
	margin-right:40px;
}

#contact p {
	margin-bottom: 0px;
	margin-top: 10px;
}

/* fieldset , legend */

/* Input */
#contact input, #contact select {
	color:#ccc;
	margin-left:0px;
	width: 100%;
	height:25px;
	font-size:15px;
	border: none;
	padding-left:10px;
	padding-right:10px;
	background-color:#3A3A3A;
	background-repeat:repeat-x;
	border-radius: 8px 8px 8px 8px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}

#contact #nom, #contact #prenom {
	width: 49.5%;
}

#contact #nom {
	margin-right:0.5%;
}

#contact #prenom {
	margin-left:0.5%;
}

#contact input:hover, #contact select:hover, #contact input:focus, #contact select:focus {
	background-color: #e5007e;
	color:#FFF;
	background-image: none;
	border-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(0, 0, 0, 0.3);
    outline: 0 none;
}
#contact textarea, #contact select {
	background-color:#3A3A3A;
	color:#ccc;
	width: 100%;
	height:150px;
	border: none;
	font-size:15px;
	padding-left:10px;
	padding-right:10px;
	background-repeat:repeat-x;
	border-radius: 8px 8px 8px 8px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}

#contact textarea {
	resize: none;
}
#contact textarea:hover, #contact select:hover, #contact input:focus, #contact select:focus {
	background-color: #e5007e;
	color:#FFF;
	background-image: none;
	border-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(0, 0, 0, 0.3);
    outline: 0 none;
}
#contact input[type="radio"] {
	width: auto;
	border:none;
	height:auto;
	background-image: none;
}

#contact span  {
	color:#ccc;
}

#contact input[type="radio"]:hover {
	border: none;
	background: none;
}
/* les boutons submit et reset */

#boutons {
	width:100%;
}

#contact #boutons button {
	background-color:#000;
	border:none;
	padding:10px;
	width:49.5%;
	border-radius: 8px 8px 8px 8px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}

#contact #boutons button[type="reset"] {
	margin-right:0.5%;
}

#contact #boutons button[type="submit"] {
	margin-left:0.5%;
}

#contact #boutons button:hover {
	background-color:#e5007e;
}




@media only screen and (min-width: 600px) {


#PAGE .img-body {
	text-align: center;	
	width:50%;
	margin-left:20px;
	float:right;
	border : 10px solid #FFF;
}





#AGENCE-TEAM .colonnes article  {
	float:left;
	width: 100%;
	text-align:center;
	margin-bottom:40px;
}

#AGENCE-TEAM .colonnes {
	float:left;
	width:100%;
	
}




}





@media only screen and (min-width: 960px) {
	
#SECTEUR article p {
	font-size : 14px;
	min-height:110px;
}

#SECTEUR article .rond {
	width: 200px;
    height: 200px;
}

#SECTEUR article .rond.rond-com {
	background-image:url('../images/img-com-200.png');
}

#SECTEUR article .rond.rond-marketing {
	background-image:url('../images/img-marketing-200.png');
}

#SECTEUR article .rond.rond-impr {
	background-image:url('../images/img-impression-200.png');
}

#SECTEUR article .rond.rond-form {
	background-image:url('../images/img-formation-200.png');
}
	
#SECTEUR article h3 {
	font-size:18px;
	text-transform: uppercase;
	margin-bottom: 10px;
    margin-top: 20px;
	text-align:center;
}

#SECTEUR article  {
	float:left;
	width: 24%;
	margin-left:0.5%;
	margin-right:0.5%
}

#AGENCE-TEAM .colonnes article  {
	float:left;
	width: 50%;
	text-align:center;
	margin-bottom:0px;
}

#AGENCE-TEAM .colonnes {
	float:left;
	width:50%;
}


#PAGE .col {
	width: 32.33%;
	min-height:100%;
	float: left;
	margin-left:0.5%;
	margin-right:0.5%;
	margin-bottom:10px;
	padding:20px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 8px 8px 8px 8px;
}

.bouton-plus {
	font-size:18px;
}

footer section {
	float:none;
	width: 100%;
}


}

@media only screen and (min-width: 1100px) {


footer section {
	float:left;
	width: 33.33%;
}


}	
	
@media only screen and (min-width: 1300px) {
	
#SECTEUR article .rond {
	width: 300px;
    height: 300px;
}

#SECTEUR article .rond.rond-com {
	background-image:url('../images/img-com-300.png');
}

#SECTEUR article .rond.rond-marketing {
	background-image:url('../images/img-marketing-300.png');
}

#SECTEUR article .rond.rond-impr {
	background-image:url('../images/img-impression-300.png');
}

#SECTEUR article .rond.rond-form {
	background-image:url('../images/img-formation-300.png');
}
	
#SECTEUR article h3 {
	font-size:25px;
	text-transform: uppercase;
	margin-bottom: 10px;
    margin-top: 20px;
	text-align:center;
}
	
#SECTEUR article  {
	float:left;
	width: 24%;
	margin-left:0.5%;
	margin-right:0.5%
}

#SECTEUR article p {
	min-height:120px;
	font-size:16px;
}

.bouton-plus {
	font-size:20px;
}

}