/*///////////////////////////////GENERAL////////////////////////////////*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: helvetica, sans-serif;
}
.red {
    border: 1px solid red;
}
.left {
    float: left;
}
.right {
    float: right;
}
.white {
    color: white;
}
h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
    text-align: center;
}
h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 27px;
    font-weight: lighter;
    text-align: center;
}
h3 {
    font-size: 23px;
    font-family: 'Raleway', sans-serif;
    border: none;
    text-align: center;
}
h4 {
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    border: none;
    text-align: center;
}
p {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
}
.SideTxt {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: lightgrey;
    font-weight: lighter;
}
.categories {
    padding: 40px 0 40px 0;
    margin: 0;
    width: 100%;
}
.vertical-center
{
    display:inline-block;
    margin: auto 0;
}
.imgCenter {
    display: block;
    margin: 0 auto;
}
.fullWidth{
    width: 100%;
    height: 100%;
}
.justify {
    text-align: justify;
}
.center {
    text-align: center;
}
.txtRight {
    text-align: right;
}
.separate {
    height: 30px;
}
.separateSmall {
    height: 15px;
}
/*///////////////////////////////NAVBAR////////////////////////////////*/
.navbarPerso {
    width: 100%;
    height: 50px;
    background-color: rgba(39, 141, 224, 0.98);
    position: fixed;
    top: 0px;
    z-index: 100;
}
.navbarPerso img {
    margin :5px 20px;
    height: 40px;
    float: left;
}
.headerIMG {
    width: 50px;
    max-height: 40px;
    opacity: 0.4;
}
a .headerIMG:hover , a .selected {
    opacity: 1;
}
/*///////////////////////////////HEADER////////////////////////////////*/
.header {
    padding: 50px 0 50px 0;
    margin-top: 50px;
    width: 100%;
    background-color: black;
}
.H_img {
    display: block;
    margin: 0 auto;
}
.fa-lock {
    padding: 0 10px 0 0;
}
/*/////////////////OUR WORK////////////////////////////////////////*/
.OurWork {
    padding: 2%;
}
/*//// HOVER IMG ////*/
.OurWork .inline-block-center .g figure {
	background: #278DE0;
    position: relative;
}
.OurWork .inline-block-center .g figure img {
	opacity: 1;
	-webkit-filter: grayscale(0) blur(0);
	filter: grayscale(0) blur(0);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.OurWork .inline-block-center .g figure span {
    position: absolute;
    display: block;
    bottom: 30px;
    width: 100%;
    opacity: 0;
    padding: 5%;
    color: white;
    font-size:15 px;
    font-weight: lighter;
    -webkit-transition: .7s ease-in-out;
	transition: .7s ease-in-out;
}
.OurWork .inline-block-center .g figure:hover img {
    -webkit-filter: grayscale(100%) blur(3px);
	filter: grayscale(100%) blur(5px);
	opacity: .3;
}
.OurWork .inline-block-center .g figure:hover span {
    z-index: 2;
	opacity: 1;
}
.GridTxtHover {
    font-family: 'Raleway', sans-serif;
    color: #FFF;
    font-size:15px;
    text-align: center;
    font-weight: lighter;
}
.OurWork .inline-block-center .g figure:hover span .GridImgHover {
        z-index: 2;
        opacity: 1;
        -webkit-filter: blur(0);
	    filter: blur(0px);
        padding-bottom: 25px;
        height: 100px;
        display: block;
        margin: 0 auto;
        -webkit-transition: .7s ease-in-out;
	    transition: .7s ease-in-out;
}
.OurWork .inline-block-center .g figure span .GridImgHover {
        opacity: 0;
        padding-bottom: 25px;
        height: 100px;
        display: block;
        margin: 0 auto;
        -webkit-transition: .7s ease-in-out;
	    transition: .7s ease-in-out;
}
/*//// grid responsive IMG ////*/
.g {
    padding: 0;
    overflow: hidden;
}
.g li {
    float: left;
    width: 50%;
    padding: 0;
}
.g img {
    display: block;
}
.g li:nth-child(odd) {
    clear: left;
}

@media screen and (max-width: 30em) {
    .g li {
        width: 100%; 
    }
    .g li:nth-child(0n+1) {
        clear: left;
    }
    .g li:nth-child(odd) {
        clear: none;
    }
    .big12 {
        display:none;
    }
}
@media screen and (min-width: 31em) {
    .g li {
        width: 50%; 
    }
    .g li:nth-child(0n+1) {
        clear: left;
    }
    .g li:nth-child(odd) {
        clear: none;
    }
    .big12 {
        display:none;
    }
}
@media screen and (min-width: 40em) {
    .g li {
        width: 33.3333333333333333%; 
    }
    .g li:nth-child(3n+1) {
        clear: left;
    }
    .g li:nth-child(odd) {
        clear: none;
    }
    .big12 {
        display:inherit;
    }
}
@media screen and (min-width: 55em) {
    .g li {
        width: 25%; 
    }
    .g li:nth-child(4n+1) {
        clear: left;
    }
    .g li:nth-child(3n+1) {
        clear: none;
    }
    .big12 {
        display:inherit;
    }
}
@media screen and (min-width: 72em) {
    .g li {
        width: 20%; 
    }
    .g li:nth-child(5n+1) {
        clear: left;
    }
    .g li:nth-child(4n+1) {
        clear: none;
    }
    .big12 {
        display:none;
    }
}
@media screen and (min-width: 90em) {
    .g li {
        width: 16.666666666%; 
    }
    .g li:nth-child(6n+1) {
        clear: left;
    }
    .g li:nth-child(5n+1) {
        clear: none;
    }
    .big12 {
        display:inherit;
    }
}
 

/*///////////////////////////// ABOUT ME //////////////////////////////*/
.PMe {
    margin: 1%;
    font-size: 1.1em;
    line-height: 140%;
}
.PMe em {
    color: rgba(39, 141, 224, 1);
}
/*///////////////////////////// CATEGORIES //////////////////////////////*/
.categories h3{
    margin: 0 0 30px 0;
}
.MyBtn-pf {
    margin: 80px 0 30px 0;
}
.DoCat {
    width: 200px;
    height: 200px;
}
/*/////////////////////////////// QUOTE ////////////////////////////////*/
.QuoteImg {
    height: 80px;
}
.QuoteTxt {
    font-family: 'Kalam', cursive;
    padding-top: 5px;
    text-align: center;
    font-size: 2.4em;
}
.QuoteAutor {
    text-align: center;
    color: lightgrey;
    font-weight: lighter;
}
/*/////////////////////////////// What I Do ////////////////////////////////*/
.CatMe {
    margin: 5px 15px 50px 15px;
}
.TitleWID {
    padding: 30px 0 0 0;
    text-align: center;
}
/*/////////////////////////////// Pragmatic view ////////////////////////////////*/
/* /////// CV part ///// /*/
.CV {
    background-color: #EEEEEE;
    border: 1px solid #EEE;
}
.CV .card-block{
    background-color: white;
    border: 1px solid #EEE;
}
.CV img{
        padding: 10% 5%;
        max-width:500px;
        max-height:400px;
        width: auto;
        height: auto;
    }
@media only screen and (max-width: 992px) {
    .CV img{
        padding: 5%;
        max-width:150px;
    }
}
@media only screen and (max-width: 767px) {
    .CV img{
        padding: 5%;
        max-width:100%;
    }
    /* les titres de colones avec plus d'espace */
    .myCV {
        margin-bottom: 30px;
    }
}
.CV a {
    color: #0275d8;
    text-decoration: none;
}
.CV .btn-resume {
    color: white;
    text-decoration: none;
}
/* /////// icons ///// /*/
.progress-style {
    height:1px;
    margin-top: 14px;
}
.reverse {
    float: right;
}
.mediaStyle {
    margin: 14px 0;
}
.toolIco {
    width: 30px;
    height: auto;
}
/* /////// left ///// /*/
.card-text-style {
    margin-top: 10px;
}
.SkillsTxt {
    padding: 0px 0 0 0;
    margin: 0;
    font-size: 12px;
    font-weight: 600;
}
.progress-style2 {
    height:1px;
    margin-top: 2px;
}
.mediaStyle .toolIco {
    margin-left: 20px;
}
/* /////// Ajustement partie pragmatic view sur téléphone ////////////*/
@media only screen and (max-width: 767px) {
    /* arrangement du bloc skills */
    .mySkills .txtRight {
        text-align: left;
    }
    .mySkills .mediaStyle {
        display: flex;
    }
    .mySkills .mediaStyle .media-body {
        order: 1;
    }
    .mySkills .mediaStyle .toolIco {
        margin-left: 0;
        margin-right: 20px;
    }

    /* reordonancement des blocs mySkills + myCV + myTools */
    .PragmaticContainer {
        display: flex;
    }
    .PragmaticContainer .mySkills {
        order: 3;
    }
    .PragmaticContainer .myCV {
        order: 1;
    }
    .PragmaticContainer .myTools {
        order: 2;
    }
} /*fin media querry*/
/*/////////////////////////////// Those who trust me ////////////////////////////////*/
.inline-block-center {
    text-align: center;
}
.inline-block-center div {
    display: inline-block;
    text-align: left;
}
.clientLogo {
    margin: 5%;
    max-width: 100px;
    resize: both;
}
/*/////////////////////////////// Methodo ////////////////////////////////*/
.methodoMargin {
    margin: 10px 0 0 0;
}
/*/////////////////CONTACT BOOTSTRAP////////////////////////////////////////*/
.blocContact {
    background-color: #278DE0;
    text-align: center;
    padding: 10px 0 30px 0;
}
.blocContact .contactLink {
    height: 100%;
    padding: 10%;
}
.blocContact .contactLink img {
    width : 90%;
    padding: 20%;
    transition:all 0.1s ease-in-out;    -webkit-transition:all 0.1s ease-in-out;
}
.blocContact .contactLink:hover img {
    width : 100%;
    padding: 10%;
    transition:all 0.1s ease-in-out;    -webkit-transition:all 0.1s ease-in-out;
}
.blocContact a {
    text-decoration: none;
}
.blocContact a .contactLink h5 {
    font-size:1.2em;
    margin: 20px auto 20px auto;
    transition:all 0.1s ease-in-out;    -webkit-transition:all 0.1s ease-in-out;
}
.blocContact a .contactLink:hover h5 {
    font-size:1.3em;
    margin: 10px auto 17px auto;
    transition:all 0.1s ease-in-out;    -webkit-transition:all 0.1s ease-in-out;
}
/*@media only screen and (max-width: 480px) {
    .device {
        visibility: visible;
    }
}*/
@media only screen and (min-width: 481px) {
    .device {
        visibility: hidden;
    }
}
/*///////////////// MODAL ////////////////////////////////////////*/
.imgModal {
    display: block;
    padding: 0 25%;
}
.txtModal {
    text-align: center;
}
.ContentModal {
    padding: 0 10%;
}
.formModal {
    background-color: #EEE;
    padding: 5% 10%;
}
.formModal .input-group {
    margin: 1% 0;
}
.formModal .input-group .input-group-addon {
    background-color: white;
}
.formModal .btn-primary {
    margin: 2% 0;
    width: 100%;
}
.formModal .btn-link {
    margin: 0;
    padding: 0;
}
.btn {
    cursor:pointer;
}
/*///////////////// test ////////////////////////////////////////*/
.test .col {
    border: 1px solid darkblue;
}
.colD {
    border: 1px solid black;
    height: 500px;
    margin: 0;
    padding: 0;
}


.vAlignBottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    border: 1px solid green;
}
.centerImg {
    display: block;
    margin-left: auto;
    margin-right: auto;

    border: 1px solid black;
}


.vAlignMiddle {
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    resize: both;
    overflow: auto;

    border: 3px solid red;
}
.centerImg2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20%;
}