/* Tooltip design */

.tooltip > .tooltip-inner {
    background-color: #ffffff;
    color: #DD395C;
    border: 1px solid #DD395C;
    padding: 5px;

}
.tooltip.top > .tooltip-arrow {
    border-top: 5px solid #DD395C;
}
.tooltip.bottom .tooltip-arrow {
    left: 25% !important;
    border-bottom-color: #DD395C;
}
.errorMsg{
    color: #FF0000;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 10px;
    display:none;
}
/*step1/normal*/
/* Select 2 design */
.select2-container--open .select2-dropdown--below{
    border-top:1px solid #66afe9 !important;
}
.select2-container--open .select2-dropdown--above{
    border-bottom:1px solid #66afe9 !important;
    margin-top: 60px !important;
    display: flex;
    flex-direction: column;
}
.select2-dropdown.select2-dropdown--above{
    margin-top: 15px !important;
}
.select2-dropdown.select2-dropdown--below{
    margin-top:55px !important;
}
.select2-search.select2-search--dropdown{
    order:2;
}
.select2-results{
    order:1;
}
.select2 {
    width: auto !important;
}
.select2-search__field, .select2-search.select2-search--inline{
    width:100% !important;
}
.w100p{
    width:100% !important;
}
/* End select2 */
/*logo/box commun à tous*/

#logo{
    text-align: center;
}
.logo{
    width:250px;
    height: auto;
}

.shad{
    -moz-box-shadow: 0px 2px 5px 0px #c0c0c0;
    -webkit-box-shadow: 0px 2px 5px 0px #c0c0c0;
    -o-box-shadow: 0px 2px 5px 0px #c0c0c0;
    box-shadow: 0px 2px 5px 0px #c0c0c0;
}

.row{
    min-height:500px;
    margin-top:30px;
    font-weight: 300;
}
#bg-register{
    background:url("/images/website/ideesmariage-bkg-fleur.jpg") center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#maincont{
    margin-top:20px;
}
.container:before{
    display:none;
}
.register1, .register2, .register3{
    background:#ffffff;
}
/*partie_gauche*/

.partie_droite{
    background-image: url('/images/website/ideesmariage-OAIIUH0.jpg');
   background-size:cover;
    background-position:20%;
     background-color: rgba(0, 0, 0, 0.3);
     background-blend-mode: overlay;
  
}
.txtblack{
    color:black;
}
#city12 .select2 {
    width:auto !important;
}
.col-sm-4>h3,.col-sm-4>h1{
 font-family: 'Parisienne', cursive;
    color:white;
    font-size:60px;
    text-align: center;
    margin-top:150%;
}

.col-sm-4>p{
    padding-top:10px;
    color:white;
    font-size:20pt;
    text-align: center;
}

/*partie_droite*/
.right_bl .sub_ttitle{
    font-weight: 700;
    font-size: 14px;
}
.right_bl ::-webkit-input-placeholder {
    color: #444444;
}
.right_bl :-moz-placeholder {
    color:#444444;
    opacity:  1;
}
.right_bl ::-moz-placeholder {
    color:#444444;
    opacity:  1;
}
.right_bl :-ms-input-placeholder {
    color:#444444;
}
.right_bl ::-ms-input-placeholder {
    color:#444444;
}
.col-sm-8{
    font-size:14pt;
}

#cadre_fb{
    background-color: #1667b3;
    border-radius: 25px;;
    width:300px;
    padding-top:5px;
    padding-bottom:2px;
    margin-top:30px;
    margin-right: auto;
    margin-left: auto;
}

#cadre_fb>p{
    color:white;
    text-align: center;
    margin-top:5px;
    margin-left: 10px;
}

#cadre_fb>span{
    font-family: 'Montserrat', sans-serif;
    font-size:18pt;
    color:white;
    position:absolute;
    margin-left:15px;
}

.center{
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.accolade{
    text-align: center;
}

#formulaire{
    margin-top:30px;
}

.col-sm-6{
    color:#4A4A4A;
}

.form{
    padding-top:50px;
    color:#4A4A4A;
    border-bottom: 1px grey solid;
}

input{
    margin-top:30px;
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom:2px solid #D5CFCF;
    width:70%;
    padding-left:0 !important;
    padding-right:0 !important;
    color:#4A4A4A;
}

input:focus{
    border-bottom:2px solid #602480 !important;
}

.date{
    padding-left:0 !important;
    color:#4A4A4A;
}

select{
     margin-top:30px;
    border:none;
    background-color:white;
    color:#4A4A4A;
    border-bottom:2px solid #D5CFCF;
}

.radio{
    display:flex;
    width: auto;
    color:#4A4A4A;
    padding-top:30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.radio label{
    font-weight: 300;
}

label{
    margin-left:60px;
}

.mentions{
    text-align: center;
    color:#4A4A4A;
    padding-top:30px;
    font-family: 'Montserrat', sans-serif;
    font-size:16px;
    font-weight: 500;
}

button{
    margin-top:30px;
    border-radius: 100px;
    font-size:18px;
    color:#5B5B5B;
    background-color:white;
}

.inscrite{
    text-align: center;
    color:#4A4A4A;
    font-family: 'Montserrat', sans-serif;
    padding-top:30px;
    font-weight: 700;
    font-size:16px;
}

.footer a,.footer  a:hover,.footer a:visited,.footer a:active{
    font-family: 'Montserrat', sans-serif;
    color:#4A4A4A;
    text-decoration: none !important;
}

a,  a:hover, a:visited, a:active{
    font-family: 'Montserrat', sans-serif; 
    color:#FF5E5E;
    text-decoration: none !important;
}
textarea:focus, input:focus{
    outline: none;
}

/*step2/normal*/

.row2{
    font-family: 'Montserrat', sans-serif;
    min-height:600px;
    margin-top:30px;
}

.row2>h2{
 font-family: 'Montserrat', sans-serif;
  font-size:24pt;
}

.row2>p{
    text-align: center;
     font-family: 'Montserrat', sans-serif;
    font-size:18pt;
}

.row2>p:nth-child(3){
    text-align: center;
    font-size:18pt;
    padding-top:30px;
    color:black;
     font-family: 'Montserrat', sans-serif;
}

.register2{
    padding-top:30px;
}

.register2_title{
    color:#494949;
    font-family: 'Montserrat', sans-serif;
    font-size:14pt;
    font-weight: 700;
}
#registerbout1,#registerbout2,#registerbout3{
    color:#DB3A5B;
    font-weight: 700;
}

input[type=checkbox]{
 width:10px !important;
}
input[type=radio]{
    width:13px !important;
}

.prestataire{
    margin-top:30px;
}

.choice_prestataire{
    margin-left:-20px;
}

.choice_prestataire label{
 margin-left:0 !important;
}

.register2 p{
    font-size:18px;
    color:black;
    margin-bottom:30px;
    margin-top:30px;
    font-weight: 700;
    padding-top: 0;
}

.register2 input{
    font-size:12pt;
    font-weight: 300;
}

.register2 select{
    font-size: 12pt;
    font-weight: 300;
}

.register2 label{
    font-size:12pt;
    font-weight:500;
}

.register3 p {
    font-size: 26px;
    color:#D93B5E;
    margin-top: 30px;
    font-weight: 700;
    padding-top: 0;
}

.register3 input {
    font-size: 12pt;
    font-weight: 300;
}
.register3 label {
    font-size: 12pt;
    font-weight: 500;
}
.register3 input[type=checkbox]{
    width:15px !important;
    height:15px !important;
}

.save{
    margin-top:60px !important;
}

/*footer commun pour step 1 et 2 normal*/

.footer{
    margin-top:50px;
    text-align: center;
}

.footer>.col-sm-12{
    margin-top:20px;
}

.footer>.col-sm-12:nth-child(2){
    margin-top:20px;
    margin-bottom:20px;
}

.footer> a, a:hover, a:visited, a:active{
    color:#4A4A4A;
    text-decoration: none !important;
     font-family: 'Montserrat', sans-serif;
}

.circlebox{
    font-size:20px;
    border-radius: 200px;
    background: linear-gradient(to right, #5F257F 0%, #A62E70 44%, #A92F6F 44%, #DB395B 63%, #DF7601 98%);
    background: -moz-linear-gradient(right, #5F257F 0%, #A62E70 44%, #A92F6F 44%, #DB395B 63%, #DF7601 98%);
    background: -webkit-linear-gradient(left, #5F257F 0%, #A62E70 44%, #A92F6F 44%, #DB395B 63%, #DF7601 98%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5F257F', endColorstr='#DF7601',GradientType=1 );
    padding:2px;
    width:180px;
    margin:auto;
    margin-top:20px;
}
.background-rad{
    background: linear-gradient(to right, rgba(95, 37, 127, 0.7) 0%, rgba(166, 46, 112, 0.7) 44%, rgba(169, 47, 111, 0.7) 44%, rgba(219, 57, 91, 0.7) 63%, rgba(223, 118, 1,0.7) 98%);
    background: -moz-linear-gradient(right, rgba(95, 37, 127, 0.7) 0%, rgba(166, 46, 112, 0.7) 44%, rgba(169, 47, 111, 0.7) 44%, rgba(219, 57, 91, 0.7) 63%, rgba(223, 118, 1,0.7) 98%);
    background: -webkit-linear-gradient(left, rgba(95, 37, 127, 0.7) 0%, rgba(166, 46, 112, 0.7) 44%, rgba(169, 47, 111, 0.7) 44%, rgba(219, 57, 91, 0.7) 63%, rgba(223, 118, 1,0.7) 98%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5F257F', endColorstr='#DF7601',GradientType=1 );
}
.insidecirclebox{
    background:#fff;
    border-radius: 200px;
    padding:10px;
    text-align: center;
}
.textgradient{
    color:#FF5E5E !important;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}
.textgradient2{
    color:#FF5E5E !important;
    font-family: 'Montserrat', sans-serif;
}

.inscrite>.textgradient{
    color:#FF5E5E;
}
.textviolet{
    color:#A7316E;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size:38px !important;
    font-weight: 700;
}
.txtviolet2{
    color:#D9395B !important;
    font-weight: 700 !important;
}
.txtviolet2 h2{
    font-weight: 700 !important;
}
.textrose{
    color:#D93B5E;
}
.txtorange{
    color:#D76948 !important;
}
.txtorange a,.txtorange a:hover,.txtorange a:visited,.txtorange a:active{
    color:#D76948 !important;
    text-decoration: none;
}
.txtwhite{
    color:#FFFFFF;
}
.txtgrey{
    color:#4A4A4A;
}
.txtgrey2{
    color:#5C5C5C !important;
}
.bold{
    font-weight: 600;
}
#cadre_fb span{
    position: inherit !important;
    font-size:18px;
}
#cadre_fb span a,#cadre_fb span a:hover,#cadre_fb span a:active,#cadre_fb span a:visited{
    color:white;
    text-decoration: none;
}
.input_date{
    padding-left:0 !important;
}

.col-sm-12>a{
    padding-left: 10px;
    padding-right:10px;
     font-family: 'Montserrat', sans-serif;
}

/*step2 pro*/

.accolade_pro{
    display:flex;
}

.trait{
    width: 50px;
    height: 3px;
    margin-top:40px;
      background: linear-gradient(to right, #5F257F 0%, #A62E70 44%, #A92F6F 44%, #DB395B 63%, #DF7601 98%);
    background: -moz-linear-gradient(right, #5F257F 0%, #A62E70 44%, #A92F6F 44%, #DB395B 63%, #DF7601 98%);
    background: -webkit-linear-gradient(left, #5F257F 0%, #A62E70 44%, #A92F6F 44%, #DB395B 63%, #DF7601 98%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5F257F', endColorstr='#DF7601',GradientType=1 );
}
.withline:after, .withline:before{
    display: inline-block;
    content: "";
    border-top: 2px solid white;
    width: 40px;
    margin: 0 20px;
    transform: translateY(-1rem);
}

textarea{
    width:75%;
    margin-left:8%;
    background-color: #ede8e8;
    -moz-box-shadow: 0px 2px 5px 0px #c0c0c0;
    -webkit-box-shadow: 0px 2px 5px 0px #c0c0c0;
    -o-box-shadow: 0px 2px 5px 0px #c0c0c0;
    box-shadow: 0px 2px 5px 0px #c0c0c0;
    border:none;
}

.row2_pro
{
    font-size:16pt;
    height: 1100px;
    margin-bottom:30px;
     background-color:white;
     font-family: 'Montserrat', sans-serif;
}

.row2_pro input{
     font-family: 'Montserrat', sans-serif;
    font-weight:300;
}

.row2_pro select{
    font-weight: 300;
}

.row2_pro p{
    text-align: center;
    margin-top:30px;
    color:black;
    font-size:14pt;
}


.fond{
    background-image: url("/images/website/ideesmariage-bkg-fleur.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.title_pro{
    padding-top:30px;
    font-size:20pt !important;
    width: 80%;
}

.redac{
    color:#b5b4b4 !important;
    font-size:14pt;
    font-weight: 300;
     font-family: 'Montserrat', sans-serif;
}

#reg2pro a,#reg2pro a:visited,#reg2pro a:active,#reg2pro a:visited{
    text-decoration: underline !important;
    font-size:16px;
    font-family: 'Montserrat', sans-serif;
}

/*step3*/

.register3_categorie{
     margin-top:40px;
}

.register3_categorie input{
    border-radius: 50px;
}

.register3_categorie label{
    font-weight:200;
    margin:0;
     font-family: 'Montserrat', sans-serif;
    font-size: 12pt;
    color:#505050;
}

.row3_pro
{
    font-size:16pt;
    height: 900px;
    margin-bottom:30px;
     background-color:white;
    font-family: 'Montserrat', sans-serif;
}

.register3_title_cat{
    margin-top:30px;
    font-size:18pt;
}

.trait3{
    width: 50px;
    height: 3px;
    margin-top:45px;
    background: linear-gradient(to right, #5F257F 0%, #A62E70 44%, #A92F6F 44%, #DB395B 63%, #DF7601 98%);
    background: -moz-linear-gradient(right, #5F257F 0%, #A62E70 44%, #A92F6F 44%, #DB395B 63%, #DF7601 98%);
    background: -webkit-linear-gradient(left, #5F257F 0%, #A62E70 44%, #A92F6F 44%, #DB395B 63%, #DF7601 98%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5F257F', endColorstr='#DF7601',GradientType=1 );
}

.center3{
    text-align: left;
    margin-left:15%;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
}

.accolade3{
    text-align: left;
    margin-left:15%;
}

.entete{
    margin-bottom:30px;
    font-size:14pt;
}

/*step4*/


.depo_file{
    font-family: 'Montserrat', sans-serif;
    border:dashed #FF5E5E 2px;
    color:#FF5E5E;
    border-radius: 10px;
    margin-top:30px;
}

.depo_file p{
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.depo_file_infos{
    color:#4A4A4A;
    margin-top:30px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom:50px
}

#plus{
    color:#bababa;
    text-align: center;
    font-size:50pt;
    font-family: 'Montserrat', sans-serif;
    margin-top:20px;
}

.para{
    text-align: center;
    font-size:12pt;
}

#para_p1{
    font-size:14pt;
    margin-top:30px;
}

.register4_poursuivre{
    margin-top:50px;
}

/*step5*/

.register5_title{
     margin-top:30px;
    font-size:18pt;
    margin-bottom:30px;
    font-family: 'Montserrat', sans-serif;
}

.para5-2{
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size:14pt;
    margin-bottom:30px;
    color:#4A4A4A;
    font-weight:300
}

.para5-1{
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size:14pt;
    margin-bottom:30px;
    color:black;
}

.register5_prix{
    width:30%;
    margin-left:15%;
    margin-top:5px;
    margin-bottom:20px;
    background-color:#f2eded;
}

.register5_ask2{
    margin-left:15%;
    margin-right:15%;
    margin-top:5px;
    margin-bottom:20px;
     display:flex;
    font-weight: 200;
}

.register5_ask2 input{
    width:40px;
    height: auto;
}

.register5_ask3{
    width:100%;
    margin-left:5%;
    margin-top:5px;
    margin-bottom:20px;
    background-color:#f2eded;
}

.radio5{
    display:inline-flex;
    width: auto;
    color:#4A4A4A;
    padding-top:0px;
    margin-left:15%;
}

.register5_poursuivre{
    margin-top:5px;
}

.row5_pro
{
    font-size:16pt;
    height: 900px;
    margin-bottom:30px;
     background-color:white;
    font-family: 'Montserrat', sans-serif;
}

#questionnaire{
    margin-top:31%;
}


input[type="checkbox"]{
    content:"";
    display:inline-block;
    width:12px;
    height:12px;
    border-radius:50px;
}

#euro{
    font-weight: 300;
     font-family: 'Montserrat', sans-serif;
}
.country-list-style{
    margin-top:20px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border:none !important;
    border-bottom: 2px #D5CFCF solid !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}
.select2-selection__placeholder{
    color:#757575 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size:11pt !important;
    font-weight: 500;
}
.registerP1 {
    font-family: 'Montserrat', sans-serif;
}
.registerP1 .title{
    font-weight: 600;
    font-size:18px;
}
.registerP1 .textb{
    font-weight: 600;
}
.registerP1 input{
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom:2px solid white;
    background:none;
    color:white;
    font-size:16px;
}
.registerP1 ::-webkit-input-placeholder {
    color:white;
}
.registerP1 :-moz-placeholder {
    color:white;
    opacity:  1;
}
.registerP1 ::-moz-placeholder {
    color:white;
    opacity:  1;
}
.registerP1 :-ms-input-placeholder {
    color:white;
}
.registerP1 ::-ms-input-placeholder {
    color:white;
}
.dropzone .dz-preview .dz-error-message{
    top:150px !important;
}
.dropzone{
    border:dashed #FF5E5E 2px !important;
}

#prestaneeded{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.equal {
    display: flex;
    flex-wrap: wrap;
}
#register_pt1_rightzone{
    padding-left:60px;
    font-size:12pt;
}
.btn-back{
    width: 33px;
    height: 33px;
    line-height: 31px;
    border: 2px solid #FF5E5E;
    border-radius: 200px;
    text-align: center;
    color: #FF5E5E;
    font-size: 18px;
    float: left;
    margin-top: 65px;
    cursor: pointer;
    letter-spacing: 2px;
}

@media screen and (max-width: 991px) {
    #prestaneeded{
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    #prestaneeded input[type='checkbox']{
        transform: scale(1.4);
    }

}
@media screen and (max-width: 767px) {
    #prestaneeded input[type='checkbox']{
        transform: scale(2);
    }
    #register_pt1_rightzone{
        padding-left:0;
        font-size:20px;
    }
    .radio {
        display: inline-grid;
    }
    #prestaneeded .needcheck{
        margin-top:20px;
    }
}
@media screen and (max-width: 450px) {
    #prestaneeded{
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}